Generate UUID Version 4 September 1, 2020 Code Snippets 0 Comments 1075 Views UUID (Universally Unique Identifier) is a 128-bit number, commonly represented as a hexadecimal string. UUID can be used to uniquely identify objects across a network. There are various versions of UUIDs. UUID Version 4 is randomly generated. No.Programming language1.PHP2.Python
Get Length of the Given String While working with text processing we might need to get length of the given string...
Count All Files in Given Directory and Subdirectories Working with filesystem sometimes we need to count all files in a given directory and...
Write Data to YAML File YAML is a text-based data format that commonly used to store application configuration. Basically, YAML...
Leave a Comment
Cancel reply