Skip to content
View Ankit-Anand7's full-sized avatar

Block or report Ankit-Anand7

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. producer-consumer producer-consumer Public

    Designed and implemented a multi-threaded producer-consumer system using C language, featuring a circular buffer for efficient data transfer and synchronisation. The project aimed to demonstrate co…

    C

  2. page-replacement-simulation page-replacement-simulation Public

    Implemented page replacement algorithms (FIFO, LRU, Random) from memory management concepts of Operating Systems in C for simulating process execution, achieving an average hit/miss ratio of pages …

    C

  3. disk-arm-scheduling-concept disk-arm-scheduling-concept Public

    Developed a disk scheduling program in C implementing First Come-First Serve (FCFS), Shortest Seek First (SSF), and Elevator (SCAN) algorithms to simulate disk arm motion.

    C

  4. reliable-client-server reliable-client-server Public

    Reliable client-server communication using custom protocol on top of UDP to ensure reliable packet transfer,error handling, retransmission, packet ack and rejection mechanism.

    C

  5. UDP-custom-access-protocol UDP-custom-access-protocol Public

    A custom communication protocol in C, layered over UDP, to facilitate secure access requests from client devices to a server in a cellular network.

    C