Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bastman
bastman / 0_reuse_code.js
Created August 7, 2014 08:11
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
@bastman
bastman / nginx.rb
Created December 1, 2012 07:18 — forked from mranallo/nginx.rb
NGINX with SPDY
require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
# url 'http://nginx.org/download/nginx-1.2.3.tar.gz'
# sha1 '98059ae08ebbfaaead868128f7b66ebce16be9af'
url 'http://nginx.org/download/nginx-1.3.5.tar.gz'
sha1 'ce0245295f23a54f10d916eb6b7b34469d0618a1'
devel do