Following a project allows you to receive updates via email. It also lets the owner know that you like them.
×Ruby implementations of various voting systems.
https://github.com/smithtim/voting_systems
This is a Ruby gem I made that implements various voting systems, e.g. Borda count, instant-runoff, ranked pairs. Each voting system takes a set of preferences as input and returns the winning alternative(s) as output.
We are thinking to use it in the office to decide where to go for lunch!