{"id":28381629,"url":"https://github.com/0xadafang/cheatssheets","last_synced_at":"2026-04-13T04:50:43.068Z","repository":{"id":295723514,"uuid":"990187825","full_name":"0xAdafang/CheatsSheets","owner":"0xAdafang","description":"CheatSheets Rust, Python, C#, Elixir, TS, Kotlin, SQL, Bash, Docker","archived":false,"fork":false,"pushed_at":"2025-05-27T03:02:33.000Z","size":13,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T04:50:11.660Z","etag":null,"topics":["cheatsheet","csharp","elixir","kotlin","python","rust","sql","typescript"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/0xAdafang.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}},"created_at":"2025-05-25T17:18:15.000Z","updated_at":"2026-03-24T09:00:47.000Z","dependencies_parsed_at":"2025-05-27T04:18:46.207Z","dependency_job_id":"65f063f0-6672-4b9c-8e65-6cd1f992408a","html_url":"https://github.com/0xAdafang/CheatsSheets","commit_stats":null,"previous_names":["0xadafang/cheatssheets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xAdafang/CheatsSheets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAdafang%2FCheatsSheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAdafang%2FCheatsSheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAdafang%2FCheatsSheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAdafang%2FCheatsSheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xAdafang","download_url":"https://codeload.github.com/0xAdafang/CheatsSheets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xAdafang%2FCheatsSheets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31740266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","csharp","elixir","kotlin","python","rust","sql","typescript"],"created_at":"2025-05-30T04:05:55.565Z","updated_at":"2026-04-13T04:50:43.061Z","avatar_url":"https://github.com/0xAdafang.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Cheat Sheets Personnelles - Développeur Polyvalent\n\nVoici mes fiches de référence rapide pour les principaux langages que j'utilise ou explore.\n\n---\n\n## 🐍 Python\n- Variables, conditions, boucles\n- Fonctions, lambda, map/filter\n- Listes, dictionnaires, sets\n- Classes simples, fichiers, erreurs\n\n📄 [`python_cheatsheet.py`](./python_cheatsheet.py)\n\n---\n\n## 🦀 Rust\n- Ownership, borrowing, pattern matching\n- Structs, enums, impl\n- Vecteurs, iterateurs, map/filter\n- Option, Result, match\n\n📄 [`rust_cheatsheet.rs`](./rust_cheatsheet.rs)\n\n---\n\n## 🟦 TypeScript\n- Typage, fonctions, objets, interfaces\n- Tableaux, CRUD, map/filter/find\n- Enums, optional chaining, assertions\n\n📄 [`typescript_cheatsheet.ts`](./typescript_cheatsheet.ts)\n\n---\n\n## 🟪 C#\n- Variables, conditions, boucles\n- Listes, dictionnaires, LINQ\n- Classes, héritage, interfaces\n- Fichiers, DateTime, async/await\n\n📄 [`csharp_cheatsheet.cs`](./csharp_cheatsheet.cs)\n\n---\n\n## 🟣 Kotlin\n- Variables, conditions, boucles\n- Fonctions, classes, héritage\n- Listes, maps, sets, null safety\n- Data class, sealed class, when\n\n📄 [`kotlin_cheatsheet.kt`](./kotlin_cheatsheet.kt)\n\n---\n\n## 🟢 SQL\n- CREATE, INSERT, SELECT, UPDATE, DELETE\n- JOINS, GROUP BY, transactions\n- Indexes, vues, sous-requêtes\n\n📄 [`sql_cheatsheet.sql`](./sql_cheatsheet.sql)\n\n---\n\n## 🔮 Elixir (exploration fonctionnelle)\n- Pattern matching, pipes, fonctions anonymes\n- Listes, maps, tuples, modules\n- Concurrence avec spawn, try/rescue\n\n📄 [`elixir_cheatsheet.exs`](./elixir_cheatsheet.exs)\n---\n\n## 🐚 Bash\n- Commandes système, scripts, variables\n- Redirections, pipes, find/grep, boucles et fonctions\n\n📄 [`bash_cheatsheet.sh`](./bash_cheatsheet.sh)\n\n---\n\n## 🐳 Docker\n- Gestion d’images et conteneurs\n- Dockerfile \u0026 docker-compose\n- Réseaux, volumes, debug\n\n📄 [`docker_cheatsheet.sh`](./docker_cheatsheet.sh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xadafang%2Fcheatssheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xadafang%2Fcheatssheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xadafang%2Fcheatssheets/lists"}