You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A peer to peer client which connects to an instructor provided tracke…
…r and downloads and uploads lolcats.
The client defends itself from attacks, and will attempt to disrupt other clients if run with its evil flag set.
A Linux module which implements a random-access, blocking ramdisk
The module processes requests in a first-come-first-serve order, and performs checks for deadlocking.
Version of timetrash at the time of the design problem submission
The shell implements an optional flag -n which takes a parameter defining the limit of parallelization during execution.
Version of timetrash at the time of the third submission
The shell executes commands in a parallelized mode when given the -t flag.
It executes faster than sh or bash, but it has its own assumptions, limitations, and don't-care behaviors.
Version of timetrash at the time of the second submission
The shell executes commands in a text file sequentially.
It behaves the same way as if `sh <file>` would work.