A CLI application to convert from decimal to binary number and reverse
git clone git@github.com:aviolini/binaryConverter.git
cd ./binaryConverter
help installation
make help
locally (the apps can be called only from the project folder)
make all
system (the apps can be called everywhere - only for GNU/Linux system with bash)
make install
source ~/.bashrc
locally
./converterToBits -128 -64 -32 -16 -8 -4 -2 -1 0 1 2 3 4 5 10 100 1000
./converterToDec 1 11 111 1111 11111 111111 100000
system
converterToBits -128 -64 -32 -16 -8 -4 -2 -1 0 1 2 3 4 5 10 100 1000
converterToDec 1 11 111 1111 11111 111111 100000
locally
make clean
system
uninstall-binaryConverter.sh