Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybercoral/base_converter

It's a program that converts numbers in a base (from 2 to 64) to another one.
https://github.com/cybercoral/base_converter

Last synced: about 1 month ago
JSON representation

It's a program that converts numbers in a base (from 2 to 64) to another one.

Awesome Lists containing this project

README

        

# Base_Converter
It's a program that converts numbers in a base (from 2 to 64) to another one.

## Beware of the integer limit of 2**63 - 1 in the bash program, because the bash program cannot handle negative integers.