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

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

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

3 مستودعات

Awesome GitHub RepositoriesFile Format Specifications

Defines a file type using extensions like pdf, docx, csv, or json.

Distinct from File Format Detectors: Distinct from File Format Detectors: focuses on specifying a file format for operations, not on detecting the format of an unknown file.

Explore 3 awesome GitHub repositories matching software engineering & architecture · File Format Specifications. Refine with filters or upvote what's useful.

Awesome File Format Specifications GitHub Repositories

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

    PHPOffice/PHPExcel

    11,379عرض على GitHub↗

    PHPExcel is a PHP spreadsheet library used for programmatically reading and writing spreadsheet files in various formats. It utilizes an in-memory spreadsheet model that maps spreadsheet structures to a hierarchy of objects for programmatic manipulation. The library functions as an Office Open XML processor for generating and manipulating XLSX documents and serves as a reader for extracting data and structure from legacy binary XLS files. It also includes tools for CSV data integration and importing. The project provides capabilities for automated report generation and spreadsheet data extra

    Uses dedicated driver classes to handle the unique structural specifications of different spreadsheet file types.

    PHP
    عرض على GitHub↗11,379
  • livebook-dev/livebookالصورة الرمزية لـ livebook-dev

    livebook-dev/livebook

    5,805عرض على GitHub↗

    Livebook is an interactive notebook platform for Elixir that provides a web-based environment for writing and running code cells alongside Markdown content, visualizations, and reproducible workflows. It serves as a multi-cloud auto-clustering tool that automatically discovers and joins Elixir nodes into clusters across Kubernetes, AWS ECS, and Fly.io for distributed execution, and also functions as a notebook deployment tool that packages notebooks into standalone web applications with authentication, secrets, and Docker support. The platform enables real-time collaborative editing, synchron

    Stores notebooks as .livemd files using a Markdown-based format with embedded code cell metadata.

    Elixirchartscollaborativedistributed-computing
    عرض على GitHub↗5,805
  • quarto-dev/quarto-cliالصورة الرمزية لـ quarto-dev

    quarto-dev/quarto-cli

    5,777عرض على GitHub↗

    Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter notebooks into a wide range of output formats. It functions as a multi-format document converter, a reproducible research platform, a static site generator for technical content, and an interactive dashboard builder, all within a single framework. The system is distinguished by its ability to produce HTML, PDF, Word, ePub, and slide decks from a single Markdown source, while embedding executable code blocks in Python, R, Julia, or Observable for dynamic, reproducible document

    Transforms a notebook between .ipynb and .qmd representations using the convert command.

    JavaScript
    عرض على GitHub↗5,777
  1. Home
  2. Software Engineering & Architecture
  3. Custom Log Formatting
  4. Automatic Format Detection
  5. File Format Detectors
  6. File Format Specifications

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

  • Format-Specific DriversDedicated classes that implement the structural requirements of specific file formats. **Distinct from File Format Specifications:** Focuses on the driver implementation for handling formats, rather than just defining the specification of the format.
  • Notebook File Formats1 وسم فرعيFile formats that store interactive notebook content, combining markup text with executable code cells and metadata. **Distinct from File Format Specifications:** Distinct from File Format Specifications: specifically targets notebook document formats rather than general file type definitions.