Mr. People
29 days ago by scottymac
Years ago, while trying to clean up the names of donors in campaign finance data from the Federal Election Commission, I hacked together a Perl module — loosely based on the Lingua-EN-NameParse module — to standardize names. One port to Ruby later, I've finally put together a Web front end for it. Try it out below — paste your own data in or try the sample data.
ruby
gem
29 days ago by scottymac
SimpleWorker - Run Background Jobs in the Cloud
october 2011 by scottymac
Background processing, delayed queues, Cron jobs, and other asynchronous tasks.
background
ruby
october 2011 by scottymac