Skip to content

neic/dDist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to Exercises in dDist 2014

dDist 2014 is the 2014 version of the course on distributed systems at Aarhus University. Part of the course are a number of exercises and this repository contains our solutions to most of them.

The biggest exercise was creating a distributed, collaborative text editor, i. e. an editor where multiple users on different machines can edit the same text at the same time. The source code to this can be found in ex09. We also had to write handins describing our system. They can be found in ex09-handin, ex11-handin and ex14-handin.

Jesper Buus Nielsen, the instructor of the course, provided the sources for the basic text editor. They were added in 2194cca.

Bugs

The editor words quite well generally. However, we didn't have time to fix some more serious issues, most of which are written down in ex09-handin/known-bugs.txt.

License (MIT)

Copyright (c) 2014 Mathias Dannesbo and Richard Möhn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages