Skip to content

Instantly share code, notes, and snippets.

View dustym's full-sized avatar
🏈

Dusty Matthews dustym

🏈
View GitHub Profile
var CurbedNetwork = $H({
'curbed.com': $H({
title: 'curbed',
locale: 'ny',
name: 'Curbed',
email: '[email protected]'
}),
'eater.com': $H({
title: 'eater',
locale: 'ny',
@dustym
dustym / graphite.rb
Created June 8, 2012 03:47 — forked from joakimk/graphite.rb
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)
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/iTerm.app/Contents/Info.plist