Idealize. Materialize. π
π§π·πΊπΎπ©πͺπ«π·
Pinned Loading
-
Order-Preserving Base-58
Order-Preserving Base-58 1-- num <= 430804206899405823: <= 10 digits
2-- num > 430804206899405823: 11 digits
3CREATE FUNCTION opb58enc (@num bigint) RETURNS char(11) WITH SCHEMABINDING AS
4BEGIN
5DECLARE @alphabet char(58) = '0123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnpqrstuvwxyz'
-
-
file-matcher-python
file-matcher-python PublicPython CLI and library to filter file paths via gitignore rules
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.