Public Gists by delano

Gravatar
Tue Jul 14 15:08:55 -0700 2009
1
2
3
require 'digest/sha1'
 
class String
Gravatar
Wed Jul 08 14:37:36 -0700 2009
1
2
3
# $ tweet "your message"
#
# See: http://solutious.com/blog/2009/07/13/bash-twitter/
Gravatar
Wed Jun 03 20:01:58 -0700 2009
1
2
3
# Amazon EC2 EBS Performance Test
 
This gist describes a working Rudy configuration for running the Bonnie64 benchmark on EC2.
Gravatar
Sun Apr 19 09:26:22 -0700 2009
1
2
3
In response to all the responses to:
 
http://twitter.com/rtomayko/status/1155906157
Gravatar
Wed Mar 04 06:37:07 -0800 2009
1
2
3
s1 = {:host=>'foo', :user => 'foobar'}
s2 = {:host=>'bar', :user => 'foobar'}
s3 = {:host=>'baz', :user => 'foobar'}
Gravatar
Thu Feb 19 15:55:44 -0800 2009
1
2
3
(This is the text of the keynote I gave at Startup Riot 2009. Will update when video becomes available.)
 
Hi everyone, I'm Chris Wanstrath, and I'm one of the co-founders of GitHub.
Gravatar
Wed Feb 04 14:27:42 -0800 2009
1
2
3
require 'uri'
require 'benchmark'
require 'net/http'
Gravatar
Mon Nov 17 14:13:28 -0800 2008
1
2
3
Sec total new wait
1 50 50 0 +
2 100 50 50 |+
Gravatar
Thu Nov 06 21:56:12 -0800 2008
1
2
3
# uri_params
#
# Turn URI parameters like uri[0], uri[1]... into an array of values
Gravatar
Wed Aug 20 12:34:05 -0700 2008
1
2
3
    # where args is a hash of URI parameters
    def initialize(args = {})
      unless args.empty?
Gravatar
Mon Aug 04 13:32:03 -0700 2008
1
2
3
 
 
require 'rubygems'
gist: 180 undefined
Gravatar
Mon Jul 21 13:45:48 -0700 2008
1
This is so fucking awesome!