awesome-repositories.com

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

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

3 مستودعات

Awesome GitHub RepositoriesNode Identification Utilities

Tools for determining the functional role of nodes within structured data during traversal.

Distinguishing note: Nothing in the shortlist captures the meta-level identification of node roles (key vs value) during traversal.

Explore 3 awesome GitHub repositories matching data & databases · Node Identification Utilities. Refine with filters or upvote what's useful.

Awesome Node Identification Utilities GitHub Repositories

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

    mikefarah/yq

    14,913عرض على GitHub↗

    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 returns the character index of a matching node within its line to assist with debugging or precise data location.

    Gobashclicsv
    عرض على GitHub↗14,913
  • mandliya/algorithms_and_data_structuresالصورة الرمزية لـ mandliya

    mandliya/algorithms_and_data_structures

    6,145عرض على GitHub↗

    هذا المشروع عبارة عن مجموعة شاملة من مكتبات وأدوات C++ توفر تطبيقات مرجعية لهياكل البيانات، وخوارزميات الرسوم البيانية، والمنطق الثنائي (bitwise logic). يعمل كمرجع لخوارزميات C++ يحتوي على أكثر من 180 مسألة برمجية محلولة ومجموعة أدوات متخصصة للبرمجة التنافسية. يتميز المستودع بمكتبات واسعة النطاق لمعالجة البتات منخفضة المستوى لفحوصات التكافؤ، واكتشاف ترتيب البايتات (endianness)، والمنطق القائم على XOR. كما يوفر مجموعة واسعة من الحلول المرجعية للتحديات الخوارزمية المعقدة التي تتضمن التراجع (backtracking)، ونظرية الرسوم البيانية، والبرمجة الديناميكية. تغطي مساحة القدرات منظمات البيانات الخطية والهرمية الأساسية، بما في ذلك القوائم المرتبطة، والمكدسات، والطوابير، وأشجار البحث الثنائية. يتضمن مجموعة كاملة من خوارزميات الرسوم البيانية للبحث عن المسارات والأشجار الممتدة، وطرق متنوعة للفرز والبحث، وتحويلات المصفوفات، وأدوات معالجة النصوص. بالإضافة إلى ذلك، يغطي الدوال الحسابية الرياضية، وضغط البيانات بدون فقدان، وشفرات التشفير الأساسية.

    Implements a single-traversal algorithm to identify the middle node of a linked list.

    C++algorithmbit-manipulationc
    عرض على GitHub↗6,145
  • memgraph/memgraphالصورة الرمزية لـ memgraph

    memgraph/memgraph

    4,163عرض على GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product finds subgraphs where every node remains reachable after any single node is removed.

    C++cyphergraphgraph-algorithms
    عرض على GitHub↗4,163
  1. Home
  2. Data & Databases
  3. Node Identification Utilities

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

  • Biconnected Component IdentificationIdentification of subgraphs where every node remains reachable after any single node removal. **Distinct from Node Identification Utilities:** Focuses on structural redundancy and biconnectedness in graphs rather than general node functional roles.
  • Middle Node IdentificationAlgorithms for locating the center element of a linear data structure. **Distinct from Node Identification Utilities:** Distinct from Node Identification Utilities: focuses specifically on the positional center of a list.
  • Positioning DiagnosticsUtilities for identifying the precise character or line location of data nodes within structured files. **Distinct from Node Identification Utilities:** Distinct from Node Identification Utilities: focuses on spatial coordinate identification (character/line index) rather than functional role identification.