Skip to content

Instantly share code, notes, and snippets.

View limhenry's full-sized avatar
🦄
Coding like a T-Rex

Henry Lim limhenry

🦄
Coding like a T-Rex
View GitHub Profile
@limhenry
limhenry / trex.gif
Last active September 20, 2019 19:47
trex.gif
@limhenry
limhenry / keybase.md
Created November 1, 2016 11:30
keybase.md

Keybase proof

I hereby claim:

  • I am limhenry on github.
  • I am limhenry (https://keybase.io/limhenry) on keybase.
  • I have a public key whose fingerprint is 0077 1059 71EB A026 B836 46D2 3032 BCE5 E2B7 D266

To claim this, I am signing this object:

@limhenry
limhenry / ss16-webapp.md
Last active October 24, 2020 20:25
Submissions for Static Showdown 2016
@limhenry
limhenry / Firebase_Backup.py
Last active January 1, 2018 19:15
Firebase Backup Script with Python
#Firebase Auto Backup by Henry Lim (https://limhenry.xyz)
#WARNING: THIS MIGHT AGAINST FIREBASE'S TERMS OF SERVICE, USE IT AT YOUR OWN RISK
#Just change the line with comment
import urllib
import urllib2
from time import gmtime, strftime
import time