Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by DesmondJS
A curated list of projects in awesome lists by DesmondJS .
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: 09 Nov 2024
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: 09 Nov 2024
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: 09 Nov 2024
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: 09 Nov 2024
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 Nov 2024
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: 19 Nov 2024