Articles by Tag #bitwise

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Changing ASCII case using bitwise operator

I am writing this post to share the method with my friends. I am doing Bachelor in Computer Science...

Learn More 0 0Apr 11

Testing Pi Logic integrations.

fun invertBinaryFile(inputFilePath: String, outputFilePath: String) { val inputFile =...

Learn More 0 0Jan 8

Shorts. Get CompactU16 array length

CompactU16 is a format inspired by Variable-length quantity (VLQ) and is used, for example, in Solana...

Learn More 0 0Nov 22 '24