<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - plexus</title>
<link>http://snipplr.com/users/plexus</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 22 Mar 2010 03:26:43 GMT</pubDate>
<item>
<title>(Ruby) Command line Currency converter</title>
<link>http://snipplr.com/view/5814/command-line-currency-converter/</link>
<description><![CDATA[ <p>Command line currency convertor, just copy and paste. I named mine 'coin'. Make sure you have Ruby, Rubygems and Hpricot (gem install hpricot).

e.g. 
~$ coin 100 eur usd
158.3300

Uses the site xurrency.com.</p> ]]></description>
<pubDate>Mon, 14 Apr 2008 05:06:35 GMT</pubDate>
<guid>http://snipplr.com/view/5814/command-line-currency-converter/</guid>
</item>
<item>
<title>(Ruby) Resync .srt subtitles</title>
<link>http://snipplr.com/view/4411/resync-srt-subtitles/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Dec 2007 20:20:56 GMT</pubDate>
<guid>http://snipplr.com/view/4411/resync-srt-subtitles/</guid>
</item>
<item>
<title>(Ruby) Array#to_csv</title>
<link>http://snipplr.com/view/3402/arraytocsv/</link>
<description><![CDATA[ <p>Ruby's CSV is a nice library, but it needs some sugar.</p> ]]></description>
<pubDate>Fri, 27 Jul 2007 01:51:50 GMT</pubDate>
<guid>http://snipplr.com/view/3402/arraytocsv/</guid>
</item>
<item>
<title>(Bash) Sed convert multiline whitespace to single newline</title>
<link>http://snipplr.com/view/2935/sed-convert-multiline-whitespace-to-single-newline/</link>
<description><![CDATA[ <p>Converts whitespace that spans multiple lines into a single newline, needs improvement</p> ]]></description>
<pubDate>Tue, 19 Jun 2007 04:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/2935/sed-convert-multiline-whitespace-to-single-newline/</guid>
</item>
<item>
<title>(Other) Crontab header</title>
<link>http://snipplr.com/view/2830/crontab-header/</link>
<description><![CDATA[ <p>I always put this at the top of my crontab files so I remember the right fields</p> ]]></description>
<pubDate>Sun, 10 Jun 2007 05:57:22 GMT</pubDate>
<guid>http://snipplr.com/view/2830/crontab-header/</guid>
</item>
<item>
<title>(Ruby) formatted output of DBI result set</title>
<link>http://snipplr.com/view/2825/formatted-output-of-dbi-result-set/</link>
<description><![CDATA[ <p>Sometimes I use irb as my database console, DBI is really handy for talking to different db's. Pass this method the result of conn.execute to get it nicely formatted on your screen. (it's a hack, should be more DRY)</p> ]]></description>
<pubDate>Fri, 08 Jun 2007 04:58:42 GMT</pubDate>
<guid>http://snipplr.com/view/2825/formatted-output-of-dbi-result-set/</guid>
</item>
<item>
<title>(Bash) Import all new files in a subversion working copy</title>
<link>http://snipplr.com/view/2048/import-all-new-files-in-a-subversion-working-copy/</link>
<description><![CDATA[ <p>There's another snippet here that's pure Ruby. This one can be used from the command line directly. The previous version still used Ruby, this one is pure shell.</p> ]]></description>
<pubDate>Wed, 31 Jan 2007 06:42:45 GMT</pubDate>
<guid>http://snipplr.com/view/2048/import-all-new-files-in-a-subversion-working-copy/</guid>
</item>
<item>
<title>(Bash) kill processes by regex</title>
<link>http://snipplr.com/view/1419/kill-processes-by-regex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Oct 2006 13:25:50 GMT</pubDate>
<guid>http://snipplr.com/view/1419/kill-processes-by-regex/</guid>
</item>
</channel>
</rss>