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
Convert an unsigned 16 bit int to a signed 16 bit int in C#
Sep 02, 2022
c#
.net
bit-manipulation
unsigned
signed
Comparing Bitfields of Different Sizes
Aug 09, 2021
c++
bit-manipulation
low-level
bit-fields
How can I check that a bit is set (without bitwise operation)?
Oct 24, 2022
javascript
math
bit-manipulation
"Bitwise AND" in Lua
Sep 06, 2022
lua
bit-manipulation
operators
Convert x >= y into 1 or 0 without branching or Boolean expressions
Mar 04, 2022
c
bit-manipulation
integer-arithmetic
Generate a random binary number with a variable proportion of '1' bits
Aug 08, 2022
java
optimization
random
bit-manipulation
Converting 8 bit color into RGB value
Apr 12, 2022
colors
bit-manipulation
rgb
8-bit
Fastest function to set bits to one between two bits in an unsigned integer
May 30, 2022
c++
optimization
c++11
bit-manipulation
bitmask
Why doesn't left bit shifting by 64 overflow in golang?
Nov 03, 2022
go
bit-manipulation
bitwise-operators
Does Go compiler's evaluation differ for constant expression and other expression
Nov 03, 2021
go
bit-manipulation
bitwise-operators
bit-shift
evaluation
Is there an efficient way to get the first non-zero element in an SIMD register using SIMD intrinsics?
Oct 23, 2022
x86
bit-manipulation
simd
intrinsics
avx
How does & bit operator work here?
Apr 23, 2022
java
collections
bit-manipulation
Any significant performance improvement by using bitwise operators instead of plain int sums in C#?
Nov 13, 2018
c#
performance
int
bit-manipulation
Interview question: Number of bit swaps required to convert one integer to another
May 08, 2022
bit-manipulation
Why result of unsigned char << unsigned char is not unsigned char
May 07, 2022
c++
bit-manipulation
How do bitwise operations work in Python?
Oct 14, 2022
python
bit-manipulation
Bitwise negation gives unexpected result
Nov 09, 2022
java
bit-manipulation
Why AND a uint32 value with 0xFFFFFFFF?
Nov 12, 2022
c
bit-manipulation
C++ - Bit-wise not of uchar produces int
Nov 16, 2022
c++
bit-manipulation
integer-promotion
Is there a bit-wise trick for checking the divisibility of a number by 2 or 3?
Oct 09, 2022
java
python
c++
c
bit-manipulation
« Newer Entries
Older Entries »