<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Bitwise</title>
    <description>the latest stories tagged with 'Bitwise' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Integer to Byte using Bitwise Operators</title>
      <description>A sample that makes use of F#'s bitwise operators to encode (signed) 32-bit integers into 1, 2, or 5 bytes, represented by returning a list of integers. Integers in the range 0 to 127 return a list of length 1. A detailed review of the bitwise operations is provided so that you can better realize what's going on during the encoding process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2finteger-to-byte-using-bitwise-operators.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2finteger-to-byte-using-bitwise-operators.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Integer_to_Byte_using_Bitwise_Operators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Integer_to_Byte_using_Bitwise_Operators</guid>
      <pubDate>Mon, 12 May 2008 21:43:46 GMT</pubDate>
    </item>
    <item>
      <title>Integer to Byte using Bitwise Operators</title>
      <description>A sample that makes use of F#'s bitwise operators to encode (signed) 32-bit integers into 1, 2, or 5 bytes, represented by returning a list of integers. Integers in the range 0 to 127 return a list of length 1. A detailed review of the bitwise operations is provided so that you can better realize what's going on during the encoding process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2finteger-to-byte-using-bitwise-operators.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flenielmacaferi.blogspot.com%2f2008%2f05%2finteger-to-byte-using-bitwise-operators.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Integer_to_Byte_using_Bitwise_Operators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Integer_to_Byte_using_Bitwise_Operators</guid>
      <pubDate>Mon, 12 May 2008 21:43:46 GMT</pubDate>
    </item>
    <item>
      <title>Speed Up Performance And Slash Your Table Size By 90% By Using Bitwise</title>
      <description>How to reduce your table size by 90% by using Bitwise logic. This is a great way to accomplish the following things
Reduce table size
Speed up backup and recovery because your table is much smaller
Improve performance
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlblog.com%2fblogs%2fdenis_gobo%2farchive%2f2007%2f05%2f29%2ftest.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlblog.com%2fblogs%2fdenis_gobo%2farchive%2f2007%2f05%2f29%2ftest.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Speed_Up_Performance_And_Slash_Your_Table_Size_By_90_By_Using_Bitwise</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Speed_Up_Performance_And_Slash_Your_Table_Size_By_90_By_Using_Bitwise</guid>
      <pubDate>Fri, 01 Jun 2007 05:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Reverse a string in C# and bitwise XOR </title>
      <description>Showing the principle of XOR with reversing a string in C#. It's also pretty fast. 

Because bitwise operations should be common knowledge for every developer out there. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2006%2f03%2f19%2f9350.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2006%2f03%2f19%2f9350.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Reverse_a_string_in_C_and_bitwise_XOR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Reverse_a_string_in_C_and_bitwise_XOR</guid>
      <pubDate>Sat, 28 Apr 2007 13:30:18 GMT</pubDate>
    </item>
    <item>
      <title>Do you know the difference between &amp;amp; and &amp;amp;&amp;amp; ?</title>
      <description>Did you know that &amp;amp; is not just for bitwise operations?  You can actually use it in your standard conditionals, but there's a slight difference in how it behaves.  This article will show you what that difference is. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f03%2f08%2f14.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f03%2f08%2f14.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Do_you_know_the_difference_between_amp_and_amp_amp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Do_you_know_the_difference_between_amp_and_amp_amp</guid>
      <pubDate>Wed, 21 Mar 2007 06:46:01 GMT</pubDate>
    </item>
    <item>
      <title>An introduction to bitwise operators</title>
      <description>A brief tutorial on how to use bitwise operators &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fcpp%2fbitbashing.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fcpp%2fbitbashing.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/An_introduction_to_bitwise_operators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/An_introduction_to_bitwise_operators</guid>
      <pubDate>Thu, 22 Feb 2007 00:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Tips and Tricks for Bitwise Arithmetic</title>
      <description>This is a collection of useful tips and tricks for bitwise arithmetic, useful in any programming language.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xaprb.com%2fblog%2f2005%2f09%2f28%2fbitwise-arithmetic%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xaprb.com%2fblog%2f2005%2f09%2f28%2fbitwise-arithmetic%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Tips_and_Tricks_for_Bitwise_Arithmetic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Tips_and_Tricks_for_Bitwise_Arithmetic</guid>
      <pubDate>Thu, 22 Feb 2007 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>C# Logical Bitwise Operators</title>
      <description>The ninth part of the C# Fundamentals tutorial extends upon the previous article dealing with  C# Boolean operators.  Boolean operations may also be carried out on integer representations of binary numbers.  This article considers logical bitwise operators. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fCSharpLogicalBitwiseOps.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fCSharpLogicalBitwiseOps.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Logical_Bitwise_Operators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Logical_Bitwise_Operators</guid>
      <pubDate>Thu, 11 Jan 2007 13:55:35 GMT</pubDate>
    </item>
  </channel>
</rss>