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

https://github.com/shuyib/skateproject

A report about a contest held on 7th January 2017. It involved skateboarders from all over the world performing an ollie over an obstacle as well recording the heights achieved - this was calibrated on the obstacle. The event was organized by skate-aid (http://www.skate-aid.org). For more information check out the document. It is also published here http://rpubs.com/BMainye/skatecontest_2017
https://github.com/shuyib/skateproject

extremesports hierarchical-clustering html involved-skateboarders machine-learning obstacle ollie r rmarkdown rprogramming skateboarding

Last synced: 10 months ago
JSON representation

A report about a contest held on 7th January 2017. It involved skateboarders from all over the world performing an ollie over an obstacle as well recording the heights achieved - this was calibrated on the obstacle. The event was organized by skate-aid (http://www.skate-aid.org). For more information check out the document. It is also published here http://rpubs.com/BMainye/skatecontest_2017

Awesome Lists containing this project

README

          

# skateproject
A report about a contest held on 7th January 2017. It involved skateboarders from all over the world performing an ollie over an obstacle as well recording the heights achieved - this was calibrated on the obstacle. The event was organized by skate-aid (http://www.skate-aid.org). For more information check out the document.

# How to run docker file
# build the image
```bash
docker build -t highest-ollie .
```

# run the image
```bash
docker run -v $(pwd):/home/rstudio -it highest-ollie
```