Skip to content

Instantly share code, notes, and snippets.

@rickdog
rickdog / 0_reuse_code.js
Created January 9, 2016 15:37
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
@rickdog
rickdog / dabblet.css
Last active December 20, 2015 07:59 — forked from anonymous/dabblet.css
filepicker.io
/**
* filepicker.io
*/
background: #f06;
background: linear-gradient(75deg, blue,green, yellow, orange, red,black,white);
min-height: 100%;