Skip to content

lishanda/itmo-2019

 
 

Repository files navigation

itmo-2019

Build Status Gitter

This package contains all the source code and lecture files. Any questions? Ask them in our gitter room.

Requirements

You will need:

Marks

We track our progress in Google Forms.

Homework submission

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.

Process

  1. Create a custom fork to work locally
  2. Name your branch as homework-${HOMEWORK_NUMBER} where ${HOMEWORK_NUMBER} is 1, 2, 3, 4, ...
  3. Create a Pull Request with files under students/${YOUR_GTIHUB_ACCOUNT}/${HOMEWORK_NUMBER}. Do not touch anything else
  4. Use the correct Pull Request template (it should be suggested automatically by GitHub)
  5. Make sure that all checkboxes are checked in the Pull Request template
  6. Make sure that CI works
  7. Send a link to gitter before the deadline
  8. Receive a code review
  9. Fix the issues found during the code review: it might take several iterations
  10. You will get your points once the PR is merged

Deadline

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 score

final_mark = 0.4 * final_exam + 0.6 * (0.5 * homework + 0.5 * tests)

Criteria

Score Result
>= 40% 3
>= 60% 4
>= 80% 5

Timetable

Start End
1 10:00 11:30
2 11:40 13:10

License

MIT.

About

Repository for my lectures about quality for ITMO

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.2%
  • TypeScript 5.3%
  • Shell 2.2%
  • Makefile 1.3%