{"id":32806579,"url":"https://github.com/william-franco/process-simulator","last_synced_at":"2026-06-23T06:32:18.639Z","repository":{"id":320777072,"uuid":"1083316532","full_name":"william-franco/process-simulator","owner":"william-franco","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-25T19:25:43.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-06T14:12:52.579Z","etag":null,"topics":["process-simulation","rust","rust-application","rust-lang","terminal-app"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/william-franco.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-25T19:14:05.000Z","updated_at":"2025-10-25T20:47:29.000Z","dependencies_parsed_at":"2025-10-25T21:16:39.853Z","dependency_job_id":"c7a094b4-6622-4584-9215-cfd9df01c4d3","html_url":"https://github.com/william-franco/process-simulator","commit_stats":null,"previous_names":["william-franco/process-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/william-franco/process-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/william-franco%2Fprocess-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/william-franco%2Fprocess-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/william-franco%2Fprocess-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/william-franco%2Fprocess-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/william-franco","download_url":"https://codeload.github.com/william-franco/process-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/william-franco%2Fprocess-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34678932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["process-simulation","rust","rust-application","rust-lang","terminal-app"],"created_at":"2025-11-06T14:01:18.892Z","updated_at":"2026-06-23T06:32:18.624Z","avatar_url":"https://github.com/william-franco.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Process Simulator\n\nUnder construction.\n\n\n## Running\n\n```\ncargo run --release -- 8 12\n```\n\nThe command above starts the simulation with 8 processes for 12 seconds. If no arguments are passed, it uses 5 processes for 10 seconds (default).\n\n\n## ScreenShots\n\n| Image 1 | Image 2 | Image 3 |\n|----------|----------|----------|\n| ![App Screenshot](assets/screenshots/screen-1.png) | ![App Screenshot](assets/screenshots/screen-2.png) | ![App Screenshot](assets/screenshots/screen-3.png) |\n\n\n## Examples of commits\n\n```\ngit add . \u0026\u0026 git commit -m \":rocket: Initial commit.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":building_construction: Added initial project architecture.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":building_construction: Update project architecture.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":memo: Updated project documentation.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":memo: Updated code documentation.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":white_check_mark: Added feature xyz.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":wrench: Fixed xyz usage.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":heavy_minus_sign: Removed xyz.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":memo: Adjusted project imports.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":arrow_up: Updated dependencies.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":arrow_down: Removed dependencies.\" \u0026\u0026 git push\ngit add . \u0026\u0026 git commit -m \":wastebasket: Removed unused code.\" \u0026\u0026 git push\n```\n\n\n## License\n\nMIT License\n\nCopyright (c) 2025 William Franco\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliam-franco%2Fprocess-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliam-franco%2Fprocess-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliam-franco%2Fprocess-simulator/lists"}