- C
- ANSI C Cheat Sheet
- K&R C book (ANSI C)
- Make, Clang (video)
- GDB:
- Let us C
- C++
- C++ Cheat Sheet
- STL Cheat Sheet
- basics
- pointers
- functions
- references
- templates
- compilation
- scope & linkage
- namespaces
- OOP
- STL
- functors
- C++ at Google (video)
- Google C++ Style Guide
- Google uses clang-format (there is a command line "style" argument: -style=google)
- Efficiency with Algorithms, Performance with Data Structures (video)
- Review of C++ concepts (video)
- Let us C++
- C++ Primer
- Python
- Java
- Go
- HTML
- CSS
- Javascript
- Other Language 1
- Other Language 2
- etc