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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesMixed Value Separation

Splitting a collection containing multiple types into distinct collections based on those types.

Distinct from Value-Log Separation: None of the candidates cover the functional data operation of partitioning a collection by type.

Explore 1 awesome GitHub repository matching data & databases · Mixed Value Separation. Refine with filters or upvote what's useful.

Awesome Mixed Value Separation GitHub Repositories

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

    elves/elvish

    6,325GitHub पर देखें↗

    Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes

    Combines traditional byte pipes with value pipes in a single pipeline, capturing both unstructured text and structured data simultaneously.

    Gogoprogramming-languageshell
    GitHub पर देखें↗6,325
  1. Home
  2. Data & Databases
  3. Mixed Value Separation

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

  • Byte and Value Stream MixersCapabilities for combining traditional byte streams with structured value pipes in a single pipeline. **Distinct from Mixed Value Separation:** Distinct from Mixed Value Separation: focuses on interleaving byte and value streams in a pipeline, not separating mixed types into distinct collections.