Skip to content

Instantly share code, notes, and snippets.

View darrenbutcher's full-sized avatar

Darren Butcher darrenbutcher

  • Hack by Design
  • Toronto, Canada/St. Maarten
View GitHub Profile
@darrenbutcher
darrenbutcher / 0_reuse_code.js
Created August 11, 2014 04:54
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
@darrenbutcher
darrenbutcher / hack.sh
Created May 22, 2012 16:03 — forked from DAddYE/hack.sh
OSX For Hackers
#!/bin/sh
##
# This is a script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# Run in interactive mode with:
# $ sh -c "$(curl -sL https://raw.github.com/gist/2108403/hack.sh)"
#
# or run it without prompt questions: