<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jarnaldich</title>
<link>http://snipplr.com/users/jarnaldich</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 21:14:51 GMT</pubDate>
<item>
<title>(SQL) Importing data from (Excel) CSV into MySQL</title>
<link>http://snipplr.com/view/6919/importing-data-from-excel-csv-into-mysql/</link>
<description><![CDATA[ <p>Imports data from CSV (excel-compatible format) into MySQL. Also check the mysqlimport utility and the complementary SELECT ... INTO OUTFILE.</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 02:39:50 GMT</pubDate>
<guid>http://snipplr.com/view/6919/importing-data-from-excel-csv-into-mysql/</guid>
</item>
<item>
<title>(Scheme) Grouping keys of an associative list</title>
<link>http://snipplr.com/view/6067/grouping-keys-of-an-associative-list/</link>
<description><![CDATA[ <p>Given an an associative list ((k1 . v1) (k2 . v2) ... (kn . vn)), with possibly equal values for ki, it returns another alist where all cells have distinct keys and where values originally associated to the same key have been grouped as a list in the new cons cell.  Ouch! This is much harder to explain than to code. Just check the commented example in the code.</p> ]]></description>
<pubDate>Wed, 30 Apr 2008 14:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/6067/grouping-keys-of-an-associative-list/</guid>
</item>
<item>
<title>(SmallTalk) File slurping in SmallTalk</title>
<link>http://snipplr.com/view/5888/file-slurping-in-smalltalk/</link>
<description><![CDATA[ <p>Reading the contents of a whole file as a string.</p> ]]></description>
<pubDate>Wed, 16 Apr 2008 12:20:32 GMT</pubDate>
<guid>http://snipplr.com/view/5888/file-slurping-in-smalltalk/</guid>
</item>
<item>
<title>(Ruby) Turning array values into hash keys</title>
<link>http://snipplr.com/view/5712/turning-array-values-into-hash-keys/</link>
<description><![CDATA[ <p>Useful for speeding up searches.</p> ]]></description>
<pubDate>Sat, 05 Apr 2008 13:34:16 GMT</pubDate>
<guid>http://snipplr.com/view/5712/turning-array-values-into-hash-keys/</guid>
</item>
<item>
<title>(Other) backup mysql databases</title>
<link>http://snipplr.com/view/5169/backup-mysql-databases/</link>
<description><![CDATA[ <p>MySQL backup and restore example through mysqldump / mysql command line utilities.</p> ]]></description>
<pubDate>Sun, 24 Feb 2008 06:31:12 GMT</pubDate>
<guid>http://snipplr.com/view/5169/backup-mysql-databases/</guid>
</item>
<item>
<title>(Lisp) Serializing in Lisp</title>
<link>http://snipplr.com/view/5139/serializing-in-lisp/</link>
<description><![CDATA[ <p>Example of serializing a lisp variable.</p> ]]></description>
<pubDate>Thu, 21 Feb 2008 02:23:02 GMT</pubDate>
<guid>http://snipplr.com/view/5139/serializing-in-lisp/</guid>
</item>
</channel>
</rss>