{"id":26984340,"url":"https://github.com/ryan-m-smith/timesharingsimulation","last_synced_at":"2025-04-03T17:36:48.051Z","repository":{"id":280516033,"uuid":"942231392","full_name":"Ryan-M-Smith/TimeSharingSimulation","owner":"Ryan-M-Smith","description":"A simple simulation of a time-sharing system with a round-robin scheduler. CS-320 Project 1.","archived":false,"fork":false,"pushed_at":"2025-03-06T21:30:14.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T02:38:45.816Z","etag":null,"topics":["operating-systems","round-robin","simulation","time-sharing"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ryan-M-Smith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-03-03T19:32:48.000Z","updated_at":"2025-03-06T21:30:18.000Z","dependencies_parsed_at":"2025-03-03T21:44:08.327Z","dependency_job_id":null,"html_url":"https://github.com/Ryan-M-Smith/TimeSharingSimulation","commit_stats":null,"previous_names":["ryan-m-smith/timesharingsimulation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryan-M-Smith%2FTimeSharingSimulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryan-M-Smith%2FTimeSharingSimulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryan-M-Smith%2FTimeSharingSimulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryan-M-Smith%2FTimeSharingSimulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryan-M-Smith","download_url":"https://codeload.github.com/Ryan-M-Smith/TimeSharingSimulation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247050491,"owners_count":20875470,"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":["operating-systems","round-robin","simulation","time-sharing"],"created_at":"2025-04-03T17:36:47.504Z","updated_at":"2025-04-03T17:36:48.038Z","avatar_url":"https://github.com/Ryan-M-Smith.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Time-Sharing Simulation\r\n\r\n## A simple simulation of a time-sharing system with a round-robin scheduler\r\n\r\n## Building\r\n\r\nThis project is cross-platform and can be built for Windows, macOS, and Linux\r\nusing CMake.\r\n\r\n### Visual Studio (Windows)\r\n\r\n1. Make sure Visual Studio is up to date and make sure you have the **Desktop Development with C++**\r\nand **C++ CMake Tools for Windows** modules installed.\r\n\r\n2. Find the **Startup Item** dropdown and choose `Simulation.exe`\r\n\r\n3. Click the run button (or press **F5**) to build and execute the project.\r\n\r\n_**NOTE:** you can also build the project through the_ **CMake Targets View** _in the solution explorer or from the menu by navigating to_ `Build \u003e Build All`_._\r\n\r\n### Command Line (macOS/Linux)\r\n\r\n1. Clone the repository\r\n\r\n    ```sh\r\n    git clone https://github.com/Ryan-M-Smith/TimeSharingSimulation.git\r\n    ```\r\n\r\n2. Run the CMake build\r\n\r\n    ```sh\r\n    # For a production build, use `Production`\r\n    cmake -S . -DCMAKE_BUILD_TYPE=Debug\r\n    ```\r\n\r\n3. Build the project\r\n\r\n    ```sh\r\n    make\r\n    ```\r\n\r\n4. Execute\r\n\r\n    ```sh\r\n    ./Simulation\r\n    ```\r\n\r\n## Cleaning\r\n\r\n### Basic clean\r\n\r\n```sh\r\nmake clean\r\n```\r\n\r\n### Full clean (removes all build files/diectories and audit logs)\r\n\r\n```sh\r\nmake clean-all\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-m-smith%2Ftimesharingsimulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryan-m-smith%2Ftimesharingsimulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-m-smith%2Ftimesharingsimulation/lists"}