Projects in Awesome Lists by DesmondJS
A curated list of projects in awesome lists by DesmondJS .
https://github.com/desmondjs/fourzerofour
Extended Reality Course Group Assignment Submission
Last synced: 16 Feb 2026
https://github.com/desmondjs/bst_student_info
This is a a C++ program implementing a Binary Search Tree (BST) to manage student data read from a text file. This program can insert student records based on their student ID, print the deepest node, display students in ascending or descending order, clone a subtree, print nodes at each level, and print paths in the tree.
Last synced: 09 Sep 2025
https://github.com/desmondjs/mining_synchronization_solution
This project is a solution to an Operating System assignment focusing on thread synchronization using POSIX semaphores and pthreads. The problem simulates a mining operation involving explorers, miners, and transporters.
c multithreading operating-system posix-threads semaphores thread-synchronization
Last synced: 27 Jul 2025
https://github.com/desmondjs/cuda_mceliece_kem
CUDA-Accelerated McEliece KEM 🔑 | Post-Quantum Cryptography on GPU Implementation of Classic McEliece key encapsulation, encryption, decryption, and decapsulation on CPU & GPU with CUDA, including benchmarking scripts and full FYP2 report
academic-project benchmarking classic-mceliece cuda fyp gpu-acceleration kem pqc
Last synced: 02 Oct 2025
https://github.com/desmondjs/stock_management_system
This is a JavaFX-based stock management system that allows users to view, add, deduct, and discontinue products. This application provides a user-friendly interface for efficient stock management.
Last synced: 04 Feb 2026
https://github.com/desmondjs/food_ordering_system
This repository contains the SQL scripts for a food ordering system database. The database includes various tables to manage and store information related to food orders, staff, inventory, and more. The tables and their relationships are designed to handle the operations of a food ordering system efficiently.
data-management database-design food-ordering-system relational-database sql
Last synced: 28 Feb 2026
https://github.com/desmondjs/library_system
A simple C++ library management system that allows administrators to manage books in the library. Features include searching for books, viewing all books, adding new books, and deleting books from the system. The program uses file handling to store and manage book records.
Last synced: 14 Jun 2026
https://github.com/desmondjs/library_management_system
This repository contains a C++ program designed to manage a library system with various functionalities such as reading student and book information, deleting student records, searching for students, displaying information, computing statistics, and more.
Last synced: 14 Jun 2026