Skip to content

Instantly share code, notes, and snippets.

// See comments below.
// This code sample and justification brought to you by
// Isaac Z. Schlueter, aka isaacs
// standard style
var a = "ape",
b = "bat",
c = "cat",
d = "dog",
" File: commonjs-package-json
" Author: Ash Berlin <ash.berlin@gmail.com>
" Last Change: 23-Feb-2010.
" Version: 1.1
" Usage:
"
" Use by placing something like the following in your .vimrc:
"
" let g:maintainer='{ "name": "Ash Berlin", "web": "http://ashberlin.com" }'
"
@juvenn
juvenn / app.yaml
Created January 7, 2010 04:09 — forked from aggieben/app.yaml
application: bt-coronet
version: 1
runtime: python
api_version: 1
handlers:
- url: /s
static_dir: static
- url: /favicon.ico
@juvenn
juvenn / gist:215219
Created October 21, 2009 16:16 — forked from defunkt/gist:6443
Chris's Talk
# Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html
Hi everyone, I'm Chris Wanstrath.
When Jeremy asked me to come talk, I said yes. Hell yes. Immediately. But
then I took a few moments and thought, Wait, why? Why me? What am I supposed
to say that's interesting? Something about Ruby, perhaps. Maybe the
future of it. The future of something, at least. That sounds
keynote-y.