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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

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

    elves/elvish

    6,325عرض على GitHub↗

    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.