My Recent Pastes (2 and counting)

All Pasties (173,219 and counting)

Below are summaries of the 2 most recent pasties by Christian Dalager.

October 07, 2007
4:34AM EDT
by Christian Dalager

1
2
3
4
5
require 'mechanize'
require 'rubygems'
require 'logger'
require 'googlecalendar'
require 'builders'

September 18, 2007
6:57PM EDT
by Christian Dalager

1
2
3
4
5
module Autotest::Growl
  def self.growl title, msg, img, pri=0, stick="" 
    system "growlnotify -n autotest --image #{img} -p #{pri} -m #{msg.inspect} #{title} #{stick}" 
  end