31 रिपॉजिटरी
Byte array and buffer management for raw binary data processing.
Distinct from Data Buffering: Distinct from general data buffering which focuses on disk-backed queues; this is specifically for in-memory binary cryptographic operations.
Explore 31 awesome GitHub repositories matching data & databases · Binary Data Buffers. Refine with filters or upvote what's useful.
StreamDiffusion is an interactive generative AI framework and inference engine designed for the low-latency delivery of image and video streams. It provides a real-time Stable Diffusion pipeline for text-to-image and image-to-image generation, enabling the creation of continuous generative image streams with minimized computational delay. The framework optimizes throughput using a pre-computed cache engine and residual-based guidance approximation to reduce the number of required model passes. It further manages GPU load through similarity-based frame skipping, which avoids redundant computat
Employs dedicated asynchronous queues to decouple input and output operations during high-frequency image generation.
CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi
Handles input and output via byte arrays and buffers to manage raw binary data efficiently.
This project is a structured Node.js programming course and educational guide designed to teach JavaScript backend development. It provides a sequence of workshops and interactive tutorials that focus on the fundamentals of the Node.js runtime and its core modules. The material emphasizes asynchronous programming, specifically covering non-blocking I/O, callback patterns, and event-driven architecture. It includes a practical exploration of the core API for managing network applications, file system operations, and binary data. The curriculum covers module management and dependency resolutio
Provides instruction on using byte arrays and memory buffers for raw binary data processing.
node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se
Implements binary data processing using memory buffers for efficient file I/O.
Okio is a Java I/O library providing a set of tools for efficient byte-stream processing and file system operations. It functions as a buffered byte stream handler and streaming data transformer, utilizing a cross-platform file system API to manage data movement. The project is distinguished by its use of pooled mutable byte buffers that treat sequences as queues to reduce memory copying and garbage collection churn. It further decouples file operations from the host operating system through an abstraction-based file system, allowing for consistent path manipulation and atomic operations acro
Treats byte sequences as a growable queue that allows shifting data between buffers without copying memory.
node-qrcode is a JavaScript library and command-line tool for generating scannable QR codes from text or binary data. It functions as both a generator library for Node.js and web browser environments and a standalone command-line interface. The project supports producing QR codes in multiple formats, including raster images and scalable vector graphics. It can also render barcodes as text representations directly within a terminal for rapid visual verification. The generator includes capabilities for configuring error correction levels and optimizing data density through various encoding mod
Processes raw byte arrays directly as buffers to prevent encoding corruption during barcode generation.
This is a bcrypt password hashing library and cryptography module for Node.js. It provides a toolset for generating secure salts, computing cryptographically strong hashes, and verifying passwords to protect user credentials from unauthorized access. The library implements adaptive hashing, utilizing a configurable cost factor to increase the computational effort required to brute-force passwords. It includes a password verification tool that protects the comparison process from timing attacks. The project covers secure password hashing and salt generation, as well as utilities for hash cost
Uses raw binary buffers for high-performance data exchange between JavaScript and C++.
This is a Node.js library for securely hashing and verifying passwords using the bcrypt adaptive hashing algorithm. It functions as a password security module that transforms plain-text credentials into protected hashes and generates cryptographically secure salts. The implementation allows for the adjustment of computational cost to resist brute-force attacks. It provides utilities for password hash verification and the extraction of hash metadata to determine the number of encryption rounds used. The project covers a range of security and access control capabilities, including credential s
Uses binary data buffers for efficient exchange of raw data between JavaScript and native C++ memory.
Glass is an AI desktop assistant and screen-to-LLM interface that processes visual and auditory context from a computer to automate tasks. It functions as a tool for screen analysis, bridging real-time desktop captures with large language models to extract semantic meaning and data insights. The system enables AI-assisted desktop interaction by recording live screen and audio data to provide a persistent digital memory for processing. This allows the application to analyze visible screen information and trigger automation workflows through global keyboard shortcuts.
Implements buffers to decouple high-frequency screen and audio captures from high-latency LLM inference.
Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O
Passes binary data to a subprocess using buffers or files to handle input containing null bytes.
Consola is a JavaScript logging library and pluggable framework that provides a cross-platform console wrapper. It enables unified output formatting and stream wrapping across both web browser and Node.js terminal environments. The project distinguishes itself through a pluggable reporter system and the ability to intercept global system output, routing standard console and system streams through centralized logging handlers. It provides utilities for creating visually enhanced command line interfaces with support for tags and severity levels. The framework covers wide-ranging observability
Temporarily stores log messages in a memory queue to avoid output during critical operations.
Consola is a diagnostic logging utility and log output manager that provides a unified interface for Node.js and web browser environments. It functions as a scoped logging framework and a tool for capturing user text, confirmations, and selections through interactive console prompts. The project distinguishes itself through a system for creating specialized logger instances with inherited defaults and unique tags for contextual tracking. It also features a pluggable reporter interface that allows for the redirection of standard output to custom logging destinations and external reporters. Th
Implements a buffering mechanism to queue log entries during system pauses.
This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp
Implements binary data buffers for creating fixed-length memory allocations to store raw binary data.
Node.js is an open-source, cross-platform JavaScript runtime environment built on the V8 engine, designed for executing JavaScript code outside a web browser. It operates as a server-side JavaScript platform with an event-driven, non-blocking I/O architecture that enables building scalable network applications and web servers. The runtime integrates the CommonJS module system for synchronous module loading and the npm ecosystem for sharing and reusing packages. The platform provides comprehensive capabilities for web server development, including creating HTTP and HTTPS servers, managing HTTP
Creates and manipulates raw binary data in memory with encoding conversions and slicing.
imagemin एक Node.js इमेज ऑप्टिमाइज़र और मिनिफ़िकेशन टूल है जिसे इमेज एसेट्स के स्टोरेज साइज़ को कम करने के लिए डिज़ाइन किया गया है। यह एक बिल्ड पाइपलाइन एसेट ऑप्टिमाइज़र के रूप में कार्य करता है जो अनावश्यक मेटाडेटा को हटाने और पिक्सेल डेटा को ऑप्टिमाइज़ करने के लिए लॉसलेस और लॉसी कम्प्रेशन दोनों का उपयोग करता है। यह प्रोजेक्ट अपनी कार्यक्षमता का विस्तार करने के लिए प्लगइन-आधारित आर्किटेक्चर का उपयोग करता है, जो बाहरी मॉड्यूल्स को लोड करता है जो विशिष्ट इमेज फॉर्मेट्स और कम्प्रेशन एल्गोरिदम को संभालते हैं। यह टूल को डेवलपमेंट पाइपलाइन्स के भीतर इमेज कम्प्रेशन को स्वचालित करने के लिए एक लचीले टूलकिट के रूप में कार्य करने की अनुमति देता है। यह सिस्टम वेब प्रदर्शन अनुकूलन के लिए व्यापक क्षमताओं को कवर करता है, जिसमें बैंडविड्थ खपत को कम करने और पेज लोडिंग गति को बेहतर बनाने के लिए फ्रंटएंड एसेट पाइपलाइन्स और स्टेटिक साइट जनरेशन वर्कफ़्लो में एकीकरण शामिल है।
Utilizes binary data buffers to pass raw image data efficiently between the orchestrator and compression plugins.
body-parser एक Node.js HTTP अनुरोध पार्सर है जो आने वाले अनुरोध निकायों (request bodies) को संरचित JavaScript ऑब्जेक्ट्स में परिवर्तित करता है। यह वेब सर्वर में उपयोग के लिए JSON, रॉ बाइनरी, सादा टेक्स्ट और URL-एन्कोडेड पेलोड्स को निकालने और प्रोसेस करने के लिए यूटिलिटीज़ प्रदान करता है। यह प्रोजेक्ट अनुरोध ऑब्जेक्ट्स को बढ़ाने के लिए एक मिडलवेयर पैटर्न का उपयोग करता है, जो बाद के रूट हैंडलर्स में उपयोग के लिए सीधे अनुरोध से पार्स किया गया डेटा संलग्न करता है। यह अनुरोध हेडर के आधार पर उपयुक्त पार्सिंग लॉजिक का चयन करने के लिए कंटेंट-टाइप आधारित डिस्पैचिंग का उपयोग करता है। यह टूल डेटा स्ट्रीम्स को टुकड़ों में पेलोड्स का उपभोग करके और बाइनरी बफ़र्स को जमा करके मैनेज करता है। यह संचित डेटा को उपयोग योग्य फ़ॉर्मेट में बदलने से पहले विभिन्न वर्ण सेटों को संभालने के लिए एन्कोडिंग-अवेयर स्ट्रिंग डिकोडिंग का समर्थन करता है।
Handles incoming request bodies as binary buffers for processing raw data streams.
Surge is a Swift library for high-performance numerical analysis, linear algebra, digital signal processing, and accelerated image manipulation. It utilizes the Accelerate framework to provide hardware-accelerated tools for matrix mathematics and signal processing. The library provides specialized capabilities for digital signal processing, including convolution, signal similarity analysis through cross-correlation, and domain transformations using fast Fourier transforms. It also includes a suite of tools for the rapid transformation and analysis of pixel buffers and image data. Beyond sign
Manipulates raw pixel and signal data through direct memory buffers to minimize overhead during transformations.
Forge is a JavaScript cryptography library providing a comprehensive set of tools for symmetric and asymmetric encryption, hashing, and digital signatures. It includes a full Transport Layer Security implementation for establishing secure network connections and managing encrypted traffic. The project implements a wide array of public key infrastructure tools, including X.509 certificate management, the generation of certificate signing requests, and the validation of certificate chains. It provides a PKCS cryptographic toolkit for handling secure archives and signed messages, alongside suppo
Provides managed byte buffers and utilities for binary data processing and hex conversion.
Unity is a lightweight unit testing framework for C, providing the assertion library, test runner, and reporting mechanisms required to verify code correctness. It functions as core testing infrastructure for organizing and executing unit tests in C environments. The framework is designed for system-level and embedded software validation, with specific capabilities for verifying firmware and hardware drivers. It focuses on memory integrity and pointer validity, allowing for the validation of pointer states and the inspection of raw memory blocks. The toolset covers a broad range of compariso
Performs raw byte-by-byte comparisons of memory segments for non-convertible data types.
PKHeX एक Pokémon सेव फ़ाइल एडिटर और सेव डेटा कन्वर्टर है। यह एक एंटिटी डेटा मॉडिफायर और बाहरी डेटा आयातक के रूप में कार्य करता है, जिसका उपयोग कई सॉफ्टवेयर पीढ़ियों में गेम सेव डेटा और मेमोरी इमेजेस को बदलने के लिए किया जाता है। यह प्रोजेक्ट क्रॉस-जेनरेशन संगतता सुनिश्चित करने के लिए विभिन्न सॉफ्टवेयर वर्ज़न्स और फ़ाइल फॉर्मेट्स के बीच गेम डेटा के रूपांतरण को सक्षम बनाता है। यह गेम स्टेट को अपडेट करने के लिए मौजूदा सेव रिकॉर्ड्स में बाहरी फ़ाइलों और कोड्स को एकीकृत करता है। यह टूल सेव फ़ाइल प्रबंधन और गेम स्टेट मैनिपुलेशन के लिए क्षमताएं प्रदान करता है, जिससे व्यक्तिगत एंटिटी रिकॉर्ड्स, कैरेक्टर डेटा और आइटम इन्वेंट्री में संशोधन किया जा सकता है।
Directly modifies bytes in memory buffers before writing blocks back to the filesystem.