Skip to content

rudymatela/concise-cheat-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

35a5565 · Oct 6, 2023
Aug 16, 2015
Aug 16, 2015
Jun 23, 2019
Nov 8, 2021
Feb 28, 2017
Sep 19, 2023
Nov 8, 2021
Feb 9, 2020
Aug 6, 2018
Mar 10, 2018
Oct 6, 2023
Apr 7, 2019
Apr 7, 2019
Feb 28, 2017
Nov 3, 2014
Aug 6, 2018

Repository files navigation

Concise Cheat Sheets

This repository is a collection of Cheat Sheets for programming languages and tools. Currently:

This project was previously known as "Ultimate Cheat Sheets" and has been renamed to "Concise Cheat Sheets".

Compiling

Clone the project, then:

cd ./concise-cheat-sheets
make

Features

  • No more than 2 pages long: adhering to the dictionary definition of a sheet of paper.
    • Look at the C Reference Card by J. H. Silverman for a good example
    • If you think something must be added and there is no space: consider removing something
  • Simple to read: they do not aim to teach you how to use something, but simply remind you of syntax, functions or caveats.
  • Made in LaTeX using a simple 3 column format.
  • Licensed under CC-BY-SA 3.0 or GNU FDL 1.3 (at your option) unless otherwise stated.
    • The refcard.cls file and the template are licensed under the LPPL.

Acknowledgements

  • Haskell Cheat Sheet

    • Many thanks to Colin Runciman, Doug McIlroy, Jeremy Jacob, José Calderon, Karl Voelker and Sean Leather for reviewing, corrections and suggestions.
  • CTF Cheat Sheet