<?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: 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>
	<lastBuildDate>Thu, 05 Jan 2012 01:01:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: wife</title>
		<link>http://imnotpete.com/2008/03/18/servethis-simple-http-server/comment-page-1/#comment-78</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-78</guid>
		<description>How about this in Rudy?

^$/loser/gin/envelope prostitute
acquire &#039;yourmom&#039;
disclude NETdick
AAA It is not probable to wear all hair extensions, outside the **
q = FTPTENNISBALL.old( :PortARTHUR =&gt; 666, :JimBobSonOf =&gt; Fish.glub(UR.pwoned, :) :)
rap(&quot;StopCollaborateListen&quot;) { 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( <img src='http://imnotpete.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ortARTHUR =&gt; 666, :JimBobSonOf =&gt; Fish.glub(UR.pwoned, <img src='http://imnotpete.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://imnotpete.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
rap(&#8220;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-page-1/#comment-77</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-77</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-page-1/#comment-76</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-76</guid>
		<description>Well, as long as we&#039;re doing simple versions, here&#039;s the original one-liner I found. Just run it in your shell:

&lt;font face=&quot;courier&quot;&gt;python -c &quot;import SimpleHTTPServer;SimpleHTTPServer.test()&quot;&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><br />
 <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-page-1/#comment-75</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-75</guid>
		<description>How &#039;bout this in Ruby:

&lt;code&gt;
#!/usr/bin/env ruby
require &#039;webrick&#039;
include WEBrick
### It is possible to include specific file extensions, within the &quot;&quot;
s = HTTPServer.new( :Port =&gt; 3000, :DocumentRoot =&gt; File.join(Dir.pwd, &quot;&quot;))
trap(&quot;INT&quot;) { s.shutdown }
s.start
&lt;/code&gt;

Obviously, I didn&#039;t take the Port as an arg...with a script like this there doesn&#039;t seem to be any advantage.  Just edit the script.

James, where&#039;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( <img src='http://imnotpete.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ort =&gt; 3000, <img src='http://imnotpete.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ocumentRoot =&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-page-1/#comment-74</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-74</guid>
		<description>That&#039;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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: imnotpete.com @ 2012-02-09 11:53:29 -->
