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
·

4 dépôts

Awesome GitHub RepositoriesScript Control Flow

Logic structures for managing loops and conditional branching within automation scripts.

Distinct from Execution Flow Control: Focuses on the logical flow within a script rather than high-level application execution or visual modeling.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Script Control Flow. Refine with filters or upvote what's useful.

Awesome Script Control Flow 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.
  • missing-semester-cn/missing-semester-cn.github.ioAvatar de missing-semester-cn

    missing-semester-cn/missing-semester-cn.github.io

    7,311Voir sur GitHub↗

    This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer

    Teaches shell scripting with variables, conditionals, loops, and functions for pipeline automation.

    Markdown
    Voir sur GitHub↗7,311
  • hak5/usbrubberducky-payloadsAvatar de hak5

    hak5/usbrubberducky-payloads

    5,537Voir sur GitHub↗

    This repository is a library of scripts for automating keystroke injection and executing remote payloads via USB HID devices. It provides a collection of pre-written automation sequences that simulate keyboard input to perform complex tasks on target operating systems. The framework supports cross-platform payloads capable of detecting target operating systems and adapting keyboard layouts for accurate character injection across different regions. It utilizes a staged payload method to download and execute external code from remote servers, extending the functionality of initial scripts. The

    Implements loops and if-then logic within scripts to adapt execution based on the target machine state.

    PowerShellbadusbducky-payloadsduckyscript
    Voir sur GitHub↗5,537
  • jenkinsci/pipeline-examplesAvatar de jenkinsci

    jenkinsci/pipeline-examples

    4,296Voir sur GitHub↗

    Ce projet est une bibliothèque de définitions de flux de travail contrôlées par version et une collection de scripts Groovy et d'extraits de configuration pour implémenter l'automatisation de l'intégration et de la livraison continues dans Jenkins. Il sert de référence pour construire des pipelines automatisés en utilisant à la fois une syntaxe déclarative et une logique scriptée. Le dépôt fournit des collections de templates et des modèles d'implémentation pour créer des flux de travail de build et de déploiement de logiciels. Il inclut des fonctions réutilisables et des modèles logiques conçus pour standardiser le comportement des pipelines et éliminer la duplication de code à travers de multiples projets grâce à l'utilisation de bibliothèques partagées. La couverture inclut la gestion du pipeline en tant que code, le développement de bibliothèques globales pour la cohérence organisationnelle, et la définition de cycles de vie de livraison de logiciels automatisés.

    Provides an imperative programming model allowing for complex logic and full control over the pipeline execution flow.

    Groovy
    Voir sur GitHub↗4,296
  • lammps/lammpsAvatar de lammps

    lammps/lammps

    2,783Voir sur GitHub↗

    This project is a parallel simulation engine and molecular dynamics simulator designed to model the physical movements of atoms and molecules. It functions as an interatomic potential framework for calculating forces between particles and a materials analysis tool for computing thermodynamic, structural, and transport properties of solids and fluids. The engine is distinguished by its high-performance computing capabilities, utilizing spatial-domain decomposition and message-passing interface communication to distribute workloads across processors. It supports multi-backend GPU acceleration v

    Executes complex simulation workflows and parameters using a dedicated input script command system.

    C++kokkoslammpsmolecular-dynamics
    Voir sur GitHub↗2,783
  1. Home
  2. Software Engineering & Architecture
  3. Execution Flow Control
  4. Script Control Flow

Explorer les sous-tags

  • Pipeline Execution LogicProgrammatic control structures used specifically to manage the flow of CI/CD pipeline execution. **Distinct from Script Control Flow:** Focuses on the high-level pipeline execution flow rather than general script control flow