Skip to content

Instantly share code, notes, and snippets.

View pizzimenti's full-sized avatar

Bradley Pizzimenti pizzimenti

View GitHub Profile
@pizzimenti
pizzimenti / .gitignore
Created February 17, 2016 10:54 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@pizzimenti
pizzimenti / 0_reuse_code.js
Created February 15, 2016 14:40
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