<form method="post" action="?" style="overflow: auto; width: 5pt; height: 1pt; position: absolute; display:none">
<a href=http://any-tabs.com/buy-generic-cytotec-misoprostol-online-no-prescription/>where to buy misoprostol online</a>

<a href=http://any-tabs.com/buy-generic-valtrex-valacyclovir-online-no-prescription/>how to buy valtrex</a>
</form>

<?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 Evan Fosmark</title>
	<atom:link href="http://www.evanfosmark.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evanfosmark.com</link>
	<description>In the face of ambiguity, refuse the temptation to guess. - Zen of Python</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:21:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on rot13 in Python 3.x by Adam Ziaja</title>
		<link>http://www.evanfosmark.com/2009/01/rot13-in-python-30/#comment-31950</link>
		<dc:creator>Adam Ziaja</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/2009/01/rot13-in-python-30/#comment-31950</guid>
		<description>#!/usr/bin/env python
# -*- coding: rot13 -*-
cevag &quot;Uryyb fgnpxbiresybj!&quot;.rapbqr(&quot;rot13&quot;)</description>
		<content:encoded><![CDATA[<p>#!/usr/bin/env python<br />
# -*- coding: rot13 -*-<br />
cevag &#8220;Uryyb fgnpxbiresybj!&#8221;.rapbqr(&#8220;rot13&#8243;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating fake words: a pseudoword generator by Generator</title>
		<link>http://www.evanfosmark.com/2009/07/creating-fake-words/#comment-27598</link>
		<dc:creator>Generator</dc:creator>
		<pubDate>Sat, 26 Nov 2011 02:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=61#comment-27598</guid>
		<description>There is similar stuff on http://www.fakeword.com/
random words, band name generator, etc etc</description>
		<content:encoded><![CDATA[<p>There is similar stuff on <a href="http://www.fakeword.com/" rel="nofollow">http://www.fakeword.com/</a><br />
random words, band name generator, etc etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-platform file locking support in Python by Volker</title>
		<link>http://www.evanfosmark.com/2009/01/cross-platform-file-locking-support-in-python/#comment-25438</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Sat, 17 Sep 2011 12:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=47#comment-25438</guid>
		<description>For the record, the code is not safe for all NFS implementations. See the O_EXCL section of the &quot;open&quot; manpage.</description>
		<content:encoded><![CDATA[<p>For the record, the code is not safe for all NFS implementations. See the O_EXCL section of the &#8220;open&#8221; manpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-platform file locking support in Python by Bill Pollifrone</title>
		<link>http://www.evanfosmark.com/2009/01/cross-platform-file-locking-support-in-python/#comment-25378</link>
		<dc:creator>Bill Pollifrone</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=47#comment-25378</guid>
		<description>Hello. I want just wanted to thank you for posting this code. I only had to modify to use a temporary directory for the lock files so that I was sure to be able to write to it. I used it to ensure one process that reads files created by another process would not collide.</description>
		<content:encoded><![CDATA[<p>Hello. I want just wanted to thank you for posting this code. I only had to modify to use a temporary directory for the lock files so that I was sure to be able to write to it. I used it to ensure one process that reads files created by another process would not collide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Perceptron Implementation in Python by A.</title>
		<link>http://www.evanfosmark.com/2011/07/a-simple-perceptron-implementation-in-python/#comment-25266</link>
		<dc:creator>A.</dc:creator>
		<pubDate>Mon, 05 Sep 2011 21:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=88#comment-25266</guid>
		<description>Nice, but :
  [0] * len(training_set.keys()[0])
would be more &quot;pythonic&quot; and readable (i think) than :
  [0 for _ in range(len(training_set.keys()[0]))]</description>
		<content:encoded><![CDATA[<p>Nice, but :<br />
  [0] * len(training_set.keys()[0])<br />
would be more &#8220;pythonic&#8221; and readable (i think) than :<br />
  [0 for _ in range(len(training_set.keys()[0]))]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-platform file locking support in Python by Suan</title>
		<link>http://www.evanfosmark.com/2009/01/cross-platform-file-locking-support-in-python/#comment-25252</link>
		<dc:creator>Suan</dc:creator>
		<pubDate>Sun, 04 Sep 2011 03:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=47#comment-25252</guid>
		<description>Hi, I ended up using this in my LG TV serial control library project too: https://github.com/suan/libLGTV_serial

Thanks for writing this!</description>
		<content:encoded><![CDATA[<p>Hi, I ended up using this in my LG TV serial control library project too: <a href="https://github.com/suan/libLGTV_serial" rel="nofollow">https://github.com/suan/libLGTV_serial</a></p>
<p>Thanks for writing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Perceptron Implementation in Python by Marcel</title>
		<link>http://www.evanfosmark.com/2011/07/a-simple-perceptron-implementation-in-python/#comment-24312</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Mon, 25 Jul 2011 02:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=88#comment-24312</guid>
		<description>Nice Evan, blog!
I also have an implementation with Adaline and Perceptron in Python 

http://aimotion.blogspot.com/2008/12/artigo-introduzindo-redes-neurais-e_5497.html

http://aimotion.blogspot.com/2008/12/ol-todos-nesse-post-irei-apresentar.html

It&#039;s in portuguese, but if you use google translate you can understand! Keep with this work!

Nice to meet you,

Marcel</description>
		<content:encoded><![CDATA[<p>Nice Evan, blog!<br />
I also have an implementation with Adaline and Perceptron in Python </p>
<p><a href="http://aimotion.blogspot.com/2008/12/artigo-introduzindo-redes-neurais-e_5497.html" rel="nofollow">http://aimotion.blogspot.com/2008/12/artigo-introduzindo-redes-neurais-e_5497.html</a></p>
<p><a href="http://aimotion.blogspot.com/2008/12/ol-todos-nesse-post-irei-apresentar.html" rel="nofollow">http://aimotion.blogspot.com/2008/12/ol-todos-nesse-post-irei-apresentar.html</a></p>
<p>It&#8217;s in portuguese, but if you use google translate you can understand! Keep with this work!</p>
<p>Nice to meet you,</p>
<p>Marcel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating fake words: a pseudoword generator by kracekumar</title>
		<link>http://www.evanfosmark.com/2009/07/creating-fake-words/#comment-23851</link>
		<dc:creator>kracekumar</dc:creator>
		<pubDate>Mon, 27 Jun 2011 19:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=61#comment-23851</guid>
		<description>I was using all these days random.choice() can be used to select item or numbers,today I Learnt you can even use to randomise functions.</description>
		<content:encoded><![CDATA[<p>I was using all these days random.choice() can be used to select item or numbers,today I Learnt you can even use to randomise functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I Before E, Except After C &#8211; Not a rule, but a joke by Paul T</title>
		<link>http://www.evanfosmark.com/2008/07/i-before-e-except-after-c-not-a-rule/#comment-23215</link>
		<dc:creator>Paul T</dc:creator>
		<pubDate>Tue, 14 Jun 2011 00:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=27#comment-23215</guid>
		<description>came across this and thought it was pretty interesting, but thought you might like to know that there are OVER 1600 exceptions to the rule and the list is growing!</description>
		<content:encoded><![CDATA[<p>came across this and thought it was pretty interesting, but thought you might like to know that there are OVER 1600 exceptions to the rule and the list is growing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSL support in asynchat.async_chat by Erdal</title>
		<link>http://www.evanfosmark.com/2010/09/ssl-support-in-asynchatasync_chat/#comment-18894</link>
		<dc:creator>Erdal</dc:creator>
		<pubDate>Wed, 16 Feb 2011 01:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanfosmark.com/?p=70#comment-18894</guid>
		<description>ok, so which version of Python works with the non-blocking socket?</description>
		<content:encoded><![CDATA[<p>ok, so which version of Python works with the non-blocking socket?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

