Skip to content
Snippets Groups Projects
Select Git revision
  • 21a8f92b23be6ecfc5ba953e492bdc923cf5c085
  • master default protected
  • feature/SKR
  • censuseval
  • exp/labcolours
  • feature/disconflow
  • exp/multires-sgm
  • chromatest
  • bug/feedrecord
  • feature/375/fullres-fstream
  • feature/poses
  • feature/stereocalib
  • feature/gui2-pch
  • feature/gui2-nanogui-mitsuba
  • feature/use-new-frame
  • feature/depth-touch
  • feature/use10bit
  • bug/optflow-disparity
  • feature/websocket-pose
  • exp/candidatemask
  • feature/sgm-experimental
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
27 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    DTEK0066 exercise 0 template

    Tehtävänanto

    Tehtävänanto löytyy kurssiportaalista.

    Workflow

    $ git clone https://gitlab.utu.fi/tech/education/ooj/ooj2023-exercise0
    $ cd template-ooj
    
    < tee tehtävät >
    
    $ git add -A
    $ git commit -m 'Add exercise implementations'
    $ git remote add oma https://gitlab.utu.fi/omatunnus/ooj2023-exercise0
    $ git push oma
    
    < korjaa/täydennä tehtäviä >
    
    $ git add -A
    $ git commit -m 'Fix the exercise task 2'
    $ git push oma

    Using Maven

    $ mvn clean
    $ mvn compile
    $ mvn test
    $ mvn exec:java
    $ mvn javafx:run
    $ mvn surefire-report:report

    Online report

    See https://gitlab.utu.fi/tech/education/ooj/ooj2023-exercise0/pages

    Your version: https://USERNAME.utugit.fi/ooj2023-exercise0/