Skip to content
View jbarish's full-sized avatar
  • Zebra Technologies

Organizations

@Kings-Park-Robotics-5736

Block or report jbarish

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.

Content in all repositories owned by your account will be closed.
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. Shell Shell Public

    C-programmed shell using ncurses, including most of the standard shell functionality

    C 1

  2. scrambled-squares-solver scrambled-squares-solver Public

    A c program to quickly (under 5 ms) solve a 3x3 scrambled squares problem

    C

  3. Thread-Management Thread-Management Public

    Exercise in thread management using mutex and condition variables, implementing FCFS and Round Robin Scheduling

    C

  4. Socket-Chat-Room Socket-Chat-Room Public

    A text-based TCP Chat Room with an infinite possible number of clients

    C

  5. Virtual-Memory-Management Virtual-Memory-Management Public

    Exercises in Virtual Memory Management, through the implementation of several page-replacement algorithms: FIFO, LRU, and Clock-based replacement

    C

  6. Deadlock-Detection Deadlock-Detection Public

    A simple program that checks if a given allocation and request matrix will result in a deadlock, and if the deadlock can be recovered through the use of preemption

    C