Skip to content

Commit d2a655c

Browse files
committed
Added RPi cheatsheets
1 parent afdf60c commit d2a655c

File tree

1 file changed

+59
-7
lines changed

1 file changed

+59
-7
lines changed

more/free-programming-cheatsheets.md

+59-7
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,29 @@
22

33
* [Artificial Intelligence](#artificial-intelligence)
44
* [Bash](#bash)
5-
* [C](#C)
6-
* [C++](#c-1)
5+
* [C](#c)
6+
* [C++](#cpp)
77
* [Clojure](#clojure)
88
* [Data Science](#data-science)
99
* [Git](#git)
1010
* [HTML / CSS](#html--css)
11-
* [Java](#Java)
11+
* [IDE / Editors](#ide--editors)
12+
* [Java](#java)
1213
* [JavaScript](#javascript)
1314
* [jQuery](#jquery)
15+
* [React.js](#reactjs)
1416
* [Vue.js](#vuejs)
15-
* [Kubernetes](#Kubernetes)
17+
* [Kubernetes](#kubernetes)
1618
* [Language Translations](#language-translations)
1719
* [Markdown](#markdown)
20+
* [MATLAB](#matlab)
1821
* [MongoDB](#mongodb)
19-
* [Perl](#Perl)
22+
* [Perl](#perl)
2023
* [Python](#python)
24+
* [R](#r)
25+
* [Raspberry Pi](#rpi)
2126
* [Ruby](#ruby)
27+
* [Rust](#rust)
2228
* [SQL](#sql)
2329

2430

@@ -35,12 +41,13 @@
3541
### C
3642

3743
* [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)
3845
* [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
3946

4047

41-
### C++
48+
### <a name="cpp"></a>C++
4249

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)
4451

4552

4653
### Clojure
@@ -56,6 +63,9 @@
5663
### Git
5764

5865
* [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)
5969
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)
6070

6171

@@ -64,9 +74,20 @@
6474
* [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
6575
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
6676
* [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)
6779
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
6880

6981

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+
7091
### Java
7192

7293
* [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)
@@ -85,6 +106,11 @@
85106
* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)
86107

87108

109+
#### React.js
110+
111+
* [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML)
112+
113+
88114
#### Vue.js
89115

90116
* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)
@@ -105,8 +131,14 @@
105131
* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard
106132

107133

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+
108139
### MongoDB
109140

141+
* [MongoDB Cheat Sheet](https://www.mongodb.com/developer/quickstart/cheat-sheet) - MongoDB (HTML)
110142
* [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet
111143

112144

@@ -120,20 +152,40 @@
120152
* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2)
121153
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
122154
* [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/)
155+
* [Official Matplotlib cheat sheets](https://github.com/matplotlib/cheatsheets) - Matplotlib.org (LaTeX, PDF)
123156
* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/)
124157
* [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML)
125158
* [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)
126160
* [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image)
127161
* [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML)
128162
* [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)
129163

130164

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+
131177
### Ruby
132178

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

135181

182+
### Rust
183+
184+
* [Rust Language Cheat Sheet](https://cheats.rs) (HTML)
185+
186+
136187
### SQL
137188

138189
* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
139190
* [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

Comments
 (0)