An open API service indexing awesome lists of open source software.

https://github.com/cwithmichael/dec2bin

A small program that converts an integer to it's binary representation. It works for integers up to 2^64-1
https://github.com/cwithmichael/dec2bin

Last synced: 11 months ago
JSON representation

A small program that converts an integer to it's binary representation. It works for integers up to 2^64-1

Awesome Lists containing this project

README

          

A small program that converts an integer to its binary representation.
It works for integers from (-2^64)-1 to (2^64)-1