Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions EducationalAssignments/ParityPartOne.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for details.
Once you have built RepyV2 into a directory of your choice, change into that
directory. Use the command below in order to run your RepyV2 programs:

```python repy.py restrictions.default encasementlib.r2py initialfilelength.r2py [security_layer].r2py [program].r2py```
```python repy.py restrictions.default encasementlib.r2py [security_layer].r2py [program].r2py```

(Replace `[security_layer].r2py` and `[program].r2py` by the names of the
security layers and program that you want to run.)
Expand Down Expand Up @@ -315,22 +315,10 @@ done with the following command at the terminal:
* In repy log replaces print from python. This may be helpful when
testing if Repy installed correctly.


# Extra Credit
----
For extra credit, program that keeps all old versions of files and allows
read from any of them. Writing to any old file creates a new (empty) version
of that file.
Do not submit this code inside your assignment. Submit a separate copy for extra credit.



# What to turn in?
----
* Turn in a repy file called reference_monitor_[ netid ].r2py with all
letters in lowercase.

* **Never raise unexpected errors or produce any output.** Your program
must produce no output when run normally.

* For extra credit turn in a second repy file called extra_credit_[netid].r2py **You must turn in separate files for the normal assignment and extra credit**