Skip to content
View Abhishek100100's full-sized avatar
🎯
Focusing
🎯
Focusing
  • India
  • 17:57 (UTC +05:30)

Block or report Abhishek100100

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Abhishek100100/README.md

Hi there 👋

Pinned Loading

  1. two-level-cache-simulator two-level-cache-simulator Public

    A two-level cache simulator developed for a computer architecture course. Features physically-indexed, physically-tagged L1/L2 caches with configurable parameters, multiple replacement policies (LR…

    C++ 1

  2. Real-Time-Social-Distancing-Monitoring-System Real-Time-Social-Distancing-Monitoring-System Public

    Developed during the pandemic, this computer vision system analyzes video feeds to identify potential social distancing violations in public spaces. The solution employs YOLOv3 for real-time person…

    Python 1

  3. simple-calculator-application simple-calculator-application Public

    This is a simple program based on Python GUI which provides Graphical User Interface to our program. It performs operations like addition ,substraction ,multiplication ,division , square ,squareroo…

    Python 1

  4. Digital-Healthcare-Management-Platform Digital-Healthcare-Management-Platform Public

    A comprehensive hospital management system with a graphical user interface, built using Python, Tkinter, and MySQL. This platform streamlines the management of patients, doctors, appointments, beds…

    Python 1

  5. Multi-Stage-DNS-Resolver-Using-Socket-Programming Multi-Stage-DNS-Resolver-Using-Socket-Programming Public

    High-performance 2-tier DNS resolution system in C++ with intelligent caching, supporting 100+ concurrent clients and achieving 98ms average response times. Features multi-threaded architecture wit…

    C++ 1

  6. threads-backend-api threads-backend-api Public

    A robust backend API for a Threads/Twitter-style social platform—built with Java Spring Boot and PostgreSQL, featuring users, posts, comments, likes, and follows. Includes Dockerized setup, demo da…

    Java