Skip to content

torenrl/binhex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binhex

A tool to convert between decimal, binary and hexadecimal numbers.

Usage

Single number

./binhex num

where num can be a decimal (f.ex. 67 or 0d67), hexadecimal (f.ex. 0x3F) or a binary number (f.ex. 0b1100101)

Range of numbers

./binhex start end

where start and end can be a decimal (f.ex. 67 or 0d67), hexadecimal (f.ex. 0x3F) or a binary number (f.ex. 0b1100101). Not start and stop can be of different bases.

About

Tool to convert between decimal, hex and bin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors