<?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 on: servethis: simple http server</title>
	<atom:link href="http://imnotpete.com/2008/03/18/servethis-simple-http-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 04:49:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: wife</title>
		<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-614</link>
		<dc:creator>wife</dc:creator>
		<pubDate>Fri, 04 Apr 2008 01:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-614</guid>
		<description>How about this in Rudy?

^$/loser/gin/envelope prostitute
acquire 'yourmom'
disclude NETdick
AAA It is not probable to wear all hair extensions, outside the **
q = FTPTENNISBALL.old( :PortARTHUR =&#62; 666, :JimBobSonOf =&#62; Fish.glub(UR.pwoned, :) :)
rap("StopCollaborateListen") { get.jiggywitit }
ice.baby</description>
		<content:encoded><![CDATA[<p>How about this in Rudy?</p>
<p>^$/loser/gin/envelope prostitute<br />
acquire &#8216;yourmom&#8217;<br />
disclude NETdick<br />
AAA It is not probable to wear all hair extensions, outside the **<br />
q = FTPTENNISBALL.old( :PortARTHUR =&gt; 666, :JimBobSonOf =&gt; Fish.glub(UR.pwoned, <img src='http://imnotpete.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> :)<br />
rap(&#8221;StopCollaborateListen&#8221;) { get.jiggywitit }<br />
ice.baby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no name</title>
		<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-595</link>
		<dc:creator>no name</dc:creator>
		<pubDate>Thu, 27 Mar 2008 03:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-595</guid>
		<description>hahahhahahaha you dropped chicken crumbs *snicker* *points and laughs*</description>
		<content:encoded><![CDATA[<p>hahahhahahaha you dropped chicken crumbs *snicker* *points and laughs*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-591</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-591</guid>
		<description>Well, as long as we're doing simple versions, here's the original one-liner I found. Just run it in your shell:

&lt;font face="courier"&gt;python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"&lt;/font&gt;

:-D</description>
		<content:encoded><![CDATA[<p>Well, as long as we&#8217;re doing simple versions, here&#8217;s the original one-liner I found. Just run it in your shell:</p>
<p><font face="courier">python -c &#8220;import SimpleHTTPServer;SimpleHTTPServer.test()&#8221;</font></p>
<p> <img src='http://imnotpete.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kit Plummer</title>
		<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-588</link>
		<dc:creator>Kit Plummer</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-588</guid>
		<description>How 'bout this in Ruby:

&lt;code&gt;
#!/usr/bin/env ruby
require 'webrick'
include WEBrick
### It is possible to include specific file extensions, within the ""
s = HTTPServer.new( :Port =&#62; 3000, :DocumentRoot =&#62; File.join(Dir.pwd, ""))
trap("INT") { s.shutdown }
s.start
&lt;/code&gt;

Obviously, I didn't take the Port as an arg...with a script like this there doesn't seem to be any advantage.  Just edit the script.

James, where's the Groovy version?  ;)</description>
		<content:encoded><![CDATA[<p>How &#8217;bout this in Ruby:</p>
<p><code><br />
#!/usr/bin/env ruby<br />
require 'webrick'<br />
include WEBrick<br />
### It is possible to include specific file extensions, within the ""<br />
s = HTTPServer.new( :Port =&gt; 3000, :DocumentRoot =&gt; File.join(Dir.pwd, ""))<br />
trap("INT") { s.shutdown }<br />
s.start<br />
</code></p>
<p>Obviously, I didn&#8217;t take the Port as an arg&#8230;with a script like this there doesn&#8217;t seem to be any advantage.  Just edit the script.</p>
<p>James, where&#8217;s the Groovy version?  <img src='http://imnotpete.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james lorenzen</title>
		<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-587</link>
		<dc:creator>james lorenzen</dc:creator>
		<pubDate>Tue, 18 Mar 2008 17:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://imnotpete.com/2008/03/18/servethis-simple-http-server/#comment-587</guid>
		<description>That's pretty cool.
Might come in handy. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty cool.<br />
Might come in handy. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
