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

3
* [Artificial Intelligence](#artificial-intelligence)
Q
Quang Tran 已提交
4
* [Bash](#bash)
5
* [C](#c)
S
Seth 已提交
6
* [C++](#cpp)
7 8 9 10
* [Clojure](#clojure)
* [Data Science](#data-science)
* [Git](#git)
* [HTML / CSS](#html--css)
11
* [IDE / Editors](#ide--editors)
12
* [Java](#java)
13
* [JavaScript](#javascript)
Z
Zach Hoskins 已提交
14
  * [jQuery](#jquery)
15
  * [Vue.js](#vuejs)
16
* [Kubernetes](#kubernetes)
17
* [Language Translations](#language-translations)
18
* [Markdown](#markdown)
19
* [MATLAB](#matlab)
J
jamesgiu 已提交
20
* [MongoDB](#mongodb)
21
* [Perl](#perl)
22
* [Python](#python)
23
* [R](#r)
Q
Quang Tran 已提交
24
* [Ruby](#ruby)
25
* [Rust](#rust)
26
* [SQL](#sql)
27 28


29 30 31 32 33
### Artificial Intelligence

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


Q
Quang Tran 已提交
34 35 36 37 38
### Bash

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


39 40 41
### C

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


46
### <a name="cpp"></a>C++
47

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


51 52 53 54 55 56 57 58 59 60 61 62
### 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 已提交
63
* [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf) - GitHub (PDF)
64 65 66
* [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)
67 68 69 70 71
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)


### HTML / CSS

Z
Zach Hoskins 已提交
72
* [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
73 74
* [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)
75 76
* [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 已提交
77
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
78 79


80 81 82
### <a name="ide--editores"></a>IDE / Editors

* [Editor VI - Guia de Referência](https://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
83
* [GNU Emacs Reference Card](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf) - GNU.org (PDF)
84 85 86 87 88
* [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


89 90 91 92 93
### Java

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


94 95 96
### JavaScript

* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)
Z
Zach Hoskins 已提交
97
* [JavaScript CheatSheet](https://htmlcheatsheet.com/js/) (HTML)
H
Himanshu 已提交
98
* [JavaScript Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/javascript) - Debuggex (HTML)
99
* [JavaScript WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/javascript/) - Cheatography (JavaScript)
100 101


Z
Zach Hoskins 已提交
102 103 104 105 106
#### jQuery

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


107 108 109 110 111
#### Vue.js

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


112 113 114 115
### Kubernetes

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

E
Eric Hellman 已提交
116

117 118 119
### 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)
120

E
Eric Hellman 已提交
121

122 123 124 125 126
### Markdown

* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard


127 128 129 130 131
### MATLAB

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


J
jamesgiu 已提交
132 133
### MongoDB

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


138 139 140 141 142
### Perl

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


143 144
### Python

145
* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2)
146
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
S
SimonLariz 已提交
147
* [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/)
148
* [Official Matplotlib cheat sheets](https://github.com/matplotlib/cheatsheets) - Matplotlib.org (LaTeX, PDF)
149
* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/)
150 151
* [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)
152
* [Python Data Wrangling with pandas](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) - Pandas (PDF)
153
* [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image)
154
* [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML)
155
* [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)
156 157


D
David Ordás 已提交
158 159 160 161 162
### R

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


Q
Quang Tran 已提交
163 164 165 166 167
### Ruby

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


168 169 170 171 172
### Rust

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


173 174 175 176
### 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)
E
Eugene Goh 已提交
177
* [SQL Cheatsheet](https://www.codecademy.com/learn/learn-sql/modules/learn-sql-manipulation/cheatsheet) - Codecademy (SQL)