https://github.com/a1cd/baseconverter
Write a class called BaseConverter that prints a conversion for a variety of numbers as specified by a data file. The conversion will always be from the range of base-2 to base-16 numbers to a new number, also in the range base-2 throughbase-16.
https://github.com/a1cd/baseconverter
base-converter java
Last synced: 3 months ago
JSON representation
Write a class called BaseConverter that prints a conversion for a variety of numbers as specified by a data file. The conversion will always be from the range of base-2 to base-16 numbers to a new number, also in the range base-2 throughbase-16.
- Host: GitHub
- URL: https://github.com/a1cd/baseconverter
- Owner: a1cd
- Archived: true
- Created: 2021-11-11T15:52:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:27:25.000Z (9 months ago)
- Last Synced: 2024-12-20T18:13:40.123Z (5 months ago)
- Topics: base-converter, java
- Language: Java
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://github.com/a1cd/BaseConverter/actions/workflows/getFiles.yml) <-> [](https://forthebadge.com) <-> [See Javadoc here](https://a1cd.github.io/BaseConverter/) <-> [here is `BaseConverter.java`](https://github.com/a1cd/BaseConverter/blob/master/src/main/java/BaseConverter.java)
# Base Converter [](https://forthebadge.com)
Write a class called BaseConverter that prints a conversion for a variety of numbers as specified by a data file. The conversion will always be from the range of base-2 to base-16 numbers to a new number, also in the range base-2 throughbase-16.