about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* minor changes HEAD masterEmile2019-03-08
|
* Merge remote-tracking branch 'origin/master'Emile2019-02-28
|\
| * Update 'README.md'emile2019-02-28
| |
* | added the GNU GPL LicenseEmile2019-02-28
| |
* | renamed the function handling requests on /NFW from NFW to NFWHandlerEmile2019-02-28
| |
* | renamed the function handling requests on / from Index to IndexHandlerEmile2019-02-28
| |
* | commented on the exported Index funtionEmile2019-02-28
|/
* preparing docker-swarm deploymentEmile2019-02-26
|
* Wrote some simple tests for the NFW and PHI functionsEmile2019-02-25
|
* .hanemile2019-01-12
|
* overall pushhanemile2018-12-24
|
* Docker-compose using the Dockerfile in the current dir to build the docker ↵hanemile2018-12-11
| | | | image and exposing the service on port 8003
* Corresponding Dockerfile running the service.hanemile2018-12-11
|
* Simple http server exposing an api on localhost:8000/NFW/{value} returning ↵hanemile2018-12-11
| | | | the corresponding NFW-value.
* Initial commitemile2018-12-11