Bodha Converter: Fix description.
This commit is contained in:
parent
aa79d6b1b9
commit
8dd997c143
|
@ -6,12 +6,14 @@ Issue Tracker:https://github.com/dillbyrne/Bodha-Converter/issues
|
||||||
Bitcoin:1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
|
Bitcoin:1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
|
||||||
|
|
||||||
Auto Name:Bodha Converter
|
Auto Name:Bodha Converter
|
||||||
Summary:Convert between Binary, Octal, Decimal, Hex and Ascii with a zen like approach.
|
Summary:Convert binary, octal, decimal, hex and ASCII
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
Supports general ( Binary , Octal , Decimal and Hex ) conversions up to 2^63-1
|
Supports general (binary, octal, decimal and hexadecimal) conversions up to
|
||||||
in their respective formats. It also supports Ascii characters in the range of
|
2^63-1 in their respective formats. It also supports ASCII characters in the
|
||||||
NUL to DEL (0 - 127)
|
range of NUL to DEL (0 - 127). A convenient table is also included for quick
|
||||||
|
lookups also in the range of 0 - 127.
|
||||||
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/dillbyrne/Bodha-Converter.git
|
Repo:https://github.com/dillbyrne/Bodha-Converter.git
|
||||||
|
|
Loading…
Reference in a new issue