Welcome to my code repository. This collection includes useful code snippets organized by programming language.
The code in this repository is freely available for personal, educational, and commercial use. You are welcome to use, modify, and distribute the code as needed.
- Free Use: You may use, modify, and distribute the code without restriction.
- Attribution: Please retain this notice and acknowledge the original author if you distribute or build upon this work.
- Disclaimer: The code is provided "as is," without any warranties or guarantees. The author is not responsible for any issues or damages arising from the use of this code.
Contributions, improvements, and feedback are welcome. If you have suggestions, bug fixes, or enhancements, please feel free to open issues or submit pull requests.
-
c++/
: Contains useful C++ code snippets and examples.- Example:
file1.cpp
- Description of what this file does.
- Example:
-
py/
: Contains useful Python code snippets and examples.-
Example:
file1.py
- Description of what this file does. -
generateNonrepeatingNumbersWith012.py
- This Python code generates all possible numbers of a given length that do not contain any repeated substrings of length 2 or more using a depth-first search approach. -
showOldConnectedWifi.py
- This Python script retrieves the history of Wi-Fi networks that a device has previously connected to. It uses the netsh command-line utility to get information about the Wi-Fi profiles stored on the device.
-
For more details on specific code snippets, please refer to the respective files within each folder.
To get started, navigate to the desired folder and explore the available code snippets. Each file contains comments and documentation to help you understand its purpose and usage.
Thank you for your interest and contributions!