Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudymatela/concise-cheat-sheets

Cheat Sheets for programming languages and tools
https://github.com/rudymatela/concise-cheat-sheets

cheatsheet ctf documentation haskell haskell-learning latex latex-template reference-card typeclasses

Last synced: 17 days ago
JSON representation

Cheat Sheets for programming languages and tools

Awesome Lists containing this project

README

        

Concise Cheat Sheets
====================

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

* A [Haskell Cheat Sheet] -- [version 1.2]
* A [Python Cheat Sheet] -- version 0.1 (work in progress)
* A [Capture The Flag Cheat Sheet] -- version 0.5
* A [Haskell Typeclasses Cheat Sheet] -- version 0.3
* A Template Cheat Sheet
* A LaTeX cls file, for the creation of sheets.

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](https://github.com/jmct),
Karl Voelker and
[Sean Leather](https://github.com/spl)
for reviewing, corrections and suggestions.

* CTF Cheat Sheet
* Thanks to [Saulo Hachem](https://github.com/sauloh) for suggesting reverse shells.

[C Reference Card]: http://www.math.brown.edu/~jhs/ReferenceCards/CRefCard.v2.2.pdf
[Haskell Cheat Sheet]: https://matela.com.br/haskell-cs.pdf
[version 1.2]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell/v1.2/haskell-cs-1.2.pdf
[Python CHeat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/python-v0.1/python-cs-0.1.pdf
[Haskell Typeclasses Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf
[Capture The Flag Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/ctf-v0.5/ctf-cs-0.5.pdf