Generate ULID June 28, 2021 Code Snippets 0 Comments 1049 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 All Uppercase Characters in a String to Lowercase While working with text processing we might need to convert all uppercase characters in a...
Get Random Element From Array Working with data sometimes we need to perform various operations. Programming languages provides methods to...
Convert Celsius to Fahrenheit Celsius and Fahrenheit are two scales for temperature measurement. Sometimes we might need to perform...
Leave a Comment
Cancel reply