<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jerryvig</title>
<link>http://snipplr.com/users/jerryvig</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 20:54:03 GMT</pubDate>
<item>
<title>(Bash) TCP Dump</title>
<link>http://snipplr.com/view/67955/tcp-dump/</link>
<description><![CDATA[ <p>A line to do a tcpdump on a machine on the network.</p> ]]></description>
<pubDate>Fri, 26 Oct 2012 06:21:57 GMT</pubDate>
<guid>http://snipplr.com/view/67955/tcp-dump/</guid>
</item>
<item>
<title>(Java) Easy GWT Animations</title>
<link>http://snipplr.com/view/66015/easy-gwt-animations/</link>
<description><![CDATA[ <p>An example for how to do animations using the GWT framework.</p> ]]></description>
<pubDate>Sat, 07 Jul 2012 13:25:41 GMT</pubDate>
<guid>http://snipplr.com/view/66015/easy-gwt-animations/</guid>
</item>
<item>
<title>(jQuery) Simple jQuery Animation Test</title>
<link>http://snipplr.com/view/65199/simple-jquery-animation-test/</link>
<description><![CDATA[ <p>A simple example of using jQuery animate for an animation effect.</p> ]]></description>
<pubDate>Sat, 26 May 2012 05:21:28 GMT</pubDate>
<guid>http://snipplr.com/view/65199/simple-jquery-animation-test/</guid>
</item>
<item>
<title>(Java) ListAnagrams</title>
<link>http://snipplr.com/view/64350/listanagrams/</link>
<description><![CDATA[ <p>anagrams list in java</p> ]]></description>
<pubDate>Wed, 04 Apr 2012 10:14:33 GMT</pubDate>
<guid>http://snipplr.com/view/64350/listanagrams/</guid>
</item>
<item>
<title>(Bash) Sync Clock on Unix System</title>
<link>http://snipplr.com/view/64101/sync-clock-on-unix-system/</link>
<description><![CDATA[ <p>The command below should sync the clock on a unix server to the US timeservers at us.pool.ntp.org.</p> ]]></description>
<pubDate>Thu, 22 Mar 2012 19:08:53 GMT</pubDate>
<guid>http://snipplr.com/view/64101/sync-clock-on-unix-system/</guid>
</item>
<item>
<title>(SQL) Load Extension into Sqlite3</title>
<link>http://snipplr.com/view/63879/load-extension-into-sqlite3/</link>
<description><![CDATA[ <p>This shows how to load an extension into sqlite3.</p> ]]></description>
<pubDate>Sun, 11 Mar 2012 10:59:58 GMT</pubDate>
<guid>http://snipplr.com/view/63879/load-extension-into-sqlite3/</guid>
</item>
<item>
<title>(Java) Start H2 In Memory Database</title>
<link>http://snipplr.com/view/63701/start-h2-in-memory-database/</link>
<description><![CDATA[ <p>This Java program is used to start an H2 in memory (RAM) database (http://www.h2database.com) and start a tcp server so that other processes can read and write data to the in memory database through a TCP connection.</p> ]]></description>
<pubDate>Sat, 03 Mar 2012 20:16:54 GMT</pubDate>
<guid>http://snipplr.com/view/63701/start-h2-in-memory-database/</guid>
</item>
<item>
<title>(Bash) Auto Login for LinkedIn Every Hour</title>
<link>http://snipplr.com/view/63682/auto-login-for-linkedin-every-hour/</link>
<description><![CDATA[ <p>This bash script uses eLinks (http://www.elinks.cz/) to automatically log into LinkedIn. A great way to keep your profile appearing among those who are active linkedin users.</p> ]]></description>
<pubDate>Fri, 02 Mar 2012 11:21:58 GMT</pubDate>
<guid>http://snipplr.com/view/63682/auto-login-for-linkedin-every-hour/</guid>
</item>
<item>
<title>(Bash) Import CSV into Oracle TimesTen</title>
<link>http://snipplr.com/view/63657/import-csv-into-oracle-timesten/</link>
<description><![CDATA[ <p>This is the pattern for importing a comma delimited CSV file into Oracle's TimesTen in memory database.</p> ]]></description>
<pubDate>Thu, 01 Mar 2012 14:13:57 GMT</pubDate>
<guid>http://snipplr.com/view/63657/import-csv-into-oracle-timesten/</guid>
</item>
<item>
<title>(Groovy) Delicious API Https Authentication in Java/Groovy</title>
<link>http://snipplr.com/view/63597/delicious-api-https-authentication-in-javagroovy/</link>
<description><![CDATA[ <p>This is an example of how to download the favorites XML file from Delicious using the java.net classes and doing the HTTPS password authentication to obtain access. This script is written in Groovy but you can translate it to plain java pretty easily by getting rid of the dynamic typing and using semicolons.</p> ]]></description>
<pubDate>Mon, 27 Feb 2012 12:32:24 GMT</pubDate>
<guid>http://snipplr.com/view/63597/delicious-api-https-authentication-in-javagroovy/</guid>
</item>
<item>
<title>(Bash) Set CLASSPATH for Scala</title>
<link>http://snipplr.com/view/62985/set-classpath-for-scala/</link>
<description><![CDATA[ <p>This sets the classpath for scala in the lib directory.</p> ]]></description>
<pubDate>Thu, 02 Feb 2012 01:23:32 GMT</pubDate>
<guid>http://snipplr.com/view/62985/set-classpath-for-scala/</guid>
</item>
<item>
<title>(C++) Nasdaq SPOs Scrape - Secondary Offerings</title>
<link>http://snipplr.com/view/62814/nasdaq-spos-scrape--secondary-offerings/</link>
<description><![CDATA[ <p>This scrapes secondary offerings from nasdaq.</p> ]]></description>
<pubDate>Fri, 27 Jan 2012 21:32:56 GMT</pubDate>
<guid>http://snipplr.com/view/62814/nasdaq-spos-scrape--secondary-offerings/</guid>
</item>
<item>
<title>(C++) Nasdaq IPOs Scrape</title>
<link>http://snipplr.com/view/62810/nasdaq-ipos-scrape/</link>
<description><![CDATA[ <p>This is a C++ program that scrapes IPO data from Nasdaq.com using libcurl for downloading the data and htmlcxx for parsing the html code.</p> ]]></description>
<pubDate>Fri, 27 Jan 2012 17:12:54 GMT</pubDate>
<guid>http://snipplr.com/view/62810/nasdaq-ipos-scrape/</guid>
</item>
<item>
<title>(Bash) Mongodb Import CSV Example</title>
<link>http://snipplr.com/view/62700/mongodb-import-csv-example/</link>
<description><![CDATA[ <p>This is an example of importing a CSV file into mongodb using the command line mongoimport tool.</p> ]]></description>
<pubDate>Sun, 22 Jan 2012 15:51:20 GMT</pubDate>
<guid>http://snipplr.com/view/62700/mongodb-import-csv-example/</guid>
</item>
<item>
<title>(Groovy) Compete.com Webstats Scrape Groovy</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>(Bash) xrdp.ini</title>
<link>http://snipplr.com/view/61929/xrdpini/</link>
<description><![CDATA[ <p>a sample xrdp.ini for using the rdp systems xrdp on linux. http://www.xrdp.org/. This should be used with tigervnc.</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 17:26:11 GMT</pubDate>
<guid>http://snipplr.com/view/61929/xrdpini/</guid>
</item>
<item>
<title>(Bash) VNC Xstartup</title>
<link>http://snipplr.com/view/61928/vnc-xstartup/</link>
<description><![CDATA[ <p>this is a script for loading the gnome desktop enivronment to run inside of vncserver. this script does in the .vnc directory of your home path and it is executed every time you start a new vncserver process on linux.</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 17:19:58 GMT</pubDate>
<guid>http://snipplr.com/view/61928/vnc-xstartup/</guid>
</item>
<item>
<title>(Java) Native Clicks 8 Java Robot</title>
<link>http://snipplr.com/view/60914/native-clicks-8-java-robot/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Nov 2011 13:00:27 GMT</pubDate>
<guid>http://snipplr.com/view/60914/native-clicks-8-java-robot/</guid>
</item>
<item>
<title>(JavaScript) Millenium NY Form Validator</title>
<link>http://snipplr.com/view/60654/millenium-ny-form-validator/</link>
<description><![CDATA[ <p>https://re.clintonfoundation.org/SSLPage.aspx?pid=4293</p> ]]></description>
<pubDate>Wed, 09 Nov 2011 10:09:38 GMT</pubDate>
<guid>http://snipplr.com/view/60654/millenium-ny-form-validator/</guid>
</item>
<item>
<title>(PHP) First Code 2 - Merrill Alegado</title>
<link>http://snipplr.com/view/60552/first-code-2--merrill-alegado/</link>
<description><![CDATA[ <p>http://www.poetiv.com/</p> ]]></description>
<pubDate>Fri, 04 Nov 2011 20:40:18 GMT</pubDate>
<guid>http://snipplr.com/view/60552/first-code-2--merrill-alegado/</guid>
</item>
</channel>
</rss>