Skip to content

Instantly share code, notes, and snippets.

@iamkeir
iamkeir / readme.md
Last active October 25, 2017 11:29
Pattern Library workshop - follow-up resources
@benjaminreid
benjaminreid / breaking_bad.rb
Last active December 16, 2015 02:28
A Git hook (commit-msg) to append a Breaking Bad quote to end of your commit messages, obviously.
#!/usr/bin/env ruby
message_file = ARGV[0]
message = File.read(message_file)
def range_rand(min,max)
min + rand(max-min)
end
bads = [
"Yeah, bitch! Magnets!",