Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmanu-de/numconv
numconv is a small program that converts any number from any numerical system to any number from any numerical system.
https://github.com/devmanu-de/numconv
c converts numconv
Last synced: about 11 hours ago
JSON representation
numconv is a small program that converts any number from any numerical system to any number from any numerical system.
- Host: GitHub
- URL: https://github.com/devmanu-de/numconv
- Owner: DevManu-de
- License: mit
- Created: 2020-11-14T16:08:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T19:55:04.000Z (over 3 years ago)
- Last Synced: 2024-11-11T18:11:37.584Z (about 2 months ago)
- Topics: c, converts, numconv
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numconv
## Description
numconv is a small program that converts any number from any numerical system to any number from any numerical system.
In the latest realease you can also convert a string / char to any number in any numerical system.
Any ideas to improve are always appreciated.
## Usage
```
make
```
Then an output folder is generated
```
output/main -i -n -o
```To convert a string to a number
```
output/main -s -o
```## Contributing
Just fork it and make a pull request.
To ensure that the program works as expected, please run the test.sh file.