TODO
Lecture content consists of slides and demos.
Slides are written in GitHub Markdown and use reveal-md and reveal.js to render HTML output.
Lecture slides are built from the slides.md
file using the make
command (and the Makefile
).
Demos are snippets of code and support files that showcase concepts and ideas related to the lecture.
Demos are located in the demo/
folder.
Each demo has its own folder with source code, Makefile
or other build files (if required) and support files.
Lab content consists of lab text and lab activities.
Lab text is placed in the README.md
file.
Each lab activity has its own folder with source code, Makefile
or other build files (if required) and support files.
Contributions are welcome. See the contribution guide on how you could report or fix issues and on how you can improve the content.
Reviewers are requested to follow the reviewing guide.