Skip to content
View themadcoder23's full-sized avatar

Highlights

  • Pro

Block or report themadcoder23

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

Pinned Loading

  1. yaxmalloc yaxmalloc Public

    This project is a custom implementation of a dynamic memory allocator (a lightweight replacement for malloc, free, and realloc) written from scratch in C++. Built to interface directly with the Lin…

    C++ 1

  2. AI-Driven-Intrusion-System AI-Driven-Intrusion-System Public

    A real-time AI-powered intrusion detection system that monitors a camera feed, detects unauthorized human entry into a user-defined region, logs events to Firebase with proper timestamps, captures …

    Python

  3. Low-Latency-Orderbook Low-Latency-Orderbook Public

    Bare-metal C++ HFT matching engine. Engineered for strict deterministic execution with zero runtime allocations. Features a pre-allocated intrusive memory pool, cache-aligned 32-byte order structs,…

    C++