<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/groovy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Feb 2012 22:16:56 GMT</pubDate>
<item>
<title>(Groovy) Compete.com Webstats Scrape Groovy - jerryvig</title>
<link>http://snipplr.com/view/62584/competecom-webstats-scrape-groovy/</link>
<description><![CDATA[ <p>This is a script for collecting webstats data from compete.com. The scripts takes as input the list of domains that you want to analyze and outputs the compete.com webstats data.</p> ]]></description>
<pubDate>Mon, 16 Jan 2012 23:20:50 GMT</pubDate>
<guid>http://snipplr.com/view/62584/competecom-webstats-scrape-groovy/</guid>
</item>
<item>
<title>(Groovy) download files with groovy and wget - m3rol666</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) jEdit macro that makes it just like GroovyConsole - guai</title>
<link>http://snipplr.com/view/58200/jedit-macro-that-makes-it-just-like-groovyconsole/</link>
<description><![CDATA[ <p>bind it to ctrl+enter and everything that GroovyConsole do jEdit will do too.
Uses groovy installation.</p> ]]></description>
<pubDate>Fri, 26 Aug 2011 14:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/58200/jedit-macro-that-makes-it-just-like-groovyconsole/</guid>
</item>
<item>
<title>(Groovy) Dinamically  trim all object\'s string properties - m3rol666</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>
<item>
<title>(Groovy) Groovy - File copy with substitution - elm</title>
<link>http://snipplr.com/view/54420/groovy--file-copy-with-substitution/</link>
<description><![CDATA[ <p>Write File while replacing from anothther</p> ]]></description>
<pubDate>Thu, 26 May 2011 18:57:35 GMT</pubDate>
<guid>http://snipplr.com/view/54420/groovy--file-copy-with-substitution/</guid>
</item>
<item>
<title>(Groovy) Groovy expandUserPath ~ - laurenceosx</title>
<link>http://snipplr.com/view/51198/groovy-expanduserpath-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Mar 2011 11:59:11 GMT</pubDate>
<guid>http://snipplr.com/view/51198/groovy-expanduserpath-/</guid>
</item>
<item>
<title>(Groovy) Groovy Robot SendString - laurenceosx</title>
<link>http://snipplr.com/view/49946/groovy-robot-sendstring/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Mar 2011 03:01:45 GMT</pubDate>
<guid>http://snipplr.com/view/49946/groovy-robot-sendstring/</guid>
</item>
<item>
<title>(Groovy) Jackson Demo from Groovy Console - hansamann</title>
<link>http://snipplr.com/view/48071/jackson-demo-from-groovy-console/</link>
<description><![CDATA[ <p>Make sure Jackson core and Mappers are on classpath. So who can explain why userImage has a size of 7. I assume the byte-Array is encoded. What format?</p> ]]></description>
<pubDate>Sat, 29 Jan 2011 01:38:58 GMT</pubDate>
<guid>http://snipplr.com/view/48071/jackson-demo-from-groovy-console/</guid>
</item>
<item>
<title>(Groovy) Sequencial folder creation - ragnarokkrr</title>
<link>http://snipplr.com/view/47736/sequencial-folder-creation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 23 Jan 2011 06:17:25 GMT</pubDate>
<guid>http://snipplr.com/view/47736/sequencial-folder-creation/</guid>
</item>
<item>
<title>(Groovy) Groovy Swing data binding example that works on a freshly created object (online example does not) - laurenceosx</title>
<link>http://snipplr.com/view/47115/groovy-swing-data-binding-example-that-works-on-a-freshly-created-object-online-example-does-not/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Jan 2011 06:48:19 GMT</pubDate>
<guid>http://snipplr.com/view/47115/groovy-swing-data-binding-example-that-works-on-a-freshly-created-object-online-example-does-not/</guid>
</item>
<item>
<title>(Other) Start selenium - iure</title>
<link>http://snipplr.com/view/47024/start-selenium/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Jan 2011 04:34:50 GMT</pubDate>
<guid>http://snipplr.com/view/47024/start-selenium/</guid>
</item>
<item>
<title>(Groovy) Read commandline with DSL CliBuilder - miceno</title>
<link>http://snipplr.com/view/45662/read-commandline-with-dsl-clibuilder/</link>
<description><![CDATA[ <p>An example of how to configure the CliBuilder to read command line arguments in Groovy.</p> ]]></description>
<pubDate>Mon, 13 Dec 2010 06:39:40 GMT</pubDate>
<guid>http://snipplr.com/view/45662/read-commandline-with-dsl-clibuilder/</guid>
</item>
<item>
<title>(Groovy) Groovy Gradle make Fat Jar - laurenceosx</title>
<link>http://snipplr.com/view/42504/groovy-gradle-make-fat-jar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Oct 2010 01:51:14 GMT</pubDate>
<guid>http://snipplr.com/view/42504/groovy-gradle-make-fat-jar/</guid>
</item>
<item>
<title>(Other) Grails BootStrap - michaelss</title>
<link>http://snipplr.com/view/42142/grails-bootstrap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Oct 2010 00:39:47 GMT</pubDate>
<guid>http://snipplr.com/view/42142/grails-bootstrap/</guid>
</item>
<item>
<title>(XML) groovlet gsp web.xml - laurenceosx</title>
<link>http://snipplr.com/view/41596/groovlet-gsp-webxml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Oct 2010 04:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/41596/groovlet-gsp-webxml/</guid>
</item>
<item>
<title>(Groovy) Groovy \"List Comprehension\" example - laurenceosx</title>
<link>http://snipplr.com/view/40886/groovy-list-comprehension-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Sep 2010 05:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/40886/groovy-list-comprehension-example/</guid>
</item>
<item>
<title>(Groovy) Groovy Swing Explorer File Drop Handler - laurenceosx</title>
<link>http://snipplr.com/view/39293/groovy-swing-explorer-file-drop-handler/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 19 Aug 2010 12:24:00 GMT</pubDate>
<guid>http://snipplr.com/view/39293/groovy-swing-explorer-file-drop-handler/</guid>
</item>
<item>
<title>(Groovy) Rhino env.js testing example - cadrlife</title>
<link>http://snipplr.com/view/38607/rhino-envjs-testing-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 13:10:27 GMT</pubDate>
<guid>http://snipplr.com/view/38607/rhino-envjs-testing-example/</guid>
</item>
<item>
<title>(Groovy) Groovy Swing Object Inspector - laurenceosx</title>
<link>http://snipplr.com/view/36340/groovy-swing-object-inspector/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Jun 2010 00:43:50 GMT</pubDate>
<guid>http://snipplr.com/view/36340/groovy-swing-object-inspector/</guid>
</item>
<item>
<title>(Groovy) Console input read in groovy - oznek</title>
<link>http://snipplr.com/view/31074/console-input-read-in-groovy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Apr 2010 16:46:09 GMT</pubDate>
<guid>http://snipplr.com/view/31074/console-input-read-in-groovy/</guid>
</item>
</channel>
</rss>
