{"id":14577901,"url":"https://github.com/rudymatela/concise-cheat-sheets","last_synced_at":"2026-01-23T20:06:41.767Z","repository":{"id":14427090,"uuid":"17138254","full_name":"rudymatela/concise-cheat-sheets","owner":"rudymatela","description":"Cheat Sheets for programming languages and tools","archived":false,"fork":false,"pushed_at":"2025-11-13T12:07:20.000Z","size":232,"stargazers_count":115,"open_issues_count":0,"forks_count":12,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-01-14T03:13:13.785Z","etag":null,"topics":["cheatsheet","ctf","documentation","haskell","haskell-learning","latex","latex-template","reference-card","typeclasses"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudymatela.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-02-24T14:16:32.000Z","updated_at":"2025-11-13T12:07:24.000Z","dependencies_parsed_at":"2025-04-22T12:02:16.991Z","dependency_job_id":"e874f663-d929-405b-95e2-90ab13dd2032","html_url":"https://github.com/rudymatela/concise-cheat-sheets","commit_stats":null,"previous_names":["rudymatela/ultimate-cheat-sheets"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/rudymatela/concise-cheat-sheets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudymatela%2Fconcise-cheat-sheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudymatela%2Fconcise-cheat-sheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudymatela%2Fconcise-cheat-sheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudymatela%2Fconcise-cheat-sheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudymatela","download_url":"https://codeload.github.com/rudymatela/concise-cheat-sheets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudymatela%2Fconcise-cheat-sheets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheatsheet","ctf","documentation","haskell","haskell-learning","latex","latex-template","reference-card","typeclasses"],"created_at":"2024-09-07T17:01:22.309Z","updated_at":"2026-01-23T20:06:41.751Z","avatar_url":"https://github.com/rudymatela.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Others"],"readme":"Concise Cheat Sheets\n====================\n\nThis repository is a collection of Cheat Sheets for programming languages and\ntools.  Currently:\n\n* A [Haskell Cheat Sheet] -- [version 1.2]\n* A [Python Cheat Sheet] -- version 0.1 (work in progress)\n* A [Capture The Flag Cheat Sheet] -- version 0.5\n* A [Haskell Typeclasses Cheat Sheet] -- version 0.3\n* A Template Cheat Sheet\n* A LaTeX cls file, for the creation of sheets.\n\nThis project was previously known as \"Ultimate Cheat Sheets\" and has been\nrenamed to \"Concise Cheat Sheets\".\n\n\nCompiling\n---------\n\nClone the project, then:\n\n    cd ./concise-cheat-sheets\n    make\n\n\n\nFeatures\n--------\n\n* No more than **2 pages long**: adhering to the dictionary definition of a sheet of paper.\n\t* Look at the [C Reference Card] by J. H. Silverman for a good example\n\t* If you think something must be added and there is no space: consider removing something\n* **Simple to read**: they do **not** aim to **teach** you how to use something, but simply\n  **remind you** of syntax, functions or caveats.\n* Made in LaTeX using a **simple 3 column format**.\n* Licensed under **CC-BY-SA** 3.0 or **GNU FDL** 1.3  (at your option)  unless otherwise stated.\n\t* The `refcard.cls` file and the template are licensed under the **LPPL**.\n\n\nAcknowledgements\n----------------\n\n* Haskell Cheat Sheet\n\t* Many thanks to\n\t  Colin Runciman,\n\t  Doug McIlroy,\n\t  Jeremy Jacob,\n\t  [José Calderon](https://github.com/jmct),\n\t  Karl Voelker and\n\t  [Sean Leather](https://github.com/spl)\n\t  for reviewing, corrections and suggestions.\n\n* CTF Cheat Sheet\n\t* Thanks to [Saulo Hachem](https://github.com/sauloh) for suggesting reverse shells.\n\n[C Reference Card]: http://www.math.brown.edu/~jhs/ReferenceCards/CRefCard.v2.2.pdf\n[Haskell Cheat Sheet]: https://matela.com.br/haskell-cs.pdf\n[version 1.2]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell/v1.2/haskell-cs-1.2.pdf\n[Python CHeat Sheet]:  https://github.com/rudymatela/concise-cheat-sheets/releases/download/python-v0.1/python-cs-0.1.pdf\n[Haskell Typeclasses Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf\n[Capture The Flag Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/ctf-v0.5/ctf-cs-0.5.pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudymatela%2Fconcise-cheat-sheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudymatela%2Fconcise-cheat-sheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudymatela%2Fconcise-cheat-sheets/lists"}