Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.