I hereby claim:
- I am sonnym on github.
- I am sonnym (https://keybase.io/sonnym) on keybase.
- I have a public key whose fingerprint is DC9D 47E8 4A00 6BE7 F3E7 4780 0BD7 F8E6 349F 3C61
To claim this, I am signing this object:
| import List | |
| import Random | |
| import Time exposing (Time) | |
| import Tuple exposing (first, second) | |
| import Html exposing (Html, Attribute, div, text) | |
| import Html.Attributes exposing (style) | |
| type alias Grid = List (List Bool) | |
| type Msg = Initialize Grid | Tick Time |
I hereby claim:
To claim this, I am signing this object:
| import Signal ((<~), Signal) | |
| import Signal | |
| import List ((::)) | |
| import List | |
| import Time | |
| import Random | |
| import Color (rgb) |
| angular.module("FooBar"). | |
| service("ControllerMediator", function() { | |
| var methodCache = {}; | |
| return { | |
| registerMediator: function(name) { | |
| methodCache[name] = { conditions: [] }; | |
| return this.run(name); | |
| }, |