I hereby claim:
- I am baris on github.
- I am barismetin (https://keybase.io/barismetin) on keybase.
- I have a public key whose fingerprint is A9BD 3454 E5C5 3C1B 73B3 38E5 0BE2 EA81 27E1 9432
To claim this, I am signing this object:
| object TestProgram { | |
| def compress1[T](lst: Seq[T]) = { | |
| lst.foldRight(Seq[T]()) { | |
| (n: T, compressed: Seq[T]) => if (compressed.headOption == Option(n)) compressed else n +: compressed | |
| } | |
| } | |
| def compress2[T](lst: Seq[T]): Seq[T] = lst match { | |
| case first :: second :: rest if (first == second) => compress2(second +: rest) |
| @define-color bg-grey #333; | |
| @define-color active-grey #000; | |
| @define-color border-grey #555; | |
| TerminalWindow .notebook { | |
| border: 0; | |
| padding: 0; | |
| color: #eee; | |
| background-color: shade(@active-grey, 1); |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "log" | |
| "math/rand" | |
| "time" | |
| "github.com/miekg/dns" | |
| ) |
| site '*://mail.google.com/*' { | |
| unmap ? | |
| unmap j | |
| unmap k | |
| unmap n | |
| unmap p | |
| unmap x | |
| unmap e | |
| unmap r | |
| unmap c |