Skip to content

UCD Assignment for COMP41720 teaching distributed systems

Notifications You must be signed in to change notification settings

TilBlechschmidt/ucd-COMP41720

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

UCD COMP41720 | Quoco Assignments

This repository contains my solutions to the assignments of the COMP41720 module held by Rem Collier at the University College Dublin. The assignments all follow the same basic scheme but are implemented using different distributed techniques. For each version/assignment, there is a branch.

Adding new branches from local repositories

Each branch is a separate commit history, committed from a locally initialized repository. If you want to commit the same crimes as I did (pun intended) or if I forget, here are the relevant commands:

git remote add shared [email protected]:TilBlechschmidt/ucd-COMP41720.git
git checkout -b <name>
git push -u shared <name>
# Profit!

About

UCD Assignment for COMP41720 teaching distributed systems

Resources

Stars

Watchers

Forks