<?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"
	>
<channel>
	<title>Comments on: Oracle BITAND function (bitwise AND)</title>
	<atom:link href="http://kerryosborne.oracle-guy.com/2008/11/oracle-bitand-function-bitwise-and/feed/" rel="self" type="application/rss+xml" />
	<link>http://kerryosborne.oracle-guy.com/2008/11/oracle-bitand-function-bitwise-and/</link>
	<description>Just another Oracle blog</description>
	<pubDate>Mon, 06 Sep 2010 13:28:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mike</title>
		<link>http://kerryosborne.oracle-guy.com/2008/11/oracle-bitand-function-bitwise-and/#comment-6084</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 23 Dec 2009 21:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=632#comment-6084</guid>
		<description>It's a shame that there isn't more binary support built into modern languages.  For instance, I use PHP a lot and to do a right shift you have to mask the result, because values over 0x7FFFFFFF are negative, and PHP will fill those right shifted values from the left with ones.  (In other words, there are no leading zeros).</description>
		<content:encoded><![CDATA[<p>It&#8217;s a shame that there isn&#8217;t more binary support built into modern languages.  For instance, I use PHP a lot and to do a right shift you have to mask the result, because values over 0&#215;7FFFFFFF are negative, and PHP will fill those right shifted values from the left with ones.  (In other words, there are no leading zeros).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
