awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesNumeric Priority Orderings

Assigning numerical weights to hooks to determine deterministic execution order and concurrency grouping.

Distinct from Plugin Execution Ordering: Distinct from Plugin Execution Ordering: uses simple numeric priority values rather than dependency graph resolution for ordering.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Numeric Priority Orderings. Refine with filters or upvote what's useful.

Awesome Numeric Priority Orderings GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • emdash-cms/emdashAvatar de emdash-cms

    emdash-cms/emdash

    10,887Voir sur GitHub↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Sets numeric priority and declares dependencies so hooks run in a deterministic sequence across plugins.

    TypeScriptastrocmsemdash
    Voir sur GitHub↗10,887
  • just-the-docs/just-the-docsAvatar de just-the-docs

    just-the-docs/just-the-docs

    9,060Voir sur GitHub↗

    Just the Docs is a Jekyll theme designed for building documentation sites that are hosted on GitHub Pages. It provides a responsive, mobile-friendly layout with built-in search, hierarchical navigation, and extensive customization through overridable SCSS variables, Liquid includes, and page layouts. The theme distinguishes itself through a file-based navigation hierarchy that automatically generates multi-level collapsible menus from directory structures and front matter, combined with client-side full-text search that indexes page content at build time. It includes automated deployment via

    Assigns numeric or string values to pages to control their display order in navigation.

    SCSSdocumentationgithub-pagesjekyll
    Voir sur GitHub↗9,060
  • spring-projects/spring-aiAvatar de spring-projects

    spring-projects/spring-ai

    9,001Voir sur GitHub↗

    Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework

    Determines the sequence of advisor execution by assigning each a priority value.

    Javaartificial-intelligencejavaspring-ai
    Voir sur GitHub↗9,001
  • j178/prekAvatar de j178

    j178/prek

    6,297Voir sur GitHub↗

    Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo

    Assigns numeric priorities to hooks for deterministic ordering and concurrent execution grouping.

    Rustgitgit-hookspre-commit
    Voir sur GitHub↗6,297
  • justinwalsh/daux.ioAvatar de justinwalsh

    justinwalsh/daux.io

    4,530Voir sur GitHub↗

    This project is a Markdown static site generator and documentation server that converts files and folder structures into responsive websites. It functions as a Confluence documentation publisher, enabling the direct upload and synchronization of processed Markdown content to enterprise knowledge base servers. The system distinguishes itself through its technical rendering capabilities, transforming Mermaid syntax into visual diagrams and TeX expressions into mathematical formulas. It supports multilingual documentation by creating localized versions of a site with dedicated navigation structu

    Controls the sequence of navigation links using filename prefixes to override default alphabetical sorting.

    Voir sur GitHub↗4,530
  • python-markdown/markdownAvatar de Python-Markdown

    Python-Markdown/markdown

    4,215Voir sur GitHub↗

    This project is a Python library and command-line tool designed to convert Markdown text and files into structured HTML fragments. It functions as a Markdown-to-HTML converter and parser that transforms piped text or source files into web-ready documents. The project is an extensible text processor featuring a pluggable API for defining custom inline and block syntax. This modular framework allows for the registration of specialized syntax extensions, such as tables and footnotes, and provides a system for managing runtime configuration settings. The conversion process covers multilingual te

    Employs numeric priority orderings to determine the deterministic execution sequence of text processors and post-processors.

    Python
    Voir sur GitHub↗4,215
  • nextest-rs/nextestAvatar de nextest-rs

    nextest-rs/nextest

    2,828Voir sur GitHub↗

    nextest is a high-performance test execution framework and Rust test runner designed to manage parallelism, retries, and timeouts. It serves as a test recording system that captures execution metadata and outputs into archives for later failure analysis and replay. The project distinguishes itself as a flakiness detection tool, identifying unstable tests through stress loops and automated retry policies. It also functions as a CI test orchestrator, capable of partitioning test suites across multiple workers and exporting results in standardized JUnit XML and JSON formats. The framework provi

    Assigns numeric weights to tests to determine their specific order of execution within the suite.

    Rustcargo-plugincargo-subcommandflaky-tests
    Voir sur GitHub↗2,828
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Graph Resolution
  4. Concurrent Dependency Resolution
  5. Plugin Execution Ordering
  6. Numeric Priority Orderings

Explorer les sous-tags

  • Advisor Priority OrderingsAssigning numerical priority values to advisors to determine the sequence in which they process requests and responses. **Distinct from Numeric Priority Orderings:** Distinct from Numeric Priority Orderings: specifically for ordering AI advisor interceptors, not plugin hooks.
  • Page OrderingsAssigns numeric or string values to pages to control their display order in navigation menus. **Distinct from Numeric Priority Orderings:** Distinct from Numeric Priority Orderings: focuses on ordering documentation pages, not plugin execution hooks.
  • Test Execution PrioritizationAssigns numerical weights to tests to determine their order of execution in a suite. **Distinct from Numeric Priority Orderings:** Focuses on test suite execution ordering rather than plugin hook or dependency graph priority.