Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotarot/cubjectives
The tool computes statistics-based speedsolving objectives for you.
https://github.com/kotarot/cubjectives
Last synced: about 2 months ago
JSON representation
The tool computes statistics-based speedsolving objectives for you.
- Host: GitHub
- URL: https://github.com/kotarot/cubjectives
- Owner: kotarot
- Created: 2015-02-08T14:09:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T06:55:28.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T19:28:47.108Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://www.terabo.net/cubjectives/
- Size: 1.72 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cubjectives
==========="Speedcubing + Objectives = Speed-Cubjectives"
The tool computes statistics-based speedsolving objectives for you.
Given your record of a WCA events, the tool calcultes and tells you WCA-database-based objectives in the other events.This application is available at:
[http://www.terabo.net/cubjectives/](http://www.terabo.net/cubjectives/)Requirements
------------This is a Flask application.
To run the application, you need:* Python 3
* Flask
* PyMySQL
* Numpy
* SciPyInitialization
--------------Before you run the application, you need to import the WCA-database in your MySQL.
After that, you type your username, password, and some more information in _cubjectives.py_ and _init/create\_cache.py_.When you run the application for the first time or once after you update the WCA-database,
do the followings:mysql -h localhost -u -p --default-character-set=utf8 < ./init/create_tables.sql
python3 ./init/create_cache.pyLisence
-------MIT.