- Command-B: Browse Project
- Tempo Track
- Signature Track
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** Immutable 0-indexed Binary Index Tree (BIT) */ | |
| case class BinaryIndexedTree[A](size: Int, cumulatives: Vector[A])(implicit num: Numeric[A]) { | |
| require(cumulatives.size == size + 1) | |
| /** Return the sum of the values indexed from 0 to index (time: O(log(size))) */ | |
| def sum(until: Int): A = { | |
| @annotation.tailrec | |
| def f(n: Int, sofar: A): A = | |
| if (n == 0) | |
| sofar |
ssh が繋がらないときのトラブルシューティングまとめ
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/xxx/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
- References
- Dependency
unittest2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Install Inkspace
/Applications/Inkscape.app/Contents/Resources/bin/inkscape \
--without-gui --export-width={{ WIDTH }} \
--file {{ INPUT }}.svg --export-png={{ OUTPUT }}.png
| Date | Creator | Title | #Moves | Playground URL | Notes |
|---|---|---|---|---|---|
| Kemuri | ? | https://goo.gl/KzNK0c | |||
| 2017/02/10 | Karolina | Hello 香 | 13 | https://goo.gl/421RiW | Facebook link |
| ??? | - | https://goo.gl/iXgzXa | |||
| Sota Fujii | 27 | https://goo.gl/2LHUNe | |||
| 13 | https://goo.gl/3EPyMp | ||||
| 2017/05/12 | Hiro Boston | 5 | https://goo.gl/rVEbrZ | ||
| 1986/06 | Koji Hashimoto | Microcosmos | 1525 | https://goo.gl/l18H6m | Wikipedia link |