-
The changes introduced in 6ddbbe81c3f6b090a301534b4bb331bc71e93117 change the alignment of allocated vectors to the natural alignment of a contained element. Before version 0.12, the alignment was wha…
-
The central objects for linear codes in Sage prints unnecessarily long, even though there are established conventions for shorter description. This ticket proposes a change to that:
```
Linear code…
-
First off, I really like what you've done with your QR-code-generator project.
I came across your work while searching (web + GH + BB) for pure python-based programs to handle QR code decoding / enco…
-
This ticket proposes a new implementation for BCH codes.
It contains:
- a new code class, `BCHCode`,
- a decoder for BCH codes using the underlying GRS code of a BCH code
- an decoder for Cyclic c…
-
qrtest couldn't find any codes in the examples of custom qr codes on the wikipedia page:
https://en.wikipedia.org/wiki/QR_code#Variants
-
In the reedsolomon.java (lines: 311) I found that:
![image](https://cloud.githubusercontent.com/assets/13476726/15216342/498535ae-1889-11e6-911d-a8d2d88be4a8.png)
Is that right? :
identity matrix …
-
What first reading papers can you recommend on theme of error-resistant binary parsing ?
What papers can you recommend to dive into binary parsing at all ?
My neighbors @ http://ikp.ssau.ru/ have lon…
-
LizardFS is awesome but it will be a killer storage solution if/when an erasure-coded tier will be implemented. I see such feature as "cold" storage behind current replicated storage implementation wh…
-
Putting this here with the intention to help you implement LDPC decoding and as a place to discuss it. For starters, what do we know about the possible LDPC codes used for Outernet? We know it's a sys…
-
See the pdf
https://people.eecs.berkeley.edu/~nihar/publications/Hitchhiker_SIGCOMM14.pdf
```
Erasure codes such as Reed-Solomon (RS) codes are being
extensively deployed in data centers since they o…
ghost updated
8 years ago