<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tylerhall</title>
<link>http://snipplr.com/users/tylerhall/tags/file</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 20:24:12 GMT</pubDate>
<item>
<title>(Bash) Rename Multiple Files in Bash Using Regular Expressions</title>
<link>http://snipplr.com/view/2736/rename-multiple-files-in-bash-using-regular-expressions/</link>
<description><![CDATA[ <p>This small, bash script will loop though the specified files and rename them according to a sed regular expression. In this example, I'm renaming a bunch of .avi movie files.</p> ]]></description>
<pubDate>Sat, 26 May 2007 07:28:35 GMT</pubDate>
<guid>http://snipplr.com/view/2736/rename-multiple-files-in-bash-using-regular-expressions/</guid>
</item>
<item>
<title>(PHP) Test if a PHP File Is Being Included</title>
<link>http://snipplr.com/view/2454/test-if-a-php-file-is-being-included/</link>
<description><![CDATA[ <p>This tests to see if the current file is being included or run directly. It's useful to add to the top of your include files to stop malicious users from accessing them directly in the browser.</p> ]]></description>
<pubDate>Wed, 11 Apr 2007 12:37:33 GMT</pubDate>
<guid>http://snipplr.com/view/2454/test-if-a-php-file-is-being-included/</guid>
</item>
<item>
<title>(PHP) Download File</title>
<link>http://snipplr.com/view/1726/download-file/</link>
<description><![CDATA[ <p>Via ActiveCollab</p> ]]></description>
<pubDate>Mon, 27 Nov 2006 07:49:57 GMT</pubDate>
<guid>http://snipplr.com/view/1726/download-file/</guid>
</item>
<item>
<title>(PHP) Get Remote Filesize</title>
<link>http://snipplr.com/view/29/get-remote-filesize/</link>
<description><![CDATA[ <p>Retrieves the filesize of a remote file. I can't take the credit for this function. I grabbed it somewhere online a few years back. Don't remember where.</p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/29/get-remote-filesize/</guid>
</item>
</channel>
</rss>