I hereby claim:
- I am datashaman on github.
- I am datashaman (https://keybase.io/datashaman) on keybase.
- I have a public key whose fingerprint is FEF0 409F A006 4A12 8508 BD5C 5AE8 6373 A31F 965D
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import math | |
population = 100e3 | |
days = 200 | |
death_prob = 0.50 | |
time_to_death = 21 | |
time_to_heal = 21 | |
hist = [] |
I hereby claim:
To claim this, I am signing this object:
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\J; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\I; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\D; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\C; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\repr; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\fromMaybe; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\fromJust; |
<?php | |
<<<CONFIG | |
packages: | |
- "datashaman/logic: dev-master" | |
CONFIG; | |
# | |
# This is a Melody script. http://melody.sensiolabs.org/ | |
# | |
use function Datashaman\Logic\catMaybes; |