Environment variable is a named value on a computer that can be used to affect running processes. Programming languages provides methods to get a list of all the environment variables...
A leap year is a year that contains an additional day (February 29). A leap year has 366 days instead of the 365 days. It occurs every four years. Programming...
Sometimes we may need to get a list of dates between two dates. Programming languages provides various methods to do that. A table includes a links to posts with examples...
Sometimes we may need to get the number of days in a month for a given year. Programming languages provides various methods to do that. A table includes a links...
Most countries use the 24 hour clock, but there are countries that use the 12 hour clock. Programming languages provides various methods to convert 12 hour time to 24 hour...
Most countries use the 24 hour clock, but there are countries that use the 12 hour clock. Programming languages provides various methods to convert 24 hour time to 12 hour...
Working with dates sometimes we need to perform various arithmetic operations. Programming languages provides methods to calculate number of days between two dates. A table includes a links to posts...
SHA3-256 is a cryptographic hash function that accepts a string of any length and returns a 256-bit fixed-length digest value, commonly represented as a sequence of 64 hexadecimal digits. SHA3-256...
SHA-256 is a cryptographic hash function that accepts a string of any length and returns a 256-bit fixed-length digest value, commonly represented as a sequence of 64 hexadecimal digits. SHA-256...
MD2 is a cryptographic hash function that accepts a string of any length and returns a 128-bit fixed-length digest value, commonly represented as a sequence of 32 hexadecimal digits. MD2...