Skip to content
View ananya056's full-sized avatar

Block or report ananya056

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 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

Pinned Loading

  1. cache cache Public

    This program simulates a LRU cache.

    C

  2. emailReader emailReader Public

    Stores internship status emails in a database and displays them in a chrome extension.

    JavaScript

  3. malloc malloc Public

    This program implements a dynamic storage allocator for C programs. It includes a malloc implementation using segregated lists for free nodes and different techniques to improve the speed while lim…

    C

  4. NASAhackathon NASAhackathon Public

    JavaScript

  5. shell shell Public

    This file implements a tiny shell for C programs. It includes signal handling with an execution function that supports job control and builtin commands.

    C

  6. webproxy webproxy Public

    This web proxy acts as an intermediary server that sits between a user and the internet, forwarding requests on their behalf and returning responses.

    Python