awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesScan Result Callbacks

Real-time processing functions that execute for every server response during a discovery session.

Distinct from Real-Time Data Streaming: Distinct from general data streaming by focusing on a callback mechanism for individual HTTP response events.

Explore 3 awesome GitHub repositories matching data & databases · Scan Result Callbacks. Refine with filters or upvote what's useful.

Awesome Scan Result Callbacks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • maurosoria/dirsearchAvatar de maurosoria

    maurosoria/dirsearch

    14,403Ver en GitHub↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Executes callbacks for each match, miss, or error during a scan to process findings in real-time.

    Python
    Ver en GitHub↗14,403
  • mebjas/html5-qrcodeAvatar de mebjas

    mebjas/html5-qrcode

    6,030Ver en GitHub↗

    html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser, processing live video from a device camera or decoding codes from uploaded image files without any server-side involvement. The library handles real-time scanning from continuous camera feeds with adjustable frame rates and scanning regions, while also supporting file-based decoding for static images. The scanner offers configurable behavior through runtime settings, allowing developers to adjust scanning speed, viewfinder region, aspect ratio, and restrict decoding to specifi

    Ships callback-driven result handling for successful code detection and scan or video failures.

    TypeScriptbarcodecamerahtml5
    Ver en GitHub↗6,030
  • journeyapps/zxing-android-embeddedAvatar de journeyapps

    journeyapps/zxing-android-embedded

    5,934Ver en GitHub↗

    This is an Android library that adds barcode scanning to applications using the device camera. It wraps the ZXing barcode decoding engine and exposes it through a simplified Android API, functioning as a software development kit for real-time scanning. The library offers two primary integration approaches: launching a full-screen camera activity through Android intents, or embedding a live scanner view directly into application layouts using SurfaceView or TextureView. Scanner behavior can be customized through programmatic configuration objects before scanning begins, and scanned barcode dat

    Passes scanned barcode data back to the calling activity through Android's onActivityResult callback mechanism.

    Javaandroid-librarybarcode-scanningzxing-android
    Ver en GitHub↗5,934
  1. Home
  2. Data & Databases
  3. Real-Time Data Streaming
  4. Scan Result Callbacks

Explorar subetiquetas

  • Scan Result CallbacksInvokes user-defined functions for successful code detection, scan failures, and video stream errors during scanning. **Distinct from Scan Result Callbacks:** Distinct from Scan Result Callbacks: focuses on barcode/QR scan outcomes rather than HTTP response events.