Base58 is an encoding and decoding scheme that is used to convert binary data to an printable ASCII text format, and vice versa. It is commonly used to transfer binary...
Base32 is an encoding and decoding scheme that is used to convert binary data to an printable ASCII text format, and vice versa. It is commonly used to transfer binary...
Working with graphics we might need to get the screen size (width and height). Learn how to get the screen size of each monitor using different programming languages. A table...
A screenshot is an image of a digital display screen captured at a particular point in time. Learn how to take a single screenshot of all monitors using different programming...
A screenshot is an image of a digital display screen captured at a particular point in time. Learn how to take a screenshot of each monitor individually using different programming...
SHA3-384 is a cryptographic hash function that accepts a string of any length and returns a 384-bit fixed-length digest value, commonly represented as a sequence of 96 hexadecimal digits. SHA3-384...
SHA-384 is a cryptographic hash function that accepts a string of any length and returns a 384-bit fixed-length digest value, commonly represented as a sequence of 96 hexadecimal digits. SHA-384...
Working with file system we may need to get the file size in bytes. Programming languages provides various methods to do that. A table includes a links to posts with...
Working with image processing we may need to get the width and height of an image. Programming languages provides methods to do that. A table includes a links to posts...
YAML is a text-based data format that commonly used to store application configuration. Basically, YAML consist of collection of key/value pairs separated by a colon (:). A table includes a...