Skip to content
View BiscBoi28's full-sized avatar

Highlights

  • Pro

Block or report BiscBoi28

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
BiscBoi28/README.md

Hi, I'm Ayush

B.Tech CSE at IIIT Hyderabad (CGPA 9.44/10, Dean's List 4/4 semesters) and a software engineering intern at ConnectMyWorld. I build systems software from scratch: transport protocols, distributed file systems, and kernels. Every project below has an interactive deep dive on my portfolio where you can drop packets mid-flight, crash servers, trigger page faults, and step through the pipeline yourself.

🌐 biscboi28.github.io · 📄 résumé · ✉️ ayush.aga@students.iiit.ac.in

What I've built

Project What it is Interactive demo
CoWrite Distributed collaborative document store in C: sentence-level locking, capability tickets, primary/backup replication with automatic failover crash the primary
SHAM TCP-style reliable transport built from scratch on raw UDP: handshake, sliding window, cumulative ACKs, RTO retransmission drop a packet
XV6 Enhancements Demand paging with FIFO swap plus four pluggable CPU schedulers (FCFS/RR/CFS/MLFQ) in the xv6-riscv kernel trigger a page fault
Orbit-Node (client project) Human-in-the-loop security orchestration: Neo4j asset graph, Wazuh SIEM, and a Gemini agent over MCP. The AI proposes, an analyst approves, the SIEM executes walk the pipeline
On-device face verification (employer codebase) Fully offline face-verification gate on low-end Android: ML Kit → ArcFace alignment → MobileFaceNet fp16 TFLite → multi-template matching. In production with 650+ users see how it works

Also: CTF problem setter at Hacking Club IIIT-H · 2nd place (Open), Deccan CTF.

Popular repositories Loading

  1. LaundryLust LaundryLust Public

    #stayclean

    Dart

  2. biscboi28.github.io biscboi28.github.io Public

    My portfolio — every project has an interactive deep dive: drop packets mid-flight, crash the primary server, trigger page faults, play the security analyst. Vanilla HTML/CSS/JS, zero dependencies.

    HTML

  3. SHAM-Reliable-UDP SHAM-Reliable-UDP Public

    SHAM — reliable, ordered transport built from scratch in C on raw UDP: 3-way handshake, sliding window, cumulative ACKs, RTO retransmission, reassembly. Survives 20% packet loss with matching MD5s.

    C

  4. C-Shell C-Shell Public

    C

  5. C-WireShark-Clone C-WireShark-Clone Public

    C

  6. CoWrite-file-system CoWrite-file-system Public

    Distributed collaborative document store in C: sentence-level write locking, capability tickets, per-user ACLs, and primary/backup replication with automatic failover — Google-Docs semantics over r…

    C