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

Block or report navdeepgill14

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. malloc malloc Public

    Forked from HarshTrivedi/malloc

    An implementation of dynamic memory allocator in C using explicit free list, as according to the lab assignment of CS-APP book , reaching 91 % efficiency.

    C

  2. concurrent-caching-proxy-server concurrent-caching-proxy-server Public

    Forked from Waltlxj/concurrent-caching-proxy-server

    A simple HTTP proxy written in C that caches web objects and can handle concurrent requests

    C

  3. Apr.2015_Caching-Web-Proxy Apr.2015_Caching-Web-Proxy Public

    Apr. 2015 - An HTTP web proxy efficiently handle multiple concurrent requests

    C

  4. http-proxy http-proxy Public

    Forked from cholojuanito/http-proxy

    A simple HTTP proxy that caches web objects from multiple concurrent connections

    C

  5. proxy proxy Public

    Forked from Wendyl42/proxy

    A tiny concurrent proxy server with cache, which accept HTTP GET request message and forward request to server using HTTP/1.0 message

    C

  6. proxy-server proxy-server Public

    Forked from ahmeducf/proxy-server

    A simple concurrent HTTP proxy server that caches recently-requested web objects.

    C