Ascii85 (Base85) Encode and Decode July 2, 2021 Code Snippets 0 Comments 1465 Views Ascii85, also called Base85, is an encoding and decoding scheme that is used to convert binary data to an printable ASCII text format, and vice versa. Ascii85 (Base85) uses 85 characters to encode binary data. No.Programming language1.PHP2.Python
Generate Nano ID Nano ID is a cryptographically strong identifier that can be used in URLs. By default...
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 the Index of First Occurrence of a Substring in a String While working with text processing we might need to find the index of first occurrence...
Leave a Comment
Cancel reply