AustinStephen / C_programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Programming

Overview

A collection of C projects completed for the Linux Programming Course (COSC 3750) at the University of Wyoming.

  1. parallel matrix multiplier: User specficies two matricies to multiply, and how many threads to parititon the computation over.

  2. shell: A shell complete with input and file redirection, pipes, and quiet processes.

  3. tar: A implementation of the system Tar utility following the same octal achvive and extraction scheme and header creation used in the old GNU tar.

  4. ls, cat: Simple implementations of the ls and cat command line utilities.

Get Started

Each project has an instructions.txt with instructions on how to run the code, and a description of the expected perfromance.

About


Languages

Language:C 98.9%Language:Makefile 1.1%