Skip to content

Instantly share code, notes, and snippets.

View windhamdavid's full-sized avatar
🦮
garbage in garbage out

David Windham windhamdavid

🦮
garbage in garbage out
View GitHub Profile
@defunkt
defunkt / installing-Mustache.tmbundle.md
Created March 6, 2010 10:27
Installing Mustache.tmbundle
require 'rubygems'
require 'sinatra'
require 'redis'
# To use, simply start your Redis server and boot this
# example app with:
# ruby example_note_keeping_app.rb
#
# Point your browser to http://localhost:4567 and enjoy!
#