I hereby claim:
- I am Lucent on github.
- I am lucent (https://keybase.io/lucent) on keybase.
- I have a public key whose fingerprint is FC33 D4B4 99CE 895A 6636 2933 94B8 A437 120E 3C76
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function move_overlaps_higher(overlaps) { | |
| cycle_list[0] = overlaps; | |
| var another_row_needed = true; | |
| for (var cyclerow = 0; another_row_needed; cyclerow++) { | |
| another_row_needed = false; | |
| var this_row = cycle_list[cyclerow]; | |
| for (var ident = 0; ident < this_row.length; ident++) { | |
| for (var x = ident - 1; x >= 0; x--) { | |
| if (x < 0) continue; |