Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noha/base62
Base62 short id generation
https://github.com/noha/base62
Last synced: 22 days ago
JSON representation
Base62 short id generation
- Host: GitHub
- URL: https://github.com/noha/base62
- Owner: noha
- Created: 2018-06-24T11:25:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T09:49:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T07:05:03.563Z (2 months ago)
- Language: Smalltalk
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A utility to convert large numbers in shorter string form. This is used by url shorteners from google bit.ly etc. The package contains two classes: Base36 and Base62.
Base36 produces longer but case insensitive string representations Base62 produces shorter but case sensitive string representations