Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Gliding Competition Scoring
The current status of the project is: work in progress
This project contains code and algorithms to score gliding competition flights using the TypeScript programming language. The reason for using TypeScript is being able to compile to JavaScript and run the code in the browser to ultimately allow live scoring using either SkyLines or OGN live tracking data.
The examples
folder contains some basic scripts to demonstrate what the
library is currently capable of. It is recommended to run them using
ts-node. For example:
ts-node examples/calc-ranking.ts fixtures/2017-07-17-lev
To install aeroscore you need to install:
GIT and curl
sudo apt-get install git curl
Node.js
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Yarn
curl -o- -L https://yarnpkg.com/install.sh | bash
Logout (exit) and back in again
yarn global add ts-node typescript
aeroscore
git clone https://github.com/Turbo87/aeroscore.git
Change into aeroscore directory and install dependencies
cd aeroscore
yarn install
To check if you installation was successfull, run
ts-node examples/live-scoring.ts
You can use aeroscore to perform a live scoring of a running contest task. aeroscore can read a given task (XCSoar tsk format) and filter (Glidertracker.org fromat) to perform live scoring of the task. aeroscore connects to Glidertracker.org via WebSocket connection and continuously receives OGN data from the GliderTracker, which it evaluates into a live scoring.
Live-scoring using local filter and task files can be started like this
ts-node examples/live-scoring.ts fixtures/Luesse/task.tsk fixtures/Luesse/filter.csv
Live-scoring using remote filter and task files directly from GliderTracker.org can be started like this
ts-node examples/live-scoring.ts "http://glidertracker.org/#tsk=https://gist.github.com/hsteinhaus/4369987643f0081d49c4458baa8c1422/raw/task&lst=https://gist.github.com/hsteinhaus/4369987643f0081d49c4458baa8c1422/raw/filter"
aeroscore is licensed under the MIT License.
v0.1.0 (2018-07-22)
Initial release
FAQs
Gliding Competition Scoring
The npm package aeroscore receives a total of 3 weekly downloads. As such, aeroscore popularity was classified as not popular.
We found that aeroscore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.