A collection of scripts and code snippets I've gathered over the years, organized by technology. This repository serves as a personal reference and a resource for anyone looking to solve problems or learn from practical examples.
The repository is organized into folders by technology or scripting language. Each folder contains snippets or scripts relevant to that category.
powershell/: PowerShell scripts for automation, system administration, and more.vuejs/: Snippets and reusable components for Vue.js applications.javascript/: General JavaScript utilities, functions, and examples.nodejs/: Node.js scripts for backend development and automation.cmd-native/: Windows Command Prompt batch scripts and native command utilities.other/: Miscellaneous scripts that don't fit neatly into the other categories.
- Clone the repository:
git clone https://github.com/lasswellt/snippets-library.git
- Navigate to the desired folder:
cd snippits-library/powershell - Use or modify the script/snippet as needed.
- Reference Only: These snippets are provided as-is, primarily for educational and practical use. They may require modifications for specific use cases.
- Credits: If a script originates from a third-party source, proper attribution is provided within the file.
- Contributions: Pull requests are welcome! Feel free to submit improvements or add new snippets.
Each script or snippet is typically accompanied by comments explaining its functionality. If a script is complex, it may include a more detailed description in the header.
Use the repository's search functionality or your favorite text editor to find specific scripts:
grep -ri "keyword" ./snippits-libraryIf you want to contribute:
- Fork the repository.
- Add your snippet in the appropriate folder.
- Submit a pull request with a description of your changes.
This repository is licensed under the MIT License. See LICENSE for details.
This repository includes snippets from personal projects, community resources, and tutorials. Proper attribution is given where applicable.