This repository contains a collection of my programming projects.
Each project is a complete, working system built with a focus on correctness, structure, and real-world usability.
The purpose of this repository is to:
- Maintain a single, organized place for all my projects
- Demonstrate problem-solving and system design through code
- Show progression across different concepts and technologies
Each project lives in its own folder and includes a dedicated README explaining:
- What the project does
- How it works
- How to build and run it
A command-line file access control system written in C that supports password-based and time-restricted file locking using persistent binary storage.
Features include:
- Multiple file lockers
- Password authentication with attempt limits
- Time-based access control with emergency override
- Controlled file viewing, editing, and deletion
More projects will be added over time.
Ronak Sarda Github: https://github.com/ronaksarda