Love cool new things, like the cool template below.
{% awesome_template_for_github_profile %}
And when they are still working, then generally cool 💕
Love cool new things, like the cool template below.
{% awesome_template_for_github_profile %}
And when they are still working, then generally cool 💕
FastAPI - Tortoise ORM - Celery - Docker template
CREATE or REPLACE FUNCTION find_remoteness_btw_cords(lat1 double precision, lng1 double precision, lat2 double precision, lng2 double precision)
RETURNS double precision
LANGUAGE plpgsql AS $$
BEGIN
RETURN ACOS(SIN(PI()*lat1/180.0)*SIN(PI()*lat2/180.0)+COS(PI()*lat1/180.0)*COS(PI()*lat2/180.0)*COS(PI()*lng2/180.0-PI()*lng1/180.0))*6367000;
type below:
```
brew update
brew install redis