This package contains all the source code and lecture files.
Any questions? Ask them in our gitter room
.
You will need:
We track our progress in Google Forms.
All our homeworks are submitted via Pull Requests. This is very important, since we learn how to maintain an Open Source Software repository. There are a lot of tricky parts and manual labour, which we are mastering.
- Create a custom fork to work locally
- Name your branch as
homework-${HOMEWORK_NUMBER}
where${HOMEWORK_NUMBER}
is1
,2
,3
,4
, ... - Create a Pull Request with files under
students/${YOUR_GTIHUB_ACCOUNT}/${HOMEWORK_NUMBER}
. Do not touch anything else - Use the correct Pull Request template (it should be suggested automatically by GitHub)
- Make sure that all checkboxes are checked in the Pull Request template
- Make sure that CI works
- Send a link to
gitter
before the deadline - Receive a code review
- Fix the issues found during the code review: it might take several iterations
- You will get your points once the PR is merged
We have a strict deadline for your homework: each Thursday at 18:00 UTC+03:00
Any submission after that time is not counted. But appreciated.
final_mark = 0.4 * final_exam + 0.6 * (0.5 * homework + 0.5 * tests)
Score | Result |
---|---|
>= 40% | 3 |
>= 60% | 4 |
>= 80% | 5 |
Start | End | |
---|---|---|
1 | 10:00 | 11:30 |
2 | 11:40 | 13:10 |
MIT.