<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python Challenge level 12: &#8220;dealing evil&#8221;</title>
	<atom:link href="http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/</link>
	<description>Taher Shihadeh's ragbag</description>
	<lastBuildDate>Mon, 07 May 2012 21:29:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Welcome to GFXshare.us - Free GFX source for you</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-6035</link>
		<dc:creator>Welcome to GFXshare.us - Free GFX source for you</dc:creator>
		<pubDate>Tue, 06 Dec 2011 09:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-6035</guid>
		<description>&lt;strong&gt;Welcome to GFXshare.us - Free GFX source for you...&lt;/strong&gt;

[...]Python Challenge level 12: &#8220;dealing evil&#8221; &#124; UnixWars[...]...</description>
		<content:encoded><![CDATA[<p><strong>Welcome to GFXshare.us &#8211; Free GFX source for you&#8230;</strong></p>
<p>[...]Python Challenge level 12: &#8220;dealing evil&#8221; | UnixWars[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drm / Gerard</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-2914</link>
		<dc:creator>drm / Gerard</dc:creator>
		<pubDate>Mon, 27 Jun 2011 22:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-2914</guid>
		<description>Wow. Some challenges I think, &quot;hm, I&#039;m pretty smart&quot;. Challenges like these make me feel dumb in ways I have never loathed myself, LOL :D. I seem to get stuck on my own train of thought a bit too often. 

Thanks for the solution though! It taught me, next to humbleness, yet another feature of Python I did not know, extended slices :)</description>
		<content:encoded><![CDATA[<p>Wow. Some challenges I think, &#8220;hm, I&#8217;m pretty smart&#8221;. Challenges like these make me feel dumb in ways I have never loathed myself, LOL :D. I seem to get stuck on my own train of thought a bit too often. </p>
<p>Thanks for the solution though! It taught me, next to humbleness, yet another feature of Python I did not know, extended slices :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somebody</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-1872</link>
		<dc:creator>Somebody</dc:creator>
		<pubDate>Fri, 26 Nov 2010 18:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-1872</guid>
		<description>Oh my God... &quot;peak hell&quot; was bad enough, but this level is really stupid.
URL bruteforce, image file headers recognition... what&#039;s next? native code?

I&#039;m amazed by you skills, but this is getting more and more weird.</description>
		<content:encoded><![CDATA[<p>Oh my God&#8230; &#8220;peak hell&#8221; was bad enough, but this level is really stupid.<br />
URL bruteforce, image file headers recognition&#8230; what&#8217;s next? native code?</p>
<p>I&#8217;m amazed by you skills, but this is getting more and more weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BgEddy</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-1763</link>
		<dc:creator>BgEddy</dc:creator>
		<pubDate>Sun, 17 Oct 2010 13:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-1763</guid>
		<description>Nice bit of code - I especially like the list comprehension to open and write to the five files while the list itself is superfluous. Very nice - I have never seen that pattern before but will use it again myself. Thanks.</description>
		<content:encoded><![CDATA[<p>Nice bit of code &#8211; I especially like the list comprehension to open and write to the five files while the list itself is superfluous. Very nice &#8211; I have never seen that pattern before but will use it again myself. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taher Shihadeh</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-1759</link>
		<dc:creator>Taher Shihadeh</dc:creator>
		<pubDate>Fri, 15 Oct 2010 10:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-1759</guid>
		<description>Nope, I wasn&#039;t testing anybody ;)
It works just fine for me on Linux and 2.x. I suppose it is required to specify the binary mode on Windows since it makes distinctions, but I have no idea if other platforms require it too.

Thanks for the note. Hopefully it will help others.</description>
		<content:encoded><![CDATA[<p>Nope, I wasn&#8217;t testing anybody ;)<br />
It works just fine for me on Linux and 2.x. I suppose it is required to specify the binary mode on Windows since it makes distinctions, but I have no idea if other platforms require it too.</p>
<p>Thanks for the note. Hopefully it will help others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bheema V</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-1758</link>
		<dc:creator>Bheema V</dc:creator>
		<pubDate>Fri, 15 Oct 2010 08:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-1758</guid>
		<description>I am using 2.6.1 and when I open the input or output file using your code, I essentially get garbage, unless I open the files in binary mode.

Have you left this out as a) a test to the people copy pasting your code b) as something that is not needed in the version you are using (I have no idea about Python 3.0, and is it not necessary to open the files in binary mode in Python 3.0?)</description>
		<content:encoded><![CDATA[<p>I am using 2.6.1 and when I open the input or output file using your code, I essentially get garbage, unless I open the files in binary mode.</p>
<p>Have you left this out as a) a test to the people copy pasting your code b) as something that is not needed in the version you are using (I have no idea about Python 3.0, and is it not necessary to open the files in binary mode in Python 3.0?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FringeFX</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-1637</link>
		<dc:creator>FringeFX</dc:creator>
		<pubDate>Sat, 15 May 2010 17:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-1637</guid>
		<description>Great blog, thanks a lot for the awesome posts!</description>
		<content:encoded><![CDATA[<p>Great blog, thanks a lot for the awesome posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taher Shihadeh</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-7</link>
		<dc:creator>Taher Shihadeh</dc:creator>
		<pubDate>Sat, 06 Oct 2007 14:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-7</guid>
		<description>You&#039;re welcome! And go on... the game gets even better! :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! And go on&#8230; the game gets even better! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wahoo</title>
		<link>http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/comment-page-1/#comment-6</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sat, 06 Oct 2007 14:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://unixwars.com/2007/09/18/python-challenge-level-12-dealing-evil/#comment-6</guid>
		<description>Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

