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
- Host: GitHub
- URL: https://github.com/hex0cter/bitminer
- Owner: hex0cter
- License: gpl-2.0
- Created: 2014-10-03T13:14:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T18:51:37.000Z (about 10 years ago)
- Last Synced: 2025-01-06T12:47:51.174Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:



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