Skip to content

Instantly share code, notes, and snippets.

@hamecoded
hamecoded / 0_reuse_code.js
Created December 4, 2016 12:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@hamecoded
hamecoded / HTML HAML BoilerPlate
Created December 13, 2012 16:38 — forked from am/index.haml
customized for mobile
# run ./buid_html from commandline
haml -f html5 index.haml > index.html