<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - m3rol666</title>
<link>http://snipplr.com/users/m3rol666</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 05:23:21 GMT</pubDate>
<item>
<title>(Groovy) download files with groovy and wget</title>
<link>http://snipplr.com/view/58306/download-files-with-groovy-and-wget/</link>
<description><![CDATA[ <p>used this to download a bunch of wsdls. Put all addresses in a file and execute the script like

groovy download.groovy file.txt</p> ]]></description>
<pubDate>Tue, 30 Aug 2011 18:06:26 GMT</pubDate>
<guid>http://snipplr.com/view/58306/download-files-with-groovy-and-wget/</guid>
</item>
<item>
<title>(Java) Right trim in Java</title>
<link>http://snipplr.com/view/58121/right-trim-in-java/</link>
<description><![CDATA[ <p>I made this because org.apache.commons.lang.StringUtils does not have this method. I used this because i was dealing with a legacy db where all fields were char. trailing spaces were a pita.</p> ]]></description>
<pubDate>Wed, 24 Aug 2011 10:28:50 GMT</pubDate>
<guid>http://snipplr.com/view/58121/right-trim-in-java/</guid>
</item>
<item>
<title>(Groovy) Dinamically  trim all object\'s string properties</title>
<link>http://snipplr.com/view/58120/dinamically--trim-all-objects-string-properties/</link>
<description><![CDATA[ <p>I used this because I had a legacy db table that all fields are char.  the right spaces were a pita. The rightTrim function can be viewed in my profile</p> ]]></description>
<pubDate>Wed, 24 Aug 2011 10:24:46 GMT</pubDate>
<guid>http://snipplr.com/view/58120/dinamically--trim-all-objects-string-properties/</guid>
</item>
</channel>
</rss>