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

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

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

5 مستودعات

Awesome GitHub RepositoriesPack File Structures

Formats for organizing aggregated data blobs with headers for efficient streaming.

Distinguishing note: Focuses on the internal structure of pack files for streaming and indexing.

Explore 5 awesome GitHub repositories matching data & databases · Pack File Structures. Refine with filters or upvote what's useful.

Awesome Pack File Structures GitHub Repositories

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

    restic/restic

    34,445عرض على GitHub↗

    This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an encrypted backup tool that stores data as deduplicated chunks, ensuring that every piece of information is identified by a cryptographic hash to maintain integrity across all backups. By applying strong encryption and message authentication codes to both data and metadata, the software prevents unauthorized access and detects potential tampering. The tool distinguishes itself through a backend-agnostic storage abstraction that allows users to maintain repositories across diverse

    Organizes backup data into pack files containing multiple blobs with an encrypted header for efficient indexing.

    Gobackupdedupededuplication
    عرض على GitHub↗34,445
  • apache/mxnetالصورة الرمزية لـ apache

    apache/mxnet

    20,829عرض على GitHub↗

    This project is a deep learning framework designed for constructing, training, and deploying neural networks across diverse hardware environments. It functions as a high-performance tensor computation library that provides both imperative and symbolic programming interfaces, allowing developers to balance flexible, step-by-step model building with the efficiency of compiled computation graphs. The framework distinguishes itself through a hybrid execution engine that integrates declarative graph compilation with imperative runtime logic. It supports scalable, distributed training across multip

    Organizes aggregated data blobs into splittable binary formats for efficient streaming during training.

    C++mxnet
    عرض على GitHub↗20,829
  • nicotsx/zerobyteالصورة الرمزية لـ nicotsx

    nicotsx/zerobyte

    6,572عرض على GitHub↗

    ZeroByte is a backup management platform built around the Restic backup engine, providing encrypted, deduplicated, and compressed snapshots across multiple storage backends. It offers a web interface for scheduling, monitoring, and managing backup operations, with support for cron-based job scheduling and configurable retention policies that automatically prune older snapshots. The platform distinguishes itself through comprehensive multi-protocol volume mounting, allowing backup ingestion from NFS, SMB, WebDAV, SFTP, and rclone-backed sources alongside local directories. It includes a snapsh

    Tunes pack file size to optimize performance for different storage backends and repository scales.

    TypeScriptbackupbackup-utilityrestic
    عرض على GitHub↗6,572
  • hexfiend/hexfiendالصورة الرمزية لـ HexFiend

    HexFiend/HexFiend

    5,859عرض على GitHub↗

    HexFiend is a native macOS hex editor designed for opening and editing binary files of any size without loading them entirely into memory. It uses a 64-bit addressable data model with memory-mapped file access, enabling navigation of multi-gigabyte files while maintaining byte-level undo for insert and delete operations. The editor distinguishes itself through a diff algorithm for binary file comparison that accounts for insertions and deletions, and a template-based structure parsing system that uses user-defined scripts to visualize binary file layouts. It also includes a typed data interpr

    Uses scripts to parse and display the structure of binary files as structured views.

    Objective-C
    عرض على GitHub↗5,859
  • longsoft/uefitoolالصورة الرمزية لـ LongSoft

    LongSoft/UEFITool

    5,533عرض على GitHub↗

    UEFITool هي أداة لتحليل البرامج الثابتة (Firmware) ومحرر صور مصمم لتحليل وتصور وتعديل صور UEFI. تعمل كمحلل للمواصفات يقوم بتحويل بيانات البرامج الثابتة الثنائية إلى تنسيقات منظمة بناءً على مواصفات واجهة النظام القياسية. توفر الأداة واجهة مرئية لتحليل هيكل الشجرة وعناصر البيانات الداخلية لصور منصة UEFI. تسمح بتعديل صور البرامج الثابتة لضبط بيئات إقلاع النظام، وتتضمن إمكانيات للبحث عن أنماط بيانات محددة داخل الصور الثنائية. يغطي البرنامج مجموعة من إمكانيات إدارة البرامج الثابتة، بما في ذلك استخراج مكونات البرامج الثابتة إلى نظام الملفات للتحليل الخارجي وتصور البيانات الخام للبرامج الثابتة للتحقق من سلامتها الداخلية.

    Parses and displays the internal binary structure of UEFI firmware images.

    C
    عرض على GitHub↗5,533
  1. Home
  2. Data & Databases
  3. Pack File Structures

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

  • Binary Structure VisualizersVisualizers that use scripts to parse and display the structure of binary files. **Distinct from Pack File Structures:** Distinct from Pack File Structures: focuses on visualizing binary file structure via scripts, not pack file formats.
  • Pack File Size TuningAdjust the target size of storage pack files to optimize performance for different backend types and repository scales. **Distinct from Pack File Structures:** Distinct from Pack File Structures: focuses on tuning pack file size for performance, not the internal structure of pack files.
  • Pack Size TuningAdjust the target size of Restic pack files to reduce per-object overhead on backends with file-count pressure. **Distinct from Pack File Structures:** Distinct from Pack File Structures: focuses on tuning pack size for performance, not the internal structure of pack files.