Skip to content
View sheikhamxa8248's full-sized avatar

Block or report sheikhamxa8248

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

Popular repositories Loading

  1. Shell Shell Public

    A simple C shell (🐚) that uses the posix_spawnp interface to compose multiple programs and manage jobs. It also supports input redirection, output redirection, and piping.

    C

  2. Web-Based-Chat-Server Web-Based-Chat-Server Public

    A basic web-based chat program with a standard HTTP server which performs actions itself based on requests.

    C

  3. Garbage-Collector Garbage-Collector Public

    An implicit allocator tool which finds the blocks that are not being used and returns them to the process as free chunks.

    C

  4. File-Compression File-Compression Public

    An application that compresses and decompresses text files using the Huffman Encoding algorithm for proper memory management. A custom-made priorityqueue was implemented that used binary search tre…

    C++

  5. 15-puzzle 15-puzzle Public

    A JavaFX Program that allows users to solve the 15 Puzzle, either themselves or by using the AI Algorithm, A*, to help assist them by calculating the 10 next moves.

    Java