Skip to content
View Kheldin's full-sized avatar
🎯
🎯

Highlights

  • Pro

Block or report Kheldin

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. Codexion Codexion Public

    Dining Philosophers reimagined. Concurrency simulation in C (42 project), multiple coders compete for shared USB dongles using pthreads, mutexes, condition variables, and a priority queue. Supports…

    C 1

  2. libft libft Public

    Custom C standard library built from scratch. 40+ reimplemented functions covering strings, memory, character classification, I/O and linked lists. Used as a foundation across all 42 projects.

    C

  3. Push_Swap Push_Swap Public

    Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions.

    C 1

  4. flyin flyin Public

    flyin is a 2D simulation and visualization project. It models a directed graph of hubs (nodes) connected by routes (edges), simulates the movement of objects along those routes, and renders the who…

    Python

  5. pacman pacman Public

    The good old Pacman game. The game is rendered using the Arcade library and is structured as a proper Python package under src/. Mazes are procedurally generated using the A-Maze-ing (mazegenerator…

    Python

  6. RAG RAG Public

    A Retrieval-Augmented Generation (RAG) system. Given a corpus of documents, the system answers questions by retrieving the most relevant text passages and returning them as context to a language mo…

    Python