https://github.com/william-franco/process-simulator
https://github.com/william-franco/process-simulator
process-simulation rust rust-application rust-lang terminal-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/william-franco/process-simulator
- Owner: william-franco
- License: mit
- Created: 2025-10-25T19:14:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-25T19:25:43.000Z (9 months ago)
- Last Synced: 2025-11-06T14:12:52.579Z (8 months ago)
- Topics: process-simulation, rust, rust-application, rust-lang, terminal-app
- Language: Rust
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Process Simulator
Under construction.
## Running
```
cargo run --release -- 8 12
```
The command above starts the simulation with 8 processes for 12 seconds. If no arguments are passed, it uses 5 processes for 10 seconds (default).
## ScreenShots
| Image 1 | Image 2 | Image 3 |
|----------|----------|----------|
|  |  |  |
## Examples of commits
```
git add . && git commit -m ":rocket: Initial commit." && git push
git add . && git commit -m ":building_construction: Added initial project architecture." && git push
git add . && git commit -m ":building_construction: Update project architecture." && git push
git add . && git commit -m ":memo: Updated project documentation." && git push
git add . && git commit -m ":memo: Updated code documentation." && git push
git add . && git commit -m ":white_check_mark: Added feature xyz." && git push
git add . && git commit -m ":wrench: Fixed xyz usage." && git push
git add . && git commit -m ":heavy_minus_sign: Removed xyz." && git push
git add . && git commit -m ":memo: Adjusted project imports." && git push
git add . && git commit -m ":arrow_up: Updated dependencies." && git push
git add . && git commit -m ":arrow_down: Removed dependencies." && git push
git add . && git commit -m ":wastebasket: Removed unused code." && git push
```
## License
MIT License
Copyright (c) 2025 William Franco
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.