ls = LineStream.new(true)
    bl = ls.retrieve
    line_msg = ls.messagize(bl, false) # long format
...

Ruby Checking validity of messag...

by keruilin.myopenid.com, June 25, 2010 11:25, 3 refactorings, tagged with ruby, refactor, twitter

I have an ActivityStrea...

2669fbd62908cf7787bd6ac81bad624c Talk
#!/usr/bin/env ruby
require 'rubygems'
require 'nokogiri'
...

Ruby Help tighten up this code

by arcterex.myopenid.com, April 28, 2010 19:29, No refactoring, tagged with xml, twitter, nokogiri

This is a script to extract...

5bc3ee98b5a5bd0cd936554de2bdc232 Talk
#!/usr/bin/env ruby1.8
#
# p0wn1e is the hackerspaces.org notifier.
...

Ruby ATOM feed to identi.ca stat...

by hellekin, September 12, 2009 02:00, 2 refactorings, tagged with ruby, bot, atom, feed, notification, identica, statusnet, twitter

I want to refactor this cod...

2cfbd4a81664e5d31b4b2fd0ace83c42 Talk