From ... to OSS

@drvinceknight
vknight.org

Themes

reveal.js comes with a few themes built in:
Black (default) - White - League - Sky - Beige - Simple
Serif - Night - Moon - Solarized

Mathematica

Sage (sagemath.org)


sage: integrate(x^2, x, 0, 5)
125/3
sage: a = matrix([[1, -1], [-1, 1]])
sage: g = NormalFormGame([a])
sage: g.obtain_nash()
[[(1/2, 1/2), (1/2, 1/2)]]
                

"Everything I know I learnt from Pull Requests"

  1. Embrace ignorance
  2. Build something interesting
  3. Thank everyone (a lot) for teaching me so much

github.com/Axelrod-Python

gitter.im/Axelrod-Python/Axelrod