Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 2.28 KB

README.md

File metadata and controls

71 lines (39 loc) · 2.28 KB

Teaching-HEIGVD-RES-2019

This is the main repo for the course RES, taught at HEIG-VD in 2019.

This is where you will find lecture notes, slides and some of the examples presented in the class. We will also keep links to the different repos used throughout the semester (for assignments).

Upcoming deadlines

  • Sunday, March 3rd, 23:00 (strict): everybody must have:
    • added at least 3 beers, with tests, and submitted at least 3 PRs (with a green light on GitHub)
    • added enough beers and submitted enough PRs to really master the GitHub workflow
    • be able to explain what is maven and how to run it from the command line
    • be able to explain what is project Lombok
    • filled out this Google form.

General links

Week 1: introduction

  • Here is the repo for the first assignment. Make sur to fork it, before cloning your fork on your machine.
  • Here is the Youtube playlist that presents the first assignment material.

Week 2: Java IO part 1 (intro + buffered IOs)

  • Here are the slides
  • Here are the lecture notes
  • Here is the project used to present the impact of buffering on performance

Week 3

Week 4

Week 5

Week 6

Week 7

Week 8

Week 9

Week 10

Week 11

Week 12

Week 13

Week 14

Week 15

Week 16

Past deadlines

Sunday, February 24th: everybody must have:

  • setup GitHub (with SSH), forked and cloned the "chill" project
  • setup maven and been able to build "chill" on the command line
  • setup IDEA (with Lombok project)
  • either successfully added one beer (with a unit test and a production class) and submitted a PR or filed an issue in the upstream server to precisely describe what has not worked