Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bitwise Operators

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

Javascript Bitwise Operator Confusion

I'm trying to do some bitwise operations in Javascript, 0xff000000 | 0x00aabbcc Which I expect… Read more Javascript Bitwise Operator Confusion