<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - fugue</title>
<link>http://snipplr.com/users/fugue</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 04 Dec 2008 18:10:04 GMT</pubDate>
<item>
<title>(Visual Basic) Delete Duplicates</title>
<link>http://snipplr.com/view/9235/delete-duplicates/</link>
<description><![CDATA[ <p>Walk a column and delete duplicate cells (assumes the list to have been sorted already).</p> ]]></description>
<pubDate>Fri, 24 Oct 2008 10:08:25 GMT</pubDate>
<guid>http://snipplr.com/view/9235/delete-duplicates/</guid>
</item>
<item>
<title>(SQL) MySQL Replace function</title>
<link>http://snipplr.com/view/2992/mysql-replace-function/</link>
<description><![CDATA[ <p>A life-saver in an emergency, to do a search &amp; replace directly on the database. Probably also a cause of aforementioned emergency for many people, so do have a backup ready for when it goes wrong.</p> ]]></description>
<pubDate>Fri, 22 Jun 2007 07:19:41 GMT</pubDate>
<guid>http://snipplr.com/view/2992/mysql-replace-function/</guid>
</item>
<item>
<title>(PHP) Scandir</title>
<link>http://snipplr.com/view/2930/scandir/</link>
<description><![CDATA[ <p>PHP4 replacement for the PHP5 function scandir. Parameters are $dir for the directory to be scanned, $filter to filter results, and $sort for a sorted array (0 = regular, 1 = reverse).</p> ]]></description>
<pubDate>Mon, 18 Jun 2007 07:20:26 GMT</pubDate>
<guid>http://snipplr.com/view/2930/scandir/</guid>
</item>
<item>
<title>(Bash) Check if port is open</title>
<link>http://snipplr.com/view/2927/check-if-port-is-open/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Jun 2007 03:03:42 GMT</pubDate>
<guid>http://snipplr.com/view/2927/check-if-port-is-open/</guid>
</item>
<item>
<title>(Bash) Send output and errors to same file</title>
<link>http://snipplr.com/view/2926/send-output-and-errors-to-same-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Jun 2007 01:50:56 GMT</pubDate>
<guid>http://snipplr.com/view/2926/send-output-and-errors-to-same-file/</guid>
</item>
<item>
<title>(Bash) Sed search &amp;amp; replace</title>
<link>http://snipplr.com/view/2616/sed-search--replace/</link>
<description><![CDATA[ <p>Search all SVG files for a certain line, then replace them. Make a backup first, or at least add a tag for sed to make the backups for you.</p> ]]></description>
<pubDate>Wed, 09 May 2007 06:30:58 GMT</pubDate>
<guid>http://snipplr.com/view/2616/sed-search--replace/</guid>
</item>
<item>
<title>(PHP) $_SERVER Keys</title>
<link>http://snipplr.com/view/2429/server-keys/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Apr 2007 02:19:42 GMT</pubDate>
<guid>http://snipplr.com/view/2429/server-keys/</guid>
</item>
<item>
<title>(Bash) Format file listing</title>
<link>http://snipplr.com/view/2405/format-file-listing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Mar 2007 02:06:33 GMT</pubDate>
<guid>http://snipplr.com/view/2405/format-file-listing/</guid>
</item>
<item>
<title>(JavaScript) Load browser home page</title>
<link>http://snipplr.com/view/2209/load-browser-home-page/</link>
<description><![CDATA[ <p>An easy way to load the user's home page. Not sure when and why to use this, perhaps after a user is logged out of a system. And I still have to test support for this; it works in Firefox at least.</p> ]]></description>
<pubDate>Mon, 26 Feb 2007 00:15:51 GMT</pubDate>
<guid>http://snipplr.com/view/2209/load-browser-home-page/</guid>
</item>
<item>
<title>(PHP) Unique user ID</title>
<link>http://snipplr.com/view/1894/unique-user-id/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:15:04 GMT</pubDate>
<guid>http://snipplr.com/view/1894/unique-user-id/</guid>
</item>
<item>
<title>(PHP) PHP Session</title>
<link>http://snipplr.com/view/1893/php-session/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:14:24 GMT</pubDate>
<guid>http://snipplr.com/view/1893/php-session/</guid>
</item>
<item>
<title>(PHP) Replace URL with link</title>
<link>http://snipplr.com/view/1892/replace-url-with-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:14:01 GMT</pubDate>
<guid>http://snipplr.com/view/1892/replace-url-with-link/</guid>
</item>
<item>
<title>(PHP) Referrer</title>
<link>http://snipplr.com/view/1891/referrer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:13:37 GMT</pubDate>
<guid>http://snipplr.com/view/1891/referrer/</guid>
</item>
<item>
<title>(PHP) Redirect</title>
<link>http://snipplr.com/view/1890/redirect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:13:21 GMT</pubDate>
<guid>http://snipplr.com/view/1890/redirect/</guid>
</item>
<item>
<title>(PHP) Connect to MySQL database</title>
<link>http://snipplr.com/view/1889/connect-to-mysql-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:12:17 GMT</pubDate>
<guid>http://snipplr.com/view/1889/connect-to-mysql-database/</guid>
</item>
<item>
<title>(PHP) Zero-padded numbers</title>
<link>http://snipplr.com/view/1888/zeropadded-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:10:00 GMT</pubDate>
<guid>http://snipplr.com/view/1888/zeropadded-numbers/</guid>
</item>
<item>
<title>(PHP) Client IP Address</title>
<link>http://snipplr.com/view/1887/client-ip-address/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:09:28 GMT</pubDate>
<guid>http://snipplr.com/view/1887/client-ip-address/</guid>
</item>
<item>
<title>(PHP) Replace characters with XML-safe codes</title>
<link>http://snipplr.com/view/1886/replace-characters-with-xmlsafe-codes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:08:49 GMT</pubDate>
<guid>http://snipplr.com/view/1886/replace-characters-with-xmlsafe-codes/</guid>
</item>
<item>
<title>(PHP) Content type text/plain</title>
<link>http://snipplr.com/view/1885/content-type-textplain/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 02:08:05 GMT</pubDate>
<guid>http://snipplr.com/view/1885/content-type-textplain/</guid>
</item>
<item>
<title>(PHP) Current page</title>
<link>http://snipplr.com/view/1884/current-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Dec 2006 01:39:57 GMT</pubDate>
<guid>http://snipplr.com/view/1884/current-page/</guid>
</item>
</channel>
</rss>