apsawicki / fa21-OS-assignments

The coding assignments given to me as a fa21 Systems Programming and Operating Systems student

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fall 2021 Operating Systems Lab Assignments (C++)

The coding assignments given to me as a Fall 2021 Systems Programming and Operating Systems student at Temple University.

  • Each assignment comes with it's own README.md that has the introduction and rules to the assignment
  • Get to each assignment's README.md by clicking the header for each project below
  • wcat - reads a file as specified by the user and prints its contents
  • wgrep - searches through a file trying to find a user-specified search term in the line. If a line has the word within it, the line is printed
  • wzip - *file compression tool, using a form of compression called /run-length encoding/(/RLE/)*
  • wunzip - reverse of wzip, taking a compressed file and writing to stdout the uncompressed results

About

The coding assignments given to me as a fa21 Systems Programming and Operating Systems student


Languages

Language:C++ 96.5%Language:C 1.8%Language:Makefile 0.9%Language:CMake 0.9%