Calculate decimal, hexadecimal, octal, binary, and character values based on an inputted value. Or, alternatively calculate the total of two hexadecimal values added or subtracted together.
The following instructions will produce an up and running copy of the project on your local machine.
Nill
- Download Hexcalc with the following command:
git clone https://github.com/ejrossiter/Hexcalc
- Switch to your Hexcalc directory and run the installer with this command:
make install
You can now run Hexcalc by entering hexcalc
in your terminal.
- Switch to your Hexcalc directory and run the uninstaller with this command:
make uninstall
hexcalc -h
hexcalc --hex 0x41
hexcalc --bin 1100001
hexcalc --add 0x47f180aa 0x42bf12
For the versions available, see the tags on this repository.
- Edward Rossiter - Initial work - edrossiter
This project is licensed under the GNU General Public License - see the LICENSE file for details.