Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

find string of N 1-bits in a bit-array

c++ c bit-manipulation

What is the best practice way to create a bitmask for a range of bits?

How to convert a Javascript number to a Uint8Array?

bit shifting in C

c bit-manipulation shift

Bit operators C++

java bit operators

java bit-manipulation

is VAR |= 1 << 2; reverisble?

Bit operation: Similar operation results in different results

what is the most efficient way to flip all the bits from the least significant bit up to the most significant last 1 bit value?

Reading bits performance

De-interlace bytes

How to use ArrayBuffers with DataViews in JavaScript

Toggle a given range of bits of an unsigned int in C

c bit-manipulation

Most efficient way to count a range of numbers without bias?

Explain how typecasting works at the bit level from int to short in C

Where in the standard does it say that when you do bitwise operations, it will behave like big-endian?

Counting number of non-leading 0 in binary representation of given integer with a loop using add / jnc

How assignment from int to char works in C?

c binary bit-manipulation