💾 Archived View for en.arns.lt › f › dev › 1x › abcex.gmi captured on 2024-09-28 at 23:54:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-12-17)

-=-=-=-=-=-=-

abcex

🏷 myapp

Created:   2024-09-20
Copyright: CC-BY-SA 4.0
Language:  en

Many years ago I created for fun **Abcex** lib to make shorter numbers by charecters count. It is based on number 36 as it includes all numbers and latin letters.

Lowercase letters... and now I think why I included only lowercase. In reality it's not lower or upper - just letter. So, why not to add case sensetive here. We will have even shorter numbers.

Version 1.0.3

It supports no case sensative letters and numbers. With latest version it supprts negative numbers, too.

For now I have such examples:

DEC             | ABCEX         | shorter
-----------------------------------------
12              | c             | 2:1
100             | 2s            | 3:2
2000            | 1jk           | 4:3
1000000         | lfls          | 7:4
1000000000      | gjdgxs        | 10:6
1000000000000   | cre66i9s      | 13:8

Version 2

I decided to add case sensitive and see what will happen :)

Now it is based on 62.

New examples:

DEC             | ABCEX v2      | shorter
-----------------------------------------
12              | C             | 2:1
100             | 1c            | 3:2
2000            | WG            | 4:2
1000000         | 4C92          | 7:4
1000000000      | 15ftgG        | 10:6
1000000000000   | HbXm5a4       | 13:7

We won a little bit :)

Code

abcex[1]

1: abcex

🌿 dev

🏠 home

Page counter: E