Skip to content
View nikitapandya's full-sized avatar

Block or report nikitapandya

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

    Assignments and Projects for my BU distributed systems class.

    Go 1 1

  2. Photoshare Photoshare Public

    For my Intro to Databases course at BU. The PhotoShare database is a website where users can make an account, upload pictures, like pictures and comment on other user’s pictures, similar to Flickr.…

    Python 1

  3. CacheSimulator CacheSimulator Public

    The cache lab is a C program that simulates the behavior of a cache memory. The simulator takes in a valgrind memory trace as input, and simulates the hit/miss behavior of a cache memory and output…

    C

  4. ArticleComparison ArticleComparison Public

    A simple (but long) text comparison program I wrote for my Intro to CS class freshman year at BU.

    Python

  5. QueueingModels QueueingModels Public

    Few queueing model simulations that I did for my Fundamentals of Operating Systems class at BU (M/M/1, M/M/1K and M/D/1K)

    Java

  6. ChatApp ChatApp Public

    This project for my networks class at BU puts together knowledge of writing multi-threaded programs (server and client), broadcast and unicast communication, and application-layer protocols. I have…

    Java