No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
This is a partial Java port of Reed-Solomon encoder/decoder from Phil Karn, KA9Q http://www.ka9q.net/code/fec/ (version fec-3.0.1).
This mini project was born out of frustration at not being able to find a decent performing Java Reed-Solomon implementation.
Only symbol sizes <= 8 are supported in this port. And testing has been performed only with GF(256) and polynomial 0x11d.
Reed-Solomon encoder/decoder for Block Devices. Provides methods for enhanced data recovery from corrupted storage media, along with faster methods for reading the data when no corruption is encountered.
A Reed-Solomon error-correcting encoder/decoder library written in C. Useful for forward error correction applications such as streaming audio, magnetic and optical storage, or just plain amusement value. GPL license with commercial license available.