I hereby claim:
- I am akalin on github.
- I am akalin (https://keybase.io/akalin) on keybase.
- I have a public key whose fingerprint is 07BF 173C 4AA2 064B 8882 8A64 BF80 5B60 5165 5371
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Try encoding and decoding with too many shards. | |
| */ | |
| @Test | |
| public void testTooManyEncodeDecode() { | |
| final Random random = new Random(0); | |
| final int dataCount = 240; | |
| // Have just enough parity shards to go over the maximum of | |
| // 256. | |
| final int parityCount = 17; |
| ;; The main thing to modify is LaTeX-set-unicode-p below, which | |
| ;; controls which abbreviations are converted to Unicode, and | |
| ;; LaTeX-math-list, to add additional symbols that can be turned | |
| ;; into Unicode. | |
| ;; LaTeX-math-list is a variable that you can set to add more | |
| ;; symbols to AUCTeX's abbreviations. The default list is at | |
| ;; LaTeX-math-default. If you add to this, you probably also | |
| ;; want to change LaTeX-set-unicode-p. | |
| (custom-set-variables |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>0.9.0</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/contrib/auto-render.min.js"></script> |
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "os" | |
| "strings" | |
| ) | |
| type player int |