Skip to content

Instantly share code, notes, and snippets.

View jasonmadigan's full-sized avatar

Jason Madigan jasonmadigan

View GitHub Profile
@jasonmadigan
jasonmadigan / delicious_users_from_twitter_whoa.rb
Created July 22, 2009 14:12
Finds Delicious users from your Twitter network
#!/usr/bin/env ruby
# (Potentially) finds Delicious users from your Twitter network
require 'rubygems'
require 'json' # sudo gem install json
require 'open-uri'
TWITTER_USERNAME = 'USERNAME'
DELICIOUS_API_BASE = 'http://delicious.com'
@jasonmadigan
jasonmadigan / twitter_users_from_delicious_whoa.rb
Created July 22, 2009 13:30
Finds Twitter users from your Delicious network
#!/usr/bin/env ruby
# (Potentially) finds Twitter users from your Delicious network
require 'rubygems'
require 'json' # sudo gem install json
require 'open-uri'
DELICIOUS_USERNAME = 'USERNAME'
DELICIOUS_API_BASE = 'http://feeds.delicious.com/v2/json/networkmembers/'
#!/usr/bin/env ruby
# Solution for http://www.dailyperfect.com/jobs/
# char msg_rot_something[] = {129, 146, 139, 158, 74, 147, 157, 74, 158,
# 146, 143, 74, 139, 152, 157, 143, 156, 74, 158, 153, 74, 158, 146, 143,
# 74, 155, 159, 143, 157, 158, 147, 153, 152, 74, 153, 144, 74, 150, 147,
# 144, 143, 86, 74, 159, 152, 147, 160, 143, 156, 157, 143, 74, 139, 152,
# 142, 74, 143, 160, 143, 156, 163, 158, 146, 147, 152, 145, 105, 74, 125,
# 143, 152, 142, 74, 163, 153, 159, 156, 74, 156, 143, 157, 154, 153, 152,