5 个仓库
Reference materials and helper libraries that support standard software development practices.
Explore 5 awesome GitHub repositories matching development tools & productivity · Software Development Resources. Refine with filters or upvote what's useful.
Openclaw 是一个用于管理智能体(Agent)执行环境的平台,提供控制智能体生命周期、会话状态和工作区持久化的基础设施。它具有一个处理模型循环、工具调用和流式事件的中心化网关,同时支持多智能体路由和持久化内存管理。该系统旨在规范工具执行签名,并为跨提供商兼容性提供标准化接口。 该平台包括广泛的开发者工具,例如用于工作区管理的命令行界面、诊断日志记录以及允许注册自定义工具和功能的插件架构。它通过事件驱动的钩子、任务调度和与外部服务的集成来支持自动化工作流。安全性通过执行策略、凭据可移植性和智能体操作的审批工作流进行管理。 部署通过自动化基础设施安装程序和容器化网关助手提供支持,并内置了用于备份和配置管理的实用程序。该系统为编排多步工作流提供了结构化格式,并包括用于浏览器自动化和结构化代码补丁的专用工具。
Returns plain-text error messages for standard status codes while filtering out unrecognized query parameters.
This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated directory for the Go programming language. It organizes a vast landscape of software components, libraries, and development tools into a structured, navigable hierarchy, enabling developers to efficiently discover resources tailored to specific functional domains. The repository distinguishes itself through a decentralized contribution model, where community-driven updates ensure the index remains current with the rapidly evolving software landscape. Beyond simple resource listing,
Enforces standardized patterns for wrapping, reporting, and managing application-level errors.
This project is a centralized directory and resource manager for artificial intelligence-driven software engineering tools. It functions as a curated registry that aggregates extensions, automated workflows, and development resources, providing a structured database for developers to discover and implement AI-assisted coding solutions. The system distinguishes itself through a suite of automated maintenance utilities that ensure the integrity and currency of the curated data. It employs background processes to validate external links, synchronize remote repository information, and manage reso
Validates external links, manages resource categories, and automates pull requests for community-driven databases.
This project is a curated, community-driven directory of frameworks, libraries, and development tools designed for the .NET ecosystem. It serves as a comprehensive resource index for developers seeking to build, maintain, and scale software projects using .NET technologies. The collection provides a structured catalog of utilities that support the full software development lifecycle. It covers essential capability areas including web service development, data persistence integration, and system observability. The directory also highlights tools for managing application dependencies, implement
Serves as a curated directory of frameworks, libraries, and development tools for the ecosystem.
该仓库是 C 和 C++ 中实现的基础数据结构和标准算法的集合。它作为理解和应用核心计算模式的技术参考,为排序、搜索和图遍历等任务提供了经过验证的代码示例。 该项目通过利用手动内存管理和基于指针的数据链接来组织信息,强调底层系统编程。它采用过程式逻辑方法,依赖静态类型系统强制执行,以确保在执行链表、栈、队列、树和哈希表等常见操作时的性能和内存安全。 这些实现旨在通过演示如何高效地管理内存和访问数据,来支持软件开发和计算机科学教育。该库以仅头文件格式分发,以促进直接集成到编译单元中。
Serves as a technical reference resource for C++ software development and low-level systems programming.