Skip to content
View ChristopherCS's full-sized avatar

Highlights

  • Pro

Block or report ChristopherCS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. OperatingSystemsAssignement1 OperatingSystemsAssignement1 Public

    First Operating Systems Assignment. It is not pretty.

    C

  2. QuadSolver QuadSolver Public

    An Assignment for Senior Design. The project is to write a Quadratic Equation Solver in C.

    C

  3. Scheduler Scheduler Public

    Assignment 2 for Operating Systems Class. Simulating a computer scheduler.

    C

  4. semaphoreThreads semaphoreThreads Public

    A c program demonstrating how to use semaphores and threads. Threads are meant to have and then recover from deadlocks.

    C

  5. semaphoreProcs semaphoreProcs Public

    A c program demonstrating the use of semaphores and processes. Processes have and recover from deadlocks.

    C

  6. signalHandling signalHandling Public

    A c program that handles the alarm signal, SIGALRM, and the interrupt (ctl-c) signal, SIGINT.

    C 1