abcex/README.md
Arnas Udovic 9fa0ef78da
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
update README and CHANGELOG
2025-01-06 21:06:37 +02:00

684 B

abcex

Build Status

Computing system based on the number 62 or 36

Usage

Encode(int, int) -> string - convert number into string based on given base.

Decode(string, int) -> int - convert from encoded string into number based on given base.

Convert(string, int, int) -> string - convert encoded string from one base to another.

History

Version 1 - based on 32: number and case insensitive letters

Version 2 - failed release

Version 3 - based on 62: number and case sensitive letters

Version 4 - support both versions, based on 62 and 32