Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Created: 2021-11-11T15:52:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T04:05:08.000Z (about 3 years ago)
- Last Synced: 2023-03-04T05:27:44.478Z (almost 2 years ago)
- Topics: base-converter, java
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![Test All Class Tests](https://github.com/a1cd/BaseConverter/actions/workflows/getFiles.yml/badge.svg)](https://github.com/a1cd/BaseConverter/actions/workflows/getFiles.yml) <-> [![forthebadge](https://forthebadge.com/images/badges/does-not-contain-treenuts.svg)](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 [![forthebadge](https://forthebadge.com/images/badges/made-with-crayons.svg)](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.