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

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

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

VerbalExpressions/QtVerbalExpressions

0
View on GitHub↗
67 نجوم·12 تفرعات·C++·4 مشاهدات

QtVerbalExpressions

QtVerbalExpressions

Features

  • Development Utilities - Qt-based wrapper for regular expressions.
  • Framework Extensions - Library for constructing regular expressions using natural language.
  • General Utilities - Qt library for building regex-like expressions.

سجل النجوم

مخطط تاريخ النجوم لـ verbalexpressions/qtverbalexpressionsمخطط تاريخ النجوم لـ verbalexpressions/qtverbalexpressions

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ QtVerbalExpressions

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع QtVerbalExpressions.
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    عرض على GitHub↗5,486
  • astral-sh/uvالصورة الرمزية لـ astral-sh

    astral-sh/uv

    86,451عرض على GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Rustpackagingpythonresolver
    عرض على GitHub↗86,451
  • anrieff/libcpuidالصورة الرمزية لـ anrieff

    anrieff/libcpuid

    532عرض على GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    عرض على GitHub↗532
  • facebookresearch/hydraالصورة الرمزية لـ facebookresearch

    facebookresearch/hydra

    10,449عرض على GitHub↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Python
    عرض على GitHub↗10,449
عرض جميع البدائل الـ 30 لـ QtVerbalExpressions→

الأسئلة الشائعة

ما هي وظيفة verbalexpressions/qtverbalexpressions؟

QtVerbalExpressions

ما هي الميزات الرئيسية لـ verbalexpressions/qtverbalexpressions؟

الميزات الرئيسية لـ verbalexpressions/qtverbalexpressions هي: Development Utilities, Framework Extensions, General Utilities.

ما هي البدائل مفتوحة المصدر لـ verbalexpressions/qtverbalexpressions؟

تشمل البدائل مفتوحة المصدر لـ verbalexpressions/qtverbalexpressions: astral-sh/uv — uv is a high-performance Python package manager and project build tool designed to handle dependency resolution,… filipw/dotnet-script — Run C# scripts from the .NET CLI. anrieff/libcpuid — a small C library for x86 CPU detection and feature extraction. antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… facebookresearch/hydra — Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex… imdario/mergo.