Generate ULID June 28, 2021 Code Snippets 0 Comments 1051 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
Get Number of Days in Month for Given Year Sometimes we may need to get the number of days in a month for a...
Find Largest Number in Array Working with numerical data sometimes we need to perform various operations. Programming languages provides methods...
Get Extension of File Path A file extension is a suffix at the end of a filename which specifies the...
Leave a Comment
Cancel reply