Skip to content
View KhaledHihi's full-sized avatar

Highlights

  • Pro

Block or report KhaledHihi

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
KhaledHihi/README.md

Welcome to my GitHub profile. Here’s a little about me:

🔧 Technologies & Tools

  • Languages: C, C++, Python

🎮 Hobbies & Interests

  • 🧩 Problem solving and tackling challenging coding problems.

Thanks for stopping by! Feel free to connect with me on social media or check out my projects. Let’s build something amazing together!

icon icon icon

Pinned Loading

  1. -Inception -Inception Public

    A system administration project that uses Docker to set up a small infrastructure with multiple services including NGINX, WordPress, and MariaDB, all orchestrated with docker-compose in a virtual m…

    Shell

  2. IRC IRC Public

    Ft_irc — A C++98 IRC server built at 42 School.ft_irc — A C++98 IRC server built at 42 School. Handles multiple clients using non-blocking I/O and epoll, following RFC 1459. Supports client registr…

    C++

  3. Cub3D Cub3D Public

    A 3D game engine inspired by Wolfenstein 3D, built in C using raycasting techniques to render a first-person perspective maze from a 2D map.

    C

  4. MiniShell MiniShell Public

    A simplified bash shell implementation in C that handles command execution, pipes, redirections, environment variables, and built-in commands, providing a deep understanding of process creation and…

    C

  5. philosophers philosophers Public

    Multithreading project solving the Dining Philosophers synchronization problem in C. Implements thread management, mutex locks, and resource sharing to prevent deadlock and starvation.

    C

  6. mini-talk mini-talk Public

    Client-server program in C that sends messages between processes using only UNIX signals, encoding data bit by bit.

    C