Muhammad Zahalqa

Results 4 issues of Muhammad Zahalqa

Modified command line option for digitalocean/digital-ocean to use aliased command 1. Remove duplicate hiiden command adn added an alias 2. Added dummy action to command "aws,bitbucket,digitalocean,gcp,github,ghe,gitlab,heroku" I agree to license...

use sign extension mov instructions into 8/16/32 bits int registers to check if value fits into 8/16/32 bit width. ``` // return number of bytes needed to encode (1,2,4 or...

algorithm is explained in the book [**Hackers Delight** ](https://en.wikipedia.org/wiki/Hacker%27s_Delight) You can see it also here [Bit Twiddling Hacks ](https://graphics.stanford.edu/~seander/bithacks.html#ReverseParallel) at graphics.stanford.edu