Skip to content

Instantly share code, notes, and snippets.

@wknowles
wknowles / .bash_profile
Last active July 1, 2016 07:09 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
@wknowles
wknowles / twitter.json
Created September 27, 2016 21:20 — forked from hrp/twitter.json
Example JSON response from Twitter streaming API
{
"text": "RT @PostGradProblem: In preparation for the NFL lockout, I will be spending twice as much time analyzing my fantasy baseball team during ...",
"truncated": true,
"in_reply_to_user_id": null,
"in_reply_to_status_id": null,
"favorited": false,
"source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
"in_reply_to_screen_name": null,
"in_reply_to_status_id_str": null,
"id_str": "54691802283900928",
@wknowles
wknowles / README.md
Last active October 3, 2016 17:54 — forked from wsvekla/README.md
2010 Census Geography with D3 and TopoJSON
@wknowles
wknowles / 0_reuse_code.js
Created January 28, 2017 09:59
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