More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<youtube>VLflTjd3lWA</youtube> | <youtube>VLflTjd3lWA</youtube> | ||
==== | ==3DS Binary Decimal Converter== | ||
Today I introduce you to Binary Decimal Converter 2.0, a huge upgrade from the old Binary --> Decimal Converter. It's an easy to use converter: input a decimal number and you will get binary number, input a binary number and you will get a decimal number. Since 2.1, you can also convert HEX numbers to Decimal and Binary, Decimal to Hex and Binary to Hex! The converted values are calculated in real time, no "CONVERT" button! | |||
==Changelog:== | |||
'''This is the full changelog (2.1):''' | |||
== | *New GUI | ||
*Status bar with clock | |||
*Two input keyboards: one for decimal, one for binary | |||
*Real time conversion | |||
*No need of switching mode (bin>dec, dec>bin). The last keyboard used sets the mode. | |||
*Full support to CFW, Gateway and Ninjhax | |||
*Easy to use | |||
*ADDED HEX SUPPORT! | |||
==Limitations:== | |||
The maximum hex number is FFFFF, the max binary number lenght is of 20bits, the maximum decimal number is 1048575 (1111111111111111111 in binary). No negative numbers accepted, unsigned int only. | |||
== Credits == | |||
* Myself (AlbertoSONIC) | * Myself (AlbertoSONIC) | ||
* st4rk from GBATemp.net | * st4rk from GBATemp.net |
Revision as of 14:48, 11 September 2021
Template:Infobox-3DS-Homebrews
3DS Binary Decimal Converter
Today I introduce you to Binary Decimal Converter 2.0, a huge upgrade from the old Binary --> Decimal Converter. It's an easy to use converter: input a decimal number and you will get binary number, input a binary number and you will get a decimal number. Since 2.1, you can also convert HEX numbers to Decimal and Binary, Decimal to Hex and Binary to Hex! The converted values are calculated in real time, no "CONVERT" button!
Changelog:
This is the full changelog (2.1):
- New GUI
- Status bar with clock
- Two input keyboards: one for decimal, one for binary
- Real time conversion
- No need of switching mode (bin>dec, dec>bin). The last keyboard used sets the mode.
- Full support to CFW, Gateway and Ninjhax
- Easy to use
- ADDED HEX SUPPORT!
Limitations:
The maximum hex number is FFFFF, the max binary number lenght is of 20bits, the maximum decimal number is 1048575 (1111111111111111111 in binary). No negative numbers accepted, unsigned int only.
Credits
- Myself (AlbertoSONIC)
- st4rk from GBATemp.net
- YourNerdyJoe from GBATemp.net
- CalebW from GBATemp.net
- Relys from GBATemp.net