https://github.com/a-herzog/queuecalc
Queue calculator is a web service for calculating the characteristics of different queueing models.
https://github.com/a-herzog/queuecalc
javascript queueing queueing-theory webapp
Last synced: 25 days ago
JSON representation
Queue calculator is a web service for calculating the characteristics of different queueing models.
- Host: GitHub
- URL: https://github.com/a-herzog/queuecalc
- Owner: A-Herzog
- License: apache-2.0
- Created: 2023-03-17T23:03:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-27T00:44:46.000Z (4 months ago)
- Last Synced: 2025-12-28T19:48:55.587Z (4 months ago)
- Topics: javascript, queueing, queueing-theory, webapp
- Language: Jupyter Notebook
- Homepage: https://a-herzog.github.io/QueueCalc/
- Size: 3.95 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Notice: NOTICE
Awesome Lists containing this project
README
# Warteschlangenrechner / Queue calculator
Queue calculator is a web service for calculating the characteristics of different queueing models.
[](https://a-herzog.github.io/QueueCalc)
## Usage
To use queue calculator just go to
**[a-herzog.github.io/QueueCalc](https://a-herzog.github.io/QueueCalc)**

## Download
You can also download queue calculator as an offline usable application:
* **[QueueCalc.exe](https://github.com/A-Herzog/QueueCalc/releases/latest/download/QueueCalc.exe)** (for Windows)
* **[QueueCalc_Linux_MacOS.zip](https://github.com/A-Herzog/QueueCalc/releases/latest/download/QueueCalc_Linux_MacOS.zip)** (for Linux and MacOS)
## License
Warteschlangenrechner / Queue calculator is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
This product bundles some components licensed under different open source licenses, see:
- [**Bootstrap**](https://getbootstrap.com/): [MIT license](https://opensource.org/license/mit/)
- [**Bootstrap icons**](https://icons.getbootstrap.com): [MIT license](https://opensource.org/license/mit/)
- [**Chart.js**](https://www.chartjs.org): [MIT license](https://opensource.org/license/mit/)
For building a desktop app from the Javascript code [**Neutralinojs**](https://neutralino.js.org/) under the
[MIT license](https://opensource.org/license/mit/) is used.
## Contact
[Alexander Herzog](https://github.com/A-Herzog)