Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bit Manipulation

Algorith Problem Decode Hex To Set Output

I got an algorithm that I need to solve. Unfortunately, I can't even find a clue about a soluti… Read more Algorith Problem Decode Hex To Set Output

Replicating Javascript Bitwise Operation In Python

I'm trying to replicate a simple bitwise Javascript operation in Python. [Javascript] > 0xA8… Read more Replicating Javascript Bitwise Operation In Python