Skip to content
View hemanthreddy6's full-sized avatar

Highlights

  • Pro

Block or report hemanthreddy6

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

    This repository is intended for the course AI1110: Probability & Random Variables at Indian Institute of Technology Hyderabad.

    TeX

  2. digital-communication digital-communication Public

    Forked from gadepall/digital-communication

    A simulation based approach

    TeX

  3. Minesweeper Minesweeper Public

    A Simple Minesweeper game made using JavaScript.

    JavaScript

  4. linux-terminal linux-terminal Public

    This project is a simulation of Linux terminal, developed in C, that implements fundamental commands such as ls, ps, cp, mv and grep. Each command supports 4-5 flags.

    C

  5. cache-simulation cache-simulation Public

    This project simulates various cache replacement policies and analyzes the cache hit rate for any given access sequence.

    C++

  6. xv6-project xv6-project Public

    Extended existing xv6 operating system kernel by adding support for Copy-on Write feature. Implemented Demand Paging to improve memory allocation

    C