Public Gists by will

Gravatar
Sat Nov 21 09:40:35 -0800 2009
1
2
3
class String
  def ~
    self.reverse
Gravatar
Mon Nov 16 15:59:10 -0800 2009
1
2
3
From 59c9acddfa87a5391f088153994f607208be57c1 Mon Sep 17 00:00:00 2001
From: Will Leinweber <will@bitfission.com>
Date: Mon, 16 Nov 2009 00:25:27 -0600
Gravatar
Sat Oct 24 11:19:54 -0700 2009
1
2
3
#! /usr/bin/env ruby
#
# Save in your path as "isreg" and chmod +x. Then: isreg domain.com
Gravatar
Thu Jul 09 13:26:35 -0700 2009
1
2
3
module Integrity
  class Notifier
    class Arduino < Notifier::Base
Gravatar
Sun Jul 05 09:19:04 -0700 2009
1
2
3
Twilight Zone Watchlist
=======================
fork this list and add/remove suggestions or move things up to the watch queue please!
Gravatar
Tue Jun 16 15:27:35 -0700 2009
1
2
3
require 'metric_fu'
 
task "metrics:all" do
Gravatar
Mon Jun 15 14:41:59 -0700 2009
1
2
3
#!/usr/bin/env jruby
require 'rubygems'
require 'celerity'
Gravatar
Sat Feb 28 01:50:51 -0800 2009
1
2
3
# so ugly, but it makes rails treat CouchRest::Documents correctly
 
class Hash
Gravatar
Fri Feb 20 14:21:57 -0800 2009
1
2
3
On Feb 20, 2009, at 4:24 PM, "Olusegun A.A" <xxxxxx@gmail.com> wrote:
 
** CRAIGSLIST ADVISORY --- AVOID SCAMS BY DEALING LOCALLY
Gravatar
Wed Feb 04 19:03:44 -0800 2009
1
2
3
# will leinweber's lib/helpers.rb for webby
 
def first_post
Gravatar
Thu Jan 08 12:57:25 -0800 2009
1
2
3
#!/usr/bin/ruby
require "rubygems"
require "scrapi"
Gravatar
Fri Oct 31 00:49:45 -0700 2008
1
2
3
#!/usr/bin/env ruby
# datamapper woes
 
Gravatar
Thu Sep 04 13:31:41 -0700 2008
1
2
3
def method_stack
  @method_stack ||= []
end