<?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>Redcode &#187; algorithm</title>
	<atom:link href="http://www.redcode.nl/blog/tag/algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcode.nl</link>
	<description>Random</description>
	<lastBuildDate>Sun, 06 Jun 2010 18:37:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating Shazam in Java</title>
		<link>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/</link>
		<comments>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 00:43:08 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[music matching]]></category>
		<category><![CDATA[shazam]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=391</guid>
		<description><![CDATA[A couple of days ago I encountered this article: How Shazam Works This got me interested in how a program like Shazam works&#8230; And more importantly, how hard is it to program something similar in Java? About Shazam Shazam is an application which you can use to analyse/match music. When you install it on your [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2010/06/creating-shazam-in-java/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Guess the algorithm</title>
		<link>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/</link>
		<comments>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:54:24 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[guess]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=308</guid>
		<description><![CDATA[Yesterday I found and programmed a nice little algorithm. I&#8217;m not going to tell you (yet) what it does and how its called, but I&#8217;ll just show the code: private int function(int x, int y) { int r = 0; while(x!=0) { if((x&#038;1)==1) { r+=y; } x&#62;&#62;&#62;=1; y&#60;&#60;=1; } return r; } So tell me, [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
