Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

SQL Bitwise Masking

Java "x += y" and "x = x+y" yields different result

Checking if Bytes are 0x00

Invert last bit

java int bit-manipulation bit

Minimum number of bits to represent number

Why aren't bitwise operators as smart as logical "and\or" operators

Bit shift operations on a byte array in Java

java bit-manipulation

NASM: Count how many bits in a 32 Bit number are set to 1

Invert bitwise shift operator / power of two

bit manipulation:print the next smallest and largest numbers with same no of 1 bits

c bit-manipulation

Fill with variable number of ones

Find the lowest set bit

what (r+1 + (r >> 8)) >> 8 does?

c bit-manipulation

how to zero every bit when in second operand is 1?

c++ bit-manipulation

Bitwise operation in C to compare two integers

Why should I always use || instead of | and && instead of &?

Compile-time checking if right shift is arithmetic on signed types

Best practice to use bit operations to set some flags

fast way to get integers 0, 1, and 2 when given a random one from the set

Fastest way to read Left-Most bit from unsigned int (C++)?

c++ bit-manipulation