-
Tell a funny story of a teacher or professor.
I'll start things off! In grad school when I was taking a course on [nonparametric statistics](https://en.wikipedia.org/wiki/Nonparametric_statistics) …
-
Rename bets to follow more standard names, e.g.:
https://en.wikipedia.org/wiki/Poker_probability
https://en.wikipedia.org/wiki/List_of_poker_hands
-
Add the ability to hand-off control of a seat to another account.
eBARGE 2020 had a CHORSE event where each team had their own account. FARGO normally has a pairs event. We can do it the way we did…
-
This was wrong:
```
1: ☕ deadhead wins 22000 for Low
1: GamboMouse wins 22000 for High
M : ☕ deadhead wins 12000 for Low
M : GamboMouse wins 12000 for High
🍾 grizz 🐻 was busted by ☕ dead…
-
-
I wrote an initial component for this:
import React from 'react';
import { View, Text } from 'react-native';
import { styles } from '../../styles/styles.js';
class RulesScreen extends React.C…
-
@egisatoshi we are seeing the `egison` test suite failing with the following diagnostics. The package remains on nightly but we have marked it as `expected-test-failures`.
```
:nons-test/test/synt…
-
**Reported by reaganmountgarrett on 11 May 2015 04:25 UTC**
De ontwerpen, muziek en kostuums moet het gekozen onderwerp correct overeenkomen. Zorg ervoor dat u een bezoek Get - Legend Earth Casino om …
-
1. `genvalidity-hspec` will be added with tests disabled (CC @NorfairKing)
```
src/Test/Validity/Shrinking.hs:56:9:
1) Test.Validity.Shrinking, shrinkValid :: (Ratio Int8 -> [Ratio I…
-
I see that FiveEval was moved from the main repo into tests and that would appear that you no longer support it but I have a use case were I would like to evaluate the strength of 5 card poker hands. …