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
Bitwise operations in PHP?
Sep 04, 2022
php
bit-manipulation
Why in Java (high + low) / 2 is wrong but (high + low) >>> 1 is not?
Sep 04, 2022
java
bit-manipulation
bitwise-operators
binary-search
How to set/unset a bit at specific position of a long?
Sep 03, 2022
java
bit-manipulation
bitwise-operators
Optimized low-accuracy approximation to `rootn(x, n)`
Dec 09, 2019
algorithm
math
floating-point
bit-manipulation
De Bruijn-like sequence for `2^n - 1`: how is it constructed?
Sep 03, 2022
algorithm
bit-manipulation
discrete-mathematics
logarithm
Is unsetting a single bit in flags safe with Python variable-length integers?
Nov 16, 2022
python
bit-manipulation
Bitshift and integer promotion?
Sep 03, 2022
c
gcc
standards
bit-manipulation
integer-promotion
What is the purpose of the unsigned right shift operator ">>>" in Java?
Aug 20, 2022
java
programming-languages
bit-manipulation
A + B without arithmetic operators, Python vs C++
Sep 03, 2022
python
c++
algorithm
bit-manipulation
Need help understanding "getbits()" method in Chapter 2 of K&R C
Feb 22, 2022
c
operators
bit-manipulation
bit-shift
complement
Set a specific bit in an int
Sep 03, 2022
c#
bit-manipulation
Using Bitwise operators on flags
Sep 03, 2022
c#
.net
bit-manipulation
bit-fields
why is 1>>32 == 1?
Sep 03, 2022
java
bit-manipulation
How to convert an int to a little endian byte array?
Sep 03, 2022
c#
bit-manipulation
Convert Byte Array to Bit Array?
Oct 14, 2022
c#
bit-manipulation
"Isolate" specific Row/Column/Diagonal from a 64-bit number
Apr 07, 2021
c++
performance
64-bit
bit-manipulation
bitboard
f(int x) { return x == 0 ? 0 : 1; } in Java without conditionals
Dec 28, 2017
java
bit-manipulation
Checking whether a number is positive or negative using bitwise operators
Sep 02, 2022
c++
c
algorithm
bit-manipulation
Is & faster than % when checking for odd numbers?
Sep 02, 2022
python
performance
bit-manipulation
modulo
Should I bit-shift to divide by 2 in Java? [duplicate]
Oct 16, 2022
java
performance
bit-manipulation
division
bit-shift
« Newer Entries
Older Entries »