Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joundso/snippets
Summary of useful functions, snippets and other stuff I often need. Feel free to comment or create Merge-Requests to keep this collection up to date and useful.
https://github.com/joundso/snippets
cheatsheet snippets
Last synced: about 2 months ago
JSON representation
Summary of useful functions, snippets and other stuff I often need. Feel free to comment or create Merge-Requests to keep this collection up to date and useful.
- Host: GitHub
- URL: https://github.com/joundso/snippets
- Owner: joundso
- Created: 2019-10-17T14:04:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:17:13.000Z (9 months ago)
- Last Synced: 2024-04-12T20:43:33.996Z (9 months ago)
- Topics: cheatsheet, snippets
- Language: Shell
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets
This is my personal summary of functions, snippets and other stuff I often need but most of the time don't remember.
Feel free to comment or create Merge-Requests to keep this collection up to date and useful.## Current Snippets
- [ChatGPT prompts](./chatgpt_promts.md)
- [Docker snippets](./docker.md)
- [FHIR snippets](./FHIR/)
- [Firewall rules](./firewall_rules.md)
- [git snippets](./git.md)
- [GitLab snippets](./Gitlab/README.md)
- [JIRA](./jira.md)
- [Kubernetes snippets](./kubernetes.md)
- [Linux Shell/Bash snippets](./linux.md)
- [Quarto](./quarto.md)
- [R snippets](./R/README.md)
- [Visual Studio Code snippets](./vscode.md)
- [Windows](./windows.md)## Current functions for GitLab
- [General stuff](./Gitlab/README.md)
- [Remove CI/CD-Pipelines](./Gitlab/gitlab_remove_pipeline.py)## Current functions for R
- [General stuff](./R/README.md)
- [Boxplot with own calculations for mean, median, min, max, etc.](./R/boxplot_with_own_calculations.R)
- [Find duplicates in an array/vector](./R/find_duplicates.R)
- [Create a Treemap](./R/treemap.R)
- [Calculate weighted statistics if you want to combine different statistics and can't access the original data](./R/weighted_statistics.R)## Current Scripts
- [Start Hypervisor to make Docker run (but stops VirtualBox)](./Scripts/Start_HyperV_to_run_docker_AND_RESTART.bat)
- [Stop Hypervisor to make VirtualBox run (but stops Docker)](./Scripts/Stop_HyperV_to_run_virtualbox_AND_RESTART.bat)## Templates
- [My personal `.bashrc` template](./Templates/.bashrc)
- [My personal `.zshrc` template](./Templates/.zshrc)