Generate ULID June 28, 2021 Code Snippets 0 Comments 1302 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 Binary String to Decimal Number A binary number system is a numeral system with two as the base. It uses...
Read Data from CSV File CSV (Comma Separated Values) file is a plain text file that contains data fields separated...
Write Data to MS Excel (XLSX) File XLSX is a file format for Microsoft Excel spreadsheets that often used to store financial...
Leave a Comment
Cancel reply