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
·

3 dépôts

Awesome GitHub RepositoriesPrinter Event Shell Executions

Executes shell commands or G-code sequences automatically when specific printer or system events occur.

Distinct from Event-Driven Execution: Distinct from Event-Driven Execution: focuses on 3D printer-specific event triggers rather than general filesystem or system events.

Explore 3 awesome GitHub repositories matching development tools & productivity · Printer Event Shell Executions. Refine with filters or upvote what's useful.

Awesome Printer Event Shell Executions 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.
  • octoprint/octoprintAvatar de OctoPrint

    OctoPrint/OctoPrint

    9,020Voir sur GitHub↗

    OctoPrint is a web-based platform for remotely controlling and monitoring 3D printers. It provides a browser dashboard to start, pause, cancel, and track print jobs, while streaming real-time printer status, temperature, and progress updates. The system is built around a plugin-based architecture that allows extending core functionality, and it offers a documented REST API for programmatic printer control and data management. The platform distinguishes itself through its comprehensive automation and extensibility capabilities. It supports event-driven workflows that automatically execute cust

    Issues G-code or custom commands to a printer and returns the response for immediate execution.

    Python3d-printeroctoprintpython
    Voir sur GitHub↗9,020
  • aws/aws-sdk-phpAvatar de aws

    aws/aws-sdk-php

    6,191Voir sur GitHub↗

    The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and

    Alters command parameters before execution by adding middleware that transforms the command object.

    PHP
    Voir sur GitHub↗6,191
  • amber-lang/amberAvatar de amber-lang

    amber-lang/amber

    4,731Voir sur GitHub↗

    Amber est un transpiler qui traduit du code source de haut niveau en scripts shell exécutables pour Bash, Zsh et Ksh. Il fournit un environnement typé pour la génération de scripts shell, permettant une validation statique des types et la création de scripts exécutables autonomes. Le projet se distingue par un processus de compilation qui inclut une optimisation des imports par tree-shaking pour réduire la taille de sortie et un habillage de script basé sur des modèles pour les en-têtes et pieds de page personnalisés. Il utilise un système de résolution de dépendances basé sur des modules avec des contrôles de visibilité pour gérer la réutilisation du code sur plusieurs fichiers. La surface du langage couvre un large éventail de capacités d'automatisation, incluant une gestion complète du système de fichiers, le contrôle de processus et la communication réseau via HTTP. Il fournit des utilitaires intégrés pour le traitement de texte, la manipulation de données, la gestion de date et heure, et l'introspection système. L'ensemble d'outils inclut un test runner intégré pour la vérification de la logique et un utilitaire pour générer automatiquement la documentation Markdown du projet à partir des commentaires du code source.

    Ships with modifiers to suppress command output or bypass failure checks during function calls.

    Rustbashbash-scriptingcompilers
    Voir sur GitHub↗4,731
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Event-Driven Execution
  5. Printer Event Shell Executions

Explorer les sous-tags

  • Direct Command Sends2 sous-tagsIssuing G-code or custom commands to a printer and returning the response for immediate execution. **Distinct from Printer Event Shell Executions:** Distinct from Printer Event Shell Executions: focuses on immediate command sending rather than event-triggered execution.