Skip to content

Instantly share code, notes, and snippets.

View chankeypathak's full-sized avatar
one step closer

Chankey Pathak chankeypathak

one step closer
View GitHub Profile
@chankeypathak
chankeypathak / meta-reset.md
Created April 6, 2020 14:42
Metabolism Reset Diet
  • Keywords: #books #food #diet

  • Liver is the boss

  • Coined from the term "life"

  • Unhealthy liver

    • Stores fuel as fat, cannot burn it
    • Restrains nutrients that are required to burn fat
    • No matter what diet you choose, how hard you try, weight loss is impossible
  • Metabolism Reset Diet

@chankeypathak
chankeypathak / haversine.py
Created August 5, 2020 11:32
Distance between points
import csv
import pathlib
from math import radians, sin, cos, sqrt, asin
from functools import partial
MI= 3959
NM= 3440
KM= 6373
def haversine( lat_1: float, lon_1: float,