Skip to content
View irtaza-shahzad's full-sized avatar
🦇
🦇

Highlights

  • Pro

Block or report irtaza-shahzad

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

Popular repositories Loading

  1. grocery-manager grocery-manager Public

    Semester Project: A Grocery Management System Made with NodeJS, ReactJS & MSSQL

    JavaScript

  2. posix-shell posix-shell Public

    Custom command-line shell written in C with support for basic Linux commands.

    C

  3. bingo-sfml bingo-sfml Public

    A classic two-player Bingo game brought to life with C++ and SFML, featuring dynamic N x N boards, save/resume functionality, and persistent high scores.

    C++

  4. exec-timer exec-timer Public

    Custom timeout utility written in C. Runs a command with arguments, monitors execution, and terminates it after a specified duration using fork, execvp, signals, and output redirection.

    C

  5. custom-mem-alloc custom-mem-alloc Public

    A custom dynamic memory allocator in C implementing malloc() and free() using First Fit strategy, managing a 1MB memory pool with block reuse and coalescing.

    C

  6. flappy-x86-asm flappy-x86-asm Public

    Flappy Bird clone made in x86 16-bit Assembly (text mode) for DOSBox. Features real-time gameplay, keyboard interrupts, score tracking, pause/resume, and smooth game-over transitions

    Assembly