<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kodare</title>
	<atom:link href="http://kodare.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kodare.wordpress.com</link>
	<description>it's the little things</description>
	<lastBuildDate>Fri, 18 Mar 2011 21:33:55 +0000</lastBuildDate>
	<language>sv</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kodare.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kodare</title>
		<link>http://kodare.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kodare.wordpress.com/osd.xml" title="Kodare" />
	<atom:link rel='hub' href='http://kodare.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Blog moved</title>
		<link>http://kodare.wordpress.com/2011/03/18/blog-moved/</link>
		<comments>http://kodare.wordpress.com/2011/03/18/blog-moved/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 21:33:53 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
		
		<guid isPermaLink="false">http://kodare.wordpress.com/?p=158</guid>
		<description><![CDATA[We&#8217;ve moved the blog to our own hosting at kodare.net/blog. It&#8217;s nicer to have it integrated :P - Möller<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=158&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve moved the blog to our own hosting at <a href="http://kodare.net/blog/">kodare.net/blog</a>. It&#8217;s nicer to have it integrated :P</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=158&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2011/03/18/blog-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>Python As You Type</title>
		<link>http://kodare.wordpress.com/2010/07/16/python-as-you-type/</link>
		<comments>http://kodare.wordpress.com/2010/07/16/python-as-you-type/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:46:17 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
		
		<guid isPermaLink="false">http://kodare.wordpress.com/?p=154</guid>
		<description><![CDATA[There are some pieces of code that have a million little details that you get wrong while developing. The workflow becomes: write some code, run, fix some trivial error, run, fix another trivial error, run, fix, run, fix, ad nauseum. For these things it helps to get immediate feedback, so I wrote PythonAsYouType which runs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=154&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are some pieces of code that have a million little details that you get wrong while developing. The workflow becomes: write some code, run, fix some trivial error, run, fix another trivial error, run, fix, run, fix, ad nauseum.</p>
<p>For these things it helps to get immediate feedback, so I wrote <a href="http://boxed.killingar.net/proggies/PythonAsYouType.app.zip">PythonAsYouType</a> which runs your code for every keystroke and gives you any printed output in realtime. Of course there are some limitations, like the code you are working on needs to be fairly fast to execute or it becomes annoying. To alleviate this there&#8217;s a field to do any heavy setup you might have up front like reading files, etc.</p>
<p>You have to try it to really understand how it can change some problems from boring and annoying to just a joy to code.</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=154&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2010/07/16/python-as-you-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>ParserBuilder 1.1</title>
		<link>http://kodare.wordpress.com/2010/06/28/parserbuilder-1-1/</link>
		<comments>http://kodare.wordpress.com/2010/06/28/parserbuilder-1-1/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:52:31 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
		
		<guid isPermaLink="false">http://kodare.wordpress.com/?p=150</guid>
		<description><![CDATA[I&#8217;ve posted an update to ParserBuilder with two changes: The two fields (data and expression) are now persisted, so if you restart the app, it will take you back to exactly where you were when you left it. Support for un-named/indexed groups. You still can&#8217;t mix and match, but for simple things and for fast [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=150&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted an update to <a href="http://boxed.killingar.net/proggies/ParserBuilder.zip">ParserBuilder</a> with two changes:</p>
<ul>
<li>The two fields (data and expression) are now persisted, so if you restart the app, it will take you back to exactly where you were when you left it.</li>
<li>Support for un-named/indexed groups. You still can&#8217;t mix and match, but for simple things and for fast prototyping it&#8217;s simpler to just write (.*?) than to write (?&lt;a&gt;.*?) until you have something that works and then add the name for easier to read code</li>
</ul>
<p>Those two small things actually makes quite a bit of difference I think you&#8217;ll find.</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=150&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2010/06/28/parserbuilder-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Statefulness for Your iPhone App</title>
		<link>http://kodare.wordpress.com/2010/06/15/easy-statefulness-for-your-iphone-app/</link>
		<comments>http://kodare.wordpress.com/2010/06/15/easy-statefulness-for-your-iphone-app/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:49:05 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
		
		<guid isPermaLink="false">http://kodare.wordpress.com/?p=147</guid>
		<description><![CDATA[During development of Citihaiq we spent a lot of energy manually writing support for NSCoder into various classes. After a while it came to me that statefulness of an iPhone app should be easy. I did a bit of digging into the reflection system of Objective-C and came up with a 90% solution. Basically you inherit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=147&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During development of <a href="http://citihaiq.se">Citihaiq</a> we spent a lot of energy manually writing support for NSCoder into various classes. After a while it came to me that statefulness of an iPhone app should be easy. I did a bit of digging into the reflection system of Objective-C and came up with a 90% solution. Basically you inherit from a class supplied by my library and name all members you want to be stateful by naming them with the prefix &#8221;stateful_&#8221; and now all you have to do is save and load state with two simple method calls when it is appropriate. Versioning and timeout for state is included.</p>
<p>More details can be found at the<a href="http://code.google.com/p/iphone-statefulness/"> project page on google code.</a></p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=147&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2010/06/15/easy-statefulness-for-your-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>Ny design för Mammon</title>
		<link>http://kodare.wordpress.com/2010/03/07/ny-design-for-mammon/</link>
		<comments>http://kodare.wordpress.com/2010/03/07/ny-design-for-mammon/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 21:21:33 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://kodare.wordpress.com/?p=143</guid>
		<description><![CDATA[Idag publicerade jag en ny design för Mammon. Den är lite mer minimalistisk och den ska också fixa några konstigheter som fanns förut med layouten. Fixade också så att den klagar lite smartare om man klistrar in rader den inte förstår. Om man går in på Nordas internetbank och markerar hela sidan och klistrar in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=143&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Idag publicerade jag en ny design för <a href="http://mammon.kodare.net">Mammon</a>. Den är lite mer minimalistisk och den ska också fixa några konstigheter som fanns förut med layouten. Fixade också så att den klagar lite smartare om man klistrar in rader den inte förstår. Om man går in på Nordas internetbank och markerar hela sidan och klistrar in så varnar den nu bara för 4 rader som den inte kan tolka.</p>
<p style="text-align:right;">-Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=143&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2010/03/07/ny-design-for-mammon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>ParserBuilder</title>
		<link>http://kodare.wordpress.com/2010/02/08/parserbuilder/</link>
		<comments>http://kodare.wordpress.com/2010/02/08/parserbuilder/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:17:51 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
				<category><![CDATA[Övrigt]]></category>

		<guid isPermaLink="false">http://kodare.wordpress.com/?p=138</guid>
		<description><![CDATA[I&#8217;ve often been annoyed at how creating regular expressions should be a quick process but there&#8217;s always some minor problems that seem double (or more) the development time. To solve this problem I made ParserBuilder. It&#8217;s a simple program that has one input box where you put the text you want to test your regexp [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=138&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve often been annoyed at how creating regular expressions should be a quick process but there&#8217;s always some minor problems that seem double (or more) the development time. To solve this problem I made <a href="http://boxed.killingar.net/proggies/ParserBuilder.zip">ParserBuilder</a>. It&#8217;s a simple program that has one input box where you put the text you want to test your regexp on, one where you put the regexp itself, and an output table that shows the matched groups of the test text and the cool thing is that the parsing is done as you type, so you have instant feedback.</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=138&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2010/02/08/parserbuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>Music Player for Dancers</title>
		<link>http://kodare.wordpress.com/2009/11/24/music-player-for-dancers/</link>
		<comments>http://kodare.wordpress.com/2009/11/24/music-player-for-dancers/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:57:00 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
				<category><![CDATA[Övrigt]]></category>

		<guid isPermaLink="false">http://kodare.wordpress.com/?p=131</guid>
		<description><![CDATA[I&#8217;ve been annoyed at how crappy normal music players are when you&#8217;re training choreography. What you want is a way to set specific checkpoints in the music that you can go back to over and over again and jump between to train on different sections. So this sunday I decided that hey, it can&#8217;t be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=131&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been annoyed at how crappy normal music players are when you&#8217;re training choreography. What you want is a way to set specific checkpoints in the music that you can go back to over and over again and jump between to train on different sections. So this sunday I decided that hey, it can&#8217;t be that hard to code it up! A few hours later and here&#8217;s my first beta: <a href="http://boxed.killingar.net/proggies/ChoreographPlayer.app.zip">ChoreographPlayer</a> (for Mac). Some key features:</p>
<ol>
<li>Select music from filesystem or directly from your iTunes library</li>
<li>Apple Remote support!</li>
<li>Checkpoints are displayed in a font that automatically fits the window so you can maximize the window to get a nice fullscreen view that can be seen across the room</li>
<li>Store multiple choreographies with multiple checkpoints to easily go back and forth between several active projects</li>
</ol>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=131&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2009/11/24/music-player-for-dancers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>A little word of warning on timers</title>
		<link>http://kodare.wordpress.com/2009/11/24/a-little-word-of-warning-on-timers/</link>
		<comments>http://kodare.wordpress.com/2009/11/24/a-little-word-of-warning-on-timers/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:33:31 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
				<category><![CDATA[Övrigt]]></category>
		<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://kodare.wordpress.com/?p=118</guid>
		<description><![CDATA[There&#8217;s some really nice utility functions in Cocoa that can make life a lot easier. Take performSelector:withObject:afterDelay: for example. It will call a function for you after a specified delay. But beware! It is the amount of time experienced by the main thread, not real time. Say you say to cocoa to call you back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=118&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s some really nice utility functions in Cocoa that can make life a lot easier. Take performSelector:withObject:afterDelay: for example. It will call a function for you after a specified delay. But beware! It is the amount of time experienced by the main thread, not real time. Say you say to cocoa to call you back in 8 hours, but you put your machine to sleep for 4 hours in that period. In this scenario your selector will be called in 8+4 hours.</p>
<p>The moral of this story? Only use performSelector:withObject:afterDelay: for short delays.</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=118&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2009/11/24/a-little-word-of-warning-on-timers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>Objective-C to Python converter</title>
		<link>http://kodare.wordpress.com/2009/10/13/objective-c-to-python-converter/</link>
		<comments>http://kodare.wordpress.com/2009/10/13/objective-c-to-python-converter/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:59:53 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
				<category><![CDATA[Övrigt]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Objectice-C]]></category>
		<category><![CDATA[PyObjC]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://kodare.wordpress.com/?p=123</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of PyObjC lately and I&#8217;m always annoyed at having to convert small snippets from Objective-C to Python. After some time I decided enough was enough so I spent some time coding it up finally. I present to you the Objective-C to Python converter! It will only convert the new style [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=123&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of PyObjC lately and I&#8217;m always annoyed at having to convert small snippets from Objective-C to Python. After some time I decided enough was enough so I spent some time coding it up finally. I present to you the <a href="http://kodare.net/objc_to_python/">Objective-C to Python converter</a>! It will only convert the new style for loops and it has some other limitations, so you have to look over it to see that it&#8217;s correct, but it&#8217;s WAY smoother than doing it all manually. If you give it your entire .m file it will be pretty close to complete. Try this example code:</p>
<div class="highlight">
<pre><span class="o">//</span> <span class="n">create</span> <span class="n">a</span> <span class="n">new</span> <span class="n">instance</span>
<span class="n">Fraction</span> <span class="o">*</span><span class="n">frac</span> <span class="o">=</span> <span class="p">[[</span><span class="n">Fraction</span> <span class="n">alloc</span><span class="p">]</span> <span class="n">init</span><span class="p">];</span>
<span class="k">if</span> <span class="p">(</span><span class="n">foo</span><span class="p">){</span> <span class="o">//</span> <span class="n">set</span> <span class="n">the</span> <span class="n">values</span>
<span class="p">[</span><span class="n">frac</span> <span class="n">setNumerator</span><span class="p">:</span> <span class="mf">1</span><span class="p">];</span>  <span class="p">[</span><span class="n">frac</span> <span class="n">setDenominator</span><span class="p">:</span> <span class="mf">3</span><span class="p">];</span>
<span class="p">}</span>
<span class="k">else</span> <span class="p">{</span>
    <span class="o">//</span> <span class="k">print</span> <span class="n">it</span>
    <span class="n">printf</span><span class="p">(</span> <span class="s">&quot;The fraction is: &quot;</span> <span class="p">);</span>
    <span class="p">[</span><span class="n">frac</span> <span class="k">print</span><span class="p">];</span>
    <span class="n">printf</span><span class="p">(</span> <span class="s">&quot;</span><span class="se">\n</span><span class="s">&quot;</span> <span class="p">);</span>
<span class="p">}</span>
<span class="o">//</span> <span class="n">free</span> <span class="n">memory</span>
<span class="p">[</span><span class="n">frac</span> <span class="n">release</span><span class="p">];</span>

<span class="k">return</span> <span class="mf">0</span><span class="p">;</span>
</pre>
</div>
<p>The <a href="http://kodare.com/objc_to_python/source/">source code is public domain</a>.</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=123&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2009/10/13/objective-c-to-python-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
		<item>
		<title>Liten Mammon-uppdatering</title>
		<link>http://kodare.wordpress.com/2009/10/12/liten-mammon-uppdatering/</link>
		<comments>http://kodare.wordpress.com/2009/10/12/liten-mammon-uppdatering/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:47:54 +0000</pubDate>
		<dc:creator>Möller</dc:creator>
		
		<guid isPermaLink="false">http://kodare.wordpress.com/?p=120</guid>
		<description><![CDATA[Fixade så man kan ställa tillbaka kontot på en transaktion till standard-kontot (dvs till &#8221;ingenting&#8221;), och gjorde lite snyggare hantering av rader som Mammon inte kan förstå. Nu kommer den lägga till transaktioner för alla rader den förstår, och sen spotta tillbaka dom den inte förstår med ett litet felmeddelande. Det är rätt trevligt om [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=120&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Fixade så man kan ställa tillbaka kontot på en transaktion till standard-kontot (dvs till &#8221;ingenting&#8221;), och gjorde lite snyggare hantering av rader som Mammon inte kan förstå. Nu kommer den lägga till transaktioner för alla rader den förstår, och sen spotta tillbaka dom den inte förstår med ett litet felmeddelande. Det är rätt trevligt om man gör något litet fånigt misstag när man copypaste:ar.</p>
<p style="text-align:right;">- Möller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kodare.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kodare.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kodare.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kodare.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kodare.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kodare.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kodare.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kodare.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kodare.wordpress.com&amp;blog=7311767&amp;post=120&amp;subd=kodare&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kodare.wordpress.com/2009/10/12/liten-mammon-uppdatering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03cdc3c813a8646f783f97f7c66b8f3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Möller</media:title>
		</media:content>
	</item>
	</channel>
</rss>
