Skip to content

Instantly share code, notes, and snippets.

View rkbenton's full-sized avatar

Rebecca Benton rkbenton

View GitHub Profile
/*
(This is an implementation of the Modified BSD License. This version allows unlimited
redistribution for any purpose as long as its copyright notices and the license's
disclaimers of warranty are maintained. The license also contains a clause restricting
use of the names of contributors for endorsement of a derived work without specific
permission.)
Copyright (c) 2013-2014, Rebecca K. Benton
All rights reserved.
@rkbenton
rkbenton / 0_reuse_code.js
Created January 29, 2014 20:41
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