Skip to content
View sakky016's full-sized avatar

Block or report sakky016

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

Pinned Loading

  1. FixedBlockStorageManager FixedBlockStorageManager Public

    Provides custom APIs for allocation and deallocation of memory. All allocations and de-allocations are done from the pools depending upon the size of the requested memory. Provides improvement of a…

    C++ 1

  2. BitmapImageProcessing BitmapImageProcessing Public

    Processing of Bitmap images in C++. It does pixel-by-pixel analysis of the bmp format image. Besides it fetches bitmap header information from image, provides API to convert RGB image to grayscale,…

    C++ 2 1

  3. ProcessSchedulingSimulation ProcessSchedulingSimulation Public

    This program simulates the different Process Scheduling algorithms. This has been implemented by inheriting from the ProcessScheduler class. Depending on the name of the algorithm, derived class fo…

    C++ 1

  4. Population-Simulator-UI Population-Simulator-UI Public

    A UI based population simulator tool built using C++ and QT. It processes parameters like marriage age, life expectancy, child gap, fertility rate etc. to produce a population model. It keeps track…

    C++

  5. ConcurrentJobProcessingUI ConcurrentJobProcessingUI Public

    Based on Qt and C++, this tool simulates how concurrent jobs can be processed by multiple worker threads. The main thread is used for UI update and fetching user input. Then there is a thread which…

    C++ 1

  6. WinGrep WinGrep Public

    A simple grep utility for Windows using multi-threading to improve performance, case sensitive search, whole word matching and recursive directory search.

    C++