Skip to content
View Adameelmadani's full-sized avatar
💻
On my laptop
💻
On my laptop

Highlights

  • Pro

Block or report Adameelmadani

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

Pinned Loading

  1. simple_shell simple_shell Public

    Forked from henrychris/simple_shell

    A lightweight UNIX command line interpreter implemented in C that mimics basic sh functionality. This shell supports command execution, built-in commands, PATH handling, and environment variables w…

    C

  2. monty monty Public

    A simple stack-based interpreter for Monty ByteCode files. Processes stack operations, arithmetic functions, and string manipulations according to the Monty 0.98 language specification.

    C

  3. sorting_algorithms sorting_algorithms Public

    Forked from Biyuktul/sorting_algorithms

    A comprehensive collection of classic and advanced sorting algorithms implemented in C. Includes bubble sort, insertion sort, quick sort, merge sort and more with detailed comments, complexity anal…

    C

  4. printf printf Public

    Forked from henrychris/printf

    A custom implementation of the printf function in C, built from scratch to deepen understanding of low-level programming, variadic functions, and formatted output handling.

    C