{"id":29545872,"url":"https://github.com/sgirishkumar04/openbsd-website","last_synced_at":"2025-07-17T18:02:08.150Z","repository":{"id":256402671,"uuid":"811948110","full_name":"sgirishkumar04/OpenBSD-Website","owner":"sgirishkumar04","description":"An educational website on OpenBSD and OS concepts, featuring interactive JavaScript simulators for CPU Scheduling (SRTF) \u0026 Synchronization.","archived":false,"fork":false,"pushed_at":"2025-07-13T19:08:37.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T21:19:52.728Z","etag":null,"topics":["openbsd","operating-systems"],"latest_commit_sha":null,"homepage":"https://sgirishkumar04.github.io/OpenBSD/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgirishkumar04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-06-07T16:14:43.000Z","updated_at":"2025-07-13T19:08:41.000Z","dependencies_parsed_at":"2024-09-10T14:48:04.785Z","dependency_job_id":"8ce0fd83-2546-4723-856e-b32c5980675d","html_url":"https://github.com/sgirishkumar04/OpenBSD-Website","commit_stats":null,"previous_names":["sgirishkumar04/openbsd","sgirishkumar04/openbsd-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sgirishkumar04/OpenBSD-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgirishkumar04%2FOpenBSD-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgirishkumar04%2FOpenBSD-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgirishkumar04%2FOpenBSD-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgirishkumar04%2FOpenBSD-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgirishkumar04","download_url":"https://codeload.github.com/sgirishkumar04/OpenBSD-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgirishkumar04%2FOpenBSD-Website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265642131,"owners_count":23803811,"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":["openbsd","operating-systems"],"created_at":"2025-07-17T18:00:45.448Z","updated_at":"2025-07-17T18:02:08.119Z","avatar_url":"https://github.com/sgirishkumar04.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenBSD Educational Hub \u0026 OS Simulators 💻\n\n[![Website](https://img.shields.io/badge/Live-Demo-2ea44f?style=for-the-badge)](https://sgirishkumar04.github.io/OpenBSD-Website/)\n[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)\n[![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS)\n[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n\nA comprehensive, single-page educational website dedicated to exploring the core concepts of the **OpenBSD** operating system. This project goes beyond static information by including two interactive JavaScript simulators to visually demonstrate complex OS topics: **CPU Scheduling (SRTF)** and **Process Synchronization**.\n\n---\n\n## 🎬 Live Demo \u0026 Screenshots\n\n**The entire website is hosted on GitHub Pages. You can view it live here:**\n\n### 👉 [https://sgirishkumar04.github.io/OpenBSD/](https://sgirishkumar04.github.io/OpenBSD-Website/)\n \n---\n\n## ✨ Key Features\n\n-   **Comprehensive OpenBSD Information:** Detailed sections covering OpenBSD's unique features, core commands, system calls, and more, complete with comparisons to Linux.\n-   **Interactive SRTF Scheduling Simulator:** A hands-on tool to understand the Shortest Remaining Time First (SRTF) scheduling algorithm. Users can:\n    -   Add processes with custom arrival and burst times.\n    -   Visualize the CPU timeline as the algorithm executes.\n    -   Automatically calculate and display Completion, Waiting, and Turnaround times for each process, along with the averages.\n-   **Process Synchronization Simulator:** A visual representation of a producer-consumer problem (themed as an Akshaya Centre queue) to demonstrate synchronization concepts. It simulates:\n    -   A shared, limited resource (the chairs in the queue).\n    -   Mutual exclusion, ensuring only one customer is \"processed\" at a time.\n    -   Status updates for waiting, processing, and queue-full states.\n\n---\n\n## 🛠️ Technology Stack\n\nThis is a pure front-end project built with fundamental web technologies, making it lightweight and universally compatible.\n\n-   **HTML5:** For the structure and content of the webpage.\n-   **CSS3:** For all styling, layout, and responsiveness.\n-   **Vanilla JavaScript (ES6):** For all the logic powering the interactive SRTF and Synchronization simulators. No external frameworks or libraries were used.\n\n---\n\n## 🚀 How to Use\n\n### Viewing the Live Site\nSimply click on the [Live Demo link](https://sgirishkumar04.github.io/OpenBSD/) to access the website directly in your browser. No installation is needed.\n\n### Running Locally\n1.  **Clone the repository:**\n    ```sh\n    git clone https://github.com/sgirishkumar04/OpenBSD.git\n    ```\n2.  **Navigate to the project directory:**\n    ```sh\n    cd OpenBSD\n    ```\n3.  **Open the `index.html` file** in your favorite web browser.\n\n---\n\n## 💡 Project Purpose\n\nThis website was developed as a project for our Operating Systems course. The primary goal was to not only research and present information about a unique OS like OpenBSD but also to actively demonstrate our understanding of core OS concepts through the creation of interactive, from-scratch simulators.\n\n---\n\n## 👥 Team Members\n\n-   S GIRISH KUMAR\n-   MEKHANATH S KUMAR\n-   ABHINAV K\n-   ANJO PAUL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgirishkumar04%2Fopenbsd-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgirishkumar04%2Fopenbsd-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgirishkumar04%2Fopenbsd-website/lists"}