My name: Ioannis Chatziantoniou csd5193 Time spend in exercise 3 : proximetely 24 hours
Exw ylopoihsei oles tis synartiseis kathos doyleboun swsta me basi tin ekfwnisi tis askisis ektos apo ton sudoku_solve tin opoia mexri stigmis den moy linei ton pinaka me thn anadromi poy orizei h askisi
H ekfwnisi htan poly asafes kai disnoiti kathws meta tin ylopoihsh kathe sinartisis eprepe na anatrexw stis proigoymenes kai na diorthwnw / allazw tin ylopoihh toys. Epishs diskolepse to gegonos oti hthele synartisis opws h sudoku_try_next() poy den ypyrxan mesa sto headerfile kai kata sinepia oyte comments gia autin .
You can make the repo private and add TAs as members by hand or using the private.py script
- Go to Project Settings -> General
- Visibility
- Change Project Visibility to Private
Also add the TA in your project
- Go to ProjectSettings -> Members
- Add Iacovos Kolokasis as a Developer
The private.py script is written in Python 3. To run private.py script, please have Python 3.4 or higher, Git 1.8 or higher and python-gitlab installed.
- Install gitlab lib
pip3 install --upgrade python-gitlab --user
- Run the script
python3 private.py -t <personal token> -p <project_ id>
- You should submit the source files of each assignment. Do not submit the object or executable file
- Commit all files (not executables or object files!)
git add file1.c file2.c file3.c
git commit -m "Commit message"
git push