4 مستودعات
Utilities for converting data structures to and from binary byte slices.
Distinct from Binary Data Encoding: Candidates focus on network overhead or audio data; this is a general-purpose data processing utility.
Explore 4 awesome GitHub repositories matching data & databases · Binary Data Encodings. Refine with filters or upvote what's useful.
JDA هو غلاف Java لـ Discord API، يوفر إطار عمل لبناء وكلاء آليين ودمج التطبيقات مع منصة الدردشة. يعمل كعميل REST API لإدارة كيانات الخادم وعميل بوابة يحافظ على اتصالات WebSocket مستمرة لتحديثات الحالة في الوقت الفعلي. تتميز المكتبة بوحدة API صوتية شاملة لإدارة بث الصوت، واتصال قناة الصوت، وتكامل لوحة الصوت. كما تتضمن مجموعة أدوات متخصصة لتصميم واجهة المستخدم التفاعلية، مما يتيح إنشاء أوامر الشرطة المائلة، والأزرار، وقوائم الاختيار، ونماذج إدخال المشروط. بشكل عام، يغطي المشروع إدارة المجتمع من خلال إدارة القواعد الآلية، وإدارة الخادم عبر تكوين القناة والدور، وإدارة حركة المرور باستخدام التقسيم (sharding) لتوزيع أحمال الأحداث. كما يوفر أدوات لإنشاء محتوى الوسائط الغنية واسترجاع ملف تعريف العضو المفصل.
Provides binary encoding and decoding for specialized data exchange within the library.
Open-XML-SDK هي مكتبة لإنشاء وتعديل والتحقق من مستندات Office برمجياً بناءً على معيار Open XML. تعمل كمولد ملفات مكتبية ومحلل مستندات XML، مما يمكن من التلاعب بملفات معالجة النصوص، وجداول البيانات، والعروض التقديمية. تسمح المكتبة بتوليد وتحديث محتوى وهيكل المستند دون الحاجة إلى تثبيت تطبيقات المكتب الأصلية. تستخدم فئات مكتوبة بقوة (strongly typed) ونهجاً معتمداً على المخطط لضمان بقاء الملفات التي تم إنشاؤها متوافقة ومهيكلة بشكل صحيح. يوفر المشروع إمكانيات للتحقق الهيكلي مقابل المخططات الرسمية، وتضمين محتوى الوسائط المتعددة مثل الفيديو، وإدارة أجزاء المستند والعلاقات. يدعم كلاً من التلاعب بالشجرة في الذاكرة والتحليل القائم على التدفق (stream-based) لمعالجة بيانات المستند.
Provides utilities for encoding and decoding bytes using hexadecimal binary values.
Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di
Handles variable-length strings and arbitrary binary objects for flexible storage.
NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto
Serializes and deserializes data using the CBOR binary representation standard for efficient communication.