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 RepositoriesIterative Task Execution

Looping constructs for executing blocks of code repeatedly.

Distinct from Sequential Iterators: Focuses on language-level loop constructs, distinct from sequential data iterators.

Explore 4 awesome GitHub repositories matching data & databases · Iterative Task Execution. Refine with filters or upvote what's useful.

Awesome Iterative Task Execution 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.
  • quii/learn-go-with-testsAvatar de quii

    quii/learn-go-with-tests

    23,510Voir sur GitHub↗

    This project is an educational platform and tutorial series designed to teach the Go programming language through the practice of test-driven development. It provides a structured path for developers to master language fundamentals, concurrency, and standard library usage by building functional applications in small, verifiable increments. The core methodology centers on the test-driven development cycle, where failing tests are written before implementation to define requirements and ensure code correctness. This approach is applied across a wide range of practical scenarios, including the c

    Executes code blocks repeatedly using loop constructs to handle repetitive operations.

    Gogogolangtdd
    Voir sur GitHub↗23,510
  • go-task/taskAvatar de go-task

    go-task/task

    15,721Voir sur GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Iterates through matrices of values or lists of files to execute commands repeatedly.

    Go
    Voir sur GitHub↗15,721
  • rocky-linux/rockyAvatar de rocky-linux

    rocky-linux/rocky

    9,497Voir sur GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Repeats a single task across a list of items to perform bulk operations efficiently.

    enterprise-linuxrocky
    Voir sur GitHub↗9,497
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Voir sur GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Repeats blocks of code using loops to automate repetitive analysis or data processing.

    Cbinary-analysisdebugdebugger
    Voir sur GitHub↗3,885
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Sequential Iterators
  5. Iterative Task Execution

Explorer les sous-tags

  • Task LoopingMechanisms for repeating a single administrative task across a list of items for bulk operations. **Distinct from Iterative Task Execution:** Focuses on automation task iteration rather than language-level code execution loops.