Public Gists by kylesmyth

gist: 152086 a Ruby script that grabs a ...
Gravatar
Wed Jul 22 09:18:53 -0700 2009
1
2
3
require 'rubygems'
require 'open-uri'
require 'json'
Gravatar
Thu Feb 19 12:19:47 -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
Thu Feb 19 12:18:22 -0800 2009
1
2
3
#opens a file, outputs image url's to it
file = File.open("url.txt", "r+")
    for i in (582...660)