Generate ULID June 28, 2021 Code Snippets 0 Comments 1263 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
Read Data from XML File XML (eXtensible Markup Language) is a plain text format for representing structured data. XML is...
Split String into Array Working with text sometimes we need to split a string into an array using a...
Convert Decimal Number to Binary String A binary number system is a numeral system with two as the base. It uses...
Leave a Comment
Cancel reply