awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • quii/learn-go-with-testsquii 的头像

    quii/learn-go-with-tests

    23,510在 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
    在 GitHub 上查看↗23,510
  • go-task/taskgo-task 的头像

    go-task/task

    15,721在 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
    在 GitHub 上查看↗15,721
  • rocky-linux/rockyrocky-linux 的头像

    rocky-linux/rocky

    9,497在 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
    在 GitHub 上查看↗9,497
  • hyperdbg/hyperdbgHyperDbg 的头像

    HyperDbg/HyperDbg

    3,885在 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
    在 GitHub 上查看↗3,885
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Sequential Iterators
  5. Iterative Task Execution

探索子标签

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