Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slaveofcode/hexconv
Simple idea for conversion of binary (bits), decimal and hexadecimal (learning purpose only)
https://github.com/slaveofcode/hexconv
Last synced: about 8 hours ago
JSON representation
Simple idea for conversion of binary (bits), decimal and hexadecimal (learning purpose only)
- Host: GitHub
- URL: https://github.com/slaveofcode/hexconv
- Owner: slaveofcode
- License: mit
- Created: 2020-09-25T12:36:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T19:36:52.000Z (about 4 years ago)
- Last Synced: 2024-04-24T05:36:52.678Z (7 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Example about Conversion between Binary, Decimal and Hexadecimal
This is just an exercise of mine to know deeper about binary conversions.