<?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>Ed The Dev .com &#187; Example Code</title>
	<atom:link href="http://www.edthedev.com/topics/example-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edthedev.com</link>
	<description>Edward Delaporte&#039;s Technical Journal</description>
	<lastBuildDate>Sun, 05 Feb 2012 00:30:16 +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>Recent Commits February 4, 2012</title>
		<link>http://www.edthedev.com/2012/recent-commits-february-4-2012/</link>
		<comments>http://www.edthedev.com/2012/recent-commits-february-4-2012/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 00:30:16 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2012/recent-commits-february-4-2012/</guid>
		<description><![CDATA[Roller is now portable &#8211; you may combine it will other Bottle.py apps running on the same server. Roller is now portable &#8211; you may combine it will other Bottle.py apps running on the same server. bottle/roller.py (21 lines added, 15 lines removed) Private dice rolls now appear annonymously in the chat record. Private dice [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/bcb9d3f3973b" rel="external">Roller is now portable &#8211; you may combine it will other Bottle.py apps running on the same server.</a>
<div>Roller is now portable &#8211; you may combine it will other Bottle.py apps running on the same server.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/bcb9d3f3973b/bottle/roller.py">
          bottle/roller.py
        </a>(21 lines added, 15 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/25770c15c4cd" rel="external">Private dice rolls now appear annonymously in the chat record.
Private dice rolls no longer appear giant sized.</a>
<div>Private dice rolls now appear annonymously in the chat record.
Private dice rolls no longer appear giant sized.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/25770c15c4cd/bottle/roller.css">
          bottle/roller.css
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/25770c15c4cd/bottle/roller.py">
          bottle/roller.py
        </a>(21 lines added, 17 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/007f5fedb750" rel="external">better homepage</a>
<div>better homepage
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/007f5fedb750/bottle/bottle.wsgi">
          bottle/bottle.wsgi
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/007f5fedb750/bottle/cardgame.py">
          bottle/cardgame.py
        </a>(2 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/007f5fedb750/bottle/roller.py">
          bottle/roller.py
        </a>(0 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/260740ab70de" rel="external">I do not rfemember&#8230;</a>
<div>I do not rfemember&#8230;
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/260740ab70de/bottle/roller.css">
          bottle/roller.css
        </a>(13 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/260740ab70de/bottle/roller.py">
          bottle/roller.py
        </a>(11 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/f5aa77b4c9e2" rel="external">No, banana can&#8217;t grow&#8230;alone.</a>
<div>No, banana can&#8217;t grow&#8230;alone.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f5aa77b4c9e2/bottle/roller.py">
          bottle/roller.py
        </a>(1 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/868413e1b75d" rel="external">Banana can&#8217;t grow alone.</a>
<div>Banana can&#8217;t grow alone.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/868413e1b75d/bottle/roller.py">
          bottle/roller.py
        </a>(2 lines added, 2 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/2be7e3f24ebc" rel="external">Switched out input type=image for button with embedded image. Better browser compatability.</a>
<div>Switched out input type=image for button with embedded image. Better browser compatability.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2be7e3f24ebc/bottle/roller.css">
          bottle/roller.css
        </a>(4 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2be7e3f24ebc/bottle/roller.py">
          bottle/roller.py
        </a>(14 lines added, 3 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/64a955cf20eb" rel="external">The timestamps were detracting from play value.
May contemplate adding them back in, in a sparse and un-obtrusive manner&#8230;or not.
Maybe as a GM button to add a timestamp.</a>
<div>The timestamps were detracting from play value.
May contemplate adding them back in, in a sparse and un-obtrusive manner&#8230;or not.
Maybe as a GM button to add a timestamp.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/64a955cf20eb/bottle/roller.py">
          bottle/roller.py
        </a>(2 lines added, 2 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/860ab1652709" rel="external">Added private rolls.</a>
<div>Added private rolls.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/860ab1652709/bottle/roller.py">
          bottle/roller.py
        </a>(15 lines added, 8 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2012/recent-commits-february-4-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits January 28, 2012</title>
		<link>http://www.edthedev.com/2012/recent-commits-january-28-2012/</link>
		<comments>http://www.edthedev.com/2012/recent-commits-january-28-2012/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 00:33:44 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2012/recent-commits-january-28-2012/</guid>
		<description><![CDATA[Added SVG and PNG dice. Added SVG and PNG dice. bottle/605px-Octahedron_svg.png (0 lines added, 0 lines removed) bottle/d10.png (0 lines added, 0 lines removed) bottle/d10.svg (163 lines added, 138 lines removed) bottle/d12.png (0 lines added, 0 lines removed) bottle/d12.svg (849 lines added, 127 lines removed) bottle/d20.png (0 lines added, 0 lines removed) bottle/d20.svg (38 lines [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/4363c2266b84" rel="external">Added SVG and PNG dice.</a>
<div>Added SVG and PNG dice.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/605px-Octahedron_svg.png">
          bottle/605px-Octahedron_svg.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d10.png">
          bottle/d10.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d10.svg">
          bottle/d10.svg
        </a>(163 lines added, 138 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d12.png">
          bottle/d12.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d12.svg">
          bottle/d12.svg
        </a>(849 lines added, 127 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d20.png">
          bottle/d20.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d20.svg">
          bottle/d20.svg
        </a>(38 lines added, 125 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d4.png">
          bottle/d4.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d4.svg">
          bottle/d4.svg
        </a>(95 lines added, 134 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d6.png">
          bottle/d6.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d6.svg">
          bottle/d6.svg
        </a>(69 lines added, 131 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d8.png">
          bottle/d8.png
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4363c2266b84/bottle/d8.svg">
          bottle/d8.svg
        </a>(79 lines added, 133 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/17bdbfebea4f" rel="external">merge</a>
<div>merge
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/bottle">
          bottle/bottle
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/bottle.wsgi">
          bottle/bottle.wsgi
        </a>(10 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/cardgame.py">
          bottle/cardgame.py
        </a>(122 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d10.svg">
          bottle/d10.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d12.svg">
          bottle/d12.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d2.svg">
          bottle/d2.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d20.svg">
          bottle/d20.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d4.svg">
          bottle/d4.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d6.svg">
          bottle/d6.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/d8.svg">
          bottle/d8.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/index.py">
          bottle/index.py
        </a>(122 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/roller.css">
          bottle/roller.css
        </a>(39 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/roller.html">
          bottle/roller.html
        </a>(18 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/roller.py">
          bottle/roller.py
        </a>(193 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/setupbottle">
          bottle/setupbottle
        </a>(8 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/starcraftii">
          bottle/starcraftii
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/bottle/targetgame">
          bottle/targetgame
        </a>(77 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17bdbfebea4f/vimrc_edthedev">
          vimrc_edthedev
        </a>(3 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/e3bfdf728525" rel="external">Much nicer CSS.
Shows image with latest roll &#8211; regardless of player.</a>
<div>Much nicer CSS.
Shows image with latest roll &#8211; regardless of player.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d10.svg">
          bottle/d10.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d12.svg">
          bottle/d12.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d2.svg">
          bottle/d2.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d20.svg">
          bottle/d20.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d4.svg">
          bottle/d4.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d6.svg">
          bottle/d6.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/d8.svg">
          bottle/d8.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/roller.css">
          bottle/roller.css
        </a>(34 lines added, 16 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/roller.html">
          bottle/roller.html
        </a>(11 lines added, 7 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/roller.py">
          bottle/roller.py
        </a>(27 lines added, 20 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e3bfdf728525/bottle/static/d20.svg">
          bottle/static/d20.svg
        </a>(0 lines added, 177 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/9b8e91be7f68" rel="external">CSS attached to template.</a>
<div>CSS attached to template.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/9b8e91be7f68/bottle/d20.svg">
          bottle/d20.svg
        </a>(0 lines added, 177 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/9b8e91be7f68/bottle/roller.css">
          bottle/roller.css
        </a>(21 lines added, 12 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/9b8e91be7f68/bottle/roller.html">
          bottle/roller.html
        </a>(2 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/9b8e91be7f68/bottle/static/d20.svg">
          bottle/static/d20.svg
        </a>(177 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/890af0670da9" rel="external">Split code, style and templates..</a>
<div>Split code, style and templates..
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/bottle">
          bottle/bottle
        </a>(1 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/bottle.wsgi">
          bottle/bottle.wsgi
        </a>(4 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/dice.py">
          bottle/dice.py
        </a>(0 lines added, 191 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/main.css">
          bottle/main.css
        </a>(0 lines added, 12 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/roller.css">
          bottle/roller.css
        </a>(12 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/roller.html">
          bottle/roller.html
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/890af0670da9/bottle/roller.py">
          bottle/roller.py
        </a>(186 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/c7993b64969b" rel="external">Renamed homepage to dice. Fixed import path.</a>
<div>Renamed homepage to dice. Fixed import path.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c7993b64969b/bottle/bottle.wsgi">
          bottle/bottle.wsgi
        </a>(2 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c7993b64969b/bottle/dice.py">
          bottle/dice.py
        </a>(191 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c7993b64969b/bottle/homepage.py">
          bottle/homepage.py
        </a>(0 lines added, 191 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c7993b64969b/bottle/setupbottle">
          bottle/setupbottle
        </a>(3 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/ec061bedb47a" rel="external">Removing old versions of files.</a>
<div>Removing old versions of files.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/ec061bedb47a/games/d20.svg">
          games/d20.svg
        </a>(0 lines added, 177 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/ec061bedb47a/games/homepage.py">
          games/homepage.py
        </a>(0 lines added, 191 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/c2207918e162" rel="external">Moved all bottle.py stuff to its own directory.</a>
<div>Moved all bottle.py stuff to its own directory.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/bottle">
          bottle/bottle
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/bottle.wsgi">
          bottle/bottle.wsgi
        </a>(8 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/cardgame.py">
          bottle/cardgame.py
        </a>(122 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/d20.svg">
          bottle/d20.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/homepage.py">
          bottle/homepage.py
        </a>(191 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/index.py">
          bottle/index.py
        </a>(122 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/main.css">
          bottle/main.css
        </a>(12 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/setupbottle">
          bottle/setupbottle
        </a>(5 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/starcraftii">
          bottle/starcraftii
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/bottle/targetgame">
          bottle/targetgame
        </a>(77 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/c2207918e162/games/homepage.py">
          games/homepage.py
        </a>(30 lines added, 2 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/fd5fe332c51b" rel="external">Added a d20 svg image that appears after rolling. Need to add a number.</a>
<div>Added a d20 svg image that appears after rolling. Need to add a number.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/fd5fe332c51b/games/d20.svg">
          games/d20.svg
        </a>(177 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/fd5fe332c51b/games/homepage.py">
          games/homepage.py
        </a>(18 lines added, 4 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2012/recent-commits-january-28-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits January 21, 2012</title>
		<link>http://www.edthedev.com/2012/recent-commits-january-21-2012/</link>
		<comments>http://www.edthedev.com/2012/recent-commits-january-21-2012/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 00:33:29 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2012/recent-commits-january-21-2012/</guid>
		<description><![CDATA[Added the config files that the script now uses. Added the config files that the script now uses. kindle/books.txt (1 lines added, 0 lines removed) kindle/make-books.ini.example (8 lines added, 0 lines removed) Seems to work nicely. Better title. Seems to work nicely. Better title. kindle/make-books.py (2 lines added, 1 lines removed) Looks like it&#8217;s working. [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/ee18130913e7" rel="external">Added the config files that the script now uses.</a>
<div>Added the config files that the script now uses.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/ee18130913e7/kindle/books.txt">
          kindle/books.txt
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/ee18130913e7/kindle/make-books.ini.example">
          kindle/make-books.ini.example
        </a>(8 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/14bc10f240fb" rel="external">Seems to work nicely.
Better title.</a>
<div>Seems to work nicely.
Better title.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/14bc10f240fb/kindle/make-books.py">
          kindle/make-books.py
        </a>(2 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/0703471cdd1d" rel="external">Looks like it&#8217;s working.</a>
<div>Looks like it&#8217;s working.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0703471cdd1d/kindle/make-books.py">
          kindle/make-books.py
        </a>(24 lines added, 19 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/17e5ef88726d" rel="external">Adding email function</a>
<div>Adding email function
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/17e5ef88726d/kindle/make-books.py">
          kindle/make-books.py
        </a>(45 lines added, 32 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/cbca200fbc2b" rel="external">Whatever</a>
<div>Whatever
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/cbca200fbc2b/kindle/droids.py">
          kindle/droids.py
        </a>(0 lines added, 16 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/cbca200fbc2b/kindle/make-books.py">
          kindle/make-books.py
        </a>(65 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/b19817a3b331" rel="external">Slightly more versatile version &#8211; still a hack because I am lazy.</a>
<div>Slightly more versatile version &#8211; still a hack because I am lazy.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/b19817a3b331/kindle/droids.py">
          kindle/droids.py
        </a>(16 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/e4f76f880818" rel="external">Updated vimrc with nice commands for developing bottle.py scripts.
Fixed bugs in cardgame.py</a>
<div>Updated vimrc with nice commands for developing bottle.py scripts.
Fixed bugs in cardgame.py
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e4f76f880818/games/cardgame.py">
          games/cardgame.py
        </a>(26 lines added, 9 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e4f76f880818/vimrc_edthedev">
          vimrc_edthedev
        </a>(6 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/20ba60079a48" rel="external">Getting teletrran copy in sync</a>
<div>Getting teletrran copy in sync
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/add_to_your_profile">
          add_to_your_profile
        </a>(2 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/android/backup-droid-full">
          android/backup-droid-full
        </a>(1 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/android/backup-droid-quick">
          android/backup-droid-quick
        </a>(4 lines added, 5 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/android/pull-droid-pictures">
          android/pull-droid-pictures
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/android/sync-droid-music">
          android/sync-droid-music
        </a>(10 lines added, 6 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/coding/aliases">
          coding/aliases
        </a>(2 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/coding/listmethods">
          coding/listmethods
        </a>(25 lines added, 12 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/coding/newscript">
          coding/newscript
        </a>(0 lines added, 9 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/coding/svn-ignore">
          coding/svn-ignore
        </a>(6 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/coding/svn-st-all">
          coding/svn-st-all
        </a>(37 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/concept/keyring.py">
          concept/keyring.py
        </a>(38 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/aero_snap_full">
          config/aero_snap_full
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/aero_snap_left">
          config/aero_snap_left
        </a>(20 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/aero_snap_right">
          config/aero_snap_right
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/backup-home">
          config/backup-home
        </a>(17 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/builddotfiles.py">
          config/builddotfiles.py
        </a>(83 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/cleanup-all-the-downloads">
          config/cleanup-all-the-downloads
        </a>(38 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/copy-pictures-from">
          config/copy-pictures-from
        </a>(13 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/install_sun_java">
          config/install_sun_java
        </a>(8 lines added, 3 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/lock">
          config/lock
        </a>(3 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/roku">
          config/roku
        </a>(114 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/config/twoScreens">
          config/twoScreens
        </a>(10 lines added, 3 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/edthedev/org.py">
          edthedev/org.py
        </a>(693 lines added, 587 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/games/cardgame.py">
          games/cardgame.py
        </a>(105 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/kindle/website2kindle">
          kindle/website2kindle
        </a>(19 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/minecraft/backup-worlds-local">
          minecraft/backup-worlds-local
        </a>(18 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/minecraft/backup_worlds">
          minecraft/backup_worlds
        </a>(6 lines added, 4 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/minecraft/copy-worlds-from">
          minecraft/copy-worlds-from
        </a>(29 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/minecraft/make_maps">
          minecraft/make_maps
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/minecraft/merge-minecraft-worlds">
          minecraft/merge-minecraft-worlds
        </a>(72 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/minecraft/minecraft">
          minecraft/minecraft
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/aliases">
          org/aliases
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/archive">
          org/archive
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/asciidown">
          org/asciidown
        </a>(0 lines added, 30 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/cleanFileName">
          org/cleanFileName
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/done">
          org/done
        </a>(0 lines added, 38 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/due">
          org/due
        </a>(0 lines added, 21 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/fixtags">
          org/fixtags
        </a>(0 lines added, 39 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/journal">
          org/journal
        </a>(0 lines added, 11 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/logit">
          org/logit
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/merge">
          org/merge
        </a>(0 lines added, 80 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/monday">
          org/monday
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/new_file">
          org/new_file
        </a>(0 lines added, 40 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/newnote">
          org/newnote
        </a>(0 lines added, 50 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/next">
          org/next
        </a>(0 lines added, 113 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/org">
          org/org
        </a>(0 lines added, 142 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/org.html">
          org/org.html
        </a>(0 lines added, 72 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/orglib.pyc">
          org/orglib.pyc
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/projects">
          org/projects
        </a>(0 lines added, 71 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/sample">
          org/sample
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/status">
          org/status
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/summary">
          org/summary
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/tagcloud">
          org/tagcloud
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/textbar">
          org/textbar
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/weekend">
          org/weekend
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/wordpress.py">
          org/wordpress.py
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/org/wordpresslib.py">
          org/wordpresslib.py
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/packaging/release-source">
          packaging/release-source
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/aliases">
          text/aliases
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/clean-numbers">
          text/clean-numbers
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/confluence-python-api.py">
          text/confluence-python-api.py
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/display_missing">
          text/display_missing
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/hours_since_morning">
          text/hours_since_morning
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/list-headers">
          text/list-headers
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/list-questions">
          text/list-questions
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/make_header">
          text/make_header
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/send-to-wordpress">
          text/send-to-wordpress
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/text/textbar">
          text/textbar
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/vim/Proj">
          vim/Proj
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/vim/hardcore_mode">
          vim/hardcore_mode
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/20ba60079a48/vimrc_edthedev">
          vimrc_edthedev
        </a>(&#8230; lines added, &#8230; lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/5675fff795a3" rel="external">added dokuwiki install script for ubuntu server&#8230;.still messy job</a>
<div>added dokuwiki install script for ubuntu server&#8230;.still messy job
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/5675fff795a3/config/install-dokuwiki">
          config/install-dokuwiki
        </a>(27 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2012/recent-commits-january-21-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits January 14, 2012</title>
		<link>http://www.edthedev.com/2012/recent-commits-january-14-2012/</link>
		<comments>http://www.edthedev.com/2012/recent-commits-january-14-2012/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 00:58:05 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2012/recent-commits-january-14-2012/</guid>
		<description><![CDATA[Automerge Automerge kindle/website2kindle (19 lines added, 0 lines removed) text/clean-numbers (61 lines added, 0 lines removed) text/textbar (50 lines added, 0 lines removed) vim/hardcore_mode (0 lines added, 8 lines removed) Added rsync script to pack up source code for release. Gets the little details correct that I otherwise might forget. Added rsync script to pack [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/1bdd63fdc0b5" rel="external">Automerge</a>
<div>Automerge
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/1bdd63fdc0b5/kindle/website2kindle">
          kindle/website2kindle
        </a>(19 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/1bdd63fdc0b5/text/clean-numbers">
          text/clean-numbers
        </a>(61 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/1bdd63fdc0b5/text/textbar">
          text/textbar
        </a>(50 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/1bdd63fdc0b5/vim/hardcore_mode">
          vim/hardcore_mode
        </a>(0 lines added, 8 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/56ede5f5c190" rel="external">Added rsync script to pack up source code for release. Gets the little details correct that I otherwise might forget.</a>
<div>Added rsync script to pack up source code for release. Gets the little details correct that I otherwise might forget.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/56ede5f5c190/packaging/release-source">
          packaging/release-source
        </a>(14 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/288fc59bdad5" rel="external">Nicer handling of two screens. Includes ability to name the monitors.</a>
<div>Nicer handling of two screens. Includes ability to name the monitors.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/288fc59bdad5/config/twoScreens">
          config/twoScreens
        </a>(10 lines added, 3 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/467052916e82" rel="external">Fix for zeroes.</a>
<div>Fix for zeroes.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/467052916e82/text/clean-numbers">
          text/clean-numbers
        </a>(5 lines added, 2 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/42477037cff1" rel="external">Added scripts.</a>
<div>Added scripts.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/42477037cff1/text/clean-numbers">
          text/clean-numbers
        </a>(58 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/42477037cff1/text/textbar">
          text/textbar
        </a>(50 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/82c10c940bf8" rel="external">Automerged separate files&#8230;why is Hg stupid about this?</a>
<div>Automerged separate files&#8230;why is Hg stupid about this?
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/82c10c940bf8/coding/newscript">
          coding/newscript
        </a>(0 lines added, 9 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/82c10c940bf8/vimrc_edthedev">
          vimrc_edthedev
        </a>(1 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/2a288c2da674" rel="external">Added PyDoc to vim shortcuts.</a>
<div>Added PyDoc to vim shortcuts.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2a288c2da674/coding/newscript">
          coding/newscript
        </a>(0 lines added, 9 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2a288c2da674/vimrc_edthedev">
          vimrc_edthedev
        </a>(1 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2012/recent-commits-january-14-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits January 7, 2012</title>
		<link>http://www.edthedev.com/2012/recent-commits-january-7-2012/</link>
		<comments>http://www.edthedev.com/2012/recent-commits-january-7-2012/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 00:34:04 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2012/recent-commits-january-7-2012/</guid>
		<description><![CDATA[Automagic merge-fail. Automagic merge-fail. config/builddotfiles.py (83 lines added, 0 lines removed) Added a script that pulls a website and converts it into a Kindle document, then mails it to Kindle. Added a script that pulls a website and converts it into a Kindle document, then mails it to Kindle. kindle/website2kindle (19 lines added, 0 lines [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/7f46e5aa4217" rel="external">Automagic merge-fail.</a>
<div>Automagic merge-fail.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/7f46e5aa4217/config/builddotfiles.py">
          config/builddotfiles.py
        </a>(83 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/b718e76bfd22" rel="external">Added a script that pulls a website and converts it into a Kindle document, then mails it to Kindle.</a>
<div>Added a script that pulls a website and converts it into a Kindle document, then mails it to Kindle.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/b718e76bfd22/kindle/website2kindle">
          kindle/website2kindle
        </a>(19 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/b718e76bfd22/vim/hardcore_mode">
          vim/hardcore_mode
        </a>(0 lines added, 8 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/a3c6c71efd7d" rel="external">Automerged..</a>
<div>Automerged..
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/config/cleanup-all-the-downloads">
          config/cleanup-all-the-downloads
        </a>(7 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/config/roku">
          config/roku
        </a>(22 lines added, 5 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/org/aliases">
          org/aliases
        </a>(30 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/org/logit">
          org/logit
        </a>(51 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/org/orglib.pyc">
          org/orglib.pyc
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/text/send-to-wordpress">
          text/send-to-wordpress
        </a>(54 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/a3c6c71efd7d/vimrc_edthedev">
          vimrc_edthedev
        </a>(5 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/04278df12b1f" rel="external">Made lock executable.</a>
<div>Made lock executable.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/04278df12b1f/config/lock">
          config/lock
        </a>(0 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/28b5d8eb860c" rel="external">Added script that links my dotfiles from my SSL-ed private Mercurial repository into my home directory.
Latest script update: It detects when the local hostname is in a file and links appropriately.
i.e. .muttrc-delaport-desktop will link to ~/.muttrc when the script is run on a host named delaport-desktop.</a>
<div>Added script that links my dotfiles from my SSL-ed private Mercurial repository into my home directory.
Latest script update: It detects when the local hostname is in a file and links appropriately.
i.e. .muttrc-delaport-desktop will link to ~/.muttrc when the script is run on a host named delaport-desktop.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/28b5d8eb860c/config/builddotfiles.py">
          config/builddotfiles.py
        </a>(83 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/114a8022a067" rel="external">Updated logit to use orglib for all functionality.</a>
<div>Updated logit to use orglib for all functionality.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/114a8022a067/org/logit">
          org/logit
        </a>(8 lines added, 10 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/2ba7d5972fd8" rel="external">Added simplest remind functionality back to public repository.</a>
<div>Added simplest remind functionality back to public repository.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2ba7d5972fd8/org/aliases">
          org/aliases
        </a>(30 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2ba7d5972fd8/org/logit">
          org/logit
        </a>(53 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/2ba7d5972fd8/org/orglib.pyc">
          org/orglib.pyc
        </a>(0 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/3b633fa231a6" rel="external">automerge yay</a>
<div>automerge yay
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/coding/svn-ignore">
          coding/svn-ignore
        </a>(6 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/coding/svn-st-all">
          coding/svn-st-all
        </a>(37 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/concept/keyring.py">
          concept/keyring.py
        </a>(38 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/config/cleanup-all-the-downloads">
          config/cleanup-all-the-downloads
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/config/lock">
          config/lock
        </a>(3 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/edthedev/org.py">
          edthedev/org.py
        </a>(914 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/text/list-questions">
          text/list-questions
        </a>(39 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/text/make_header">
          text/make_header
        </a>(23 lines added, 13 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3b633fa231a6/vimrc_edthedev">
          vimrc_edthedev
        </a>(15 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/75e619dc4238" rel="external">Added script for wordpress file.</a>
<div>Added script for wordpress file.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/75e619dc4238/text/send-to-wordpress">
          text/send-to-wordpress
        </a>(12 lines added, 3 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/75e619dc4238/vimrc_edthedev">
          vimrc_edthedev
        </a>(5 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2012/recent-commits-january-7-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits December 24, 2011</title>
		<link>http://www.edthedev.com/2011/recent-commits-december-24-2011/</link>
		<comments>http://www.edthedev.com/2011/recent-commits-december-24-2011/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 00:54:17 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2011/recent-commits-december-24-2011/</guid>
		<description><![CDATA[Nicer to just set for current directory. If you need to set recursively&#8230;edit this file&#8230;:P Nicer to just set for current directory. If you need to set recursively&#8230;edit this file&#8230;:P coding/svn-ignore (3 lines added, 2 lines removed) Added a script to make svn-ignore act like .hgignore Added a script to make svn-ignore act like .hgignore [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/f35486fe67e9" rel="external">Nicer to just set for current directory. If you need to set recursively&#8230;edit this file&#8230;:P</a>
<div>Nicer to just set for current directory. If you need to set recursively&#8230;edit this file&#8230;:P
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f35486fe67e9/coding/svn-ignore">
          coding/svn-ignore
        </a>(3 lines added, 2 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/0894da117e77" rel="external">Added a script to make svn-ignore act like .hgignore</a>
<div>Added a script to make svn-ignore act like .hgignore
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0894da117e77/coding/svn-ignore">
          coding/svn-ignore
        </a>(5 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/ad1a6fb751f2" rel="external">Fixed the bug, made the output look a bit nicer.</a>
<div>Fixed the bug, made the output look a bit nicer.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/ad1a6fb751f2/coding/svn-st-all">
          coding/svn-st-all
        </a>(15 lines added, 4 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/1a5b687fe6a6" rel="external">Script for making sure SVN is checked in. Doesn&#8217;t work correctly; took longer than just checking the directories by hand. May revisit.</a>
<div>Script for making sure SVN is checked in. Doesn&#8217;t work correctly; took longer than just checking the directories by hand. May revisit.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/1a5b687fe6a6/coding/svn-st-all">
          coding/svn-st-all
        </a>(26 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/68c3a4364f43" rel="external">Improvements to list questions Vim document helper.</a>
<div>Improvements to list questions Vim document helper.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/68c3a4364f43/text/list-questions">
          text/list-questions
        </a>(5 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/68c3a4364f43/text/make_header">
          text/make_header
        </a>(23 lines added, 13 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/68c3a4364f43/vimrc_edthedev">
          vimrc_edthedev
        </a>(6 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/f8f334797823" rel="external">bugfixes in list-questions and better vim bindings for same</a>
<div>bugfixes in list-questions and better vim bindings for same
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f8f334797823/text/list-questions">
          text/list-questions
        </a>(1 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f8f334797823/vimrc_edthedev">
          vimrc_edthedev
        </a>(10 lines added, 1 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/3ee721472ee2" rel="external">Merged.</a>
<div>Merged.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/android/backup-droid-full">
          android/backup-droid-full
        </a>(1 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/android/backup-droid-quick">
          android/backup-droid-quick
        </a>(4 lines added, 5 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/android/pull-droid-pictures">
          android/pull-droid-pictures
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/android/sync-droid-music">
          android/sync-droid-music
        </a>(10 lines added, 6 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/minecraft/backup_worlds">
          minecraft/backup_worlds
        </a>(20 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/minecraft/make_maps">
          minecraft/make_maps
        </a>(0 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/minecraft/merge-minecraft-worlds">
          minecraft/merge-minecraft-worlds
        </a>(72 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ee721472ee2/minecraft/minecraft">
          minecraft/minecraft
        </a>(1 lines added, 5 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/0becfa101370" rel="external">Removed org stuff.
Added list-questions</a>
<div>Removed org stuff.
Added list-questions
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/config/aero_snap_full">
          config/aero_snap_full
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/config/aero_snap_left">
          config/aero_snap_left
        </a>(20 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/config/aero_snap_right">
          config/aero_snap_right
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/config/cleanup-all-the-downloads">
          config/cleanup-all-the-downloads
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/config/roku">
          config/roku
        </a>(97 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/edthedev/org-web">
          edthedev/org-web
        </a>(0 lines added, 7 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/edthedev/org.py">
          edthedev/org.py
        </a>(10 lines added, 5 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/minecraft/copy-worlds-from">
          minecraft/copy-worlds-from
        </a>(14 lines added, 5 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/aliases">
          org/aliases
        </a>(0 lines added, 30 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/archive">
          org/archive
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/asciidown">
          org/asciidown
        </a>(0 lines added, 30 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/cleanFileName">
          org/cleanFileName
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/done">
          org/done
        </a>(0 lines added, 38 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/due">
          org/due
        </a>(0 lines added, 21 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/fixtags">
          org/fixtags
        </a>(0 lines added, 39 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/hud">
          org/hud
        </a>(0 lines added, 4 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/hud.cgi">
          org/hud.cgi
        </a>(0 lines added, 40 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/journal">
          org/journal
        </a>(0 lines added, 12 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/logit">
          org/logit
        </a>(0 lines added, 53 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/merge">
          org/merge
        </a>(0 lines added, 80 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/monday">
          org/monday
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/new_file">
          org/new_file
        </a>(0 lines added, 42 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/newnote">
          org/newnote
        </a>(0 lines added, 51 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/next">
          org/next
        </a>(0 lines added, 115 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/org">
          org/org
        </a>(0 lines added, 145 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/org.html">
          org/org.html
        </a>(0 lines added, 72 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/org_browse">
          org/org_browse
        </a>(0 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/projects">
          org/projects
        </a>(0 lines added, 71 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/sample">
          org/sample
        </a>(0 lines added, 24 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/status">
          org/status
        </a>(0 lines added, 33 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/summary">
          org/summary
        </a>(0 lines added, 70 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/tagcloud">
          org/tagcloud
        </a>(0 lines added, 59 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/textbar">
          org/textbar
        </a>(0 lines added, 50 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/weekend">
          org/weekend
        </a>(0 lines added, 3 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/wordpress.py">
          org/wordpress.py
        </a>(0 lines added, 46 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/org/wordpresslib.py">
          org/wordpresslib.py
        </a>(0 lines added, 379 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/0becfa101370/text/list-questions">
          text/list-questions
        </a>(36 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2011/recent-commits-december-24-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits December 17, 2011</title>
		<link>http://www.edthedev.com/2011/recent-commits-december-17-2011/</link>
		<comments>http://www.edthedev.com/2011/recent-commits-december-17-2011/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 00:42:41 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2011/recent-commits-december-17-2011/</guid>
		<description><![CDATA[Live updates to minecraft scripts, copied from the minecraft server. Live updates to minecraft scripts, copied from the minecraft server. minecraft/backup_worlds (20 lines added, 0 lines removed) minecraft/make_maps (3 lines added, 7 lines removed) minecraft/merge-minecraft-worlds (72 lines added, 0 lines removed) minecraft/minecraft (1 lines added, 5 lines removed) Updated map function. Updated map function. minecraft/make_maps [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/16f013f82465" rel="external">Live updates to minecraft scripts, copied from the minecraft server.</a>
<div>Live updates to minecraft scripts, copied from the minecraft server.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/16f013f82465/minecraft/backup_worlds">
          minecraft/backup_worlds
        </a>(20 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/16f013f82465/minecraft/make_maps">
          minecraft/make_maps
        </a>(3 lines added, 7 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/16f013f82465/minecraft/merge-minecraft-worlds">
          minecraft/merge-minecraft-worlds
        </a>(72 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/16f013f82465/minecraft/minecraft">
          minecraft/minecraft
        </a>(1 lines added, 5 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/4289c1b4afa5" rel="external">Updated map function.</a>
<div>Updated map function.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4289c1b4afa5/minecraft/make_maps">
          minecraft/make_maps
        </a>(7 lines added, 3 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/3ab5e5490896" rel="external">Nicer droid backup scripts.</a>
<div>Nicer droid backup scripts.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ab5e5490896/android/backup-droid-full">
          android/backup-droid-full
        </a>(1 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ab5e5490896/android/backup-droid-quick">
          android/backup-droid-quick
        </a>(4 lines added, 5 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ab5e5490896/android/pull-droid-pictures">
          android/pull-droid-pictures
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/3ab5e5490896/android/sync-droid-music">
          android/sync-droid-music
        </a>(10 lines added, 6 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/e32d493782d1" rel="external">Removed all org mode code. See <a href="http://bitbucket.org/edthedev/org.py</a>&#8221; title=&#8221;http://bitbucket.org/edthedev/org.py</a>&#8221; target=&#8221;_blank&#8221;>bitbucket.org/edthedev/org.py</a></a>
<div>Removed all org mode code. See <a href="http://bitbucket.org/edthedev/org.py" title="http://bitbucket.org/edthedev/org.py" target="_blank">bitbucket.org/edthedev/org.py</a>
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/edthedev/org-web">
          edthedev/org-web
        </a>(0 lines added, 7 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/edthedev/org.py">
          edthedev/org.py
        </a>(0 lines added, 883 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/aliases">
          org/aliases
        </a>(0 lines added, 30 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/archive">
          org/archive
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/asciidown">
          org/asciidown
        </a>(0 lines added, 30 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/cleanFileName">
          org/cleanFileName
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/done">
          org/done
        </a>(0 lines added, 38 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/due">
          org/due
        </a>(0 lines added, 21 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/fixtags">
          org/fixtags
        </a>(0 lines added, 39 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/hud">
          org/hud
        </a>(0 lines added, 4 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/hud.cgi">
          org/hud.cgi
        </a>(0 lines added, 40 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/journal">
          org/journal
        </a>(0 lines added, 12 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/logit">
          org/logit
        </a>(0 lines added, 53 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/merge">
          org/merge
        </a>(0 lines added, 80 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/monday">
          org/monday
        </a>(0 lines added, 26 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/new_file">
          org/new_file
        </a>(0 lines added, 42 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/newnote">
          org/newnote
        </a>(0 lines added, 51 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/next">
          org/next
        </a>(0 lines added, 115 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/org">
          org/org
        </a>(0 lines added, 145 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/org.html">
          org/org.html
        </a>(0 lines added, 72 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/org_browse">
          org/org_browse
        </a>(0 lines added, 2 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/projects">
          org/projects
        </a>(0 lines added, 71 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/sample">
          org/sample
        </a>(0 lines added, 24 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/status">
          org/status
        </a>(0 lines added, 33 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/summary">
          org/summary
        </a>(0 lines added, 70 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/tagcloud">
          org/tagcloud
        </a>(0 lines added, 59 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/textbar">
          org/textbar
        </a>(0 lines added, 50 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/weekend">
          org/weekend
        </a>(0 lines added, 3 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/wordpress.py">
          org/wordpress.py
        </a>(0 lines added, 46 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/e32d493782d1/org/wordpresslib.py">
          org/wordpresslib.py
        </a>(0 lines added, 379 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/b41386fc18a0" rel="external">Added the ability to search from the command line, in theory.</a>
<div>Added the ability to search from the command line, in theory.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/b41386fc18a0/config/roku">
          config/roku
        </a>(13 lines added, 4 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/4e6871e39f69" rel="external">Automerge.</a>
<div>Automerge.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4e6871e39f69/config/cleanup-all-the-downloads">
          config/cleanup-all-the-downloads
        </a>(1 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4e6871e39f69/edthedev/org.py">
          edthedev/org.py
        </a>(31 lines added, 21 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4e6871e39f69/org/org">
          org/org
        </a>(5 lines added, 7 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/4e6871e39f69/text/display_missing">
          text/display_missing
        </a>(2 lines added, 2 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/d3a302cd4130" rel="external">Added some more information for future upgrades.
Thank you to <a href="http://a-more-common-hades.blogspot.com/2011/07/control-roku-from-command-line.html</a>&#8221; title=&#8221;http://a-more-common-hades.blogspot.com/2011/07/control-roku-from-command-line.html</a>&#8221; target=&#8221;_blank&#8221;>a-more-common-hades.blogspot.com/2011/07/control-roku-from-command-line.html</a></a>
<div>Added some more information for future upgrades.
Thank you to <a href="http://a-more-common-hades.blogspot.com/2011/07/control-roku-from-command-line.html" title="http://a-more-common-hades.blogspot.com/2011/07/control-roku-from-command-line.html" target="_blank">a-more-common-hades.blogspot.com/2011/07/control-roku-from-command-line.html</a>
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/d3a302cd4130/config/roku">
          config/roku
        </a>(59 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/599582886363" rel="external">Added a script that controls a local roku player.</a>
<div>Added a script that controls a local roku player.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/599582886363/config/aero_snap_left">
          config/aero_snap_left
        </a>(5 lines added, 1 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/599582886363/config/roku">
          config/roku
        </a>(29 lines added, 0 lines removed)</li>
      
      </ul></div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/f83d62dfa926" rel="external">Added aero snap commands.</a>
<div>Added aero snap commands.
    
    
      
      <ul>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f83d62dfa926/config/aero_snap_full">
          config/aero_snap_full
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f83d62dfa926/config/aero_snap_left">
          config/aero_snap_left
        </a>(16 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f83d62dfa926/config/aero_snap_right">
          config/aero_snap_right
        </a>(14 lines added, 0 lines removed)</li>
      
        
        <li><a href="https://bitbucket.org/edthedev/edthedev/src/f83d62dfa926/minecraft/copy-worlds-from">
          minecraft/copy-worlds-from
        </a>(14 lines added, 5 lines removed)</li>
      
      </ul></div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2011/recent-commits-december-17-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Commits September 17, 2011</title>
		<link>http://www.edthedev.com/2011/recent-commits-september-17-2011/</link>
		<comments>http://www.edthedev.com/2011/recent-commits-september-17-2011/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 00:32:18 +0000</pubDate>
		<dc:creator>edward</dc:creator>
				<category><![CDATA[Example Code]]></category>
		<category><![CDATA[commit]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2011/recent-commits-september-17-2011/</guid>
		<description><![CDATA[Improved project handling in next. Improved project handling in next. Bugfix Bugfix Actually fixed bug&#8230; Actually fixed bug&#8230; Bugfixes Bugfixes Various tweaks. check_script is nice. Makes sure the script compiles, and walks you through the help(class) and class.py &#8211;help outputs. Various tweaks. check_script is nice. Makes sure the script compiles, and walks you through the [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/1a261bebb865" rel="external">Improved project handling in next.</a>
<div>Improved project handling in next.</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/7e32e3f44ca2" rel="external">Bugfix</a>
<div>Bugfix</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/7566561d307e" rel="external">Actually fixed bug&#8230;</a>
<div>Actually fixed bug&#8230;</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/027f9c62b31a" rel="external">Bugfixes</a>
<div>Bugfixes</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/74757874aaad" rel="external">Various tweaks.
check_script is nice. Makes sure the script compiles, and walks you through the help(class) and class.py &#8211;help outputs.</a>
<div>Various tweaks.
check_script is nice. Makes sure the script compiles, and walks you through the help(class) and class.py &#8211;help outputs.</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/b6bab1d00537" rel="external">Bugfixes and better instructions.
- Handles missing NOTES_HOME without freaking out.
- Better instructions for setting NOTES_HOME
- Those two are totally unrelated. Yea.</a>
<div>Bugfixes and better instructions.
- Handles missing NOTES_HOME without freaking out.
- Better instructions for setting NOTES_HOME
- Those two are totally unrelated. Yea.</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/5a6fce9725ba" rel="external">In the middle of bugfixes.</a>
<div>In the middle of bugfixes.</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/86aef9a5aa1e" rel="external">Org now allows arbitrary boxes.
Move items to a box using &gt;box_name.</a>
<div>Org now allows arbitrary boxes.
Move items to a box using &gt;box_name.</div>
</li>
<li><a href="https://bitbucket.org/edthedev/edthedev/changeset/ca2b4c688eda" rel="external">Better names for package list management scripts.</a>
<div>Better names for package list management scripts.</div>
</li>
</ul>

<p><p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2011/recent-commits-september-17-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application launcher in Python</title>
		<link>http://www.edthedev.com/2010/application-launcher-in-python/</link>
		<comments>http://www.edthedev.com/2010/application-launcher-in-python/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:32:53 +0000</pubDate>
		<dc:creator>Edward Delaporte</dc:creator>
				<category><![CDATA[Example Code]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/2010/application-launcher-in-python/</guid>
		<description><![CDATA[I&#8217;ve been playing with writing application and python tool launchers to turn my EeePC into some kind of freakishly powerful custom PDA. The source code for my first two proofs-of-concept are included below. You can grab the latest source at http://svn.edthedev.com/projects/eeePy/. UPDATE: I&#8217;ve migrated my open source projects to the awesome folks at BitBucket.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with writing application and python tool launchers to turn my EeePC into some kind of freakishly powerful custom PDA. The source code for my first two proofs-of-concept are included below. </p>

<p><del datetime="2011-08-08T15:03:22+00:00">You can grab the latest source at <a href="http://svn.edthedev.com/projects/eeePy/">http://svn.edthedev.com/projects/eeePy/</a>.</del>
UPDATE: I&#8217;ve migrated my open source projects to the awesome folks at BitBucket. <a href="https://bitbucket.org/edthedev/edthedev/src/b00613f8f7d9/Launcher/</p>&#8221; title=&#8221;https://bitbucket.org/edthedev/edthedev/src/b00613f8f7d9/Launcher/</p>&#8221; target=&#8221;_blank&#8221;>bitbucket.org/edthedev/edthedev/src/b00613f8f7d9/Launcher/</p></a>

<h3>cLauncher.py</h3>

<p><p>Curses application launcher</p>
<p>
<pre><code></p>

<h1>!/usr/bin/env python</h1>

<h1>Copyright Edward Delaporte 2010</h1>

<h1>URI: <a href="http://edthedev.com</h1>" title="http://edthedev.com</h1>" target="_blank">edthedev.com</h1></a>

<h1>Licensed under the Eclipse Public License v. 1.0</h1>

<h1>http://www.opensource.org/licenses/eclipse-1.0.php</h1>

<p>from os import system
from FavoriteApps import FavoriteApps
from cWindow import CursesWindow
from ClassInspector import ClassInspector</p>

<p>def runMethod(screen, method, historyFile=None):
    args = ClassInspector.getMethodArguments(FavoriteApps, method)
    if(len(args)==0):
        # Run the command.
        getattr(FavoriteApps, method)()
    else:
        argInputs = {}
        for arg in args:
            argInputs[arg]= getInput(screen, "Enter argument for %s" % arg)
        # Run the command with arguments.<br />
        getattr(FavoriteApps, method)(**argInputs)</p>

<p>myClasses = {'FavoriteApps':FavoriteApps}</p>

<p>window = CursesWindow()</p>

<p>selection = ''
while selection != 'exit':
    window.displayList(myClasses, 'Available classes:')
    selection = window.getInput("Choose a class: ")
    for className in myClasses:
        if selection in className:
            classObj = ClassInspector(myClasses[className])</p>

<pre><code>        command = ''
        while command != 'exit':
            window.displayList(classObj.methods, 'Available commands:')
            # window.drawMethodMenu(classObj.methods)
            command = window.getInput("Enter a command: ") 
            for method in classObj.methods:
                if command in method:
                    window.output("Running %s" % method)
                    runMethod(window.screen, method)
</code></pre>

<p>del window
</code></pre>
</p></p>

<h3>ClassInspector.py</h3>

<p><pre><code>
import inspect </p>

<p>class ClassInspector(object):
    def <strong>init</strong>(self, classObj):
        self.classObj = classObj
        self.methods = self.getMethodsInClass(self.classObj)
        self.methodArgs = {}
        #for method in self.methods:
        #    self.methodsArgs[method] = self.getMethodArguments(self.classObj, method)</p>

<pre><code>@staticmethod
def getMethodsInClass(classObj):
    results = []
    for name in dir(classObj):
        obj = getattr(classObj, name)
        if (inspect.ismethod(obj) or inspect.isfunction(obj)):
            results.append(name)
    return results

@staticmethod
def getMethodArguments(classObj, methodName):
    method = getattr(classObj, methodName)
    argDetails = inspect.getargspec(method)
    (args, _, _, defaults) = argDetails
    return args
</code></pre>

<p></code></pre></p>

<p>UPDATE: I updated it to use the curses (plain text) library rather than requiring tkinter (graphics). If you&#8217;re running Linux or Apple OSX you have curses installed already. If you&#8217;re running Windows, you can install NCurses but may need to tweak the code a little. You can still find the tkinter version in SVN repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2010/application-launcher-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java array copy</title>
		<link>http://www.edthedev.com/2010/java-array-copy/</link>
		<comments>http://www.edthedev.com/2010/java-array-copy/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 03:14:34 +0000</pubDate>
		<dc:creator>Edward Delaporte</dc:creator>
				<category><![CDATA[Example Code]]></category>

		<guid isPermaLink="false">http://www.edthedev.com/?p=10837</guid>
		<description><![CDATA[System.arraycopy(intervals,0,temp,0, intervals.length); System.arraycopy(biggerByteArray,0,temp,intervals. length, biggerByteArray.length);]]></description>
			<content:encoded><![CDATA[<pre><code>
System.arraycopy(intervals,0,temp,0, intervals.length);
System.arraycopy(biggerByteArray,0,temp,intervals. length,
biggerByteArray.length);
</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.edthedev.com/2010/java-array-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

