Skip to content

Here are my useful (or maybe not) algorithms, codes and scripts for daily, weekly, olympiadly use.

Notifications You must be signed in to change notification settings

haitovs/codes-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Repository

Welcome to my code repository. This collection includes useful code snippets organized by programming language.

Licensing and Usage

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.

Terms of Use:

  • 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:

Contributions, improvements, and feedback are welcome. If you have suggestions, bug fixes, or enhancements, please feel free to open issues or submit pull requests.

Repository Structure

  • c++/: Contains useful C++ code snippets and examples.

    • Example: file1.cpp - Description of what this file does.
  • 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.

Getting Started

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!

About

Here are my useful (or maybe not) algorithms, codes and scripts for daily, weekly, olympiadly use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published