Search code examples
Pad a C++ structure to a power of two...

c++structbit-manipulationpadding

Read More
Powershell Hex, Int and Bit flag checking...

powershellbit-manipulationbitwise-operatorsbit

Read More
Infinite loop while adding two integers using bitwise operations?...

pythonpython-3.xbit-manipulationbitwise-operators

Read More
Bit Manipulation Hacker's Delight in Python...

pythonpython-3.xbit-manipulation

Read More
Fastest way to flip the value of a boolean...

rustbooleanbit-manipulation

Read More
How can I check my byte flag, verifying that a specific bit is at 1 or 0?...

cmathbinarybit-manipulation

Read More
How to convert an int to a little endian byte array?...

c#bit-manipulation

Read More
EnumSet of bit flags into UInt in Kotlin...

kotlingenericsbit-manipulationenumset

Read More
Controlling Mutation in 39bit string as a candidate solution in genetic algorithm...

python-2.7bit-manipulationgenetic-algorithmmutationgenetic-programming

Read More
Cross-Over with string Encoded Chromosomes...

pythonbit-manipulationgenetic-algorithmmutationcrossover

Read More
Mutation with String Encoded Chromosomes - Genetic Algorithm...

pythonbit-manipulationgenetic-algorithmmutationcrossover

Read More
Find number of bits to be flipped to get maximum 1's in array...

algorithmbit-manipulationdynamic-programming

Read More
Join two hex integers in Python...

pythonbit-manipulationconcatenationbit-shift

Read More
All combinations of a binary number where only certain bits can change...

c++algorithmbit-manipulation

Read More
uint8 data to uint32 bits in EMBEDDED c...

cembeddedbit-manipulation

Read More
A function to find whether a bit is on, with type char*...

cbit-manipulationbit

Read More
TypeScript equivalent of `u32` numerical suffix...

typescriptrustbit-manipulationbitwise-or

Read More
Add two integers using only bitwise operators?...

c#bit-manipulation

Read More
Extracting particular bits and packing them into a payload...

cbit-manipulation

Read More
How to enable C++ warnings for bitwise operators with boolean arguments...

c++bit-manipulationstatic-analysis

Read More
Clear i to 0 bits...

bit-manipulationbit

Read More
Arduino Invert byte...

arduinobit-manipulationbyte

Read More
Using binary number sequence to determine which boxes are filled...

algorithmgoogle-apps-scriptbinarybit-manipulationlogarithm

Read More
How undefined are __builtin_ctz(0) or __builtin_clz(0)?...

c++undefined-behaviorconstexprc++14bit-manipulation

Read More
Expanding 5-bit bitfields from a u32 into a u8[6] buffer, the most efficient way possible...

coptimizationx86bit-manipulationbit-fields

Read More
Date encoding through Righ Shift >> and Left Shift << bitwise operation...

cgccbit-manipulationbitwise-operatorsbit-shift

Read More
How to replace bits in a bitfield without affecting other bits using C...

cbit-manipulation

Read More
Computing maximum and minimum value of data type using bitwise operators...

javabit-manipulationbitwise-operators

Read More
How to turn off some bits while ignoring others using only bitwise operators...

bit-manipulationbitwise-operators

Read More
Is this a known Algorithm?...

c#bit-manipulation

Read More
BackNext