Skip to content
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

Merged
merged 35 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9a5e8be
add to documentation
eshellman Jan 7, 2021
afdf60c
Merge branch 'master' into documentation
eshellman Jan 12, 2021
d2a655c
Added RPi cheatsheets
chrdek Oct 1, 2021
dc67d41
Update free-programming-cheatsheets.md
chrdek Oct 1, 2021
6f198d5
Update free-programming-cheatsheets.md
chrdek Oct 1, 2021
7f3ff0a
Update free-programming-cheatsheets.md
chrdek Oct 1, 2021
946982c
Merge branch 'master' into documentation
chrdek Oct 1, 2021
bc2bd41
Update free-programming-cheatsheets.md
chrdek Oct 1, 2021
766a5a1
Update free-programming-cheatsheets.md
chrdek Oct 2, 2021
5de91f1
Update free-programming-cheatsheets.md
chrdek Oct 2, 2021
9f05744
Update CONTRIBUTING.md
chrdek Oct 2, 2021
c0f6433
Added Blockchain books -PDF
chrdek Oct 2, 2021
aa0fe51
Delete free-programming-books-langs.md
chrdek Oct 2, 2021
377a449
Re-added books
chrdek Oct 2, 2021
c9c7cc0
Additional changes, mods.
chrdek Oct 2, 2021
97e945b
Update free-programming-books-langs.md
chrdek Oct 2, 2021
2337fa4
Modifications contrib.
chrdek Oct 2, 2021
0b9e786
Merge branch 'documentation' of https://github.com/chrdek/free-progra…
chrdek Oct 2, 2021
bac51ec
Update CONTRIBUTING.md
chrdek Oct 2, 2021
733ccc5
Update CONTRIBUTING.md
chrdek Oct 2, 2021
67c9f41
Additions for Tensorflow cheatsheets (other branch)
chrdek Oct 2, 2021
f7eba90
Merge branch 'documentation' of https://github.com/chrdek/free-progra…
chrdek Oct 2, 2021
fe9fe03
Update free-programming-cheatsheets.md
chrdek Oct 2, 2021
09979be
Changes on other files
chrdek Oct 2, 2021
5b073c9
Merge branch 'documentation' of https://github.com/chrdek/free-progra…
chrdek Oct 2, 2021
835ad65
Update free-programming-cheatsheets.md
chrdek Oct 2, 2021
627d945
Additional changes
chrdek Oct 2, 2021
b6b617b
Final changes for cheatsheets page nl ends.
chrdek Oct 2, 2021
09a3b94
Update free-programming-cheatsheets.md
chrdek Oct 3, 2021
d81ad45
Update free-programming-books-langs.md
chrdek Oct 3, 2021
589cee5
delete patch
eshellman Oct 12, 2021
8f44d3e
Remove patch. not free
eshellman Oct 12, 2021
ba82417
use wayback machine to provide its backed PDF link
eshellman Oct 12, 2021
e267fe8
add in process, creator
eshellman Oct 12, 2021
69b21f2
blockchain is not a language. the dummies book should be is subjects …
eshellman Oct 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions books/free-programming-books-langs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Bash](#bash)
* [Basic](#basic)
* [BETA](#beta)
* [Blockchain](#blockchain)
* [C](#c)
* [C#](#c-sharp)
* [C++](#cpp)
Expand Down Expand Up @@ -403,6 +404,14 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Object-Oriented Programming in the BETA Programming Language](https://beta.cs.au.dk/Books/) - Ole Lehrmann Madsen, Birger Møller-Pedersen, Kristen Nygaard


### Blockchain

* [Blockchain for Dummies](https://www.ramonmillan.com/documentos/bibliografia/BlockchainForDummies_Wiley.pdf) - Tiana Laurence (PDF)
chrdek marked this conversation as resolved.
Show resolved Hide resolved
* [Ethereum Decentralized Transaction Ledger official whitepaper](https://www.allcryptowhitepapers.com/wp-content/uploads/2018/05/Ethereum-Whitepaper.pdf) - Dr Gavin Wood (PDF)
chrdek marked this conversation as resolved.
Show resolved Hide resolved
* [Ethereum Uniswap v2 Core whitepaper](https://uniswap.org/whitepaper.pdf) - Hayden Adams, Noah Zinsmeister, Dan Robinson (PDF)
chrdek marked this conversation as resolved.
Show resolved Hide resolved
* [Introducing Ethereum and Solidity](https://the-eye.eu/public/Books/qt.vidyagam.es/library/humble-bitcoin-bundle/Introducing%20Ethereum%20and%20Solidity_%20Foud%20Blockchain%20Programming%20for%20Beginners/Introducing%20Ethereum%20and%20Solidity_%20Foundatiin%20Programming%20for%20Beginners%20-%20Chris%20Dannen.pdf) - Chris Dannen (PDF)
eshellman marked this conversation as resolved.
Show resolved Hide resolved


### C

* [256-Color VGA Programming in C](http://www.brackeen.com/vga/) - David Brackeen
Expand Down
18 changes: 18 additions & 0 deletions more/free-programming-cheatsheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
* [Perl](#perl)
* [Python](#python)
* [R](#r)
* [Raspberry Pi](#raspberry-pi)
* [Ruby](#ruby)
* [Rust](#rust)
* [SQL](#sql)
* [Tensorflow](#tensorflow)


### Artificial Intelligence
Expand Down Expand Up @@ -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)
Expand All @@ -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

* [Collection of 10 Tensorflow Cheat Sheets for Machine Learning](https://blog.finxter.com/tensorflow-cheat-sheets/#Cheat_Sheet_2_Altoros) (HTML site with PDF links)
chrdek marked this conversation as resolved.
Show resolved Hide resolved
* [TensorFlow Quick Reference Table](https://secretdatascientist.com/tensor-flow-cheat-sheet/) (HTML Online site)
* [TensorFlow v2.0 Cheat Sheet](https://storage.googleapis.com/kaggle-forum-message-attachments/889691/15952/19-04-11-Cheat-Sheet-TensorFlow-2-0.pdf) (PDF)
chrdek marked this conversation as resolved.
Show resolved Hide resolved