npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

os3w-sailwave-effects

v1.0.0

Published

Effects for Sailwave sailing results and scoring software.

Downloads

3

Readme

swv-series-alt-dnc

Effects for Sailwave sailing results and scoring software.

Quick start

Follow the instructions at https://os3w.github.io/os3w-sailwave-effects/

Result modifying effects

These effects only modify the scores and rankings that are displayed in a browser (providing JavaScript is not disabled), the results stored in the html file output by Sailwave are unchanged.

Because of this, using these effects for the publication of final results as an html file is not recommended and you should either:

  • implement the alternative scoring rules in the Sailwave file (e.g. by deleting non-qualifying competitors) and publish the results without the effect; or

  • double-check the scoring and ranking applied by the effect in a browser and then save as a PDF file for publication.

Count Only Qualifiers

This is designed to implement the following changes to RRS 2020-2024:

  • Rule A2.2 is replaced with the following: "A2.2 A boat that has come to the starting area for at least [(20% of the total number of races sailed in the series) + 1, rounded down] qualifies for the series and she shall be scored for the whole series."

  • Rule A5.3 shall apply and is amended after the final comma as follows: "and a boat that did not come to the starting area shall be scored points for the finishing place one more than the greater of the number of boats qualifying for the series and the number that came to the starting area."

Count Only Qualifying Races

This is designed to implement the following change to RRS 2020-2024 in addition to the changes above for the Count Only Qualifiers effect.

  • In rule Rule 90.3(a) the words "one boat" are replaced with "one boat that qualifies for the series in accordance with Rule A2.2".

Use with caution this effect does not currently alter the number of discards to take account of races that have been excluded as not sailed.

Development

Download and install.

$ git clone https://github.com/os3w/swv-series-alt-dnc.git
$ npm install

Lint and format.

$ npm run lint:fix

Unit tests (need work and more coverage).

$ npm run test:unit

Build.

$ npm run build

Docs.

$ npm run docs