Skip to content

Instantly share code, notes, and snippets.

View jodell's full-sized avatar

Jeffrey ODell jodell

View GitHub Profile
@chetan
chetan / yardoc_cheatsheet.md
Last active May 10, 2024 02:53
YARD cheatsheet
@jodell
jodell / bbr.txt
Created July 25, 2011 03:08
Breaking Bad Rhymes
Walter White's gotta push that blue
Til there ain't shit but red to do
That's no ice cream or a picnic
He's firecrackin' you're on the hitlist
Dexter's lost, to step to Albuquerque
I'm like the smoke monster, no way to merk me
What's your men so mad about Mr. Draper?
Yo got two Emmy's now, ain't that a caper?
Doctor's got his house, but now he's in mine
@mikegehard
mikegehard / Setting longer HTTP timeout in capybara
Created April 15, 2011 19:20
Setting longer HTTP timeout in capybara
# We need this to fix the random timeout error that we were seeing in CI.
# May be related to: http://code.google.com/p/selenium/issues/detail?id=1439
Capybara.register_driver :selenium_with_long_timeout do |app|
client = Selenium::WebDriver::Remote::Http::Default.new
client.timeout = 120
Capybara::Driver::Selenium.new(app, :browser => :firefox, :http_client => client)
end
Capybara.javascript_driver = :selenium_with_long_timeout
#!/bin/sh
~/Applications/UniversalIndentGUI/indenters/uncrustify -l OC -q -c ~/Applications/UniversalIndentGUI/config/uncrustify_obj_c.cfg

Idiot-Proof Git Aliases