Skip to content

Instantly share code, notes, and snippets.

@dce
dce / .gitignore
Last active December 13, 2015 23:09 — forked from reagent/.gitignore
main
*.dSYM
@dce
dce / url_dsl.rb
Created December 15, 2009 03:48 — forked from defunkt/url_dsl.rb
require 'open-uri'
# url dsl -- the ultimate url dsl!
#
# You just can't beat this:
#
# $ irb -r url_dsl
# >> include URLDSL
# => Object
# >> http://github.com/defunkt.json
@dce
dce / after-use
Created August 27, 2009 18:52 — forked from defunkt/after-use
#!/usr/bin/osascript
run_command("cd ~/Projects/resque")
run_command("redis-server redis.conf")
open_tab()
run_command("cd ~/Projects/resque")
run_command("shotgun config.ru")
open_tab()