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 bits
Bits bytes words and dwords - when to use what in assembly?
Nov 16, 2022
assembly
byte
cpu-registers
bits
Masking a 16-bit value with 0xFFFF
Mar 08, 2022
javascript
masking
bits
16-bit
Fastest way to unpack bits (sub-byte) numbers from file
Nov 09, 2022
python
file
binary
bits
XOR programming puzzle advice
Jun 04, 2022
c++
xor
bits
BitSet valueOf does what?
Sep 10, 2022
java
arrays
bits
bitset
bit
Practical applications of bit shifting
Aug 30, 2022
c
bit-shift
bits
Manipulating bits of byte vars in Delphi
Oct 26, 2019
delphi
byte
bits
Problem with bit swapping in Haskell
Mar 10, 2013
haskell
bits
bytestring
How to convert string into bits and then into int array - java
Nov 19, 2022
java
string
int
bit
bits
Most efficient way to find the index of the only '1' bit in a char variable (in C)
Oct 17, 2022
c
algorithm
performance
bit-manipulation
bits
Can you explain the bits I'm getting from unpack?
Mar 30, 2022
perl
bits
pack
unpack
bit
how 256 stored in char variable and unsigned char
Oct 15, 2022
c++
c
memory
char
bits
Algorithm to find minimum number of bits to distinguish a set of binary numbers
Jun 14, 2019
algorithm
bits
Designing a BitStream in C#
Jun 23, 2022
c#
binary
byte
bits
Why is it useful to count the number of bits?
Nov 17, 2022
language-agnostic
computer-science
bit-manipulation
bits
bitcount
Can somebody explain the following xor property
Aug 22, 2022
algorithm
xor
bits
Doubling and dividing floating point values
Sep 05, 2022
c++
c
floating-point
bits
bit
How does (i << 48) | ((i & 0xffff0000L) << 16) | ((i >>> 16) & 0xffff0000L) | (i >>> 48) work?
Aug 22, 2022
java
long-integer
bits
How do I check if vector<bool> is actually a vector of bits and not bytes?
Apr 16, 2022
c++
stl
vector
boolean
bits
C++ how to get length of bits of a variable? [duplicate]
Mar 05, 2022
c++
bits
Older Entries »