I hereby claim:
- I am ninewise on github.
- I am noctua (https://keybase.io/noctua) on keybase.
- I have a public key whose fingerprint is 68FF 5611 37C3 8F96 18E9 7339 AF25 A2C2 862A A368
To claim this, I am signing this object:
| <html> | |
| <head> | |
| <title>Treeview example</title> | |
| <!-- Jquery --> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| <!-- D3 --> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> |
I hereby claim:
To claim this, I am signing this object:
| function Node() { | |
| this.left = undefined; | |
| this.right = undefined; | |
| this.person = undefined; | |
| }; | |
| function makeWinners(people, size) { | |
| var root = new Node(); | |
| if(people.length === 1 && (size === 1 || size === 2)) { |
| new() { | |
| size=$1 | |
| echo "${size}" | |
| } | |
| push() { | |
| new="$1" | |
| queue="$2" | |
| max="$(echo "$queue" | sed '1!d')" | |
| els="$(echo "$queue" | sed '1d')" |
| #!/bin/sed | |
| # Game initialization. | |
| 1 { | |
| x | |
| s/^.*$/---|---|---=X/ | |
| x | |
| } | |
| # Check is game is going. |