8000 Tags · pcrumm/ucla-cs111 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pcrumm/ucla-cs111

Tags

proj-4

Toggle proj-4's commit message
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.

proj-3

Toggle proj-3's commit message
A Linux-like file system which resides in ram instead of a physical disk

proj-2

Toggle proj-2's commit message
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.

proj-1c-design

Toggle proj-1c-design's commit message
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.

proj-1c

Toggle proj-1c's commit message
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.

proj-1b

Toggle proj-1b's commit message
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.

proj-1a

Toggle proj-1a's commit message
Version of timetrash at the time of the first submission

The shell parses commands and can display the syntax trees when given the -p option.
0