Skip to content

Instantly share code, notes, and snippets.

View dwlf's full-sized avatar

Lloyd Dewolf dwlf

View GitHub Profile
require 'rubygems'
require 'rack'
def application(env)
[200, {"Content-Type" => "text/html"}, ["Hello Rack!"]]
end
run method(:application)
#!/usr/bin/python
## gitsh (pronounced like "glitch"), an interactive wrapper for git.
##
## gitsh parses the output of "git status" and numbers the files for
## you, for easy operations on multiple files.
##
## $ gitsh status
## 1) M foo/bar.py
## 2) M foo/baz.py
## 3) A blah.sh

Keybase proof

I hereby claim:

  • I am lloydde on github.
  • I am lloydde (https://keybase.io/lloydde) on keybase.
  • I have a public key whose fingerprint is B3B2 605B 45A3 4DD2 833D 1A8F 50E9 E9D0 325B C5AC

To claim this, I am signing this object:

call plug#begin()
Plug 'tpope/vim-sensible'
" ---- asthetic ----
Plug 'altercation/vim-colors-solarized'
Plug 'tomasr/molokai'
Plug 'bling/vim-airline'
" ---- navigation ----
Plug 'scrooloose/nerdtree'
@dwlf
dwlf / 01.configure
Last active August 29, 2015 14:16 — forked from anonymous/01.configure
2015-02-27 08:38:03 -0800
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/librsvg/2.36.3_1
--disable-Bsymbolic
--enable-tools=yes
--enable-pixbuf-loader=yes
--enable-introspection=no