{"id":25485599,"url":"https://github.com/nxr-deen/record-management-system","last_synced_at":"2025-07-06T21:33:40.685Z","repository":{"id":263125410,"uuid":"889425035","full_name":"nxr-deen/Record-Management-System","owner":"nxr-deen","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-16T11:14:13.000Z","size":10,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T14:09:06.244Z","etag":null,"topics":["binary","binary-file-records","binaryfiles","c","c-record-manager","filehandling","files"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nxr-deen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-16T10:54:32.000Z","updated_at":"2025-05-16T14:36:12.000Z","dependencies_parsed_at":"2024-11-16T11:39:41.611Z","dependency_job_id":null,"html_url":"https://github.com/nxr-deen/Record-Management-System","commit_stats":null,"previous_names":["nxr-deen/record-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nxr-deen/Record-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxr-deen%2FRecord-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxr-deen%2FRecord-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxr-deen%2FRecord-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxr-deen%2FRecord-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nxr-deen","download_url":"https://codeload.github.com/nxr-deen/Record-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxr-deen%2FRecord-Management-System/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263975692,"owners_count":23538374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary","binary-file-records","binaryfiles","c","c-record-manager","filehandling","files"],"created_at":"2025-02-18T18:37:21.098Z","updated_at":"2025-07-06T21:33:40.667Z","avatar_url":"https://github.com/nxr-deen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Record Management System\n\nThis is a simple C program that allows users to manage records stored in a binary file. It provides basic operations such as initializing the file, adding records, searching for records, deleting records, and displaying records in various ways.\n\n---\n\n## Features\n1. **Initialize File**: Creates or resets the file to an empty state.\n2. **Insert Record**: Adds a new record with a unique ID, name, and age.\n3. **Search Record**: Searches for a record by its unique ID.\n4. **Delete Record**: Marks a record as deleted by overwriting it with empty values.\n5. **Show All Records**: Displays all non-deleted records.\n6. **Raw File Content Display**: Displays all records, including empty (deleted) ones, for debugging purposes.\n\n---\n\n## How to Run\nFollow these steps to run the Record Management System on your local machine:\n\n### Step 1: Clone the Repository\n### Step 2: Navigate to the Project Directory\n### Step 4: Run the Program\n\n---\n\n## Menu Options\n### When you run the program, you will see the following menu:\nChoose an option:\n\n1. **Initialize File**: Creates or resets the binary file to an empty state.\n2. **Insert Record**: Adds a new record with a unique ID, name, and age.\n3. **Search Record**: Searches for a record based on the unique ID.\n4. **Delete Record**: Marks a record as deleted by overwriting it with an empty record.\n5. **Show All Records**: Displays all non-deleted records stored in the file.\n6. **Show Raw File Content**: Displays all records, including deleted ones (useful for debugging).\n7. **Exit**: Exits the program.\n\n---\n\n## Use Cases\n\n### 1. Learning File Handling\n- Understand how to use file handling (especially binary files) in C to store and manage records.\n- Practice basic file operations such as reading, writing, updating, and deleting data.\n\n### 2. CRUD Operations\n- Implement basic **Create**, **Read**, **Update**, and **Delete** functionality in a console-based application.\n- Gain experience with file-based storage rather than using databases.\n\n### 3. Building Console Applications\n- Build simple, interactive C console applications that allow users to perform various actions based on user input.\n- Learn how to interact with users through a terminal interface and handle their choices efficiently.\n\n### 4. Debugging with Raw Data\n- The \"Show Raw File Content\" feature can be used to debug or inspect the underlying file contents, even the empty or deleted records.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxr-deen%2Frecord-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnxr-deen%2Frecord-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxr-deen%2Frecord-management-system/lists"}