Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claremacrae/raspi_code
A place to store my Raspberry Pi experiments and notes
https://github.com/claremacrae/raspi_code
Last synced: about 1 month ago
JSON representation
A place to store my Raspberry Pi experiments and notes
- Host: GitHub
- URL: https://github.com/claremacrae/raspi_code
- Owner: claremacrae
- License: mit
- Created: 2013-12-29T14:07:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T18:06:24.000Z (over 3 years ago)
- Last Synced: 2024-10-31T17:12:25.349Z (3 months ago)
- Language: Python
- Size: 246 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
raspi_code
==========## Clare Macrae's Raspberry Pi notes
A place to store my Raspberry Pi experiments and notes
This has evolved a way to share sets of links with friends who are interested in the Raspberry Pi.
The main areas are:
* [Getting Started](getting_started/)
* [Kids and Education](kids_and_education/)
* [Programming](programming/)
* [Reference](reference/)
* [Hardware](hardware/)
* [Fun](fun/)
* [Projects](projects/)
* [Seasons and Events](seasons_and_events/)The files called `.md` are the ones of general interest.
## Clare Macrae's Raspberry Pi Scripts
*This section is probably only useful for me. It's a reminder of how to get these files onto a Raspberry Pi.*
* [Setup](setup/)
To use this on a new NOOBS image:
Set up SSH key, as per [these instructions](https://help.github.com/articles/generating-ssh-keys).
Then:
git clone [email protected]:claremacrae/raspi_code.git
Afterwards, remember to set git user info:
git config --global user.name ...
git config --global user.email "..."Old - pre-SSH - way of cloning:
git clone https://github.com/claremacrae/raspi_code.git