binary-values
v0.1.1
Published
Binary Values
Downloads
4
Readme
Binary Values
This is a very simple node application that you give a decimal number to and it tells you the binary flags that are active in the number.
~$ binary-values 123
The number 123 has the following binary flags set:
1
2
8
16
32
64