News
Repositories for the upcoming Programming Projects
Written on 08.11.2024 15:47 by Thorsten Klößner
Dear students,
the project repositories for the upcoming programming projects have been created and you should have received access to them. As of now, the repositories only consist of a .gitignore file, but you should already be able to clone your Git1 repository to check if you have access:
# clone via https (requires password authentication) git clone https://gitlab.cs.uni-saarland.de/fai/teaching/AI/iterations/2024-winter/student-repos/<your username>.git <destination directory> # clone via ssh (requires ssh key added to your GitLab profile) git clone git@gitlab.cs.uni-saarland.de:fai/teaching/AI/iterations/2024-winter/student-repos/<your username>.git <destination directory>
If you have issues cloning the project or you have not received a notification mail, please contact kloessner@cs.uni-saarland.de.
The first project, the introductory project zero, will roll out next Monday, Nov 11, 16:00. All projects will be published via a project description posted in the Materials section of the CMS describing all relevant information.
On Tuesday, Nov 12, 14:15, there will be a short presentation on project zero, where we will also give a short overview over the framework you will be programming in. If you have questions about the project or framework, this is the ideal time to ask them. If you experience technical issues with the project, there will be time to help you get these issues resolved after the presentation.
Regards, Thorsten Klößner
1 Visit: https://git-scm.com/downloads for installation instructions if git is not installed on your system.