Skip to content

Instantly share code, notes, and snippets.

View warm200's full-sized avatar

Wallace warm200

  • Virginia, USA
View GitHub Profile
@warm200
warm200 / geocode.py
Created March 26, 2019 17:07
Compare google api vs mapbox api side by side
# python geocode.py -f "filepath.xlsx"
import googlemaps
from datetime import datetime
import json
from mapbox import Geocoder,Directions
import geopy.distance
import xlrd
import csv
import click
import time
@warm200
warm200 / convertClassObjectToDict.py
Last active August 29, 2018 16:00
Return all key, value as a dictionary under a subclass
class A(object):
class Argument:
a = "testme"
b = list("this is a list")
class _OldClass:
pass
@warm200
warm200 / unblock_instructions.md
Last active January 4, 2018 22:22
Unblock Instructions

Search user

@kitt search {phone_number} {last_name}

replace phone_number last_name, separated by space

example: Type:

 @kitt search 7032011190 Wallace