https://github.com/breezy-codes/cheat-sheets
Cheat Sheets I've collected through my uni subjects to help me with the different programming languages I've been learning.
https://github.com/breezy-codes/cheat-sheets
cheatsheet cpp git-cheatsheet grep-cheatsheet linux-cheatsheet markdown markdown-cheatsheet nmap-cheatsheet nmap-commands programming pycharm python python-language quick-reference r-language reference-material shortcuts vscode
Last synced: 8 days ago
JSON representation
Cheat Sheets I've collected through my uni subjects to help me with the different programming languages I've been learning.
- Host: GitHub
- URL: https://github.com/breezy-codes/cheat-sheets
- Owner: breezy-codes
- Created: 2024-05-31T04:40:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:54:59.000Z (10 months ago)
- Last Synced: 2025-03-10T23:30:51.528Z (10 months ago)
- Topics: cheatsheet, cpp, git-cheatsheet, grep-cheatsheet, linux-cheatsheet, markdown, markdown-cheatsheet, nmap-cheatsheet, nmap-commands, programming, pycharm, python, python-language, quick-reference, r-language, reference-material, shortcuts, vscode
- Homepage: https://cheat-sheets.breezy-codes.com/
- Size: 6.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Cheat Sheets
Welcome to my collection of cheat sheets, I've gathered these during my subjects so far at university as a quick and easy tool. These cheat sheets are designed to help you check simple syntax and commands for various programming languages and tools. The markdown files are easy to read and can be printed out for quick reference. They can also be easily copied into your software of choice, I personally use them in notion with the table of contents feature to quickly find what I need.
## Repo Contents
Each cheat sheet is detailed below with links to a downloadable PDF versions for your convenience:
- [VS Code Shortcuts](VS-Code-Shortcuts.md): A collection of keyboard shortcuts for Visual Studio Code. You can also download the PDF version [here](VS-Code-Shortcuts.pdf).
- [Pycharm Shortcuts](Pycharm-Shortcuts.md): A collection of keyboard shortcuts for PyCharm. You can also download the PDF version [here](Pycharm-Shortcuts.pdf).
- [Markdown Cheatsheet](Markdown.md): A collection of markdown syntax for creating README files. You can also download the PDF version [here](Markdown.pdf).
- [R Language Cheatsheet](R-Language.md): A collection of R programming language syntax and functions. You can also download the PDF version [here](R-Language.pdf).
- [Python Language Cheatsheet](Python-Language.md): A collection of Python programming language syntax and functions. You can also download the PDF version [here](Python-Language.pdf).
- [C++ Language Cheatsheet](CPP-Language.md): A collection of C++ programming language syntax and functions. You can also download the PDF version [here](CPP-Language.pdf).
- [Nmap Commands](nmap.md): A collection of Nmap commands for network scanning. You can also download the PDF version [here](nmap.pdf).
- [Grep Commands](grep-commands.md): A collection of Grep commands for searching text. You can also download the PDF version [here](grep-commands.pdf).
- [Linux Commands](linux-commands.md): A collection of Linux commands for system administration. You can also download the PDF version [here](linux-commands.pdf).
- [Git Commands](git-commands.md): A collection of Git commands for version control. You can also download the PDF version [here](git-commands.pdf).
- [Git Ignore](git-ignore.md): A collection of Git ignore patterns for excluding files. You can also download the PDF version [here](git-ignore.pdf).
## How to Use These Cheat Sheets
These cheat sheets are best used as a side resource while you code. Keep them open on a second screen, or print out your favorites for quick access.