Skip to content
View asad82's full-sized avatar
Block or Report

Block or report asad82

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

  1. 2D-Signal-Image-Transforms 2D-Signal-Image-Transforms Public

    The program implements forward and inverse version of 2D Discrete Fourier Transform (FFT), Discrete Cosine Transform, Discrete Walsh-Hadamard Transform and Discrete Wavelets Transform (lifting sche…

    C++ 9 3

  2. Lexical-Syntax-Semantic-Analyzer Lexical-Syntax-Semantic-Analyzer Public

    Implementation of the lexical, syntax and semantic analysis stages of a typical C/C++ compiler. The program is able to read a sample C/C++ code and process and analyze the source file to find error…

    C++ 8 2

  3. User-Level-Thread-Library User-Level-Thread-Library Public

    The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real wor…

    C 7 4

  4. OS-Memory-Allocation-Algorithms-Simulation OS-Memory-Allocation-Algorithms-Simulation Public

    The two programs included in this repository simulate the Buddy System, First Fit, Next Fit, Best Fit and Worst Fit memory allocation algorithms used in numerous operating systems. Tree data struct…

    C++ 7 3

  5. LZW-Compression LZW-Compression Public

    Implementation of LZW Compression and decompression in C++. All types of files can be compressed

    C++ 4 4

  6. Huffman-Compression Huffman-Compression Public

    Implements the basic Huffman Compression and decompression algorithm in C++. All types of files can be compressed.

    1