<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - gdvickery</title>
<link>http://snipplr.com/users/gdvickery</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 07:48:21 GMT</pubDate>
<item>
<title>(Bash) Export MySQL to file</title>
<link>http://snipplr.com/view/39734/export-mysql-to-file/</link>
<description><![CDATA[ <p>Dumps the contents of a mysql database to a .sql file named by the current date.</p> ]]></description>
<pubDate>Tue, 31 Aug 2010 09:47:59 GMT</pubDate>
<guid>http://snipplr.com/view/39734/export-mysql-to-file/</guid>
</item>
<item>
<title>(Python) Sort List By Group</title>
<link>http://snipplr.com/view/26269/sort-list-by-group/</link>
<description><![CDATA[ <p>This function takes a list of string and sorts them based on their similarity. The percent at which they match can be defined in the second parameter (default 75%).</p> ]]></description>
<pubDate>Mon, 11 Jan 2010 16:59:18 GMT</pubDate>
<guid>http://snipplr.com/view/26269/sort-list-by-group/</guid>
</item>
<item>
<title>(Bash) Count the number of files in a Directory / Sub-Directories</title>
<link>http://snipplr.com/view/26201/count-the-number-of-files-in-a-directory--subdirectories/</link>
<description><![CDATA[ <p>This command will count the number of files in the given directory and sub-directories.</p> ]]></description>
<pubDate>Sat, 09 Jan 2010 20:50:46 GMT</pubDate>
<guid>http://snipplr.com/view/26201/count-the-number-of-files-in-a-directory--subdirectories/</guid>
</item>
<item>
<title>(Python) Python CLI (Command Line) Progress Bar</title>
<link>http://snipplr.com/view/25735/python-cli-command-line-progress-bar/</link>
<description><![CDATA[ <p>This is a function that will show a progress bar of the given percentage. Useful when performing time consuming tasks.</p> ]]></description>
<pubDate>Wed, 30 Dec 2009 19:15:15 GMT</pubDate>
<guid>http://snipplr.com/view/25735/python-cli-command-line-progress-bar/</guid>
</item>
<item>
<title>(Python) Get X, Y Heading Based On Degrees</title>
<link>http://snipplr.com/view/25043/get-x-y-heading-based-on-degrees/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Dec 2009 19:14:59 GMT</pubDate>
<guid>http://snipplr.com/view/25043/get-x-y-heading-based-on-degrees/</guid>
</item>
<item>
<title>(Python) Calculating Degrees Between Two Points (Vectors)</title>
<link>http://snipplr.com/view/25042/calculating-degrees-between-two-points-vectors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Dec 2009 19:10:30 GMT</pubDate>
<guid>http://snipplr.com/view/25042/calculating-degrees-between-two-points-vectors/</guid>
</item>
<item>
<title>(Java) Read a web page with Java</title>
<link>http://snipplr.com/view/13033/read-a-web-page-with-java/</link>
<description><![CDATA[ <p>Connects to a web page, reads in the content and strips whitespace.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 11:16:40 GMT</pubDate>
<guid>http://snipplr.com/view/13033/read-a-web-page-with-java/</guid>
</item>
<item>
<title>(PHP) Extract all links from a page using Regex</title>
<link>http://snipplr.com/view/12743/extract-all-links-from-a-page-using-regex/</link>
<description><![CDATA[ <p>These 4 lines of code can be used to extract and return all links from any page using regex patterns. If links are found, an array is returned, else boolean false is returned.</p> ]]></description>
<pubDate>Mon, 02 Mar 2009 18:36:37 GMT</pubDate>
<guid>http://snipplr.com/view/12743/extract-all-links-from-a-page-using-regex/</guid>
</item>
<item>
<title>(PHP) Get file extension in one line</title>
<link>http://snipplr.com/view/12741/get-file-extension-in-one-line/</link>
<description><![CDATA[ <p>This method is a bit faster and more reliable then using the "explode" method. Works with PHP 4.0.3 and up.</p> ]]></description>
<pubDate>Mon, 02 Mar 2009 17:16:36 GMT</pubDate>
<guid>http://snipplr.com/view/12741/get-file-extension-in-one-line/</guid>
</item>
</channel>
</rss>