awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesInline Data Embedding

Compact, single-line table structures for reducing verbosity in configuration files.

Distinct from Inline Data Editing: Distinct from UI inline editors: focuses on the syntax for embedding nested data structures.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Inline Data Embedding. Refine with filters or upvote what's useful.

Awesome Inline Data Embedding GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • toml-lang/tomltoml-lang का अवतार

    toml-lang/toml

    20,525GitHub पर देखें↗

    TOML is a configuration file format designed for human readability and unambiguous mapping to hash tables. It serves as a standardized language for structured data, enabling consistent parsing and data exchange across diverse programming environments. The format distinguishes itself through a strict type-system specification that ensures data is interpreted identically regardless of the implementation. It utilizes a line-oriented lexical structure that supports both hierarchical organization through bracketed sections and compact inline embedding for nested objects. This approach allows for t

    Defines compact, single-line table structures to reduce verbosity for small, grouped data sets.

    GitHub पर देखें↗20,525
  • mikefarah/yqmikefarah का अवतार

    mikefarah/yq

    14,913GitHub पर देखें↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    The tool modifies structured data blocks embedded within text files while preserving the surrounding non-structured content.

    Gobashclicsv
    GitHub पर देखें↗14,913
  • vega/vega-litevega का अवतार

    vega/vega-lite

    5,216GitHub पर देखें↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    Embeds data directly in the specification as arrays, primitive values, or strings.

    TypeScriptchartsdeclarative-languageplot
    GitHub पर देखें↗5,216
  1. Home
  2. Software Engineering & Architecture
  3. Inline Data Embedding

सब-टैग एक्सप्लोर करें

  • Block ProcessorsTools for isolating and modifying structured data blocks embedded within larger text files. **Distinct from Inline Data Embedding:** Distinct from Inline Data Embedding: focuses on the processing and mutation of embedded blocks, rather than the syntax for compacting data.