Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bitwise-operators
When does bit shifting cause undefined behavior in C++?
May 08, 2026
c++
bit-manipulation
bitwise-operators
bit-shift
Why is '' ^ 9 equal to 9?
May 06, 2026
javascript
bitwise-operators
Swap two bits in given integer
May 05, 2026
c
bit-manipulation
byte
bitwise-operators
bit
Weird behaviour with left bitwise shift in C#
May 03, 2026
c#
bit-manipulation
bitwise-operators
bit-shift
Does the result of bitwise operations depend on endianess in Java? What about in C or C++?
May 02, 2026
java
c++
c
bitwise-operators
endianness
Bitwise operations in class inheriting int
May 03, 2026
python
int
bitwise-operators
What's the difference between if( !(s & i) ) and if( s&i == 0 )?
Apr 28, 2026
c++
c
bitwise-operators
Bitwise operations act outside of type width in C; Compiler Bug or Within Spec?
Apr 21, 2026
c
linux
gcc
bitwise-operators
undefined-behavior
python library for bitwise storage?
Apr 20, 2026
python
bit-manipulation
bitwise-operators
What's the point of logical operators vs. bitwise operators
Apr 17, 2026
c++
c
bitwise-operators
What is the fastest/most efficient way to find the least significant set bit in an integer in R?
Apr 14, 2026
r
optimization
bit-manipulation
bitwise-operators
Byte and bitwise operators
Apr 14, 2026
compiler-errors
kotlin
byte
bitwise-operators
(Not 1) evaluates to -2 for some reason
Apr 11, 2026
vba
operators
bitwise-operators
bitwise-not
Why is this bitwise operation not working?
Apr 08, 2026
java
bitwise-operators
Implementing bitwise NOT (~) operator perfectly (flipping the bits)
Apr 08, 2026
c++
c
bit-manipulation
bitwise-operators
bit
PHP bitwise to store days of the week
Apr 04, 2026
php
bitwise-operators
dayofweek
JavaScript - Read Bit Value, is single Bit On (1) or Off (0)?
Apr 02, 2026
javascript
binary
bit-manipulation
bitwise-operators
bit
Difference between signed and unsigned on bitwise operations
Apr 02, 2026
bit-manipulation
bitwise-operators
unsigned
signed
What's the purpose of "AND AL,0xFF"?
Mar 31, 2026
assembly
bitwise-operators
eflags
Older Entries »