31 个仓库
Encapsulations of business logic as functions or methods that maintain shared resources across execution steps.
Distinguishing note: No candidates provided; fits under software architecture as a core pattern for activity-based orchestration.
Explore 31 awesome GitHub repositories matching software engineering & architecture · Executable Activity Definitions. Refine with filters or upvote what's useful.
Temporal is a distributed workflow orchestration engine designed to manage fault-tolerant, stateful, and long-running background processes. It functions as a platform for coordinating complex cross-service operations, ensuring consistency and reliability in distributed environments by decoupling workflow orchestration from task execution. The platform distinguishes itself through a deterministic, event-sourced execution model that reconstructs workflow state by re-executing code from an immutable event log. This approach isolates non-deterministic side effects into managed activities, allowin
Encapsulates business logic as functions that maintain shared resources like database pools across multiple execution steps.
Solana is a high-performance blockchain platform designed for decentralized applications and global financial systems. It provides a distributed ledger infrastructure that utilizes proof-of-stake consensus to maintain network integrity and secure digital assets. The platform includes a specialized runtime environment for executing smart contracts and a framework for developing programs in Rust. The system distinguishes itself through a suite of architectural components that enable high-throughput transaction processing. It employs a cryptographic clock mechanism to sequence transactions befor
Validates application performance and transaction logic by launching local testnets or connecting to remote clusters.
Truffle is a development framework designed for the end-to-end lifecycle management of decentralized applications on the Ethereum blockchain. It provides a unified environment for developers to write, compile, test, and deploy smart contracts, serving as a comprehensive suite for managing the entire development process from initial code to network publication. The framework utilizes a command-line interface to automate core tasks, including the transformation of high-level source code into executable bytecode and the orchestration of contract deployments. By integrating a local virtual machin
Integrates automated testing frameworks with local blockchain instances to validate contract logic through programmatic assertions.
该项目是一个全面的教育课程,用于使用 Solidity 语言开发、部署和测试区块链应用程序。它作为使用基于 Python 的工具在 Ethereum 和兼容网络上构建去中心化应用程序的技术资源。 该课程提供关于创建遵循行业标准互操作性规范的同质化和非同质化 Token 的实用指南。它包括一个 DeFi 编程课程,用于与去中心化金融协议交互以管理抵押品,以及通过预言机网络导入真实世界数据和可验证随机性的说明。 这些材料涵盖了智能合约的开发和用于合约可升级性的代理模式的实现。其他重点领域包括构建将数字钱包连接到区块链合约的 Web 界面、在去中心化存储上管理资产元数据,以及通过网络模拟执行合约验证。
Utilizes simulated blockchain environments and testing harnesses to validate contract logic before live deployment.
This project is a Lisp interpreter implementation guide and framework designed to teach the core principles of programming language design. It provides a structured, step-by-step technical framework for building a functional Lisp language from scratch, featuring a specialized interpreter engine and an S-expression parser that converts syntax into abstract syntax trees. The project emphasizes a code-as-data metaprogramming framework, enabling the implementation of macros, quoting, and quasiquoting to transform expressions during evaluation. It is designed with host language agnosticism, allowi
Ships a dedicated test harness to validate the accuracy of the interpreter's implementation.
Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl
Simulates blockchain state and forks live networks to validate contract logic through programmatic assertions.
Chainlink is a decentralized oracle network that connects smart contracts to off-chain data, computation, and real-world systems. It provides a secure and reliable infrastructure for blockchain applications to access external information, execute automated workflows, and interact with other blockchains. The network is secured by a staking-based model where node operators lock LINK tokens as collateral, which can be slashed for poor performance, incentivizing honest and accurate data delivery. The platform distinguishes itself through a comprehensive set of capabilities that extend beyond basi
Bridges off-chain data to smart contracts via oracle networks for real-world input-driven execution.
TechEmpower FrameworkBenchmarks is an open-source project that provides a standardized, reproducible suite for measuring and comparing the performance of web frameworks across many languages. At its core, it defines a set of common server-side tasks—such as JSON serialization, database queries, and server-side template rendering—and executes them uniformly against hundreds of framework implementations to produce comparable throughput and latency metrics. The project is built around a multi-language benchmark harness that automates the full test lifecycle, from dependency installation and serve
Automated test runner that installs dependencies, executes HTTP workloads, and collects results for any framework.
Elsa Core is a workflow engine framework designed for defining, executing, and managing long-running business processes. It functions as a distributed workflow orchestrator and event-driven trigger system, capable of operating as a multi-tenant platform with secure data isolation. The project distinguishes itself through a flexible approach to workflow definitions, supporting a visual drag-and-drop designer, programmatic C# definitions, and portable JSON specifications. It provides a highly extensible architecture allowing for the development of custom activities and the use of a dynamic expr
Specifies the data requirements and results for activities using typed properties and dynamic expressions.
This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech
Explains how self-executing smart contracts automatically enforce terms without a central authority.
This project is a collection of blockchain tools providing an Ethereum client node, a virtual machine runtime for smart contract execution, a blockchain wallet manager, and a programmatic network interface. It implements the necessary components to synchronize blockchain state, validate blocks, and process transactions on the Ethereum network. The software includes a dedicated command line interface for managing node operations and monitoring network status. It features a comprehensive suite of cryptographic utilities for generating account keypairs, managing encrypted secret stores, and sign
Provides a virtual machine runtime that executes smart contract bytecode to maintain the shared ledger state.
Syzkaller is an unsupervised, coverage-guided kernel fuzzer that automatically generates and mutates system call sequences to find bugs in operating system kernels. It operates without human intervention, using a closed feedback loop of input generation, execution, crash detection, and corpus refinement to continuously explore kernel code paths. The fuzzer distinguishes itself by supporting multiple operating system kernels, including Linux, FreeBSD, and Windows, through per-platform syscall harnesses that abstract system call interfaces behind a common driver. It uses declarative description
Abstracts system call interfaces and kernel-specific harnesses behind a common driver, enabling the same fuzzer to target Linux, FreeBSD, and Windows.
Provides a JavaScript-based test harness for executing browser API tests across any browser.
Zero-cost asynchronous programming in Rust
Includes mock contexts, pinning macros, and assertion helpers for testing asynchronous code and stream behavior.
Tape 是一个 JavaScript 测试框架和断言库,用作 Node.js 和浏览器环境的测试运行器。它实现了 Test Anything Protocol (TAP),为测试结果提供了一种标准化的、机器可读的格式。 该项目作为跨环境测试工具,允许在服务器端和客户端环境中执行相同的测试套件,同时保持一致的输出协议。 其功能包括验证值相等性和真值、验证异常处理以及协调异步工作流。该框架还提供了用于管理测试生命周期、定义命名测试用例以及捕获函数调用或属性访问的工具。 命令行界面支持基于 glob 的测试发现、模块预加载,以及从执行中过滤特定文件或文件夹的功能。
Acts as a unified harness for executing a single test suite across both server-side and client-side JavaScript runtimes.
Tape is a TAP-producing test framework for Node.js that provides assertions, spies, subtests, and isolated test harnesses. It functions as both a test runner and an assertion library, outputting results in the Test Anything Protocol format for machine or human consumption. The framework manages test execution through callback-based async control, plan-based auto termination, and subtest stack isolation. It includes a spy wrapper system that replaces object methods with call-recording wrappers that restore originals during teardown, along with a teardown callback registry that collects and exe
Ships an isolated test harness factory with independent pending stacks and test state.
Registers a callback that fires once all benchmarks in the harness have finished running.
该项目是一个专门的测试工具和 Mock 实用程序,旨在隔离测试 React Hook。它提供了一个模拟组件环境,用于执行 Hook 逻辑并跟踪返回的值,而无需完整的用户界面。 该库支持验证 Hook 的生命周期,包括挂载、更新和卸载阶段。它具有注入属性以强制重新渲染的机制,以及一个异步等待系统,以确保在运行断言前处理状态更新。 该工具集涵盖了状态管理验证、防止测试间状态泄漏的自动化生命周期清理,以及触发状态更新以验证 Hook 如何响应输入变化的能力。
Implements a simulated environment (test harness) to validate hook logic without a full UI.
SWE-bench 是一个软件工程基准测试和评估框架,旨在衡量大语言模型解决现实 GitHub Issue 的能力。它提供数据集和评估套件,以验证模型生成的代码补丁是否正确修复了软件 Bug。 该项目包含一个多模态基准测试,用于测试视觉语言模型处理涉及图形界面的 Issue。它利用一系列预处理的仓库 Issue 和黄金标准补丁来训练和测试 AI 编码智能体。 该框架为容器化补丁验证和可重复执行环境提供了基础设施,以确保不同系统间测试的一致性。它涵盖了自动化测试用例执行、补丁预测验证,以及从现实 Bug 报告中生成监督学习数据集。
Runs generated code fixes in isolated Docker environments to verify issue resolution without affecting the host.
Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr
Ships a simulated environment for running Solana program instructions with account manipulation and compute unit benchmarking.