Skip to content
View Jamil-M03's full-sized avatar
  • American University of Beirut
  • Lebanon

Block or report Jamil-M03

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. N-Body-Gravitational-Simulator N-Body-Gravitational-Simulator Public

    C++ N-body gravitational simulator with RK4 integration, JSON-driven scenarios, and Python/matplotlib visualizations of orbital paths and velocity fields.

    C++

  2. TheMoralAgent TheMoralAgent Public

    Two AI agents reason through ethical dilemmas side by side - one Kantian, one utilitarian.

    TypeScript

  3. UniFlow UniFlow Public

    Forked from Striver29/UniFlow

    AI-powered course planner for AUB students — live schedule builder, anonymous reviews, GPA calculator, and a Groq-powered chat assistant, backed by Playwright scrapers of the official course catalo…

    TypeScript

  4. xv6-extensions xv6-extensions Public

    Kernel and user-space extensions to MIT's xv6 teaching OS — across both x86 and RISC-V — adding new system calls, a clone()-based threading library with ticket locks, a multi-level feedback queue s…

    C

  5. connect4-c connect4-c Public

    Forked from SamiAllakkis/connect4-c

    A console-based Connect 4 game written in C. Play against friends or challenge built-in bots with different strategies.

    C

  6. minigames minigames Public

    Four classic console games (Connect Four, Connect Three, Tic-Tac-Toe, Hangman) built in Java around a shared abstract game engine, with optional AI opponent and ANSI-colored terminal output.

    Java