<?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>Technitribe &#187; Even</title>
	<atom:link href="http://blog.lnx.cx/tag/even/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lnx.cx</link>
	<description>not at all like a diatribe</description>
	<lastBuildDate>Mon, 09 Jan 2012 00:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A haiku for modulus</title>
		<link>http://blog.lnx.cx/2009/09/04/a-haiku-for-modulus/</link>
		<comments>http://blog.lnx.cx/2009/09/04/a-haiku-for-modulus/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:27:40 +0000</pubDate>
		<dc:creator>Tim Bielawa</dc:creator>
				<category><![CDATA[/dev/null]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Even]]></category>
		<category><![CDATA[Haiku]]></category>
		<category><![CDATA[Modulus]]></category>
		<category><![CDATA[Odd]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=79</guid>
		<description><![CDATA[I needed to know Is this Even or odd, hmm? I used modulus This is the simplest way to quickly find out if an integer is even or odd. I&#8217;m posting this because I don&#8217;t recall my programming lab TAs or professors ever mentioning this simple way to figure that out. May it save you [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I needed to know<br />
Is this Even or odd, hmm?<br />
I used modulus</p></blockquote>
<p style="text-align: left;">This is the simplest way to quickly find out if an integer is even or odd. I&#8217;m posting this because I don&#8217;t recall my programming lab TAs or professors ever mentioning this simple way to figure that out.</p>
<p style="text-align: left;">May it save you many lines of code and time!</p>
<p style="text-align: left;"><strong>Update:</strong> Suppose I should show an exampe</p>
<blockquote>
<p style="text-align: left;">if ( (your-number % 2) == 0) { echo &#8220;that&#8217;s an even number&#8221; }</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.lnx.cx/2009/09/04/a-haiku-for-modulus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

