Skip to content

Instantly share code, notes, and snippets.

@juahan
juahan / keybase.md
Created September 11, 2019 06:15
keybase.md

Keybase proof

I hereby claim:

  • I am juahan on github.
  • I am juahan (https://keybase.io/juahan) on keybase.
  • I have a public key ASCy8nCcuZ2h_mnWKF2PEr0v1cNCUrvptUY2fZz8AQbZjgo

To claim this, I am signing this object:

@juahan
juahan / gdmpydemo.py
Created November 6, 2017 08:59 — forked from olliefr/gdmpydemo.py
Google Distance Matrix API Python client example
# Google Distance Matrix Python Demo
# ==================================
#
# How to set up (Local part)
# --------------------------
#
# Must have Python (>= 3.4) installed with 'requests' library. On Windows, maybe try
# Anaconda Python? It has a 'conda' package manager, make sure 'requests' is installed.
#
# How to set up (Internet part)