1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-17 05:02:22 +00:00

RPi OS development tutorial added (#2892)

* RPi OS development tutorial added

* moved to free-programming-interactive-tutorials-en.md

* emty line added
This commit is contained in:
Sergey Matyukevich 2018-06-13 07:26:56 -07:00 committed by eshellman
parent 1be8f52cde
commit 25db5241c1

View File

@ -16,6 +16,7 @@
* [Javascript](#javascript) * [Javascript](#javascript)
* [Angular.js](#angularjs) * [Angular.js](#angularjs)
* [Language Agnostic](#language-agnostic) * [Language Agnostic](#language-agnostic)
* [Operating Systems](#operating-systems)
* [Lisp](#lisp) * [Lisp](#lisp)
* [MATLAB](#matlab) * [MATLAB](#matlab)
* [Node](#node) * [Node](#node)
@ -140,6 +141,11 @@
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com) * [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
#### Operating systems
* [Learning operating system development using Linux kernel and Raspberry Pi](https://github.com/s-matyukevich/raspberry-pi-os) - Sergey Matyukevich (:construction: *in process*)
### Lisp ### Lisp
* [Lisp Koans](https://github.com/google/lisp-koans) * [Lisp Koans](https://github.com/google/lisp-koans)