Skip to content

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.

License

Notifications You must be signed in to change notification settings

edrossiter/Hexcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexcalc

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.

Getting Started

The following instructions will produce an up and running copy of the project on your local machine.

Prerequisites

Nill

Installing

  1. Download Hexcalc with the following command:
git clone https://github.com/ejrossiter/Hexcalc
  1. 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.

Uninstalling

  1. Switch to your Hexcalc directory and run the uninstaller with this command:
make uninstall

Examples

hexcalc -h

hexcalc -h

hexcalc --hex 0x41

hexcalc screenshot1

hexcalc --bin 1100001

hexcalc screenshot2

hexcalc --add 0x47f180aa 0x42bf12

hexcalc screenshot3

Versioning

For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the GNU General Public License - see the LICENSE file for details.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published