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
Precedence and bitmask operations
Aug 17, 2022
php
bit-manipulation
bitwise-operators
operator-precedence
How can I multiply and divide using only bit shifting and adding?
Sep 12, 2022
c
assembly
bit-manipulation
division
multiplication
What's the simplest way to test whether a number is a power of 2 in C++?
Aug 16, 2022
c++
algorithm
bit-manipulation
What is CHAR_BIT?
Aug 16, 2022
c
bit-manipulation
Bitwise operation and usage
Aug 16, 2022
python
binary
operators
bit-manipulation
Best practices for circular shift (rotate) operations in C++
Dec 14, 2021
c++
c
rotation
bit-manipulation
c++-faq
How do I write a maintainable, fast, compile-time bit-mask in C++?
Aug 31, 2022
c++
c++11
bit-manipulation
C/C++ check if one bit is set in, i.e. int variable
Aug 16, 2022
c++
c
bit-manipulation
How do I get bit-by-bit data from an integer value in C?
Aug 16, 2022
c
bit-manipulation
Should I use #define, enum or const?
Aug 15, 2022
c++
enums
bit-manipulation
c-preprocessor
In C/C++ what's the simplest way to reverse the order of bits in a byte?
Aug 15, 2022
c++
c
bit-manipulation
Position of least significant bit that is set
Nov 02, 2022
c++
c
optimization
bit-manipulation
Why does this random value have a 25/75 distribution instead of 50/50?
Dec 14, 2021
java
random
double
bit-manipulation
probability
What is the fastest/most efficient way to find the highest set bit (msb) in an integer in C?
Aug 15, 2022
c
algorithm
optimization
bit-manipulation
What is the idea behind ^= 32, that converts lowercase letters to upper and vice versa?
Aug 15, 2022
c++
bit-manipulation
ascii
~x + ~y == ~(x + y) is always false?
Dec 14, 2021
c
bit-manipulation
signed
twos-complement
Are the shift operators (<<, >>) arithmetic or logical in C?
Aug 15, 2022
c
binary
bit-manipulation
bit-shift
Why is XOR the default way to combine hashes?
Dec 14, 2021
cryptography
bit-manipulation
hash
probability
xor
How can I remove a flag in C?
Dec 14, 2021
c
bit-manipulation
flags
'and' (boolean) vs '&' (bitwise) - Why difference in behavior with lists vs numpy arrays?
Aug 15, 2022
python
numpy
bit-manipulation
boolean-expression
ampersand
« Newer Entries
Older Entries »