Search code examples
Bit shifting a half-float into a float...

c++floating-pointbytebit-shifthalf-precision-float

Read More
Reuse a BytesMut buffer while reading over tcp...

rusttcpbyte

Read More
Convert UTF-8 character encoded UInt32 bytes to UInt32 directly in Swift...

arraysswiftbyte

Read More
Why does b >>> 1 always equals -1 when b is a byte and has value -1 in Java?...

javabinarybytebitwise-operatorsbit-shift

Read More
How to convert independent bytes to bytearray?...

pythonarrayspython-3.xtype-conversionbyte

Read More
Python Byte-encoding functions do not work as expected...

pythonbyteendiannesspwntoolsbinascii

Read More
How to convert a byte to its binary string representation...

javabinarybyte

Read More
Is there a way to initialize an array or slice of bytes to zeroes in Zig?...

arraysbyteslicezerozig

Read More
Convert Bytes to Int / uint in C...

carraysserializationintbyte

Read More
How to convert a byte to a char, e.g. 1 -> '1'?...

c#charbyte

Read More
Is writing bytes at the end of EXE file safe?...

filebyteexecutableexe

Read More
How to correctly convert filesize in bytes into mega or gigabytes?...

c#bytediskdriveinfomegabyte

Read More
Groovy: Convert Zip content bytes to string...

stringgroovyzipbyte

Read More
Python OpenCV load image from byte string...

pythonimageopencvbyte

Read More
How to get customized bytes from /dev/urandom?...

crandombytebitcoinpuzzle

Read More
Arduino Serial Read Reading more than a byte...

arduinoserial-portbyteuartbaud-rate

Read More
How can I convert byte to fixed size (size = 8) bitArray...

c#bytebitbitarray

Read More
GetByteArrayRegion in JNI...

javacjava-native-interfacebyte

Read More
What is the best way to convert an array of bytes Java code to python?...

pythonjavapython-3.xbyte

Read More
How does MySQL varchar know how many bytes indicate the length?...

mysqlcharbytevarcharmaxlength

Read More
How to get uncompressed size of a > 4GB .gz file in python...

pythonbytegzip

Read More
how long is a memory address typically in bits...

memorybytecpu-wordcpu-architectureprocessor

Read More
How HeapByteBuffer converts byte array to short...

javaarraysbytebytebuffer

Read More
Convert Vec<u8> to Vec<{float}> in rust...

rustbyte

Read More
Rotating bits in a byte in Java...

javabit-manipulationbytebit

Read More
bits and bytes and what form are them...

byteasciibit

Read More
Clear Datagram Buffer in Java...

javaudpbufferbyte

Read More
A byte type: std::byte vs std::uint8_t vs unsigned char vs char vs std::bitset<8>...

c++c++17bytestd-byte

Read More
How do I create a sliding window of 5 bits in a single byte?...

cbit-manipulationbytebit-shiftsliding-window

Read More
How to convert bytes type to dictionary...

pythondictionarybyte

Read More
BackNext