Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bueller

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bueller

Call on students, creating groupings, and whatever else, randomly.

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
2
Weekly downloads
 
Created
Source

Bueller

Choose students at a randomly fair rate.

Getting started with Dev League cohort names

  1. Install via npm with the command $ npm install -g bueller
  2. Run with the command $ bueller -c [COHORT_NUMBER]
  3. Press the enter key to get a random student's name.

Example of running bueller with cohort 4 names:

$ bueller -c 4

By default, bueller looks for a file located in the cohorts/ directory and a .json file. e.g. $ bueller -c 4 will look for a file at this path: cohorts/4.json

Getting started with your own list of students

  1. Install via npm with the command $ npm install -g bueller
  2. use the -f flag to pass a path to bueller, e.g. $ bueller -f ../../path/to/file/of/students.json

File must be in json format. Look in the cohorts directory of this repository for the internal format of the json file.

Features

Bueller started out as fully Math.random then Owen implemented mean reverting algorithm so that students would get chosen at an equal rate.

You can configure the degree of variance, by default the value is 2 which means that there may be a slight chance of seeing a student's more than once in a set.

A degree of:

  • 0 each student should be called before repeating a name
  • 10 totally random

To change the degree of variance, use the -d flag:

$ bueller -c 10 -d 7

See it in action by Owen Yang

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request from your feature branch :D

Contributers:

*Ray Faris

*Joe Carlson

*Owen Yang

##License The MIT License (MIT)

Copyright (c) 2015 Ray Faris

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FAQs

Package last updated on 07 Sep 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc