-
We want to work towards the following story arch:
1. We have a problem. We’ve run a contest but it’s not working.
2. Here is a solution or here are some solutions we could try.
3. This is the take…
-
STAR is simple to tabulate and run and is measured to be best-in-field for methods. See https://www.starvoting.org/
Quite simply: ballots provide 0-5 scoring for each candidate. The top two high-sc…
-
In Red logical operators (and, or and xor) can be used with vectors. This is not the case with R3.
Here is a general function for R3 and Red:
```
lbsScalar: func [
v [vector!]
value [integer!]…
ldci updated
3 months ago
-
Behaviour: Vote/Compute vote results;result is stored as json string
@tested_feature("Vote")
@tested_operation("Compute vote results")
@tested_behaviour("result is stored as json string")
…
-
https://xkcd.com/2370/
https://www.explainxkcd.com/wiki/index.php/2370:_Prediction
-
Add result page for polls and link it on the poll list view.
Still needs to be discussed:
- algorithm to determine result on ranked voting
- means of displaying results
@longtomjr: Thoughts?
powli updated
7 years ago
-
With R3 it's easy to use blocks when creating vectors when blocks are internal.
```
print "With internal block"
print make vector! [integer! 8 [#"A" #"B" #"a" #"b"]]
print make vector! [integer! …
ldci updated
3 months ago
-
Okay, so the OCI Charter currently states that votes must pass with a super-majority (two-thirds). However, it seems that some sections conflict on the question of exactly how two-thirds are counted a…
-
### What Happened
pest()->extend() api is not really equivalents to the uses() API. Default value does not work anymore.
```shell
Test case `Tests\AlgoTestCase` can not be used. The folder `/User…
-
All these will simplify some API's by making them generic with less duplication:
- [ ] constructors: https://github.com/nim-lang/Nim/issues/7474 newFoo[T](args) => Foo.New[T](args)
- [ ] initializ…