<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jatkins</title>
<link>http://snipplr.com/users/jatkins/tags/files</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 03 Dec 2008 04:02:04 GMT</pubDate>
<item>
<title>(PHP) File v. MD5 validator</title>
<link>http://snipplr.com/view/8017/file-v-md5-validator/</link>
<description><![CDATA[ <p>Is that file really the file you think it is?</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 13:37:04 GMT</pubDate>
<guid>http://snipplr.com/view/8017/file-v-md5-validator/</guid>
</item>
<item>
<title>(PHP) PHP File extension case changer</title>
<link>http://snipplr.com/view/7396/php-file-extension-case-changer/</link>
<description><![CDATA[ <p>Small script to rename files in a given directory so that their extension is lowercase (i.e. example.JPEG becomes example.jpeg). Useful for keeping extensions consistent before uploading to a server with a case sensitive file system.

Note this includes code specifically for PHP on Windows (merely because it was written for use on my local XP box) which remove the XP-created "Thumbs.db" files. On OS X, the equivalent is .DS_STORE. I don't now about Linux (it probably differs depending on the distribution??).</p> ]]></description>
<pubDate>Sat, 19 Jul 2008 08:09:42 GMT</pubDate>
<guid>http://snipplr.com/view/7396/php-file-extension-case-changer/</guid>
</item>
</channel>
</rss>