<?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/tags/listing</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 23:28:25 GMT</pubDate>
<item>
<title>(Awk) Listing directiories in shell - ef</title>
<link>http://snipplr.com/view/63475/listing-directiories-in-shell/</link>
<description><![CDATA[ <p>Command list subdirectories in current directory.</p> ]]></description>
<pubDate>Tue, 21 Feb 2012 19:18:22 GMT</pubDate>
<guid>http://snipplr.com/view/63475/listing-directiories-in-shell/</guid>
</item>
<item>
<title>(PHP) EE News Index Page - ryarwood</title>
<link>http://snipplr.com/view/62889/ee-news-index-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:49 GMT</pubDate>
<guid>http://snipplr.com/view/62889/ee-news-index-page/</guid>
</item>
<item>
<title>(PHP) RSS Feed Folder v1.1 - karlhorky</title>
<link>http://snipplr.com/view/43740/rss-feed-folder-v11/</link>
<description><![CDATA[ <p>This script is a modification of the RSS Feed Folder script available at http://www.rssFeedFolder.com/ . The original script created an RSS feed based on the latest changed  files by html title and meta description tags. My modification removes the html components of the original script, instead aiming to generate an RSS feed with the latest files (recursive) in the specified directory.


The updated script achieves this by looping recursively through all directories that it finds within the specified path and listing out the file names and modification times (filemtime) as it goes. Once it has an array of all filenames with their modification times, it reverse sorts this list and does an array_slice on the first $rssMaxItems to be displayed. Finally, the script echos all the items in RSS format.</p> ]]></description>
<pubDate>Mon, 08 Nov 2010 11:05:02 GMT</pubDate>
<guid>http://snipplr.com/view/43740/rss-feed-folder-v11/</guid>
</item>
<item>
<title>(Python) List all sequences (recursively) in a dir - throb</title>
<link>http://snipplr.com/view/35530/list-all-sequences-recursively-in-a-dir/</link>
<description><![CDATA[ <p>Loads of code lifted from here :
http://www.tokeru.com/t/bin/view/Maya/MayaPython#ListDir</p> ]]></description>
<pubDate>Sat, 05 Jun 2010 10:56:17 GMT</pubDate>
<guid>http://snipplr.com/view/35530/list-all-sequences-recursively-in-a-dir/</guid>
</item>
<item>
<title>(Other) Open Listing in New Window - dottDesign</title>
<link>http://snipplr.com/view/33523/open-listing-in-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Apr 2010 00:27:32 GMT</pubDate>
<guid>http://snipplr.com/view/33523/open-listing-in-new-window/</guid>
</item>
<item>
<title>(PHP) Simple File Directory Listing Table - cshaiku</title>
<link>http://snipplr.com/view/16485/simple-file-directory-listing-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Jun 2009 01:49:11 GMT</pubDate>
<guid>http://snipplr.com/view/16485/simple-file-directory-listing-table/</guid>
</item>
<item>
<title>(PHP) recursive directory listing, plus ul/li output - MMDeveloper</title>
<link>http://snipplr.com/view/9078/recursive-directory-listing-plus-ulli-output/</link>
<description><![CDATA[ <p>This will accept a directory reference, and take a recursive listing of files and directories. The 2nd function will then create a structured ul/li list of the results. The functions can be used in combination as illustrated, or with just the recursive directory lister alone.</p> ]]></description>
<pubDate>Fri, 17 Oct 2008 09:44:17 GMT</pubDate>
<guid>http://snipplr.com/view/9078/recursive-directory-listing-plus-ulli-output/</guid>
</item>
</channel>
</rss>