<?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>Codng &#187; Microposts</title>
	<atom:link href="http://codng.com/category/micro/feed" rel="self" type="application/rss+xml" />
	<link>http://codng.com</link>
	<description>Nerd is the new cool.</description>
	<lastBuildDate>Wed, 02 Dec 2009 21:39:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building 3D models using a Web Cam</title>
		<link>http://codng.com/building-3d-models-using-a-web-cam</link>
		<comments>http://codng.com/building-3d-models-using-a-web-cam#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:17:06 +0000</pubDate>
		<dc:creator>juancn</dc:creator>
				<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Microposts]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://codng.com/?p=15</guid>
		<description><![CDATA[Incredible technology to build a 3D model from a video of the desired object. Just watch the video:

You can go to the project site for more details.
]]></description>
			<content:encoded><![CDATA[<p>Incredible technology to build a 3D model from a video of the desired object. Just watch the video:</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/vEOmzjImsVc&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vEOmzjImsVc&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>You can go to the <a href="http://mi.eng.cam.ac.uk/~qp202/my_papers/BMVC09/">project site</a> for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://codng.com/building-3d-models-using-a-web-cam/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phrase of the Day</title>
		<link>http://codng.com/phrase-of-the-day</link>
		<comments>http://codng.com/phrase-of-the-day#comments</comments>
		<pubDate>Tue, 12 Aug 2008 19:03:42 +0000</pubDate>
		<dc:creator>juancn</dc:creator>
				<category><![CDATA[Microposts]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://codng.com/phrase-of-the-day</guid>
		<description><![CDATA[&#8220;The devil is in the details, but exorcism is in implementation, not theory.&#8221; &#8211; (author unknown)
]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;The devil is in the details, but exorcism is in implementation, not theory.&#8221; &#8211; (author unknown)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://codng.com/phrase-of-the-day/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Sintax Highlighter</title>
		<link>http://codng.com/playing-with-sintax-highlighter</link>
		<comments>http://codng.com/playing-with-sintax-highlighter#comments</comments>
		<pubDate>Sun, 23 Mar 2008 01:02:04 +0000</pubDate>
		<dc:creator>juancn</dc:creator>
				<category><![CDATA[Microposts]]></category>

		<guid isPermaLink="false">http://codng.com/playing-with-sintax-highlighter</guid>
		<description><![CDATA[Posting code snippets is usually painful. I&#8217;m playing with the Syntax Highlighter plugin (I got the instructions from here).

        //Fill the coefficients of the equation
        eqn[2] = p0 - 2*p1 + p2;
        eqn[1] = [...]]]></description>
			<content:encoded><![CDATA[<p>Posting code snippets is usually painful. I&#8217;m playing with the Syntax Highlighter plugin (I got the instructions from <a HREF="http://erik.range-it.de/wordpress/plugins/syntaxhighlighter/">here</a>).</p>
<pre class="brush: java;">
        //Fill the coefficients of the equation
        eqn[2] = p0 - 2*p1 + p2;
        eqn[1] = 2*p1-2*p0;
        eqn[0] = p0 - c;
        int nRoots = QuadCurve2D.solveQuadratic(eqn);
</pre>
<p>Nice, isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://codng.com/playing-with-sintax-highlighter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
