<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Big Bad Code</title>
	<atom:link href="http://bigbadcode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com</link>
	<description>Don't blame me, I voted for Kodos</description>
	<pubDate>Thu, 04 Dec 2008 20:32:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Kodak Gallery RipAndZipper by aiL</title>
		<link>http://bigbadcode.com/2007/01/18/kodak-gallery-ripandzipper/#comment-5497</link>
		<dc:creator>aiL</dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/01/18/kodak-gallery-ripandzipper/#comment-5497</guid>
		<description>Hey Josh,
Does this work with the new type of slideshow that Kodakgallery has now?  It worked with example, but not with the current slideshow format.  Do you know if there's any way to change the slideshow back to the old type so that it will work?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Josh,<br />
Does this work with the new type of slideshow that Kodakgallery has now?  It worked with example, but not with the current slideshow format.  Do you know if there&#8217;s any way to change the slideshow back to the old type so that it will work?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive File and Folder Listing VB.NET by Andrea</title>
		<link>http://bigbadcode.com/2005/09/12/recursive-file-and-folder-listing-vbnet/#comment-5496</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Mon, 17 Nov 2008 16:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://jbloomdesign.com/blog/2005/09/12/recursive-file-and-folder-listing-vbnet/#comment-5496</guid>
		<description>Works in many languages, in c++ too.
I use this method in qt 3 by trolltech 
......
      }
        }
      else if ( fi-&#62;isDir() )
        {
        if ( fi-&#62;fileName() != "." &#38; fi-&#62;fileName() != ".." )
          {
            newDir = dir + fi-&#62;fileName () + "/";
            Update_dir( newDir, true );
    ............</description>
		<content:encoded><![CDATA[<p>Works in many languages, in c++ too.<br />
I use this method in qt 3 by trolltech<br />
&#8230;&#8230;<br />
      }<br />
        }<br />
      else if ( fi-&gt;isDir() )<br />
        {<br />
        if ( fi-&gt;fileName() != &#8220;.&#8221; &amp; fi-&gt;fileName() != &#8220;..&#8221; )<br />
          {<br />
            newDir = dir + fi-&gt;fileName () + &#8220;/&#8221;;<br />
            Update_dir( newDir, true );<br />
    &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kodak Gallery RipAndZipper by Joshua Bloom</title>
		<link>http://bigbadcode.com/2007/01/18/kodak-gallery-ripandzipper/#comment-5488</link>
		<dc:creator>Joshua Bloom</dc:creator>
		<pubDate>Fri, 31 Oct 2008 03:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/01/18/kodak-gallery-ripandzipper/#comment-5488</guid>
		<description>Hey Nei, 

I just tried it out using the example it worked fine for me. 

-josh</description>
		<content:encoded><![CDATA[<p>Hey Nei, </p>
<p>I just tried it out using the example it worked fine for me. </p>
<p>-josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kodak Gallery RipAndZipper by Nei</title>
		<link>http://bigbadcode.com/2007/01/18/kodak-gallery-ripandzipper/#comment-5487</link>
		<dc:creator>Nei</dc:creator>
		<pubDate>Sun, 26 Oct 2008 02:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/01/18/kodak-gallery-ripandzipper/#comment-5487</guid>
		<description>Just tried both options and getting an Internal Server Error</description>
		<content:encoded><![CDATA[<p>Just tried both options and getting an Internal Server Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recursive File and Folder Listing VB.NET by Bob</title>
		<link>http://bigbadcode.com/2005/09/12/recursive-file-and-folder-listing-vbnet/#comment-5486</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://jbloomdesign.com/blog/2005/09/12/recursive-file-and-folder-listing-vbnet/#comment-5486</guid>
		<description>Simply elegant</description>
		<content:encoded><![CDATA[<p>Simply elegant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Count the duplicates in a Python List by sfrank</title>
		<link>http://bigbadcode.com/2007/04/04/count-the-duplicates-in-a-python-list/#comment-5485</link>
		<dc:creator>sfrank</dc:creator>
		<pubDate>Fri, 17 Oct 2008 11:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/04/04/count-the-duplicates-in-a-python-list/#comment-5485</guid>
		<description>Thanks, this was what I was looking for, couldn't see how to do it!</description>
		<content:encoded><![CDATA[<p>Thanks, this was what I was looking for, couldn&#8217;t see how to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Count the duplicates in a Python List by Ian Eloff</title>
		<link>http://bigbadcode.com/2007/04/04/count-the-duplicates-in-a-python-list/#comment-5476</link>
		<dc:creator>Ian Eloff</dc:creator>
		<pubDate>Sun, 21 Sep 2008 19:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2007/04/04/count-the-duplicates-in-a-python-list/#comment-5476</guid>
		<description>Another way to do this is:

&#62;&#62;&#62; from collections import defaultdict
&#62;&#62;&#62; lst = ['I1','I2','I1','I3','I4','I4','I7','I7','I7','I7','I7']
&#62;&#62;&#62; def count_dups(l):
...     tally = defaultdict(int)
...     for x in l:
...         tally[x] += 1
...     return tally.items()
...     
&#62;&#62;&#62; count_dups(lst)
[('I1', 2), ('I3', 1), ('I2', 1), ('I4', 2), ('I7', 5)]</description>
		<content:encoded><![CDATA[<p>Another way to do this is:</p>
<p>&gt;&gt;&gt; from collections import defaultdict<br />
&gt;&gt;&gt; lst = ['I1','I2','I1','I3','I4','I4','I7','I7','I7','I7','I7']<br />
&gt;&gt;&gt; def count_dups(l):<br />
&#8230;     tally = defaultdict(int)<br />
&#8230;     for x in l:<br />
&#8230;         tally[x] += 1<br />
&#8230;     return tally.items()<br />
&#8230;<br />
&gt;&gt;&gt; count_dups(lst)<br />
[('I1', 2), ('I3', 1), ('I2', 1), ('I4', 2), ('I7', 5)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Flexbuilder to edit and debug Flash Applications by &#187; Fx2Flash Compiler Extension for Flex Builder &#38; Eclipse &#187; The Official Blog of MINDTWITCH Interactive</title>
		<link>http://bigbadcode.com/2008/04/10/flexbuilder_for_flash/#comment-5465</link>
		<dc:creator>&#187; Fx2Flash Compiler Extension for Flex Builder &#38; Eclipse &#187; The Official Blog of MINDTWITCH Interactive</dc:creator>
		<pubDate>Wed, 30 Jul 2008 07:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/?p=139#comment-5465</guid>
		<description>[...] across Mike Chamber's post on "Using Flex Builder for Flash CS3 Coding" and Joshua Bloom's post on "Using Flex Builder to edit and debug Flash Applications." Seemed simple enough, so I recently bit the bullet and bought Flex Builder 3 and must say it was [...]</description>
		<content:encoded><![CDATA[<p>[...] across Mike Chamber&#8217;s post on &#8220;Using Flex Builder for Flash CS3 Coding&#8221; and Joshua Bloom&#8217;s post on &#8220;Using Flex Builder to edit and debug Flash Applications.&#8221; Seemed simple enough, so I recently bit the bullet and bought Flex Builder 3 and must say it was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developer interview up at theflashblog.com by jbloom</title>
		<link>http://bigbadcode.com/2008/03/14/developer-interview-up-at-theflashblogcom/#comment-5461</link>
		<dc:creator>jbloom</dc:creator>
		<pubDate>Tue, 17 Jun 2008 17:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2008/03/14/developer-interview-up-at-theflashblogcom/#comment-5461</guid>
		<description>Yeah, it seems to be down. Sorry about that, I don't have a copy.</description>
		<content:encoded><![CDATA[<p>Yeah, it seems to be down. Sorry about that, I don&#8217;t have a copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developer interview up at theflashblog.com by Hector</title>
		<link>http://bigbadcode.com/2008/03/14/developer-interview-up-at-theflashblogcom/#comment-5458</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Sun, 15 Jun 2008 19:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://bigbadcode.com/2008/03/14/developer-interview-up-at-theflashblogcom/#comment-5458</guid>
		<description>It looks like they erase the video, is there somewhere else to see it ?</description>
		<content:encoded><![CDATA[<p>It looks like they erase the video, is there somewhere else to see it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
