GithubHelp home page GithubHelp logo

tainguyenvnu / openpowerlifting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sstangl/openpowerlifting

0.0 0.0 0.0 191.05 MB

Read-Only Mirror of the OpenPowerlifting Project. Main Repo on GitLab.

Home Page: https://gitlab.com/openpowerlifting/opl-data

License: GNU Affero General Public License v3.0

Dockerfile 0.06% Makefile 0.19% Rust 24.18% Python 27.66% Shell 2.25% HTML 43.72% CSS 0.67% TypeScript 1.22% JavaScript 0.06%

openpowerlifting's Introduction

The OpenPowerlifting Project

Build Status

A permanent, accurate, convenient, accessible, open archive of the world's powerlifting data.
Presentation of this data is available at OpenPowerlifting.org.

Powerlifting to the People.

Licensing

Code Licensing

All OpenPowerlifting code is Free/Libre software under the GNU AGPLv3+.
Please refer to the LICENSE file.

Data Licensing

OpenPowerlifting data (*.csv) under meet-data/ is contributed to the public domain.

The OpenPowerlifting database contains facts that, in and of themselves,
are not protected by copyright law. However, the copyright laws of some jurisdictions
may cover database design and structure.

To the extent possible under law, all data (*.csv) in the meet-data/ folder is waived
of all copyright and related or neighboring rights. The work is published from the United States.

Although you are under no requirement to do so, if you incorporate OpenPowerlifting
data into your project, please consider adding a statement of attribution,
so that people may know about this project and help contribute data.

Sample attribution text:

This page uses data from the OpenPowerlifting project, https://www.openpowerlifting.org.
You may download a copy of the data at https://gitlab.com/openpowerlifting/opl-data.

If you modify the data or add useful new data, please consider contributing
the changes back so the entire powerlifting community may benefit.

Development Installation

Fedora 29

First, install the "nightly" version of the Rust programming language using rustup:

curl https://sh.rustup.rs -sSf | sh

When a menu appears, choose "Customize installation".
Press the Enter key until it asks Default toolchain?. Type nightly and press Enter.
Continue pressing Enter at the remaining prompts until Rust is installed.

Log out and log back in to allow ~/.cargo/bin to be part of your default shell $PATH.

Install dependencies:

sudo dnf install make npm python3-toml python3-beautifulsoup4 python3-flake8 ansible parallel uglify-js

Build the project and run the server:

make
cd server
cargo run --release

Docker

To run the server using Docker, simply build and run:

docker build -t opl .
docker run -p 8000:8000 opl

Access at http://localhost:8000/ per usual.

openpowerlifting's People

Contributors

sstangl avatar photon-rain avatar jowhiteley avatar trystanoakley avatar gingerlifts avatar emp100k avatar ekhessell avatar ennococomore avatar borisdatzar avatar michaelvessia avatar asambol avatar camdenmariotti avatar robbym11 avatar jwakefieldau avatar jctehpiggy avatar krunzi0 avatar petespence avatar shadowdenim avatar apopenew avatar kallerasanen avatar ericacooksey avatar kdercksen avatar frizzelfairy avatar nhqe avatar lilanj avatar apexblockchaindevelopments avatar ennolangelotz avatar km1710 avatar ericlamotte avatar davidlwatsonjr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.