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.
- Host: GitHub
- URL: https://github.com/lnsp/nconv
- Owner: lnsp
- License: mit
- Created: 2016-10-28T19:10:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T19:11:07.000Z (over 9 years ago)
- Last Synced: 2025-02-11T16:43:07.653Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.