Projects in Awesome Lists by JohnniesHere
A curated list of projects in awesome lists by JohnniesHere .
https://github.com/johnnieshere/virtual-memory-management
This project simulates a processor's access to memory using a paging mechanism. It involves the implementation of functions to handle memory management, page faults, and page swapping.
linux memory-management memory-paging
Last synced: 27 Mar 2025
https://github.com/johnnieshere/lolinfoapp
This project demonstrates the creation of a graphical application using GLFW, OpenGL, and Dear ImGui. The application provides detailed information about League of Legends champions, items, and summoner spells, including images and text details fetched from JSON files.
api cpp curl dear-imgui glfw league-of-legends league-of-legends-api nlohmann-json opengl stb-image threads
Last synced: 31 Mar 2025
https://github.com/johnnieshere/file-content-processor
Simple .exe to replace/delete text in large files.
Last synced: 02 Apr 2025
https://github.com/johnnieshere/johnnieshere
Config files for my GitHub profile.
Last synced: 27 Mar 2025
https://github.com/johnnieshere/matrix-operations-program
This project involves a series of C programs designed for matrix operations. The base code handles fundamental matrix operations, while the other codes expand on this base using shared memory and threads to demonstrate different inter-process communication techniques.
Last synced: 27 Mar 2025
https://github.com/johnnieshere/shell-program
This is a simple shell program written in C for Linux-based machines. It reads commands from the user or a script file, executes them, and handles special commands like "alias", "unalias", and "source". It also counts the number of commands, script lines, and commands that contains quotes. It uses a stack to check for quotes in the input.
linux linux-shell-implementation linux-shell-in-c
Last synced: 27 Mar 2025