Search code examples
Storing date in two bytes...

cdatebitwise-operators

Read More
How is this bitwise AND operator masking the lower seven order bits of the number?...

cbit-manipulationbitbitwise-operators

Read More
How does XOR really works, and what is the magic behind it?...

javaalgorithmbinarybitwise-operators

Read More
Assembly: Character type checking...

assemblyx86characterbitwise-operators

Read More
Unexpected output from right rotate function...

cbit-manipulationbitwise-operatorsbit-shift

Read More
Compress string using bits Operation in C...

cbit-manipulationbitwise-operators

Read More
Is it possible to test if a number is either even or '1', using only bitwise operators?...

bit-manipulationbitwise-operators

Read More
right shift not working correctly for large longs...

cbit-manipulationbitwise-operatorsbit-shift

Read More
Find all x such that (x & (x+y)) == 0...

algorithmbit-manipulationbitwise-operatorsbitwise-and

Read More
C invert the bits of a 16 bit integer...

cbitwise-operators

Read More
What situations are there where one might want to use the bitwise XOR operator?...

cbit-manipulationbitwise-operatorsxor

Read More
How can I force bitwise operators to produce unsigned results?...

javascriptbit-manipulationbitwise-operators

Read More
How to reverse a bitwise OR operation?...

pythonbit-manipulationbitwise-operatorsbitwise-or

Read More
Using bitwise operators on > 32 bit integers...

javascriptmathbitwise-operators

Read More
How to set, clear, and toggle a single bit...

c++cbit-manipulationbitwise-operators

Read More
Bitwise operations and shifts...

cbit-manipulationbitwise-operatorstwos-complementbit-shift

Read More
Decimal to binary using Bitwise operator...

cbit-manipulationbitwise-operators

Read More
Convert IEEE Float hex string to an Excel VBA Single (float)...

excelvbafloating-pointtype-conversionbitwise-operators

Read More
Where would I use a bitwise operator in JavaScript?...

javascriptbitwise-operators

Read More
Is there a Python class/enum for flag/bit mask operations?...

python-3.xenumsbitwise-operators

Read More
Can I perform a bit-wise group by and aggregation with Polars `or_`?...

pythonaggregatebitwise-operatorspython-polars

Read More
Checking register value is setting the bit using C function...

cembeddedbit-manipulationbitwise-operatorsbit-shift

Read More
Pipe character in Python...

pythonpipebitwise-operators

Read More
How do I use Java's bitwise operators in Kotlin?...

javakotlinbitwise-operatorsbitwise-andbitwise-or

Read More
Unexpected behaviour during implicit conversion in C...

cassemblybitwise-operatorsoperator-precedenceinteger-promotion

Read More
A single byte that is from 0 to 255 to be rescaled from 0 to 7...

gobit-manipulationbitbitwise-operatorsinteger-arithmetic

Read More
Convert array of bytes to uint64_t?...

carraysbitwise-operatorsbit-shiftendianness

Read More
What is Kotlin equivalent for bitwise or with assignment '|='?...

bitwise-operatorskotlin

Read More
What is (x & 1) and (x >>= 1)?...

c++bit-manipulationbitwise-operatorsbit-shiftbitwise-and

Read More
C# bitwise rotate left and rotate right...

c#bitwise-operators

Read More
BackNext