Skip to content
View tankankita's full-sized avatar

Block or report tankankita

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 Loading

  1. Concurrent_Elevator_Controller Concurrent_Elevator_Controller Public

    A M story highrise has N elevators in a single “elevator bank”, each able to serve every floor of the building. Contrary from most elevator designs, there are no buttons to choose a destination flo…

    C 3 3

  2. LiveSafeAR LiveSafeAR Public

    C# 2 1

  3. Chicago_Crime_Analysis_ Chicago_Crime_Analysis_ Public

    The Project is to input Chicago Crime data and perform a simple analysis of the top - 5 crimes. There are 2 input files, both in CSV format: (1) “crime-codes.csv” defines a standard set of crime co…

    C++

  4. Garbage_Collector Garbage_Collector Public

    We build a basic, conservative garbage collector for C programs. Starting from the set of root pointers present in the stack and global variables, we traverse the “object graph” (in the case of mal…

    C

  5. A_Shell A_Shell Public

    Learn how to use system calls Learn how to create child processes Learn how to catch signals Learn basic I/O redirection

    C 1

  6. A_Home_Brew_Webserver A_Home_Brew_Webserver Public

    Learn how to follow a network protocol (in this case, http) Learn network/socket programming Learn some simple multithreading

    C