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
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
npm i binary-values
1
0.1.1
none