Skip to content
View varshasing's full-sized avatar

Block or report varshasing

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

Pinned Loading

  1. MunchMap-Odyssey MunchMap-Odyssey Public

    MunchMap Odyssey, a road trip planner designed for food enthusiasts

    Python 2

  2. rl-blackjack-agent rl-blackjack-agent Public

    Blackjack RL agent utilizing Q-Learning to optimize its strategy

    Jupyter Notebook 1

  3. SimpleShell SimpleShell Public

    Basic shell which is able too execute commands, redirect the standard input/output (stdin/stdout) of commands to files, and pipe the output of commands to other commands, and carry out commands in …

    C 1

  4. File-System File-System Public

    Simple file system on top of a virtual disk, implementing a library that offers a set of basic file system calls to applications. The goal is to understand implementation details of file systems.

    C 2

  5. Thread-Local-Storage Thread-Local-Storage Public

    Implement a library that provides protected memory regions for threads, which they can safely use as local storage. The goal is to understand basic concepts of memory management, and to provide pro…

    C 1