awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesBinary Data Encodings

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.

Awesome Binary Data Encodings GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • discord-jda/jdaالصورة الرمزية لـ discord-jda

    discord-jda/JDA

    4,665عرض على GitHub↗

    JDA هو غلاف Java لـ Discord API، يوفر إطار عمل لبناء وكلاء آليين ودمج التطبيقات مع منصة الدردشة. يعمل كعميل REST API لإدارة كيانات الخادم وعميل بوابة يحافظ على اتصالات WebSocket مستمرة لتحديثات الحالة في الوقت الفعلي. تتميز المكتبة بوحدة API صوتية شاملة لإدارة بث الصوت، واتصال قناة الصوت، وتكامل لوحة الصوت. كما تتضمن مجموعة أدوات متخصصة لتصميم واجهة المستخدم التفاعلية، مما يتيح إنشاء أوامر الشرطة المائلة، والأزرار، وقوائم الاختيار، ونماذج إدخال المشروط. بشكل عام، يغطي المشروع إدارة المجتمع من خلال إدارة القواعد الآلية، وإدارة الخادم عبر تكوين القناة والدور، وإدارة حركة المرور باستخدام التقسيم (sharding) لتوزيع أحمال الأحداث. كما يوفر أدوات لإنشاء محتوى الوسائط الغنية واسترجاع ملف تعريف العضو المفصل.

    Provides binary encoding and decoding for specialized data exchange within the library.

    Javaapiapi-wrapperbot
    عرض على GitHub↗4,665
  • dotnet/open-xml-sdkالصورة الرمزية لـ dotnet

    dotnet/Open-XML-SDK

    4,537عرض على GitHub↗

    Open-XML-SDK هي مكتبة لإنشاء وتعديل والتحقق من مستندات Office برمجياً بناءً على معيار Open XML. تعمل كمولد ملفات مكتبية ومحلل مستندات XML، مما يمكن من التلاعب بملفات معالجة النصوص، وجداول البيانات، والعروض التقديمية. تسمح المكتبة بتوليد وتحديث محتوى وهيكل المستند دون الحاجة إلى تثبيت تطبيقات المكتب الأصلية. تستخدم فئات مكتوبة بقوة (strongly typed) ونهجاً معتمداً على المخطط لضمان بقاء الملفات التي تم إنشاؤها متوافقة ومهيكلة بشكل صحيح. يوفر المشروع إمكانيات للتحقق الهيكلي مقابل المخططات الرسمية، وتضمين محتوى الوسائط المتعددة مثل الفيديو، وإدارة أجزاء المستند والعلاقات. يدعم كلاً من التلاعب بالشجرة في الذاكرة والتحليل القائم على التدفق (stream-based) لمعالجة بيانات المستند.

    Provides utilities for encoding and decoding bytes using hexadecimal binary values.

    C#docxofficeopenxml-format
    عرض على GitHub↗4,537
  • kuzudb/kuzuالصورة الرمزية لـ kuzudb

    kuzudb/kuzu

    3,965عرض على GitHub↗

    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.

    C++cypherdatabaseembeddable
    عرض على GitHub↗3,965
  • apache/nuttxالصورة الرمزية لـ apache

    apache/nuttx

    3,912عرض على GitHub↗

    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.

    Cembeddedmcumicrocontroller
    عرض على GitHub↗3,912
  1. Home
  2. Data & Databases
  3. Binary Data Encodings

استكشف الوسوم الفرعية

  • CBOR SerializersUtilities for serializing and deserializing data using the Concise Binary Object Representation standard. **Distinct from Binary Data Encodings:** Specializes general binary data encodings specifically to the CBOR standard for efficient system communication.