Skip to content
View ahmad-nashwan's full-sized avatar
❄️
❄️

Highlights

  • Pro

Block or report ahmad-nashwan

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

    A custom Unix shell built in C as a re-implementation of core Bash functionality. Covers command-line interpretation with pipes, redirections, heredocs, and signals.

    C 1

  2. Philosophers Philosophers Public

    Simulating the Dining Philosophers problem in C using threads and mutexes.

    C 1

  3. EvalCheck42 EvalCheck42 Public

    A lightweight command-line tool that automatically validates project structure and requirements according to 42 school standards.

    Python 9

  4. minitalk minitalk Public

    An application of Inter-Process Communication in C, establishing a reliable data stream between processes using UNIX signal handlers and bitwise manipulation.

    C