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

https://github.com/jarun/binprint

... because printf doesn't show the binary representation of a number
https://github.com/jarun/binprint

programming puzzle

Last synced: 3 months ago
JSON representation

... because printf doesn't show the binary representation of a number

Awesome Lists containing this project

README

          

# binprint

... because printf doesn't show the binary representation of a number.

Range: 263 - 1 to -263

$ binprint 9223372036854775807
0b111111111111111111111111111111111111111111111111111111111111111

$ binprint -9223372036854775808
-0b1000000000000000000000000000000000000000000000000000000000000000

## Compilation

$ make

## License

**GPLv3**

Copyright © 2015 [Arun Prakash Jana](engineerarun@gmail.com)