<?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>⧴ &#187; programmieren</title>
	<atom:link href="http://www.kv0.org/blog/tag/programmieren/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kv0.org/blog</link>
	<description>procastere: Inf. Präs. Akt. - etw. für morgen lassen</description>
	<lastBuildDate>Sat, 21 Jan 2012 11:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Best paper awards</title>
		<link>http://www.kv0.org/blog/2012/01/01/best-paper-awards/</link>
		<comments>http://www.kv0.org/blog/2012/01/01/best-paper-awards/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 13:45:34 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Gefunden]]></category>
		<category><![CDATA[programmieren]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Studium]]></category>

		<guid isPermaLink="false">http://www.kv0.org/blog/?p=1163</guid>
		<description><![CDATA[Als Lesetipp: Jeff Huang hat eine Liste der Paper zusammen gestellt, die auf diversen Konferenzen als bestes Paper gekürt worden sind: http://jeffhuang.com/best_paper_awards.html]]></description>
			<content:encoded><![CDATA[<p>Als Lesetipp:</p>
<p><a href="http://jeffhuang.com/">Jeff Huang</a> hat eine Liste der Paper zusammen gestellt, die auf diversen Konferenzen als bestes Paper gekürt worden sind: <a href="http://jeffhuang.com/best_paper_awards.html">http://jeffhuang.com/best_paper_awards.html</a></p>
 <p><a href="http://www.kv0.org/blog/?flattrss_redirect&amp;id=1163&amp;md5=b1881110329e0943983ba94acde01d95" title="Flattr" target="_blank"><img src="http://www.kv0.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kv0.org/blog/2012/01/01/best-paper-awards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualsort</title>
		<link>http://www.kv0.org/blog/2011/09/27/visualsort/</link>
		<comments>http://www.kv0.org/blog/2011/09/27/visualsort/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 06:31:49 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[algorithmen]]></category>
		<category><![CDATA[cofeescript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programmieren]]></category>
		<category><![CDATA[Variablen]]></category>
		<category><![CDATA[visualisierung]]></category>

		<guid isPermaLink="false">http://www.kv0.org/blog/?p=1025</guid>
		<description><![CDATA[Auf  http://visualsort.appspot.com/ kann man sich Sortieralgorithmen visualisieren lassen. Das tolle daran: man kann seine eigenen Algorithmen visualisieren lassen. Für die bekanntesten gibt es schon ein paar Beispiel-implementierungen :-) Und man kann auch ein wenig schummeln: for x in [0 ... &#8230; <a href="http://www.kv0.org/blog/2011/09/27/visualsort/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Auf  <a href="http://visualsort.appspot.com/">http://visualsort.appspot.com/</a> kann man sich Sortieralgorithmen visualisieren lassen. Das tolle daran: man kann seine eigenen Algorithmen visualisieren lassen. Für die bekanntesten gibt es schon ein paar Beispiel-implementierungen :-)</p>
<p>Und man kann auch ein wenig schummeln:</p>
<pre>
  for x in [0 ... VA.length]
    ind = VA.get(x)-1
    VA.swap(x, ind + VA.length)
  for x in [0 ... VA.length]
    VA.swap(x, x + VA.length)
</pre>
<p>(Notiz: Firefox möchte Sortieralgorithmen zu Vortieralgorithmen verbessern)</p>
 <p><a href="http://www.kv0.org/blog/?flattrss_redirect&amp;id=1025&amp;md5=6d41736d00fd17ee0f951db3f45b81e4" title="Flattr" target="_blank"><img src="http://www.kv0.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kv0.org/blog/2011/09/27/visualsort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Coders</title>
		<link>http://www.kv0.org/blog/2010/09/09/about-coders/</link>
		<comments>http://www.kv0.org/blog/2010/09/09/about-coders/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 07:19:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Gefunden]]></category>
		<category><![CDATA[Leben]]></category>
		<category><![CDATA[coder]]></category>
		<category><![CDATA[geek and poke]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[programmieren]]></category>

		<guid isPermaLink="false">http://www.kv0.org/blog/?p=673</guid>
		<description><![CDATA[Ich bin gerade über Oliver Widders (Geek and Poke) Buch bei scribd gestolpert. Awesome! About Coders (final version)]]></description>
			<content:encoded><![CDATA[<p>Ich bin gerade über Oliver Widders (<a href="http://geekandpoke.typepad.com/geekandpoke/">Geek and Poke</a>)  Buch bei <a href="http://www.scribd.com/doc/36392023/About-Coders-final-version">scribd </a> gestolpert. Awesome!</p>
<p><a title="View About Coders (final version) on Scribd" href="http://www.scribd.com/doc/36392023/About-Coders-final-version" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">About Coders (final version)</a> <object id="doc_161297067033094" name="doc_161297067033094" height="600" width="100%" type="application/x-shockwave-flash" data="http://d1.scribdassets.com/ScribdViewer.swf" style="outline:none;" ><param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf"><param name="wmode" value="opaque"><param name="bgcolor" value="#ffffff"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="FlashVars" value="document_id=36392023&#038;access_key=key-eeosuqryogrfp0r6xr0&#038;page=1&#038;viewMode=list"><embed id="doc_161297067033094" name="doc_161297067033094" src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=36392023&#038;access_key=key-eeosuqryogrfp0r6xr0&#038;page=1&#038;viewMode=list" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="600" width="100%" wmode="opaque" bgcolor="#ffffff"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kv0.org/blog/2010/09/09/about-coders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaputt</title>
		<link>http://www.kv0.org/blog/2008/12/15/kaputt/</link>
		<comments>http://www.kv0.org/blog/2008/12/15/kaputt/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 08:42:15 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[programmieren]]></category>

		<guid isPermaLink="false">http://www.kv0.org/blog/?p=180</guid>
		<description><![CDATA[Heute morgen hat bei meinen MacBook pro die Tastatur sich plötzlich geweigert Eingaben von mir entgegen zu nehmen. Also bin ich gleich als erstes zum Apple-Dealer meines Vertrauens (Competence) geeilt und warte nun mit zittrigen Fingern auf eine gute Nachricht &#8230; <a href="http://www.kv0.org/blog/2008/12/15/kaputt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heute morgen hat bei meinen MacBook pro die Tastatur sich plötzlich geweigert  Eingaben von mir entgegen zu nehmen. Also bin ich gleich als erstes zum Apple-Dealer meines Vertrauens (<a title="Competence" href="http://www.competence.de/ " target="_blank">Competence</a>) geeilt und warte nun mit zittrigen Fingern auf eine gute Nachricht (vermutlich muss nur das Topcase ausgetauscht werden).<br />
Bis dahin vertreibe ich mir die Zeit mit Bus fahren und Erstsemester quälen (die bekommen heute das Ergebnis ihres ersten Programmieren-tests zurück).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kv0.org/blog/2008/12/15/kaputt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

