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. A-Maze-Ing A-Maze-Ing Public

    🌀 Procedural maze generator in Python. Kruskal algorithm for Generation, Djikstra for solving, hex wall encoding, interactive terminal display with solution path. Includes a reusable mazegen packag…

    Python

  3. 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

  4. call-me-maybe call-me-maybe Public

    Function calling system using constrained decoding on a tiny LLM (Qwen3-0.6B). Translates natural language prompts into schema-compliant JSON function calls with guaranteed validity. 42 project.

    Python

  5. 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

  6. get_next_line get_next_line Public

    ead one line at a time from any file descriptor in C — no standard library, single static variable, supports multiple file descriptors simultaneously.

    C