Public Gists by mloughran

Gravatar
Fri Oct 30 10:50:49 -0700 2009
1
2
3
class ExpectContinue
  def initialize(app)
    @app = app
Gravatar
Thu Oct 22 05:56:46 -0700 2009
1
2
3
require 'rubygems'
require 'eventmachine'
 
Gravatar
Mon Oct 05 07:39:48 -0700 2009
1
2
3
BEANSTALK_13 = '/opt/local/bin/beanstalkd'
BEANSTALK_14 = '/usr/local/bin/beanstalkd'
 
Gravatar
Tue Aug 25 12:28:38 -0700 2009
1
2
3
#! /bin/sh
 
# Description: Startup script for nginx webserver on Debian. Place in /etc/init.d and
Gravatar
Tue Feb 17 08:22:57 -0800 2009
1
2
3
module IrregularScience
  def resize_within(w, h)
    r_old = width.to_f / height
Gravatar
Tue Jul 22 07:27:56 -0700 2008
1
just a test