Grunt All The Things
[Rob Tarr][tarr]
How Program Can Procrastinate
[Mike Yockey][yockey]
Clean up your mixins
[Philip Zastrow][zastrow]
class Player | |
def initialize | |
@last_health = 20 | |
end | |
def play_turn(warrior) | |
possible_actions = actions.select { |action| action.can? @last_health } | |
possible_actions.first.go! |
<?php | |
/** | |
* Dirty, dirty Reddit bot: Decronym | |
*/ | |
class Reddit { | |
const USERNAME = '***'; | |
const PASSWORD = '***'; | |
const CLIENTID = '***'; | |
const SECRET = '***'; |
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>dev.forwarding.apache</string> | |
<key>Program</key> | |
<string>/sbin/pfctl</string> | |
<key>ProgramArguments</key> | |
<array> |