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: 8 months ago
JSON representation

Simple idea for conversion of binary (bits), decimal and hexadecimal (learning purpose only)

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.