I hereby claim:
- I am neilprosser on github.
- I am neilprosser (https://keybase.io/neilprosser) on keybase.
- I have a public key whose fingerprint is 4893 BA3B 5623 414A 2EFB 4B6B 81BC D7B5 090F 6571
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ;; random-fritz | |
| (ns tron.bots | |
| (:require [tron.core :as tron])) | |
| (defn empty-look | |
| "A mock look function which just checks for the arena | |
| boundaries." | |
| [pos] | |
| (when-not (tron/valid-pos? pos) :wall)) |
| curl -XPOST http://localhost:9200/test/thing/1 -d '{ | |
| "something": "/hello/world" | |
| }' |
| package specs2.example | |
| import org.junit.runner.RunWith | |
| import org.specs2.execute._ | |
| import org.specs2.mutable._ | |
| import org.specs2.runner.JUnitRunner | |
| @RunWith(classOf[JUnitRunner]) | |
| class ExampleSpec extends SpecificationWithJUnit { | |