Skip to content

Instantly share code, notes, and snippets.

View baroldgene's full-sized avatar

Barry Brinkley baroldgene

View GitHub Profile
@baroldgene
baroldgene / keybase.md
Created April 9, 2014 15:36
keybase.md

Keybase proof

I hereby claim:

  • I am baroldgene on github.
  • I am baroldgene (https://keybase.io/baroldgene) on keybase.
  • I have a public key whose fingerprint is A105 4F35 0451 FF38 6BBF E59F 272A F504 39C8 917A

To claim this, I am signing this object:

@baroldgene
baroldgene / gist:5295088
Created April 2, 2013 18:54
Bluepill Configuration
class NeverUnmonitor < Bluepill::Trigger
def notify(transition)
if transition.to_name == :unmonitored
dispatch!(:stop)
schedule_event(:start, 20)
end
end
end
Bluepill.application('room') do |app|