free-programming-cheatsheets.md 9.4 KB
Newer Older
1 2
### Index

3
* [Artificial Intelligence](#artificial-intelligence)
Q
Quang Tran 已提交
4
* [Bash](#bash)
5
* [C](#c)
6
* [C#](#c-sharp)
S
Seth 已提交
7
* [C++](#cpp)
8 9 10
* [Clojure](#clojure)
* [Data Science](#data-science)
* [Git](#git)
11
* [Go](#go)
12
* [HTML / CSS](#html--css)
13
* [IDE / Editors](#ide--editors)
14
* [Java](#java)
15
* [JavaScript](#javascript)
Z
Zach Hoskins 已提交
16
  * [jQuery](#jquery)
A
Andrey 已提交
17
  * [Nuxt.js](#nuxtjs)
E
Eugene Goh 已提交
18
  * [React.js](#reactjs)
19
  * [Vue.js](#vuejs)
20
* [Kubernetes](#kubernetes)
21
* [Language Translations](#language-translations)
22
* [Markdown](#markdown)
23
* [MATLAB](#matlab)
J
jamesgiu 已提交
24
* [MongoDB](#mongodb)
25
* [Perl](#perl)
26
* [Python](#python)
27
* [R](#r)
C
chrdek 已提交
28
* [Raspberry Pi](#raspberry-pi)
Q
Quang Tran 已提交
29
* [Ruby](#ruby)
30
* [Rust](#rust)
31
* [Solidity](#solidity)
32
* [SQL](#sql)
C
chrdek 已提交
33
* [Tensorflow](#tensorflow)
34 35


36 37 38 39 40
### Artificial Intelligence

* [What is Artificial Intelligence?](https://intelligencereborn.com/ArtificialIntelligence.html) IntelligenceReborn (HTML)


Q
Quang Tran 已提交
41 42 43 44 45
### Bash

* [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML)


46 47 48
### C

* [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
49
* [Systems Programming Cheat Sheet](https://github.com/jstrieb/systems-programming-cheat-sheet)
E
Eric Hellman 已提交
50
* [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
51 52


53 54 55 56 57
### <a name="c-sharp"></a>C#

* [C# Cheat Sheet](https://simplecheatsheet.com/tag/c-cheat-sheet-1/) - Simple Cheat Sheet (HTML)


58
### <a name="cpp"></a>C++
59

R
RITIK KAPOOR 已提交
60
* [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF)
61 62


63 64 65 66 67 68 69 70 71 72 73 74
### Clojure

* [Clojure Cheatsheet](http://clojure.org/cheatsheet)


### Data Science

* [Cheatsheets for Data Scientists](https://www.datacamp.com/community/data-science-cheatsheets) - Datacamp (PDF)


### Git

Z
Zach Hoskins 已提交
75
* [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf) - GitHub (PDF)
76 77 78
* [Git Cheat Sheet](http://git.jk.gs) - Jan Krüger (PDF, SVG)
  * [Git Cheat Sheet](https://jan-krueger.net/wordpress/wp-content/uploads/2007/09/git-cheat-sheet.pdf) (PDF)
  * [Git Cheat Sheet - extended](https://jan-krueger.net/wordpress/wp-content/uploads/2007/09/git-cheat-sheet-v2.zip) (PDF)
79 80 81
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)


82 83 84 85 86
### Go

* [cht.sh Go Cheatsheet](https://cht.sh/go/:learn)


87 88
### HTML / CSS

Z
Zach Hoskins 已提交
89
* [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
90 91
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
* [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)
92 93
* [FLEX: A simple visual cheatsheet for flexbox](https://flexbox.malven.co) - Chris Malven (HTML)
* [GRID: A simple visual cheatsheet for CSS Grid Layout](https://grid.malven.co) - Chris Malven (HTML)
Z
Zach Hoskins 已提交
94
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
95 96


97 98 99
### <a name="ide--editores"></a>IDE / Editors

* [Editor VI - Guia de Referência](https://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
100
* [GNU Emacs Reference Card](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf) - GNU.org (PDF)
101 102 103 104 105
* [Vim Avançado](https://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas
* [Vim Básico](https://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas
* [Vim Médio](https://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas


106 107 108 109 110
### Java

* [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)


111 112 113
### JavaScript

* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)
Z
Zach Hoskins 已提交
114
* [JavaScript CheatSheet](https://htmlcheatsheet.com/js/) (HTML)
H
Himanshu 已提交
115
* [JavaScript Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/javascript) - Debuggex (HTML)
116
* [JavaScript WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/javascript/) - Cheatography (JavaScript)
117
* [Modern JavaScript Cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet) (HTML)
118 119


Z
Zach Hoskins 已提交
120 121 122 123 124
#### jQuery

* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)


A
Andrey 已提交
125 126 127 128 129
#### Nuxt.js

* [Nuxt.js Essentials Cheatsheet](https://www.vuemastery.com/pdf/Nuxtjs-Cheat-Sheet.pdf) - Vue Mastery (PDF)


E
Eugene Goh 已提交
130 131 132 133 134
#### React.js

* [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML)


135 136 137 138 139
#### Vue.js

* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)


140 141 142 143
### Kubernetes

* [Handy Cheat Sheet for Kubernetes Beginners](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) - Kubernetes Documentation: kubectl Cheat Sheet

E
Eric Hellman 已提交
144

145 146 147
### Language Translations

* [Swift and C# Quick Reference - Language Equivalents and Code Examples](http://www.globalnerdy.com/wordpress/wp-content/uploads/2015/03/SwiftCSharpPoster.pdf) - Globalnerdy (PDF)
148

E
Eric Hellman 已提交
149

150 151
### Markdown

A
Abdul Rehaman 已提交
152
* [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) - Markdown Guide (HTML)
153 154 155
* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard


156 157 158 159 160
### MATLAB

* [MATLAB Basic Functions Reference Sheet](https://www.mathworks.com/content/dam/mathworks/fact-sheet/matlab-basic-functions-reference.pdf) - MathWorks (PDF)


J
jamesgiu 已提交
161 162
### MongoDB

163
* [MongoDB Cheat Sheet](https://www.mongodb.com/developer/quickstart/cheat-sheet) - MongoDB (HTML)
J
jamesgiu 已提交
164 165 166
* [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet


167 168 169 170 171
### Perl

* [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF)


L
Linh0704 已提交
172 173 174 175 176 177
### PyTorch

* [PyTorch Framework Cheat Sheet](https://www.simonwenkel.com/publications/cheatsheets/pdf/cheatsheet_pytorch.pdf) - Simon Wenkel (PDF)
* [PyTorch Official Cheat Sheet](https://pytorch.org/tutorials/beginner/ptcheat.html) - PyTorch (HTML)


178 179
### Python

180
* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2) - Rishi Sidhu, Medium (HTML)
181
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
182
* [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/) - LearnXinYMinutes (HTML)
183
* [Official Matplotlib cheat sheets](https://github.com/matplotlib/cheatsheets) - Matplotlib.org (LaTeX, PDF)
184
* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) - WebsiteSetup (HTML, PDF, PNG)
185 186
* [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML)
* [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML)
187
* [Python Data Wrangling with pandas](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) - Pandas (PDF)
188
* [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image)
189
* [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML)
190
* [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)
191
* [Scapy Cheat Sheet](https://www.templateroller.com/template/160817/scapy-cheat-sheet-jeremy-stretch.html) - Jeremy Stretch (PDF)
192 193


D
David Ordás 已提交
194 195 196 197 198
### R

* [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links)


C
chrdek 已提交
199 200 201 202 203 204 205 206 207
### Raspberry Pi

* [Basic GPIO layout configuration cheatsheet](https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/robot/cheat_sheet/) - University of Cambridge Computer Laboratory Raspberry Pi Projects Cheatsheet (PDF)
* [Other Raspberry Pi Commands cheatsheet](https://www.raspberrypistarterkits.com/wp-content/uploads/2018/01/raspberry-pi-commands-cheat-sheet.pdf) - RPi starter Kit (PDF)
* [Raspberry Pi Basics cheatsheet](https://www.woolseyworkshop.com/wp-content/uploads/WoolseyWorkshop_Cheatsheet_RaspberryPiBasics_v1.4.pdf) - Woolsey Workshop (PDF)
* [Raspberry Pi Different GPIO Configuration Combinations cheatsheet](https://static.raspberrypi.org/files/education/posters/GPIO_Zero_Cheatsheet.pdf) - GPIO Zero Cheatsheet (PDF)
* [Top 50 General Commands for Raspberry Pi cheatsheet](https://projects-raspberry.com/wp-content/uploads/2018/05/Top-50-Raspberry-pi-commands-List-cheat-sheet.pdf) - Projects Raspberry (PDF)


Q
Quang Tran 已提交
208 209 210 211 212
### Ruby

* [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF)


213 214 215 216 217
### Rust

* [Rust Language Cheat Sheet](https://cheats.rs) (HTML)


218 219 220 221 222 223
### Solidity

* [Solidity Cheat Sheet](https://intellipaat.com/mediaFiles/2019/03/Solidity-Cheat-Sheet.pdf) - IntelliPaat (PDF)
* [Solidity Cheatsheet and Best practices](https://manojpramesh.github.io/solidity-cheatsheet/) - Manoj Ramesh


224 225 226 227
### SQL

* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
* [PostgreSQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_pgsql.pdf) - Database Star (PDF)
C
chrdek 已提交
228 229 230 231 232 233 234


### TensorFlow

* [DeepLearning- Keras & TF Cheat Sheet](https://cheatography.com/chesterhsieh/cheat-sheets/deeplearning-keras-and-tf/pdf/) - Chester Hsieh, Cheatography (PDF) *(:construction: in process)*
* [TensorFlow Quick Reference Table](https://secretdatascientist.com/tensor-flow-cheat-sheet/) - Secret data scientist (HTML)
* [TensorFlow v2.0 Cheat Sheet](https://web.archive.org/web/20200922212358/https://www.aicheatsheets.com/static/pdfs/tensorflow_v_2.0.pdf) - Altoros (PDF) *(:card_file_box: archived)*