https://github.com/fa7ad/c-base-converter
Proof of concept base x to y converter (2 to 16 right now).
https://github.com/fa7ad/c-base-converter
base16 base2 number-systems
Last synced: 10 months ago
JSON representation
Proof of concept base x to y converter (2 to 16 right now).
- Host: GitHub
- URL: https://github.com/fa7ad/c-base-converter
- Owner: fa7ad
- License: bsd-3-clause
- Created: 2017-10-17T01:34:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T01:40:07.000Z (over 8 years ago)
- Last Synced: 2025-03-30T17:28:14.445Z (about 1 year ago)
- Topics: base16, base2, number-systems
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c-base-converter
My [base-converter](https://github.com/fa7ad/base-converter/) in C.
The logic is the same, but now its a console app rather than a web app.
# Compile and Run
1. Install `meson`, `make` and `ninja`
2. Run `make`
## LICENSE
BSD-3-Clause