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

Method Implementation That Takes 3 Parameters And Returns A Binary Number

I found a method that converts 1 number to a binary number. function dec2bin(dec){ return (dec … Read more Method Implementation That Takes 3 Parameters And Returns A Binary Number

Javascript & Php Xor Equivalent

I have a javascript code: var c = 267414715; var d = c ^ ('0x81BE16CD'); Result is -190745… Read more Javascript & Php Xor Equivalent