-
I've made a proof of concept [app](https://github.com/alexbirkett/QuietShare/tree/master)
I've tested with various quiet profiles but can't make it work reliably. It works occasionally with the phone…
-
I have a two part question. First determining if my understanding of the purpose of Plugs in the context of PInvoke is accurate, and then determining if a PInvoke into a native library(not something …
-
This ticket introduces four new different decoders for GRS codes, namely:
- `GRSBerlekampWelchDecoder`,
- `GRSGaoDecoder`,
- `GRSKeyEquationSyndromeDecoder` and
- `GRSErrorErasureDecoder`.
It requ…
-
After the unit tests all passed, and the `-n` switch was changed to mean "don't actually burn discs," I ran a test backup of a directory containing a rip of a CD. 700MiB of data, on 30MiB "discs," wit…
-
I want to use ezpwd RS code to protect video stream from packet loss. However, using the library in Visual studio and even in Qt gives me lot of undeclared identifier errors when i just call ezpwd::RS…
-
There are lots of codes throwing a runtime error. For instance,:
```
throw std::runtime_error( "reed-solomon: parity length incompatible with number of roots" );
throw std::runtime_error( "reed-solom…
-
An other crash I am also trying to fix, may or may not be related to the size issue in issue 1.
qrcode:encode().
This call crash in an other way, the fix is not obvious for me. Any one?
-
Reed-solomon is one of the earliest turbo codes, it has evolved since into:
http://blog.notdot.net/2012/01/Damn-Cool-Algorithms-Fountain-Codes
Opening an issue to point your attention to it also :)
-
First of all, thank you so much for awesome API!
This is amazing!
I have implemented img tag using API but generated Micro QR code doesn't scan if the text is 5 digits numeric.
For example, 50041 do…
-
Need to be able to split files up and store them in multiple places, and perhaps have some sort of file health indicator or whatever. Files need to go up and be healthy.
I don't currently know if the…