Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudymatela/concise-cheat-sheets
- Owner: rudymatela
- Created: 2014-02-24T14:16:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T13:41:17.000Z (over 1 year ago)
- Last Synced: 2024-10-30T10:23:33.388Z (2 months ago)
- Topics: cheatsheet, ctf, documentation, haskell, haskell-learning, latex, latex-template, reference-card, typeclasses
- Language: TeX
- Homepage:
- Size: 220 KB
- Stars: 113
- Watchers: 17
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- latex-templates - rudymatela/<br>concise-cheat-sheets - cheat-sheets?style=flat-square)<br/>![12](https://img.shields.io/github/forks/rudymatela/concise-cheat-sheets?style=flat-square)<br/>![2023-10-06](https://img.shields.io/github/last-commit/rudymatela/concise-cheat-sheets?style=flat-square) | Cheat Sheets for programming languages and tools | (Popular & New LaTeX Templates / Others)
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
makeFeatures
--------* 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