<?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/walk</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 13:29:06 GMT</pubDate>
<item>
<title>(R) Drunk and her dog visualized - mjaniec</title>
<link>http://snipplr.com/view/60196/drunk-and-her-dog-visualized/</link>
<description><![CDATA[ <p>code inspired by the story presented in http://www-stat.wharton.upenn.edu/~steele/Courses/434/434Context/Co-integration/Murray93DrunkAndDog.pdf</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 07:29:10 GMT</pubDate>
<guid>http://snipplr.com/view/60196/drunk-and-her-dog-visualized/</guid>
</item>
<item>
<title>(Python) Ways to Move up and Down the dir structure in Python - magicrebirth</title>
<link>http://snipplr.com/view/53250/ways-to-move-up-and-down-the-dir-structure-in-python/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 May 2011 23:10:03 GMT</pubDate>
<guid>http://snipplr.com/view/53250/ways-to-move-up-and-down-the-dir-structure-in-python/</guid>
</item>
<item>
<title>(PHP) Walk all DOM elements with jQuery - linusx</title>
<link>http://snipplr.com/view/34445/walk-all-dom-elements-with-jquery/</link>
<description><![CDATA[ <p>This code will walk all elements from a given selector.</p> ]]></description>
<pubDate>Thu, 13 May 2010 15:35:38 GMT</pubDate>
<guid>http://snipplr.com/view/34445/walk-all-dom-elements-with-jquery/</guid>
</item>
<item>
<title>(PHP) Recursive Glob - iloveitaly</title>
<link>http://snipplr.com/view/16233/recursive-glob/</link>
<description><![CDATA[ <p>To get all files in a directory:

$fileList = rglob("*", GLOB_MARK, '/path/to/dir');

foreach($fileList as $index => $file) {
	if($file[strlen($file) - 1] != "/") {
		// then it is a file
	}
}</p> ]]></description>
<pubDate>Wed, 24 Jun 2009 00:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/16233/recursive-glob/</guid>
</item>
<item>
<title>(Python) Locating files throughout a directory tree - brunns</title>
<link>http://snipplr.com/view/5491/locating-files-throughout-a-directory-tree/</link>
<description><![CDATA[ <p>os.walk is a very nice replacement for os.path.walk, which I never did feel comfortable with. There's one very common pattern of usage, though, which still benefits from a simple helper-function; locating all files matching a given file-name pattern within a directory tree.</p> ]]></description>
<pubDate>Wed, 19 Mar 2008 13:22:15 GMT</pubDate>
<guid>http://snipplr.com/view/5491/locating-files-throughout-a-directory-tree/</guid>
</item>
</channel>
</rss>