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

https://github.com/hex0cter/bitminer

A Java application that does all sorts of number conversion
https://github.com/hex0cter/bitminer

Last synced: 27 days ago
JSON representation

A Java application that does all sorts of number conversion

Awesome Lists containing this project

README

          

# BitMiner
BitMiner is a small utility for all kinds of number conversion.

It allows you to format your hex digits string very easily. It can also perform the hexadecimal and decimal number conversion and text/ascii conversion.

## How to run?
> ./gradlew clean run

Screenshots:

![number conversion](screenshots/number.png?raw=true "Screenshot for number conversion")
![string/ascii conversion](screenshots/string.png?raw=true "Screenshot for string/ascii conversion")
![ip conversion](screenshots/network.png?raw=true "Screenshot for ip address conversion")

If you are dealing with hexadecimal digital strings everyday, this will probably be really useful for you.