All Projects → cheat → Cheatsheets

cheat / Cheatsheets

Community-sourced cheatsheets

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cheatsheets

Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-74.88%)
Mutual labels:  cheat, reference, cheatsheets
Python Cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)
Stars: ✭ 1,334 (+210.23%)
Mutual labels:  hacktoberfest, reference, cheatsheets
Javascript Cheatsheet
Basic Javascript Cheat Sheet
Stars: ✭ 262 (-39.07%)
Mutual labels:  hacktoberfest, cheat, reference
React
Cheatsheets for experienced React developers getting started with TypeScript
Stars: ✭ 30,444 (+6980%)
Mutual labels:  hacktoberfest, reference
Csharp8cheatsheet
C# 8 Cheat Sheet, Default Interface Methods, Pattern Matching, Indices and Ranges, Nullable Reference Types, Asynchronous Streams, Caller Expression Attribute ,Static Local Functions, Default in Deconstruction., Alternative Interpolated Verbatim Strings, Using Declarations, Relax Ordering of ref and partial Modifiers, Disposable ref structs, Generic Attributes, Null Coalescing Assignment ,Disposable ref structs
Stars: ✭ 73 (-83.02%)
Mutual labels:  cheat, cheatsheets
C Sharp Cheatsheet
C# Cheatsheet
Stars: ✭ 111 (-74.19%)
Mutual labels:  cheat, cheatsheets
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+2238.37%)
Mutual labels:  hacktoberfest, cheatsheets
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+8366.98%)
Mutual labels:  hacktoberfest, cheatsheets
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+9875.12%)
Mutual labels:  hacktoberfest, reference
react-cheatsheets
Create and generate cheat sheets using React
Stars: ✭ 21 (-95.12%)
Mutual labels:  cheat, cheatsheets
Front End Performance Checklist
🎮 더 빠르게 작동하는 프론트엔드 성능 체크리스트
Stars: ✭ 183 (-57.44%)
Mutual labels:  hacktoberfest, reference
cheat
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
Stars: ✭ 8,686 (+1920%)
Mutual labels:  cheat, cheatsheets
Javascripter
Helping junior developers navigate the complex world of software engineering without experiencing information overload.
Stars: ✭ 203 (-52.79%)
Mutual labels:  reference, cheatsheets
Typescript Vs Flowtype
Differences between Flowtype and TypeScript -- syntax and usability
Stars: ✭ 1,671 (+288.6%)
Mutual labels:  hacktoberfest, reference
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-39.77%)
Mutual labels:  hacktoberfest, reference
Training Kit
Open source courseware for Git and GitHub
Stars: ✭ 3,462 (+705.12%)
Mutual labels:  hacktoberfest, cheatsheets
Ngx Scanner
Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing.
Stars: ✭ 420 (-2.33%)
Mutual labels:  hacktoberfest
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (-0.93%)
Mutual labels:  hacktoberfest
30 Seconds Of Java
Collection of reusable tested Java 11 compatible code snippets that you can understand in 30 seconds or less.
Stars: ✭ 421 (-2.09%)
Mutual labels:  hacktoberfest
Cli Microsoft365
Manage Microsoft 365 and SharePoint Framework projects on any platform
Stars: ✭ 420 (-2.33%)
Mutual labels:  hacktoberfest

cheatsheets

This repository contains community-sourced cheatsheets to be used with cheat and similar applications.

Format

Cheatsheets are plain-text files that begin with an optional "front matter" header in YAML format. The header may be used to assign "tags" to a sheet, and to specify the sheet's syntax (bash, python, go, etc).

When possible, cheatsheets should conform to this format:

---
syntax: bash
tags: [ vcs, development ]
---
# To stage all changes in the current directory:
git add --all

# To commit staged changes:
git commit -m <message>

As a guideline, it is preferred to use docopt syntax when specifying parameter placeholders. In edge-cases where that syntax may cause confusion, it is permissible to use placeholder values (foo.txt, example.com, etc.) as necessary.

License

Cheatsheets are licensed under Creative Commons CC0 1.0. See LICENSE.txt for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].