You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Operating System Course Project] Ice Cream Factory Problem - This program creates a simulation of an ice cream shop where multiple customers are entertained with preventing race condition. It is written in pure C only.
Used Linux based system call to reverse the content of a file, check permissions of a file, validating a directory existence, and cross-checking that content of the new file is reversed of old file or not.
This project demonstrates IPC using System V message queues in C. It includes a server and two clients that communicate through message queues. The server receives and forwards messages between clients, enabling continuous communication.
In here, you can learn how to implement System Call and FUSE. System Call part modifies fork and exit functions. Fuse part creates a fuse for html files which includes Libtidy operations.
This is a server-client based CLI Banking System. All accounts, transactional, customer information, and admin details are stored in files. It supports basic operations like login, CRUD operation on customer, Check Balance, WithDrawal, and Deposit. All these things were mostly done using system calls.