An open API service indexing awesome lists of open source software.

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!

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!