awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesQR Code Error Correction Optimizers

Automatically selects the smallest version that fits the data within a user-specified range and optionally boosts the error correction level.

Distinct from Error Correction Codes: Distinct from Error Correction Codes: optimizes QR Code version and error correction level selection, not general error correction algorithms.

Explore 3 awesome GitHub repositories matching security & cryptography · QR Code Error Correction Optimizers. Refine with filters or upvote what's useful.

Awesome QR Code Error Correction Optimizers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nayuki/qr-code-generatornayuki का अवतार

    nayuki/QR-Code-generator

    6,432GitHub पर देखें↗

    Automatically selects the smallest version that fits the data within a user-specified range and optionally boosts the error correction level.

    Javacc-plus-plusjava
    GitHub पर देखें↗6,432
  • divan/txqrdivan का अवतार

    divan/txqr

    3,060GitHub पर देखें↗

    txqr is a protocol and encoder for streaming large data payloads over QR codes. It enables the offline transfer of data between devices by encoding information into a sequence of scannable QR images. The system uses fountain codes and erasure coding to ensure data integrity. This allows a receiver to reconstruct the full original message from any subset of frames, making the transmission resilient to missed or corrupted frames during the scanning of animated QR sequences. The project covers high-volume data encoding and frame-independent reconstruction. It supports looping sequence streaming

    Recovers missing or corrupted QR frames using fountain codes during the scanning process.

    Go
    GitHub पर देखें↗3,060
  • fukuchi/libqrencodefukuchi का अवतार

    fukuchi/libqrencode

    2,873GitHub पर देखें↗

    libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core encoding engine that converts input data into QR Code symbols with configurable error correction levels and version settings, and includes a command-line tool for producing QR Code images directly from text or data input. The library supports multiple encoding modes including numeric, alphabetic, Japanese kanji, and 8-bit binary data, with automatic optimization to select the most efficient mode for a given input string. It can encode arbitrary binary data containing NUL charac

    Sets error correction level and symbol version to control redundancy and data capacity before encoding.

    C
    GitHub पर देखें↗2,873
  1. Home
  2. Security & Cryptography
  3. Error Correction Codes
  4. QR Code Error Correction Optimizers

सब-टैग एक्सप्लोर करें

  • Erasure-Resilient ScannersScanning systems that can reconstruct missing data frames using erasure coding. **Distinct from QR Code Error Correction Optimizers:** Distinct from optimizers by focusing on the actual recovery of missed frames during scanning.