Skip to content

Instantly share code, notes, and snippets.

Verifying that +gcsolaroli is my blockchain ID. https://onename.com/gcsolaroli

Keybase proof

I hereby claim:

  • I am gcsolaroli on github.
  • I am gcsolaroli (https://keybase.io/gcsolaroli) on keybase.
  • I have a public key whose fingerprint is 6BF9 2210 B2F8 DA59 6CE7 4EED 22E3 4C90 8F02 CBA2

To claim this, I am signing this object:

Checksum builder - RUN (checksum)
=====
[Checksum builder - beta] index.html checksum: 3fa3 14c5 047e 161d c8da 6798 3235 e72a (md5)
[Checksum builder - beta] index.html checksum: eb5b e4b6 86d6 988f 6f4c 3f3d e070 b294 a207 5a5a (sha1)
[Checksum builder - beta] index.html checksum: 5410 acdf 4a96 d91b 8c44 171f cdba 409e 513e 1cd8 6d55 3b26 08de a6b1 345b 40f2 (sha256)
=====
[Checksum builder - gamma] index.html checksum: 3935 9c84 c136 a997 4585 bbcf a803 7d60 (md5)
[Checksum builder - gamma] index.html checksum: f98b d87f bf55 956b 2479 8431 098c 81a9 51ef 3b0c (sha1)
[Checksum builder - gamma] index.html checksum: 7409 0ed2 a5b7 92f2 f105 e055 5c37 b35a 24d7 7c45 47df 7d8d 5c2b 1a5c 35f1 599e (sha256)
=====
@gcsolaroli
gcsolaroli / .psqlrc
Created July 28, 2012 17:20
Postgres 'psql' configuration
\set AUTOCOMMIT 'off'
\set ON_ERROR_STOP 1
// Original formulation of the problem: http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata
import org.scalatest._
import org.scalatest.matchers._
class Game {
private var rolls:List[Int] = Nil
def roll(pins:Int) {
rolls += pins