Skip to content

Instantly share code, notes, and snippets.

@siaf
siaf / 0_reuse_code.js
Created April 10, 2014 23:26
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
@siaf
siaf / fetch
Created March 5, 2013 20:39 — forked from ariunbat/fetch
{
"files":
{
"jquery": "http://code.jquery.com/jquery.js",
"jquery.min": "http://code.jquery.com/jquery.min.js",
"backbone": "http://documentcloud.github.com/backbone/backbone.js",
"backbone.min": "http://documentcloud.github.com/backbone/backbone-min.js",
"underscore": "http://documentcloud.github.com/underscore/underscore.js",
"underscore.min": "http://documentcloud.github.com/underscore/underscore-min.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",