Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cybercoral/base_converter
- Owner: CyberCoral
- License: gpl-3.0
- Created: 2024-02-23T05:34:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T03:03:01.000Z (10 months ago)
- Last Synced: 2024-02-24T06:31:54.417Z (10 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.