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 bit-manipulation
What does bitwise XOR (exclusive OR) mean?
Aug 26, 2022
math
language-agnostic
bit-manipulation
operators
xor
What USEFUL bitwise operator code tricks should a developer know about? [closed]
Aug 25, 2022
language-agnostic
bit-manipulation
bit
Is shifting bits faster than multiplying and dividing in Java? .NET? [closed]
Aug 25, 2022
c#
java
.net
optimization
bit-manipulation
Simplest way to check if two integers have same sign?
Aug 25, 2022
integer
bit-manipulation
sign
Given an integer, how do I find the next largest power of two using bit-twiddling?
Aug 25, 2022
language-agnostic
bit-manipulation
Bitwise operators and "endianness"
Aug 25, 2022
c
bit-manipulation
endianness
bit-shift
bit-wise operation unary ~ (invert)
Aug 20, 2022
python
bit-manipulation
Catch and compute overflow during multiplication of two large integers
Oct 19, 2022
c
integer
bit-manipulation
multiplication
integer-overflow
Subtracting packed 8-bit integers in an 64-bit integer by 1 in parallel, SWAR without hardware SIMD
Oct 03, 2022
c++
c
bit-manipulation
simd
swar
Two's Complement in Python
Aug 18, 2022
python
bit-manipulation
twos-complement
Explain this snippet which finds the maximum of two integers without using if-else or any other comparison operator?
May 07, 2018
c
algorithm
math
bit-manipulation
max
Set specific bit in byte
Aug 17, 2022
java
byte
bit-manipulation
How do you set, clear and toggle a single bit in JavaScript?
Aug 17, 2022
javascript
numbers
bit-manipulation
How does XOR variable swapping work?
Aug 17, 2022
language-agnostic
bit-manipulation
xor
Incrementing 'masked' bitsets
Sep 08, 2022
c++
c
bit-manipulation
intrinsics
How do I flip a bit in SQL Server?
Mar 07, 2011
sql
sql-server
bit-manipulation
Efficiently find binary strings with low Hamming distance in large set
Aug 17, 2022
algorithm
bit-manipulation
bitwise-operators
hamming-distance
Have you ever had to use bit shifting in real projects? [closed]
Aug 17, 2022
bit-manipulation
bit-shift
Is there an elegant and fast way to test for the 1-bits in an integer to be in a contiguous region?
Aug 07, 2022
c++
c
bit-manipulation
Why if (n & -n) == n then n is a power of 2?
Oct 24, 2022
java
logic
bit-manipulation
« Newer Entries
Older Entries »