Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Java Bit Manipulation - What does (num >>= 1) do?

32 bit unsigned JavaScript bitwise operation is one short

Java integer flag and bitwise operations for memory reduction

Boolean Not operator in VBScript

More idiomatic way in Go to encode a []byte slice int an int64?

go bit-manipulation

Create bitmask based on a pattern as constexpr

Explanation of the safe average of two numbers

stealing bits from a pointer

c pointers bit-manipulation

How do I set or clear the first 3 bits using bitwise operations?

mirror bits of a 32 bit word

c assembly bit-manipulation

Dividing by power of 2 using bit shifting

c# bit-manipulation

How do you use bitwise flags in C++?

c++ bit-manipulation

How can I convert bits to bytes?

c# bit-manipulation byte

Converting Complex PHP Rotate Functions to Work in 64-bit

Why "010" equals 8?

x-y = x+¬y+1 problem

binary bit-manipulation

Are there any good reasons to use bit shifting except for quick math?

C program to set k lower order bits

c bit-manipulation bit

From hexadecimal to one's complement in Python

Concatenate two 32 bit int to get a 64 bit long in Python