October 2009
0 posts
Oct 1st
August 2009
1 post
Aug 22nd
July 2009
1 post
Jul 12th
June 2009
1 post
Jun 20th
December 2008
1 post
Dec 24th
2 notes
September 2008
2 posts
Sep 29th
1 note
Sep 7th
August 2008
7 posts
Aug 30th
Aug 23rd
Aug 23rd
Aug 22nd
require ‘open-uri’ require ‘hpricot’   class Gistr   def initialize(gist_id)     @gist_id = gist_id   end     def post(email, password, title)     post_to_tumblr(email, password, title, gist_code)   end     def gist_code     return @gist_code if @gist_code       # Use the secret .pibb...
Aug 11th
1 note
# Parallel map # Originally from http://project.ioni.st/post/2332#snippet_2332 class Array   def pmap     threads = []     0.upto(size - 1) do |n|       threads « Thread.new do         yield(at(n))       end     end     threads.collect {|thread| thread.value}   end end   # Trade-off between resource consumption # and speed of execution. # Much faster...
Aug 10th
# # Created by Eric Lindvall <eric@5stops.com> # # Making it simple to provide input for http://wordle.net/create # #   require ‘rubygems’ gem ‘mechanize’ require ‘mechanize’   def collect_entries(page)   page.parser.search(‘.entry-content’).collect do |span|...
Aug 10th
May 2008
2 posts
May 25th
May 14th
January 2008
5 posts
Jan 21st
Jan 21st
Jan 7th
Jan 5th
Jan 3rd
December 2007
4 posts
Dec 31st
Dec 30th
Dec 27th
Dec 27th
September 2007
2 posts
Sep 5th
Sep 5th
August 2007
1 post
Aug 11th
July 2007
14 posts
Jul 29th
Jul 28th
Jul 27th
Jul 26th
Jul 21st
Jul 20th
Jul 18th
Jul 17th
Jul 15th
Jul 8th
Jul 8th
Jul 8th
“There’s no difference if it’s yours or if it’s mine”
– Juliet
Jul 3rd
Jul 1st
June 2007
7 posts
“slide for emergency”
– iPhone
Jun 30th
Jun 30th
“The Artist Formerly Known as Prince should know that with behaviour like this he...”
– Paul Quirk (via slashdot)
Jun 29th
Jun 20th
Your assignment: Underline the number 20. →
Jun 20th
1 note
Project description
Rich people wanting clue
Jun 4th
Jun 2nd
May 2007
6 posts
May 27th