awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesCommand Execution Logic

Systems for attaching specific executors to commands to define their behavioral outcomes.

Distinguishing note: None of the candidates cover the internal mapping of a command to a functional executor in a game server context.

Explore 3 awesome GitHub repositories matching development tools & productivity · Command Execution Logic. Refine with filters or upvote what's useful.

Awesome Command Execution Logic GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pumpkin-mc/pumpkinAvatar de Pumpkin-MC

    Pumpkin-MC/Pumpkin

    7,827Ver en GitHub↗

    Pumpkin is a high-performance Minecraft game server implementation designed to host shared virtual worlds. It is specifically built to support multiple client editions, allowing different game versions to interact within a single world. The project distinguishes itself through a flexible plugin architecture that supports extensions written in Go and Python. These extensions are loaded as portable binary modules, enabling developers to implement custom game logic and modify server behavior without altering the core codebase. The server covers a broad range of operational capabilities, includi

    Allows attaching specific executors to commands to define the actions that occur during execution.

    Rustdockergame-servergamedev
    Ver en GitHub↗7,827
  • rchipka/node-osmosisR

    rchipka/node-osmosis

    4,110Ver en GitHub↗

    Este proyecto es un framework de web scraping en Node.js diseñado para automatizar la extracción de datos a través de un flujo de trabajo programático de peticiones, análisis e interacción con documentos. Funciona como un crawler web headless, un gestor de peticiones HTTP y un parser y extractor de DOM. El framework se distingue por combinar un motor de ejecución de JavaScript para interactuar con contenido dinámico y un sistema de selección híbrido que utiliza selectores CSS y XPath. Incluye middleware especializado para la rotación de proxies y la gestión de sesiones de cookie-jar para mantener estados autenticados y gestionar tráfico automatizado. Sus capacidades más amplias cubren el rastreo recursivo de enlaces, el manejo de paginación y la automatización de formularios web. La herramienta también proporciona funciones de gestión de tráfico como limitación de tasa de peticiones mediante retrasos temporizados y configuración de cabeceras HTTP personalizadas.

    Executes custom logic and provided callback functions within the current scraping processing context.

    JavaScript
    Ver en GitHub↗4,110
  • alecthomas/kongAvatar de alecthomas

    alecthomas/kong

    2,976Ver en GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Invokes run methods on selected command nodes and their parents to execute the requested action.

    Gocommand-linecommandsflags
    Ver en GitHub↗2,976
  1. Home
  2. Development Tools & Productivity
  3. Command Execution Logic