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

vz-voti

v0.8.0

Published

a few utils to compute votes

Downloads

14

Readme

voti

a few utils to compute votes

Install

Install it with

npm install voti

Usage

Usage:
    voti prepare XLS
    voti grade MDTABLE -p POLICY [ -i ] [ -s ] [ -d ] [ -m ]
    voti stats XLS
    voti ( -h | --help )

Options:
    -h, --help              help for voti
    -p, --policy POLICY     policy file
    -i, --intermediate      generates a table with all intermediate evaluations
    -s, --stats             generates stats for 'sufficienti/insufficienti/assenti'
    -d, --distribution      generates histograms
    -m, --midterm           generates a midterm sheet that can be filled with other grades

Commands:
    prepare                 generates a markdown table to be filled
    grade                   generates final grades in the form of a Markdown table
    stats                   generates statistics from current XLS (elencoStudenti.xls)

Arguments:
    XLS                     excel file to be converted to markdown
    MDTABLE                 markdown table to be graded
    POLICY                  json policy file

Description:
    When elaborating a normal 'appello', follow these steps:

    1. prepare a markdown table to be filled with grades
       from the institutional XLS (prepare command)
    2. fill grades
    3. emit votes with (grade command)

    When elaborating prove in itinere, follow the previous steps for the first prova but
    use the -m switch in (3.) to generate the intermediate table. On the second prova fill
    the intermediate table (midterm.md) with grades and compute finals, with another grade command
    (and a different policy)

Author

  • Vittorio Zaccaria

License

Released under the BSD License.


New features

  • add statistics generation (in Unsupported OS - Darwin) -- [May 19th 17](../../commit/b0b2ccf391057eb327175accbf37b5fde930cf70)
  • add constant column to represent midterm grades -- [Feb 2nd 17](../../commit/5202b61209f424373c546cb110b0d1a6da9400a6)
  • add grade classes -- [Nov 27th 16](../../commit/7646d4e5d25634d2a04dca89513026605bba6a75)
  • add intermediate cutoff -- [Feb 7th 16](../../commit/5bbf90afdacd5f4e866532c8e155aa595ce09a3f)
  • add honors computation -- [Feb 1st 16](../../commit/b25d214468b2c3d688e397205a27d67fdca92d07)
  • add tests -- [Feb 1st 16](../../commit/6d938d103a36c79a9596c35df11d1917e3dc9adb)
  • initial commit -- [Feb 1st 16](../../commit/95c228b6eb905046e30f3ac179faab6ebcda73f3)

Bug fixes

  • gfmt dependency -- [Nov 23rd 16](../../commit/c467298d24fe8e06e08eec8b848b143bcf630b31)
  • dont generate boxplots when we only one version -- [Feb 7th 16](../../commit/6b9e2e5e015cd89f33d6dcbe8c04f825cc68fd39)
  • dont put test data on the wild -- [Feb 1st 16](../../commit/fa59fb7b5b1dad667147312fdbf5a45f77cb1d1f)
  • dont show honors when not required to -- [Feb 1st 16](../../commit/6417d90d0790cf1f6bfcceea1c7ada16201555d4)
  • update dependencies -- [Feb 1st 16](../../commit/8d586c1b230accff965c4449a0cebd246ed6d8fe)