<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get Integer Bit Parity In PHP</title>
	<atom:link href="http://codytaylor.org/2009/06/get-integer-bit-parity-in-php.html/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org/2009/06/get-integer-bit-parity-in-php.html</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Thu, 13 Oct 2011 06:41:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JL</title>
		<link>http://codytaylor.org/2009/06/get-integer-bit-parity-in-php.html/comment-page-1#comment-3271</link>
		<dc:creator>JL</dc:creator>
		<pubDate>Sun, 21 Jun 2009 03:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14144#comment-3271</guid>
		<description>This can be improved by:

if($something &amp; (1&lt;&lt;$i)) $setbits = $setbits ^ 1;

and delete line:

$result =  $setbits % 2;</description>
		<content:encoded><![CDATA[<p>This can be improved by:</p>
<p>if($something &amp; (1&lt;&lt;$i)) $setbits = $setbits ^ 1;</p>
<p>and delete line:</p>
<p>$result =  $setbits % 2;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codytaylor's status on Saturday, 20-Jun-09 19:56:59 UTC - Identi.ca</title>
		<link>http://codytaylor.org/2009/06/get-integer-bit-parity-in-php.html/comment-page-1#comment-3256</link>
		<dc:creator>codytaylor's status on Saturday, 20-Jun-09 19:56:59 UTC - Identi.ca</dc:creator>
		<pubDate>Sat, 20 Jun 2009 19:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14144#comment-3256</guid>
		<description>[...] Get Bit Parity In PHP http://codytaylor.org/?p=14144 [...]</description>
		<content:encoded><![CDATA[<p>[...] Get Bit Parity In PHP <a href="http://codytaylor.org/?p=14144" rel="nofollow">http://codytaylor.org/?p=14144</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

