Skip to content
View muhsinalikulbak's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report muhsinalikulbak

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
muhsinalikulbak/README.md

Hi there Im Muhsin Ali Kulbak 👋

LeetCode Stats Anurag's GitHub stats

Pinned Loading

  1. Minishell Minishell Public

    Minimal Bash-like shell in C with state machine-based parsing, built-in commands, redirections, piping, environment handling, and signal control.

    C 3 1

  2. Fract_ol Fract_ol Public

    Interactive fractal viewer built with MLX — explore Mandelbrot, Julia, Tricorn, Burning Ship, and Dynamic Julia in stunning detail.

    C 1

  3. Pipex Pipex Public

    Implements shell-like piping (<infile grep M | cat -e > outfile): reads input files, processes data through commands, and writes output to a file.

    C 2

  4. Philosophers Philosophers Public

    Dining Philosophers problem implementation with both multithreading (mutex-based) and multiprocessing (semaphore-based) solutions, focusing on synchronization and deadlock prevention.

    C 1