Skip to content
View rhtmishra2013's full-sized avatar
Block or Report

Block or report rhtmishra2013

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories

  1. Mapper-Reducer Mapper-Reducer Public

    Creates tuples from input.txt and reduce it.Finally we combine the words.Pipe,Exec and Fork is used

    C++

  2. Mapper_Reducer_threads Mapper_Reducer_threads Public

    going to use Pthreads library and implement a multithreaded program that reads a file of words and generates some statistics such as the count of each word and the count of words that start with th…

    C++

  3. Dinining_philosophers_problem Dinining_philosophers_problem Public

    Pthreads library to implement a semaphore-­‐based and deadlock-­‐free solution to the Dining Philosophers. In the Dining Philosophers problem there are N philosophers seated on a circular table and…

  4. Dinining_philosopher_mmap Dinining_philosopher_mmap Public

    Pthreads library to implement a semaphore-­‐based and deadlock-­‐free solution to the Dining Philosophers. In the Dining Philosophers problem there are N philosophers seated on a circular table and…

    C

  5. Char_driver Char_driver Public

    Character Driver code with IOCTL

    C 1

  6. RaceCondition_chardriver RaceCondition_chardriver Public

    In this assignment you are going to check a simple character device driver for concurrency errors: deadlocks and race conditions.

    C 3