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

https://github.com/lnsp/nconv

Command line utility for converting numbers between different bases.
https://github.com/lnsp/nconv

Last synced: about 1 year ago
JSON representation

Command line utility for converting numbers between different bases.

Awesome Lists containing this project

README

          

# nconv

A simple number convert utility. It can convert numbers between 4 bases (dual, octal, decimal, hexadecimal).

To use it, call `nconv [IO]` where `I` and `O` each represent a number format (`d` is dual, `o` is octal, `d` is decimal and `h` is hexadecimal).

## License

Copyright 2016 Lennart Espe. All rights reserved.

Use of this source code is governed by a MIT-style license that can be found in the LICENSE.md file.