Skip to content

Instantly share code, notes, and snippets.

@joakimk
joakimk / graphite.rb
Created January 25, 2012 20:14
Graphite client for ruby with specs
require 'socket'
class Graphite
def initialize(host)
@host = host
end
def socket
return @socket if @socket && [email protected]?
@socket = TCPSocket.new(@host, 2003)
@phoet
phoet / README
Created August 6, 2011 15:40
tci
ABOUT:
small build monitor using MacRuby and Growl
RUN:
macruby tci.rb
CONFIG: