Skip to content
View zahmed02's full-sized avatar

Block or report zahmed02

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.

Content in all repositories owned by your account will be closed.
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. CS3006-Hybrid-MPI-OpenMP-Parallel-Genetic-Algorithm-for-Large-Scale-Combinatorial-Optimization CS3006-Hybrid-MPI-OpenMP-Parallel-Genetic-Algorithm-for-Large-Scale-Combinatorial-Optimization Public

    A hybrid MPI + OpenMP parallel Genetic Algorithm for the Traveling Salesman Problem, implemented in modern C++17. The project uses an island model to distribute independent populations across MPI r…

    C++

  2. AL2002-Contextual-Multi-Arm-Recommendation-System AL2002-Contextual-Multi-Arm-Recommendation-System Public

    AI‑powered recommendation engine combining A search* for optimised category navigation, Random Forest for purchase probability prediction, and a LinUCB contextual bandit that dynamically chooses be…

    Jupyter Notebook 1

  3. CS4031-Graphics-DSL-Compiler-Targeting-x86-Assembly CS4031-Graphics-DSL-Compiler-Targeting-x86-Assembly Public

    End-to-end compiler for a graphics DSL written in Rust. Implements all classical compiler phases: lexing, parsing, semantic analysis, TAC generation, constant folding, and x86 code generation targe…

    Rust

  4. CS3009-Backend-Performance-Optimization CS3009-Backend-Performance-Optimization Public

    4 optimization techniques with C#, ASP.NET Core 8, EF Core & Oracle DB: indexing (80-90% speedup), query benchmarking, optimistic concurrency (row versioning), async vs multithreading (3x faster). …

    C#

  5. CS3001-Microservices-Network-Manager CS3001-Microservices-Network-Manager Public

    MicroNet Manager: A cloud-native microservices networking platform demonstrating API Gateway, load balancing, real-time monitoring, and WebSocket ChatOps for system management.

    Python

  6. CS2006-Document-Collaboration-System-Priority-Based-Access-Control CS2006-Document-Collaboration-System-Priority-Based-Access-Control Public

    A collaborative document system where multiple readers access content simultaneously, while writers get exclusive access. Uses reader-writer locks to balance concurrency, fairness, and prevent star…

    C 1