Geekum

A blog about computers and me (and then some)

Archive for the category “Assignments”

Code for RMI Calculator in Java

This is my assignment for Distributed Operating Systems. You’re free to download and use the source code for reference, but I would discourage using the code directly. Also, do not claim to have done this program yourself and you’re fine. :)

This code does Addition, Subtraction, Multiplication and Division. Use ‘rmic’ to compile the code and create server and client stubs before you run it.

Click on http://www.box.com/embed/aobymq77zkgisza.swf to download the file directly.

If the above link does not work for you then click [here]

Code for Lamport Timestamps Algorithm in Java

This is my assignment for Distributed Operating Systems (If you’re in UoP then you know what I mean). For the sake of computer science students like me I’ll try to upload my assignments here from now on. You’re free to download and use the source code for reference, but I would discourage using the code directly. Basically do not claim to have done the program yourself and you’re fine. 🙂

To download the file directly, click on the following link http://www.box.com/embed/o14drja521f234t.swf

Click [here] if that doesn’t work for you.

Post Navigation