<?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 for Project Euler</title>
	<atom:link href="http://www.villainy.org/euler/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.villainy.org/euler</link>
	<description>Quick &#38; dirty solutions to the problems found at http://projecteuler.net/</description>
	<lastBuildDate>Sat, 09 May 2009 10:09:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Problem 22 by Sgt OQ5</title>
		<link>http://www.villainy.org/euler/177/map/problem-22/comment-page-1/#comment-11</link>
		<dc:creator>Sgt OQ5</dc:creator>
		<pubDate>Sat, 09 May 2009 10:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=177#comment-11</guid>
		<description>Stack,

The forums at PE are close, the problems are 7 years old and these solution show more thought and intelligence than most of the useless comments in the forum.  Such as:  &quot;I did it like smurf001&quot;  or &quot;Here&#039;s my sloppy inefficient code I hacked.&quot;

Think about how much you sound like a self-righteous prig when you make such asinine comments without consideration for purpose.</description>
		<content:encoded><![CDATA[<p>Stack,</p>
<p>The forums at PE are close, the problems are 7 years old and these solution show more thought and intelligence than most of the useless comments in the forum.  Such as:  &#8220;I did it like smurf001&#8243;  or &#8220;Here&#8217;s my sloppy inefficient code I hacked.&#8221;</p>
<p>Think about how much you sound like a self-righteous prig when you make such asinine comments without consideration for purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem 22 by Angela</title>
		<link>http://www.villainy.org/euler/177/map/problem-22/comment-page-1/#comment-8</link>
		<dc:creator>Angela</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=177#comment-8</guid>
		<description>I guess that they could, but what on earth would they get out of it?</description>
		<content:encoded><![CDATA[<p>I guess that they could, but what on earth would they get out of it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem 22 by theStack</title>
		<link>http://www.villainy.org/euler/177/map/problem-22/comment-page-1/#comment-7</link>
		<dc:creator>theStack</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=177#comment-7</guid>
		<description>Wow, now every idiot who finds this site can just solve the project euler problems with copy and paste - very intelligent ;-)</description>
		<content:encoded><![CDATA[<p>Wow, now every idiot who finds this site can just solve the project euler problems with copy and paste &#8211; very intelligent <img src='http://www.villainy.org/euler/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem10 by Problem 35 &#124; Project Euler</title>
		<link>http://www.villainy.org/euler/53/primes/problem10/comment-page-1/#comment-5</link>
		<dc:creator>Problem 35 &#124; Project Euler</dc:creator>
		<pubDate>Wed, 11 Feb 2009 23:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=53#comment-5</guid>
		<description>[...] python sets, the sieve of Eratosthenes from problem 10 and some pre-filtering for primes with even digits. ?View Code PYTHON# sieve of Eratosthenes def [...]</description>
		<content:encoded><![CDATA[<p>[...] python sets, the sieve of Eratosthenes from problem 10 and some pre-filtering for primes with even digits. ?View Code PYTHON# sieve of Eratosthenes def [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem 2 by Problem 25 &#124; Project Euler</title>
		<link>http://www.villainy.org/euler/7/fibonacci/problem-2/comment-page-1/#comment-4</link>
		<dc:creator>Problem 25 &#124; Project Euler</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=7#comment-4</guid>
		<description>[...] this one for the chance to implement a Fibonacci iterator (used a Fibonacci generator back in Problem 2). ?View Code PYTHON1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 class [...]</description>
		<content:encoded><![CDATA[<p>[...] this one for the chance to implement a Fibonacci iterator (used a Fibonacci generator back in Problem 2). ?View Code PYTHON1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem 16 by Problem 20 &#124; Project Euler</title>
		<link>http://www.villainy.org/euler/35/sum-of-digits/problem-16/comment-page-1/#comment-3</link>
		<dc:creator>Problem 20 &#124; Project Euler</dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=35#comment-3</guid>
		<description>[...] liner building off of problem 16: 1 2 3 4 &gt;&gt;&gt; n = reduce&#40;mul, range&#40;1,101&#41;&#41; &gt;&gt;&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] liner building off of problem 16: 1 2 3 4 &gt;&gt;&gt; n = reduce&#40;mul, range&#40;1,101&#41;&#41; &gt;&gt;&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem 1 by Angela</title>
		<link>http://www.villainy.org/euler/3/multiples/problem-1/comment-page-1/#comment-2</link>
		<dc:creator>Angela</dc:creator>
		<pubDate>Thu, 29 Jan 2009 07:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.villainy.org/euler/?p=3#comment-2</guid>
		<description>Just testing the comments.</description>
		<content:encoded><![CDATA[<p>Just testing the comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
