Skip to content

Instantly share code, notes, and snippets.

@dtsn
dtsn / 0_reuse_code.js
Last active February 27, 2017 11:29
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
@dtsn
dtsn / hack.sh
Created April 2, 2012 08:23 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2281636/hack.sh | sh
#