Skip to content

aviolini/binaryConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binaryConverter

A CLI application to convert from decimal to binary number and reverse

DOWNLOAD

git clone git@github.com:aviolini/binaryConverter.git
cd ./binaryConverter

INSTALL

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

USAGE

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

UNINSTALL

locally

make clean

system

 uninstall-binaryConverter.sh

About

CLI binary converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published