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

https://github.com/jesperancinha/kart-races

Made long time ago. Status is under construction
https://github.com/jesperancinha/kart-races

Last synced: about 2 months ago
JSON representation

Made long time ago. Status is under construction

Awesome Lists containing this project

README

          

## Kart race laps

Under construction...

Here is a quick description on how to run this example:

To build it and make the executable jar:

```
$ mvn clean install
$ cd kart-race-laps-csv
$ mvn clean compile assembly:single
```

The following is an example on how to run from the command line:

```
java -jar target/kart-race-laps-csv-1.0.0-SNAPSHOT-jar-with-dependencies.jar -n racer1,racer2,racer3,racer4,racer5 -k 1,2,3,4,5 -min 1000 -max 1500 -laps 10 -t 1000 -of /tmp/results.csv
```

## About me

[![GitHub followers](https://img.shields.io/github/followers/jesperancinha.svg?label=Jesperancinha&style=for-the-badge&logo=github&color=grey "GitHub")](https://github.com/jesperancinha)