Working with data sometimes we need to perform various operations. Programming languages provides methods to reverse the order of the elements in an array. A table includes a links to...
Programming languages provides various methods to sort an array of numbers in descending order. Numbers will be arranged from highest to lowest. A table includes a links to posts with...
Programming languages provides various methods to sort an array of numbers in ascending order. Numbers will be arranged from lowest to highest. A table includes a links to posts with...
Working with numerical data sometimes we need to perform various operations. Programming languages provides methods to find the smallest number in an array. A table includes a links to posts...
Working with numerical data sometimes we need to perform various operations. Programming languages provides methods to find the largest number in an array. A table includes a links to posts...
Working with dates and times sometimes we need to handle different time zones. Programming languages provides various methods to get current date and time for given time zone. A table...
MD4 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. MD4...
XML (eXtensible Markup Language) is a plain text format for representing structured data. XML is often used to exchange data between systems. XML specification is defined by the W3C (World...
XML (eXtensible Markup Language) is a plain text format for representing structured data. XML is often used to exchange data between systems. XML specification is defined by the W3C (World...
CSV (Comma Separated Values) file is a plain text file that contains data fields separated by commas. CSV file is commonly used for saving tabular data. Each line of the...