Search code examples
How can I implement a JS-style bitwise left shift operator in PHP?...

javascriptphpbit-manipulationbitwise-operatorsbit-shift

Read More
Does any language have a unary boolean toggle operator?...

language-agnosticbitwise-operatorsnegation

Read More
Order of precedence in sequential XOR operations...

bit-manipulationbitwise-operatorsbitwise-xor

Read More
Xoring Two characters in PHP?...

phpbitwise-operatorsbitwise-xor

Read More
Ternary operator argument evaluation in C...

clogicbitwise-operatorsconditional-operatormisra

Read More
XOR Operation C++/Assembly...

c++assemblybitwise-operatorscpu-architecturebitwise-xor

Read More
Discord bitwise permission calculator...

phpapibitwise-operatorsdiscord

Read More
How to perform a bitwise round up to even numbers if odd?...

algorithmroundingbitwise-operatorsbitshift

Read More
Set last `n` bits in unsigned int...

c++cgccbitwise-operators

Read More
In Nimrod, what is the syntax for bitwise operations?...

bitwise-operatorsnim-lang

Read More
How masking is applied in bitwise_operation in opencv?...

pythonopencvbitwise-operatorsbitwise-and

Read More
Java - Masking out sign bit causes unexpected behavior...

javabit-manipulationbitwise-operators

Read More
take fix length of array continously, from arbitrary length of array...

pythonarrayshashbitwise-operators

Read More
Why does right shift on positive number sometimes result in a negative number?...

javascriptbinarybit-manipulationbitwise-operators

Read More
Would you use num%2 or num&1 to check if a number is even?...

c++numbersreadabilitylow-levelbitwise-operators

Read More
Can I turn negative number to positive with bitwise operations in Actionscript 3?...

actionscript-3bitwise-operators

Read More
In Kotlin, why is (-1 ushr 4) different from -1.ushr(4)?...

kotlinbitwise-operatorsinfix-operator

Read More
What happens with bitwise shift for all 8 bits...

cbitwise-operatorsbit-shift

Read More
What is the difference and what are the "&" and "&&" operators used ...

javascriptbitwise-operatorslogical-operators

Read More
What is the simplest way to overwrite the bits 10, 11, 12 of an unsigned int to X?...

cbit-manipulationbitwise-operators

Read More
Don't understand how these bitwise operators operate on bytes and integers...

javabit-manipulationbitwise-operatorsbit-shift

Read More
Code containing bitwise operators fails test cases...

cbitwise-operators

Read More
I don't understand how this code to "write an uint32 inside an array in javascript" wo...

javascriptarraysbinarybitwise-operatorsuint32

Read More
Is a bitwise OR and AND NOT the same as addition and subtraction when a set is known?...

bit-manipulationbitwise-operatorsbitwise-andbitwise-or

Read More
Set 4 bits of a specific byte...

c++binarybitwise-operators

Read More
using ``1ll<<(N-1)`` to assign a large number of value to a long long int variable...

c++arraysbitwise-operatorsunsigned-long-long-int

Read More
Is it correct to set bit 31 in javascript?...

javascriptbitwise-operatorsbit-shift

Read More
Finding the exponent of n = 2**x using bitwise operations [logarithm in base 2 of n]...

pythonbit-manipulationprimesbitwise-operatorslogarithm

Read More
how to use MySQL bitwise operations in php?...

phpmysqlbitwise-operators

Read More
Bitwise operations on 128-bit values on a non-sse2 arch...

cbit-manipulationbitwise-operators128-bit

Read More
BackNext