An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Warteschlangenrechner / Queue calculator

Queue calculator is a web service for calculating the characteristics of different queueing models.

[![Screenshot showing the user-interface of Queue calculator](ScreenshotQueueCalc.png)](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)**

![Website status](https://img.shields.io/website?url=https%3A%2F%2Fa-herzog.github.io%2FQueueCalc%2F)

## 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)