<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stupid Foot &#187; Uncategorized</title>
	<atom:link href="http://stupidfoot.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://stupidfoot.com</link>
	<description>A blog about my personal business projects, web sites and making money</description>
	<lastBuildDate>Sun, 15 May 2011 04:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Restrictions on domain names used with Google Apps</title>
		<link>http://stupidfoot.com/2011/05/15/restrictions-on-domain-names-used-with-google-apps</link>
		<comments>http://stupidfoot.com/2011/05/15/restrictions-on-domain-names-used-with-google-apps#comments</comments>
		<pubDate>Sun, 15 May 2011 04:42:25 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/?p=318</guid>
		<description><![CDATA[I&#8217;ve been wanting to move stupidfoot.com to Google Apps for a while now but never really had the time to do it. Tonight I decided to spend the 20 minutes or so it would take to create the account and move the MX record and load my old mail via IMAP. It turns out that <a href='http://stupidfoot.com/2011/05/15/restrictions-on-domain-names-used-with-google-apps'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to move stupidfoot.com to Google Apps for a while now but never really had the time to do it. Tonight I decided to spend the 20 minutes or so it would take to create the account and move the MX record and load my old mail via IMAP.</p>
<p>It turns out that Google has some restrictions on domain names that they will allow to be used with Google Apps. This list was taken from their <a href="http://www.google.com/support/a/bin/answer.py?answer=52166">signup restrictions page</a>.</p>
<blockquote>
<ul>
<li>Domain availability in our system</li>
<li><strong>Inappropriate domain names (offensive, false branding, etc.)</strong></li>
<li>Restricted locations</li>
<li>Number of domains that you have already registered (this is meant to prevent abuse of our system)</li>
<li>Involvement in IT decisions for your organization</li>
</ul>
</blockquote>
<p>It seems stupidfoot.com falls into one of those categories, I&#8217;m guessing the one that I&#8217;ve bolded. I took a guess that Google doesn&#8217;t like the word stupid. A quick search for <a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=google+apps+restrictions+doman+name#sclient=psy&amp;hl=en&amp;source=hp&amp;q=google+apps+restrictions+domain+name+stupid&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;pbx=1&amp;bav=on.2,or.r_gc.r_pw.&amp;fp=4d6f6ce8c32f4f53">google apps restrictions domain name stupid</a> shows that my guess was correct. I&#8217;m not the first person to have a problem with Google&#8217;s seemingly arbitrary domain name filtering.  <a href="http://newtonfig.livejournal.com/18320.html">This guy</a> has run into the same problem I did but unlike me he had a friend at Google to get in touch with to help him out.</p>
<p>I&#8217;m hoping someone from Google stumbles across this and will get in touch with me and help me work this out. I plan on mashing buttons on the Google Apps site with hopes of finding a contact form that will allow me to get in touch with Google and have an exception made for stupidfoot.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2011/05/15/restrictions-on-domain-names-used-with-google-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy access to the HTML Devel::Cover report from Dist::Zilla::App::Command::cover</title>
		<link>http://stupidfoot.com/2011/04/27/easy-access-to-the-html-develcover-report-from-distzillaappcommandcover</link>
		<comments>http://stupidfoot.com/2011/04/27/easy-access-to-the-html-develcover-report-from-distzillaappcommandcover#comments</comments>
		<pubDate>Wed, 27 Apr 2011 04:25:39 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Devel::Cover]]></category>
		<category><![CDATA[Dist::Zilla]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/?p=310</guid>
		<description><![CDATA[I love me some Dist::Zilla and Dist::Zilla::App::Command::cover. I wanted an easy way to load the Devel::Cover HTML coverage report. I&#8217;ve been using this on my Macbook. dzil cover &#124; grep &#8216;coverage.html&#8217; &#124; awk {&#8216;print $5&#8242;}  &#124; xargs open and this on Ubuntu. dzil cover &#124; grep &#8216;coverage.html&#8217; &#124; awk {&#8216;print $5&#8242;}  &#124; xargs -I{} firefox <a href='http://stupidfoot.com/2011/04/27/easy-access-to-the-html-develcover-report-from-distzillaappcommandcover'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I love me some <a href="http://search.cpan.org/dist/Dist-Zilla/">Dist::Zilla</a> and <a href="http://search.cpan.org/~marcel/Dist-Zilla-App-Command-cover-1.101000/lib/Dist/Zilla/App/Command/cover.pm">Dist::Zilla::App::Command::cover</a>. I wanted an easy way to load the <a href="http://search.cpan.org/dist/Devel-Cover/">Devel::Cover</a> HTML coverage report. I&#8217;ve been using this on my Macbook.</p>
<blockquote><p>dzil cover | grep &#8216;coverage.html&#8217; | awk {&#8216;print $5&#8242;}  | xargs open</p></blockquote>
<p>and this on Ubuntu.</p>
<blockquote><p>dzil cover | grep &#8216;coverage.html&#8217; | awk {&#8216;print $5&#8242;}  | xargs -I{} firefox {} &amp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2011/04/27/easy-access-to-the-html-develcover-report-from-distzillaappcommandcover/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle, usbNetwork and You</title>
		<link>http://stupidfoot.com/2011/04/25/kindle-usbnetwork-and-you</link>
		<comments>http://stupidfoot.com/2011/04/25/kindle-usbnetwork-and-you#comments</comments>
		<pubDate>Tue, 26 Apr 2011 03:07:28 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/?p=307</guid>
		<description><![CDATA[My Kindle shipped with firmware 3.0.2. I wanted to upgrade to 3.1 to get real page numbers. When I got the Kindle I jailbroke it, installed usbNetwork and the screensaver hack. Every time I tried to upgrade the firmware it would fail. After some searching I found that the firmware updates ship with differential updates. <a href='http://stupidfoot.com/2011/04/25/kindle-usbnetwork-and-you'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>My Kindle shipped with firmware 3.0.2. I wanted to upgrade to 3.1 to get real page numbers. When I got the Kindle I jailbroke it, installed usbNetwork and the screensaver hack.</p>
<p>Every time I tried to upgrade the firmware it would fail. After some searching I found that the firmware updates ship with differential updates. If any of the core files are modified the update will fail in order to prevent mucking something up.</p>
<p>An easy way to figure out what file is causing the upgrade to fail is:</p>
<blockquote><p>;debugOn<br />
;dumpMessages</p></blockquote>
<p>You can then search through the file created on the Kindle for the file with a checksum failure.</p>
<p>In my case /etc/sysconfig/iptables was modified. Someone posted a stock copy of the file, once I removed the the single line that was different in mine the update applied without issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2011/04/25/kindle-usbnetwork-and-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App-perlbrew, rvm for Perl?</title>
		<link>http://stupidfoot.com/2010/11/17/app-perlbrew-rvm-for-perl</link>
		<comments>http://stupidfoot.com/2010/11/17/app-perlbrew-rvm-for-perl#comments</comments>
		<pubDate>Wed, 17 Nov 2010 09:43:25 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=286</guid>
		<description><![CDATA[Rvm seems to be pretty popular with the Ruby / Rails crowd. It lets you install and switch between different versions of Ruby really easily. I have been working on more and more Perl code and wanted to find something similar so that I can make sure the code that is currently working with Perl <a href='http://stupidfoot.com/2010/11/17/app-perlbrew-rvm-for-perl'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://rvm.beginrescueend.com/">Rvm</a> seems to be pretty popular with the Ruby / Rails crowd. It lets you install and switch between different versions of Ruby really easily. I have been working on more and more Perl code and wanted to find something similar so that I can make sure the code that is currently working with Perl 5.6 will continue to work with 5.12.</p>
<p>I found <a href="http://https://github.com/gugod/App-perlbrew">App-perlbrew</a> the other day and have been using it and so far it seems pretty compilable to rvm.</p>
<p>Installing a local copy of Perl is as easy as</p>
<blockquote><p>$ perlbrew install perl-5.12.2</p></blockquote>
<p>You can then list your installed versions of perl with</p>
<blockquote><p>$ perlbrew list<br />
perl-5.12.2<br />
* /usr/bin/perl<br />
$</p></blockquote>
<p>One thing that bugged me was it didn&#8217;t tell me the version of Perl /usr/bin/perl was. The nice thing about open source is the ability to modify it to do what <em>you</em> want, which is exactly what I <a href="https://github.com/trcjr/App-perlbrew/commit/133516d2fd24cdabb5cc3656d0e3709d52e34fe9">did</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2010/11/17/app-perlbrew-rvm-for-perl/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting the @author in Eclipse.</title>
		<link>http://stupidfoot.com/2010/05/04/setting-the-author-in-eclipse</link>
		<comments>http://stupidfoot.com/2010/05/04/setting-the-author-in-eclipse#comments</comments>
		<pubDate>Tue, 04 May 2010 16:38:30 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=278</guid>
		<description><![CDATA[It seems there are basically two ways to set the correct author name (opposed to the system user name Eclipse is using per default) in Eclipse as it appears for example within the autogenerated javadoc comments. First using -vmargs settings: eclipse -clean -showlocation -vmargs -Xms512m -Xmx900m -XX:PermSize=128m -XX:MaxPermSize=128m -Duser.name="Your full name" The other one is <a href='http://stupidfoot.com/2010/05/04/setting-the-author-in-eclipse'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>It seems there are basically two ways to set the correct author name  (opposed to the system user name Eclipse is using per default) in  Eclipse as it appears for example within the autogenerated javadoc  comments.</p>
<p>First using -vmargs settings:<br />
<code>eclipse -clean -showlocation  -vmargs -Xms512m -Xmx900m   -XX:PermSize=128m  -XX:MaxPermSize=128m -Duser.name="Your full name"</code></p>
<p>The other one is just by  changing the associated templates in Window  -&gt; Preferences -&gt; Java -&gt; Editor -&gt; Templates -&gt; @author  , hardcoding the author’s name.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2010/05/04/setting-the-author-in-eclipse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flying with Django</title>
		<link>http://stupidfoot.com/2009/05/24/flying-with-django</link>
		<comments>http://stupidfoot.com/2009/05/24/flying-with-django#comments</comments>
		<pubDate>Mon, 25 May 2009 02:53:45 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=257</guid>
		<description><![CDATA[This is from xkcd. Shows off everything great about Python.]]></description>
			<content:encoded><![CDATA[<p>This is from <a href="http://xkcd.com/353/">xkcd</a>. Shows off everything great about Python.</p>
<div id="attachment_258" class="wp-caption alignnone" style="width: 274px"><a href="http://stupidfoot.com/blog/wp-content/uploads/2009/05/python.png" rel="lightbox[257]"><img class="size-medium wp-image-258" title="python" src="http://stupidfoot.com/blog/wp-content/uploads/2009/05/python-264x300.png" alt="Flying with Python" width="264" height="300" /></a><p class="wp-caption-text">Flying with Python</p></div>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/05/24/flying-with-django/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Poker Stars Play Money Logs to Real Money</title>
		<link>http://stupidfoot.com/2009/05/20/converting-poker-stars-play-money-logs-to-real-money</link>
		<comments>http://stupidfoot.com/2009/05/20/converting-poker-stars-play-money-logs-to-real-money#comments</comments>
		<pubDate>Wed, 20 May 2009 17:46:56 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Poker]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=244</guid>
		<description><![CDATA[I wanted to use Poker Tracker to keep track of my stats when playing at the play money tables of Poker Stars. Poker Tracker doesn&#8217;t support the play money tables. I wrote some Perl to convert the the lots from the play money format into the real money format. #!/usr/bin/perl use strict; use Cwd; use <a href='http://stupidfoot.com/2009/05/20/converting-poker-stars-play-money-logs-to-real-money'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to use Poker Tracker to keep track of my stats when playing at the play money tables of Poker Stars. Poker Tracker doesn&#8217;t support the play money tables.</p>
<p>I wrote some Perl to convert the the lots from the play money format into the real money format.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/usr/bin/perl
</span><span style="color: #000000; font-weight: bold;">use</span> strict<span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">use</span> Cwd<span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">use</span> <span style="color: #990000;">File</span><span style="color: #339933;">::</span><span style="color: #004000;">Find</span><span style="color: #339933;">;</span>
&nbsp;
my <span style="color: #000088;">$some_dir</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Z:<span style="color: #000099; font-weight: bold;">\\</span>HandHistory&quot;</span><span style="color: #339933;">;</span>
my <span style="color: #000088;">$startDir</span> <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>Cwd<span style="color: #339933;">::</span><span style="color: #004000;">cwd</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
find<span style="color: #009900;">&#40;</span>\<span style="color: #339933;">&amp;</span>processFile<span style="color: #339933;">,</span> <span style="color: #000088;">$some_dir</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">exit</span><span style="color: #339933;">;</span>
&nbsp;
sub processFile <span style="color: #009900;">&#123;</span>
    shift<span style="color: #339933;">;</span>
    <span style="color: #b1b100;">return</span> <span style="color: #b1b100;">if</span> not <span style="color: #339933;">/</span>\<span style="color: #339933;">.</span>txt$<span style="color: #339933;">/;</span>
    my <span style="color: #000088;">$inFileName</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_</span><span style="color: #339933;">;</span>
    my <span style="color: #000088;">$infile</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$startDir</span>/<span style="color: #006699; font-weight: bold;">$File</span>::Find::name&quot;</span><span style="color: #339933;">;</span>
    my <span style="color: #000088;">$outfile</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$startDir</span>/outHands/<span style="color: #006699; font-weight: bold;">$inFileName</span>.$$.converted.txt&quot;</span><span style="color: #339933;">;</span>
    open <span style="color: #009900;">&#40;</span>inFILE<span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&lt;<span style="color: #006699; font-weight: bold;">$infile</span>&quot;</span><span style="color: #009900;">&#41;</span> or <span style="color: #990000;">die</span> <span style="color: #0000ff;">&quot;can't open in file!: #<span style="color: #006699; font-weight: bold;">$infile</span># ($!)&quot;</span><span style="color: #339933;">;</span>
    open <span style="color: #009900;">&#40;</span>outFILE<span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&gt;<span style="color: #006699; font-weight: bold;">$outfile</span>&quot;</span><span style="color: #009900;">&#41;</span> or <span style="color: #990000;">die</span> <span style="color: #0000ff;">&quot;can't open out file!:#<span style="color: #006699; font-weight: bold;">$outfile</span># ($!)&quot;</span><span style="color: #339933;">;</span>
    my <span style="color: #339933;">@</span>players<span style="color: #339933;">;</span>
    <span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">&lt;</span>inFILE<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        chomp<span style="color: #339933;">;</span>
        <span style="color: #339933;">@</span>players <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>s<span style="color: #339933;">/</span>^<span style="color: #009900;">&#40;</span>PokerStars Game <span style="color: #339933;">.*</span>\<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span>\d<span style="color: #339933;">+</span><span style="color: #009900;">&#41;</span>\<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span>\d<span style="color: #339933;">*</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span>\<span style="color: #009900;">&#41;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span>$<span style="color: #339933;">/</span>\<span style="color: #cc66cc;">1</span>\$\<span style="color:#800080;">2.00</span>\<span style="color: #339933;">/</span>\$\<span style="color:#800080;">3.00</span>\<span style="color: #cc66cc;">4</span><span style="color: #339933;">/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        push<span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span>players<span style="color: #339933;">,</span> $<span style="color:#800080;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">/</span>^Seat <span style="color: #009900;">&#91;</span>\d<span style="color: #339933;">+</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">:</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">.*</span><span style="color: #009900;">&#41;</span> \<span style="color: #009900;">&#40;</span>\d<span style="color: #339933;">+</span> in chips\<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">foreach</span> my <span style="color: #000088;">$key</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span>players<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            my <span style="color: #000088;">$value</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$key</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$value</span> <span style="color: #339933;">=</span>~ s<span style="color: #339933;">/</span>\s<span style="color: #339933;">+/</span>_<span style="color: #339933;">/;</span>
            <span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span> <span style="color: #339933;">=</span> $<span style="color:#800080;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">=</span>~ s<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span>$<span style="color:#800080;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span>_\<span style="color: #cc66cc;">1</span><span style="color: #339933;">/</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$key</span> <span style="color: #339933;">=</span>~ <span style="color: #339933;">/</span>^<span style="color: #009900;">&#40;</span>\d<span style="color: #339933;">+</span><span style="color: #009900;">&#41;</span>$<span style="color: #339933;">/</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            s<span style="color: #339933;">/</span><span style="color: #000088;">$key</span><span style="color: #339933;">/</span><span style="color: #000088;">$value</span><span style="color: #339933;">/;</span>
        <span style="color: #009900;">&#125;</span>
        s<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>\<span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span>\d<span style="color: #339933;">+</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>\<span style="color: #009900;">&#41;</span> \<span style="color: #339933;">.</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span>\<span style="color: #cc66cc;">1</span>\$\<span style="color:#800080;">2.00</span>\<span style="color: #cc66cc;">3</span><span style="color: #339933;">/</span>g<span style="color: #339933;">;</span>
        s<span style="color: #339933;">/</span>\<span style="color: #009900;">&#40;</span>Play Money\<span style="color: #009900;">&#41;</span> <span style="color: #666666; font-style: italic;">//g;</span>
&nbsp;
        s<span style="color: #339933;">/</span>^\s<span style="color: #339933;">+</span><span style="color: #666666; font-style: italic;">//;</span>
        s<span style="color: #339933;">/</span>\s<span style="color: #339933;">+</span>$<span style="color: #666666; font-style: italic;">//;</span>
        <span style="color: #b1b100;">print</span> outFILE <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$_</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    close<span style="color: #009900;">&#40;</span>inFILE<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    close<span style="color: #009900;">&#40;</span>outFILE<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/05/20/converting-poker-stars-play-money-logs-to-real-money/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Candy theme for mac os 9?</title>
		<link>http://stupidfoot.com/2009/05/13/candy-theme-for-mac-os-9</link>
		<comments>http://stupidfoot.com/2009/05/13/candy-theme-for-mac-os-9#comments</comments>
		<pubDate>Wed, 13 May 2009 05:14:34 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/2009/05/13/candy-theme-for-mac-os-9</guid>
		<description><![CDATA[I remember a theme for mac os 9 that I&#8217;m pretty sure came with the bondi blue style iMacs. There was one theme with matching colors for each of the iMacs. I&#8217;m pretty sure I&#8217;m not making this up. I&#8217;ve googles around but can&#8217;t come up with anything. Does anyone remember this?]]></description>
			<content:encoded><![CDATA[<p>I remember a theme for mac os 9 that I&#8217;m pretty sure came with the bondi blue style iMacs. There was one theme with matching colors for each of the iMacs. I&#8217;m pretty sure I&#8217;m not making this up. I&#8217;ve googles around but can&#8217;t come up with anything. Does anyone remember this? </p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/05/13/candy-theme-for-mac-os-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[REDACTED] beta 5 and &#8216;Error from Debugger: Unknown packet reply: &#8220;timeout&#8221; to environment packet.&#8217;</title>
		<link>http://stupidfoot.com/2009/05/08/redacted-beta-5-and-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet</link>
		<comments>http://stupidfoot.com/2009/05/08/redacted-beta-5-and-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet#comments</comments>
		<pubDate>Fri, 08 May 2009 18:51:24 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=239</guid>
		<description><![CDATA[I finally upgraded to [REDACTED] beta 5 on one of my iPhones. Everything seemed to go just fine. I upgraded Xcode and installed the new SDK. Yay. Things were looking pretty good until I tried to build some of my existing applications. &#8216;Error from Debugger: Unknown packet reply: &#8220;timeout&#8221; to environment packet.&#8217; I don&#8217;t even <a href='http://stupidfoot.com/2009/05/08/redacted-beta-5-and-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I finally upgraded to [REDACTED] beta 5 on one of my iPhones. Everything seemed to go just fine. I upgraded Xcode and installed the new SDK. Yay. Things were looking pretty good until I tried to build some of my existing applications.</p>
<p>&#8216;Error from Debugger: Unknown packet reply: &#8220;timeout&#8221; to environment packet.&#8217;</p>
<p>I don&#8217;t even know where to start with that error. I&#8217;m only getting it on the iPhone 1st gen that was upgraded to beta 5. The same project builds and runs just fine on my 2.2.1 3G.</p>
<p>I just tried another project and it builds and runs just fine on both my beta 5 1st gen and on my 2.2.1 3G.</p>
<p>Anyone else getting this? How did you fix it?</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/05/08/redacted-beta-5-and-error-from-debugger-unknown-packet-reply-timeout-to-environment-packet/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Xcode 3.1 and SVN &gt; 1.5, Lets all be friends.</title>
		<link>http://stupidfoot.com/2009/04/27/xcode-31-and-svn-15-lets-all-be-friends</link>
		<comments>http://stupidfoot.com/2009/04/27/xcode-31-and-svn-15-lets-all-be-friends#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:35:21 +0000</pubDate>
		<dc:creator>Theodore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stupidfoot.com/blog/?p=237</guid>
		<description><![CDATA[I&#8217;ve been big into using git for all of my Python Version Control. I&#8217;ve been mucking around with GitX to use it with my Xcode projects and that works out pretty well. I wanted to have something that was actually integrated into Xcode, that limits me to Subversion, Perforce and CVS. I&#8217;m not a fan <a href='http://stupidfoot.com/2009/04/27/xcode-31-and-svn-15-lets-all-be-friends'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been big into using <a href="http://git-scm.com/">git</a> for all of my Python Version Control. I&#8217;ve been mucking around with GitX to use it with my Xcode projects and that works out pretty well. I wanted to have something that was actually integrated into Xcode, that limits me to <a href="http://subversion.tigris.org/">Subversion</a>, <a href="http://www.perforce.com/">Perforce</a> and <a href="http://www.nongnu.org/cvs/">CVS</a>.</p>
<p>I&#8217;m not a fan of CVS so its out. Never used Perforce and Subversion seems to be the easiest to get started with.</p>
<p>I ran <strong> svnadmin create SVNrep</strong> and the set it up in Xcode and found it gave me <strong>Error: 180001</strong>. That&#8217;s no good. After some googling I found <a href="http://www.jamesmurty.com/2009/03/18/xcode-31-and-svn-15/">a post by James Murty</a> which describes the problem. It seems Xcode 3.1 isn&#8217;t compatible with versions after 1.4. I&#8217;m I&#8217;m running 1.6.1. svnadmin has a flag <strong>&#8211;pre-1.5-compatible</strong> that will create repositories that are compatible with versions less than 1.5.</p>
<p>After removing the previous SVNrep and running <strong>svnadmin &#8211;pre-1.5-compatible create SVNrep</strong> I now have a SVN repository that Xcode 3.1 can use.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidfoot.com/2009/04/27/xcode-31-and-svn-15-lets-all-be-friends/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
