Pinned Loading
-
FixedBlockStorageManager
FixedBlockStorageManager PublicProvides 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
-
BitmapImageProcessing
BitmapImageProcessing PublicProcessing 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,…
-
ProcessSchedulingSimulation
ProcessSchedulingSimulation PublicThis 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
-
Population-Simulator-UI
Population-Simulator-UI PublicA 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++
-
ConcurrentJobProcessingUI
ConcurrentJobProcessingUI PublicBased 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
-
WinGrep
WinGrep PublicA simple grep utility for Windows using multi-threading to improve performance, case sensitive search, whole word matching and recursive directory search.
C++
If the problem persists, check the GitHub status page or contact support.