This repository hosts the content and the source code for the IOCLA
course.
It contains support documentation for all activities (labs, lectures, assignments), skeleton code for lab tasks and assignments and demo code used in lectures and labs.
Use git
to clone the repository locally:
git clone https://github.com/systems-cs-pub-ro/iocla.git
Make sure you have the latest version of the repository before working on any activity:
it is recommended to download the latest changes on the repository using:
git pull
Content is licensed under Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Support source code is licensed 3-Clause BSD. See details in COPYING.md.
Contributions are welcome to improve content: reporting typos and inconsistencies, suggesting improvements, adding content, etc. You may contribute by:
- opening issues
- taking part in discussions
- creating pull requests to update the content
See more in CONTRIBUTING.md.