Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Reverse bit pattern in C

C++: How do I cast an int to an unsigned long and not change any bits?

What is a good way to iterate a number through all the possible values of a mask?

signed to positive near-perfect hash

Generate all bit patterns for a given mask

Any smarter way to extract from array of bits?

Determine the sign of a 32 bit int

c logic bit-manipulation

What is arithmetic left shift of 01001001?

Invert a bitwise left shift and OR assignment

Replace least significant bit with bitwise operations

In C++ What's the point of using bool instead of char?

Creating a mask with N least significant bits set

Can I convert a bunch of boolean columns to a single bitmap in PostgreSQL?

XSLT Bitwise Logic

xslt logic bit-manipulation

java.util.BitSet -- set() doesn't work as expected

Anding with 0xff, clarification needed

java bit-manipulation

How to reverse a bitwise OR operation?

Why does BinaryReader.ReadUInt32() reverse the bit pattern?

A quick cheatsheet on using a bit map to store multiple values

bit-manipulation

Can someone explain ARM bitwise operations to me?