Skip to content

Instantly share code, notes, and snippets.

View jellyfang's full-sized avatar
🎯
Focusing

jellyfang jellyfang

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jw84 on github.
  • I am jerrywang (https://keybase.io/jerrywang) on keybase.
  • I have a public key ASDA8uV4MxPHtR2IX3URWbx9m5EF7g-118GeMbfsGpFp0go

To claim this, I am signing this object:

@jellyfang
jellyfang / gist:8b2b21655e94a68d7ba1
Created January 27, 2016 02:57 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
/*
* An AngularJS Service for intelligently geocoding addresses using Google's API. Makes use of
* localStorage (via the ngStorage package) to avoid unnecessary trips to the server. Queries
* Google's API synchronously to avoid `google.maps.GeocoderStatus.OVER_QUERY_LIMIT`.
*
* @author: benmj
* @author: amir.valiani
*
* Original source: https://gist.github.com/benmj/6380466
*/