https://github.com/drvrej/cheat-sheet
Bunch of useful cheat sheets and notes for different programming languages and concepts!
https://github.com/drvrej/cheat-sheet
c-plus-plus cheat-sheets cheatsheet cpp notes ocaml python unity
Last synced: 8 days ago
JSON representation
Bunch of useful cheat sheets and notes for different programming languages and concepts!
- Host: GitHub
- URL: https://github.com/drvrej/cheat-sheet
- Owner: DrVrej
- Created: 2020-02-02T18:34:18.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-18T06:37:25.000Z (about 1 month ago)
- Last Synced: 2026-03-18T22:41:44.875Z (about 1 month ago)
- Topics: c-plus-plus, cheat-sheets, cheatsheet, cpp, notes, ocaml, python, unity
- Language: C++
- Homepage: https://drvrej.com
- Size: 229 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
> [!IMPORTANT]
> This repository is now deprecated, all the information has moved to [drvrej.com/library](https://drvrej.com/library/)
# Cheat Sheets & Notes!
Bunch of useful cheat sheets and notes for different programming languages and concepts!
# Programming Languages
- C++
- OCaml
# Notes
- Unity Game Engine
- General Programming Concepts (Usually pictures)
# Interactive Tutorials
- http://linuxsurvival.com/ -- Interactive online Linux tutorial
- http://learngitbranching.js.org/ -- Interactive way to learn Git
- http://visualgo.net/ -- Visualise data structure and algorithms
- https://learnxinyminutes.com/ -- Quick overview of a wide range of languages
# Privacy Tools
- https://urlscan.io/ -- Scan URLs for potential danger
- https://haveibeenpwned.com/ -- Search if any of your accounts have been compromised
- https://justdeleteme.xyz/ -- Delete accounts
# GitHub Pages
- Jekyll: https://jekyllrb.com/docs/step-by-step/01-setup/
- Liquid (Used by Jekyll): https://shopify.github.io/liquid/basics/introduction/
If there is any suggestions or you notice any mistakes, feel free to post an issue or commit a pull request!