Skip to content

Instantly share code, notes, and snippets.

View bestswifter's full-sized avatar

Kt Zhang bestswifter

View GitHub Profile
@bestswifter
bestswifter / hack.sh
Created December 27, 2017 05:48 — forked from aki-null/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/2261536/hack.sh | sh
#
@bestswifter
bestswifter / 0_reuse_code.js
Created August 18, 2017 02:45
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