awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • emdash-cms/emdashAvatar von emdash-cms

    emdash-cms/emdash

    10,887Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,887
  • just-the-docs/just-the-docsAvatar von just-the-docs

    just-the-docs/just-the-docs

    9,060Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,060
  • spring-projects/spring-aiAvatar von spring-projects

    spring-projects/spring-ai

    9,001Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,001
  • j178/prekAvatar von j178

    j178/prek

    6,297Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,297
  • justinwalsh/daux.ioAvatar von justinwalsh

    justinwalsh/daux.io

    4,530Auf GitHub ansehen↗

    Dieses Projekt ist ein Markdown-Static-Site-Generator und Dokumentationsserver, der Dateien und Ordnerstrukturen in responsive Websites umwandelt. Es fungiert als Confluence-Dokumentations-Publisher und ermöglicht das direkte Hochladen und Synchronisieren von verarbeiteten Markdown-Inhalten auf Enterprise-Knowledge-Base-Server. Das System zeichnet sich durch seine technischen Rendering-Fähigkeiten aus, indem es Mermaid-Syntax in visuelle Diagramme und TeX-Ausdrücke in mathematische Formeln umwandelt. Es unterstützt mehrsprachige Dokumentation durch die Erstellung lokalisierter Versionen einer Website mit dedizierten Navigationsstrukturen. Die Plattform bietet eine vollständige Content-Pipeline, die hierarchische Navigationsmenüs, Code-Syntax-Highlighting und ein System zur Verwaltung der Seitenreihenfolge über Dateinamen-Präfixe umfasst. Zudem verfügt sie über ein flexibles Erweiterungs-Framework für benutzerdefinierte Content-Generatoren und die programmatische Manipulation von Seitenbäumen. Die Umgebung kann als portabler Docker-Container bereitgestellt werden und enthält einen lokalen Preview-Server zum Testen der Dokumentation vor der finalen Generierung.

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

    Auf GitHub ansehen↗4,530
  • python-markdown/markdownAvatar von Python-Markdown

    Python-Markdown/markdown

    4,215Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,215
  • nextest-rs/nextestAvatar von nextest-rs

    nextest-rs/nextest

    2,828Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,828
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Graph Resolution
  4. Concurrent Dependency Resolution
  5. Plugin Execution Ordering
  6. Numeric Priority Orderings

Unter-Tags erkunden

  • 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.