Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sebrose on github.
  • I am sebrose (https://keybase.io/sebrose) on keybase.
  • I have a public key ASDlrPV8IH0FsKOpg1WtmWb6YLDVLDlQHSqw_16chY4sqAo

To claim this, I am signing this object:

@sebrose
sebrose / meeting-notes.md
Last active June 9, 2017 11:34
2017-06-07 Notes from Gitter meetings

Notes 2017-06-07

We ran two meetings in appear.in - which worked fine for some of us, but not all. Will try Hangouts next time.

12:00 BST

Present: Seb, Henry, James, Liam, Pawel, Gaspar, Alex

Henry:

  • gave us an overview of how pitest got developed and some of the key performance challenges
@sebrose
sebrose / gist:d5e62e1fbed99ed6d5e2
Created July 2, 2014 10:19
Seb and Duncan's Solution to #spaconf2014
class Bottles
def song
verses 99, 0
end
def verses(start, finish)
(finish..start).map {|count| verse count}.reverse.join("\n")
end