Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Releases: blobs-io/rating-system

Initial release

02 Dec 00:37
@y21 y21
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the first release of blobs.io' rating system.
It has been tested on the following compilers:

  • g++ (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516
  • GCC 4.9.2
  • clang 3.8.0
  • Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64

Setup

Setting up the rating system is fairly easy because it only uses native libraries.
Cloning and compiling the source can be done as followed (note: $ represents the shell):

$ git clone https://github.com/blobs-io/rating-system.git
$ cd rating-system
$ g++ main.cc -o m -std=c++14

Usage

For normal blob rating calculations you need to use the br option which is described under the "Options" section.

Options

--version

The version option displays the current version of blobs.io' rating system you are running. No parameters are needed.
Example usage (./m is the binary): ./m --version

--br

The br option displays the gain value of two BR values. It will always return an unsigned integer (positive, >0), therefore you need to manually convert stdout to a negative number. The first parameter is supposed to be the BR of the person who nommed the target and the second parameter is the BR value of the opponent.
Example usage (./m is the binary): ./m 5000 9000 --br