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
- Host: GitHub
- URL: https://github.com/shuyib/skateproject
- Owner: Shuyib
- Created: 2017-03-22T03:13:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T04:47:19.000Z (over 3 years ago)
- Last Synced: 2025-01-27T09:41:24.630Z (over 1 year ago)
- Topics: extremesports, hierarchical-clustering, html, involved-skateboarders, machine-learning, obstacle, ollie, r, rmarkdown, rprogramming, skateboarding
- Language: HTML
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```