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
What is the most efficient way to set one bit of a register in ARM?
Jan 02, 2026
assembly
arm
bitwise-operators
pipeline
The difference between (x^y) and !(!(x^y))
Jan 02, 2026
c
boolean
bitwise-operators
negation
Unsigned 64-bit bitwise AND/OR in Javascript
Jan 01, 2026
javascript
bitwise-operators
Why a positive number operated with bitwise or 0 not always positive in Javascript
Jan 01, 2026
javascript
bitwise-operators
How to perform bitwise OR operation between two rows in same SQL table?
Dec 30, 2025
sql
sql-server
bitwise-operators
Programme works but says "warning: integer constant is so large that it is unsigned", solution?
Dec 24, 2025
c
bit-manipulation
bitwise-operators
bit-shift
bitmask
Why we use PIN & (1<<PBx) to check if PIN is high?
Dec 23, 2025
c++
arduino
bitwise-operators
avr
atmega
A clarification in Bitwise operator
Dec 21, 2025
java
bitwise-operators
How to split an unsigned long int (32 bit) into 8 nibbles?
Dec 20, 2025
c++
binary
bit-manipulation
bitwise-operators
How to reset single bit in ulong?
Dec 19, 2025
c#
.net
bit-manipulation
bitwise-operators
ulong
Given XOR & SUM of two numbers. How to find the numbers?
Dec 17, 2025
math
bit-manipulation
bitwise-operators
bitwise-xor
Even-odd program using bitwise
Dec 16, 2025
c
bit-manipulation
operators
bitwise-operators
Implement bit operations only by ADD, SUB, MUL and DIV instructions
Dec 15, 2025
assembly
bitwise-operators
What's the correct way to flip one bit in a byte while preserving the rest?
Dec 14, 2025
java
bitwise-operators
bit-shift
Using 32-bit ints and operands
Dec 13, 2025
python
int
bitwise-operators
bit
Bit shift operators
Dec 12, 2025
bitwise-operators
bit-shift
Usage of << for exponentiation in C or CUDA
Dec 12, 2025
c
bit-manipulation
bitwise-operators
Is the `<<` operator equivalent to `pow(2,n)` in python 3?
Dec 10, 2025
python-3.x
bitwise-operators
Verify divisibility rules using bitwise operations
Dec 08, 2025
python
bitwise-operators
Cast some light on population count algorithm
Dec 08, 2025
binary
bitwise-operators
bit
operations
representation
Older Entries »