Generate ULID June 28, 2021 Code Snippets 0 Comments 920 Views ULID (Universally Unique Lexicographically Sortable Identifier) is a 128-bit identifier that consist of 48-bit timestamp and 80 random bits. ULID is encoded as a 26 character string. ULID can be used as alternative to UUID. No.Programming language1.PHP2.Python
Convert Octal String to Decimal Number A octal number system is a numeral system with 8 as the base. It uses...
Remove All Non-Numeric Characters from String While working with data filtering, we may need to remove all non-numeric characters from a...
Convert Fahrenheit to Celsius Celsius and Fahrenheit are two scales for temperature measurement. Sometimes we might need to perform...
Leave a Comment
Cancel reply