-
-
Notifications
You must be signed in to change notification settings - Fork 63.5k
Added RPi cheatsheets #5696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added RPi cheatsheets #5696
Changes from 30 commits
9a5e8be
afdf60c
d2a655c
dc67d41
6f198d5
7f3ff0a
946982c
bc2bd41
766a5a1
5de91f1
9f05744
c0f6433
aa0fe51
377a449
c9c7cc0
97e945b
2337fa4
0b9e786
bac51ec
733ccc5
67c9f41
f7eba90
fe9fe03
09979be
5b073c9
835ad65
627d945
b6b617b
09a3b94
d81ad45
589cee5
8f44d3e
ba82417
e267fe8
69b21f2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,11 @@ | |
* [Perl](#perl) | ||
* [Python](#python) | ||
* [R](#r) | ||
* [Raspberry Pi](#raspberry-pi) | ||
* [Ruby](#ruby) | ||
* [Rust](#rust) | ||
* [SQL](#sql) | ||
* [Tensorflow](#tensorflow) | ||
|
||
|
||
### Artificial Intelligence | ||
|
@@ -166,6 +168,15 @@ | |
* [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links) | ||
|
||
|
||
### 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) | ||
|
||
|
||
### Ruby | ||
|
||
* [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF) | ||
|
@@ -181,3 +192,10 @@ | |
* [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) | ||
* [SQL Cheatsheet](https://www.codecademy.com/learn/learn-sql/modules/learn-sql-manipulation/cheatsheet) - Codecademy (SQL) | ||
eshellman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
### TensorFlow | ||
|
||
* [DeepLearning- Keras & TF Cheat Sheet](https://cheatography.com/chesterhsieh/cheat-sheets/deeplearning-keras-and-tf/pdf/) - Cheatography (PDF) | ||
eshellman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* [TensorFlow Quick Reference Table](https://secretdatascientist.com/tensor-flow-cheat-sheet/) - Secret data scientist (HTML) | ||
This comment was marked as resolved.
Sorry, something went wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. better to have one uniform metadata field than 2 fields with varying compliance There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then, avoid apply changes. Maybe delete it due to ads? |
||
* [TensorFlow v2.0 Cheat Sheet](https://www.kaggle.com/getting-started/134439) - Kaggle.com (HTML, Image) | ||
eshellman marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.