<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tiaonlab</title>
<link>http://snipplr.com/users/tiaonlab</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 22:26:50 GMT</pubDate>
<item>
<title>(Pascal) Number utility functions</title>
<link>http://snipplr.com/view/2432/number-utility-functions/</link>
<description><![CDATA[ <p>Over the years I have made quite a few software programs in Delphi, and inevitably I have also come up with many useful functions. Most of them I have never published on the Internet before, now I would like to list on blog.

Part 1 are functions for managing integer or real numbers, they were written very early in 1997.</p> ]]></description>
<pubDate>Wed, 04 Apr 2007 09:28:15 GMT</pubDate>
<guid>http://snipplr.com/view/2432/number-utility-functions/</guid>
</item>
<item>
<title>(PHP) Test if a number is odd or even using bitwise operator</title>
<link>http://snipplr.com/view/2431/test-if-a-number-is-odd-or-even-using-bitwise-operator/</link>
<description><![CDATA[ <p>In PHP &amp; or AND is a bitwise operator. When used it performs bitwise operation between two numbers. In the following example, the operator will test if the last bit of $number is 1. Thus successfully tests if $number is even or odd.</p> ]]></description>
<pubDate>Wed, 04 Apr 2007 09:25:21 GMT</pubDate>
<guid>http://snipplr.com/view/2431/test-if-a-number-is-odd-or-even-using-bitwise-operator/</guid>
</item>
</channel>
</rss>