<?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/favorites/danshields</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 05:05:43 GMT</pubDate>
<item>
<title>(JavaScript) Get Url Parameters - danshields</title>
<link>http://snipplr.com/view/19838/get-url-parameters/</link>
<description><![CDATA[ <p>Read a page's GET URL variables and return them as an "associative array."

Calling the function while at `example.html?foo=asdf&amp;bar=jkls` sets `map['foo']='asdf'` and `map['bar']='jkls'`</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 20:16:07 GMT</pubDate>
<guid>http://snipplr.com/view/19838/get-url-parameters/</guid>
</item>
<item>
<title>(Bash) Restart cron - danshields</title>
<link>http://snipplr.com/view/19661/restart-cron/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Sep 2009 18:48:54 GMT</pubDate>
<guid>http://snipplr.com/view/19661/restart-cron/</guid>
</item>
<item>
<title>(Bash) Create a .tar.gz archive using Terminal OS X - danshields</title>
<link>http://snipplr.com/view/7144/create-a-targz-archive-using-terminal-os-x/</link>
<description><![CDATA[ <p>This command will allow you to make a tar ball with gzip compression:
-c = Create
-v = Verbosely list files processed
-z = Filter the archive through gzip
-p = Preserve Permissions ( extract all protection information)
-f  = Use archive file or device F</p> ]]></description>
<pubDate>Sat, 05 Jul 2008 18:45:35 GMT</pubDate>
<guid>http://snipplr.com/view/7144/create-a-targz-archive-using-terminal-os-x/</guid>
</item>
<item>
<title>(SQL) How to backup mysql database by command line (dump) - danshields</title>
<link>http://snipplr.com/view/904/how-to-backup-mysql-database-by-command-line-dump/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Aug 2006 23:09:49 GMT</pubDate>
<guid>http://snipplr.com/view/904/how-to-backup-mysql-database-by-command-line-dump/</guid>
</item>
</channel>
</rss>