Skip to content

Releases: goncaloacteixeira/feup-sope

Project 2 - Stage 2 - WC

16 May 14:56
f45cc9d
Compare
Choose a tag to compare

Project 2 - Stage 2 - WC Client/Server

build:

make

test:

make test

run:

./U2 -t <time> <fifo name>                                  # client
./Q2 -t <time> [-l <nplaces>] [-n <nthreads>] <fifo name>   # server

Project 2 - Stage 1 - WC

02 May 14:42
6139462
Compare
Choose a tag to compare

Project 2 - Stage 1 - WC Client/Server

build:

make

test:

make test

run:

./U1 -t <time> <fifo name>   # client
./Q1 -t <time> <fifo name>   # server

SimpleDu

01 May 00:00
405eda4
Compare
Choose a tag to compare

A simple version of the du command in C

To generate a log file set LOG_FILENAME in your env. variables to the desired file location.