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

https://github.com/stackofsugar/deconvert

A simple CLI program that converts decimal numerals to binary, octal, and hexadecimals.
https://github.com/stackofsugar/deconvert

Last synced: 11 months ago
JSON representation

A simple CLI program that converts decimal numerals to binary, octal, and hexadecimals.

Awesome Lists containing this project

README

          

# DeConvert
A simple CLI program that converts decimal numerals to binary, octal, and hexadecimals.

Currently supports conversion from decimal to:
- Binary
- Octal

THIS PROJECT WAS MOVED FROM [UnsAssignment](https://github.com/stackofsugar/UnsAssignments "Open UnsAssignment Repository")