Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1273 Views Hex encoding is used to convert binary data into hexadecimal representation. It allows to get human-readable format of binary data. Hex decoding is opposite process. It is used to convert hexadecimal string into binary data. No.Programming language1.PHP2.Python
Calculate Number of Weeks Between Two Dates Working with dates sometimes we need to perform various arithmetic operations. Learn how to calculate...
Calculate Adler-32 Checksum Adler-32 is a checksum calculation algorithm which is commonly used to validate data integrity. It...
Get Environment Variable Environment variable is a named value on a computer that can be used to affect...
Leave a Comment
Cancel reply