|
2 | 2 |
|
3 | 3 | * [Artificial Intelligence](#artificial-intelligence)
|
4 | 4 | * [Bash](#bash)
|
5 |
| -* [C](#C) |
6 |
| -* [C++](#c-1) |
| 5 | +* [C](#c) |
| 6 | +* [C++](#cpp) |
7 | 7 | * [Clojure](#clojure)
|
8 | 8 | * [Data Science](#data-science)
|
9 | 9 | * [Git](#git)
|
10 | 10 | * [HTML / CSS](#html--css)
|
11 |
| -* [Java](#Java) |
| 11 | +* [IDE / Editors](#ide--editors) |
| 12 | +* [Java](#java) |
12 | 13 | * [JavaScript](#javascript)
|
13 | 14 | * [jQuery](#jquery)
|
| 15 | + * [React.js](#reactjs) |
14 | 16 | * [Vue.js](#vuejs)
|
15 |
| -* [Kubernetes](#Kubernetes) |
| 17 | +* [Kubernetes](#kubernetes) |
16 | 18 | * [Language Translations](#language-translations)
|
17 | 19 | * [Markdown](#markdown)
|
| 20 | +* [MATLAB](#matlab) |
18 | 21 | * [MongoDB](#mongodb)
|
19 |
| -* [Perl](#Perl) |
| 22 | +* [Perl](#perl) |
20 | 23 | * [Python](#python)
|
| 24 | +* [R](#r) |
| 25 | +* [Raspberry Pi](#rpi) |
21 | 26 | * [Ruby](#ruby)
|
| 27 | +* [Rust](#rust) |
22 | 28 | * [SQL](#sql)
|
23 | 29 |
|
24 | 30 |
|
|
35 | 41 | ### C
|
36 | 42 |
|
37 | 43 | * [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
|
| 44 | +* [Systems Programming Cheat Sheet](https://github.com/jstrieb/systems-programming-cheat-sheet) |
38 | 45 | * [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
|
39 | 46 |
|
40 | 47 |
|
41 |
| -### C++ |
| 48 | +### <a name="cpp"></a>C++ |
42 | 49 |
|
43 |
| -* [C++ Quick Reference](https://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) (PDF) |
| 50 | +* [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF) |
44 | 51 |
|
45 | 52 |
|
46 | 53 | ### Clojure
|
|
56 | 63 | ### Git
|
57 | 64 |
|
58 | 65 | * [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf) - GitHub (PDF)
|
| 66 | +* [Git Cheat Sheet](http://git.jk.gs) - Jan Krüger (PDF, SVG) |
| 67 | + * [Git Cheat Sheet](https://jan-krueger.net/wordpress/wp-content/uploads/2007/09/git-cheat-sheet.pdf) (PDF) |
| 68 | + * [Git Cheat Sheet - extended](https://jan-krueger.net/wordpress/wp-content/uploads/2007/09/git-cheat-sheet-v2.zip) (PDF) |
59 | 69 | * [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)
|
60 | 70 |
|
61 | 71 |
|
|
64 | 74 | * [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
|
65 | 75 | * [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
|
66 | 76 | * [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)
|
| 77 | +* [FLEX: A simple visual cheatsheet for flexbox](https://flexbox.malven.co) - Chris Malven (HTML) |
| 78 | +* [GRID: A simple visual cheatsheet for CSS Grid Layout](https://grid.malven.co) - Chris Malven (HTML) |
67 | 79 | * [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
|
68 | 80 |
|
69 | 81 |
|
| 82 | +### <a name="ide--editores"></a>IDE / Editors |
| 83 | + |
| 84 | +* [Editor VI - Guia de Referência](https://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas |
| 85 | +* [GNU Emacs Reference Card](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf) - GNU.org (PDF) |
| 86 | +* [Vim Avançado](https://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas |
| 87 | +* [Vim Básico](https://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas |
| 88 | +* [Vim Médio](https://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas |
| 89 | + |
| 90 | + |
70 | 91 | ### Java
|
71 | 92 |
|
72 | 93 | * [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)
|
|
85 | 106 | * [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)
|
86 | 107 |
|
87 | 108 |
|
| 109 | +#### React.js |
| 110 | + |
| 111 | +* [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML) |
| 112 | + |
| 113 | + |
88 | 114 | #### Vue.js
|
89 | 115 |
|
90 | 116 | * [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)
|
|
105 | 131 | * [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard
|
106 | 132 |
|
107 | 133 |
|
| 134 | +### MATLAB |
| 135 | + |
| 136 | +* [MATLAB Basic Functions Reference Sheet](https://www.mathworks.com/content/dam/mathworks/fact-sheet/matlab-basic-functions-reference.pdf) - MathWorks (PDF) |
| 137 | + |
| 138 | + |
108 | 139 | ### MongoDB
|
109 | 140 |
|
| 141 | +* [MongoDB Cheat Sheet](https://www.mongodb.com/developer/quickstart/cheat-sheet) - MongoDB (HTML) |
110 | 142 | * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet
|
111 | 143 |
|
112 | 144 |
|
|
120 | 152 | * [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2)
|
121 | 153 | * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
|
122 | 154 | * [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/)
|
| 155 | +* [Official Matplotlib cheat sheets](https://github.com/matplotlib/cheatsheets) - Matplotlib.org (LaTeX, PDF) |
123 | 156 | * [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/)
|
124 | 157 | * [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML)
|
125 | 158 | * [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML)
|
| 159 | +* [Python Data Wrangling with pandas](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) - Pandas (PDF) |
126 | 160 | * [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image)
|
127 | 161 | * [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML)
|
128 | 162 | * [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)
|
129 | 163 |
|
130 | 164 |
|
| 165 | +### R |
| 166 | + |
| 167 | +* [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links) |
| 168 | + |
| 169 | +### Raspberry Pi |
| 170 | + |
| 171 | +* [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) |
| 172 | +* [Raspberry Pi Basics cheatsheet](https://www.woolseyworkshop.com/wp-content/uploads/WoolseyWorkshop_Cheatsheet_RaspberryPiBasics_v1.4.pdf) |
| 173 | +* [Other Raspberry Pi Commands cheatsheet](https://www.raspberrypistarterkits.com/wp-content/uploads/2018/01/raspberry-pi-commands-cheat-sheet.pdf) |
| 174 | +* [Raspberry Pi Different GPIO Configuration Combinations cheatsheet](https://static.raspberrypi.org/files/education/posters/GPIO_Zero_Ceatsheet.pdf) |
| 175 | +* [Basic GPIO layout configuration cheatsheet](https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/robot/cheat_sheet/) |
| 176 | + |
131 | 177 | ### Ruby
|
132 | 178 |
|
133 | 179 | * [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF)
|
134 | 180 |
|
135 | 181 |
|
| 182 | +### Rust |
| 183 | + |
| 184 | +* [Rust Language Cheat Sheet](https://cheats.rs) (HTML) |
| 185 | + |
| 186 | + |
136 | 187 | ### SQL
|
137 | 188 |
|
138 | 189 | * [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
|
139 | 190 | * [PostgreSQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_pgsql.pdf) - Database Star (PDF)
|
| 191 | +* [SQL Cheatsheet](https://www.codecademy.com/learn/learn-sql/modules/learn-sql-manipulation/cheatsheet) - Codecademy (SQL) |
0 commit comments