Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

What are some great ways to take advantage of bitwise operators?

bit-manipulation

Bitwise operations in OCaml

ocaml bit-manipulation

Verilog access specific bits

bit-manipulation verilog

Convert 64 bits array into Int64 or ulong C#

Fast bit shift of a byte array - CMAC subkeys

Unsigned Right Shift / Zero-fill Right Shift / >>> in PHP (Java/JavaScript equivalent)

single element in a list

Read bit range from byte array

c# byte bit-manipulation bit

Perl: How do I extract certain bits from a byte and then covert these bits to a hex value?

bit count function in K&R [closed]

Bitwise operations in Pandas that return numbers rather than bools?

Unary "Not" or bit-flip operator in PowerShell?

Convert an unsigned 16 bit int to a signed 16 bit int in C#

Comparing Bitfields of Different Sizes

How can I check that a bit is set (without bitwise operation)?

"Bitwise AND" in Lua

Convert x >= y into 1 or 0 without branching or Boolean expressions

Generate a random binary number with a variable proportion of '1' bits

Converting 8 bit color into RGB value

Fastest function to set bits to one between two bits in an unsigned integer