- 博客(604)
- 收藏
- 关注
原创 IREE项目开发者指南:架构与核心工具解析
IREE项目开发者指南:架构与核心工具解析 iree A retargetable MLIR-based machine learning compiler and runtime toolkit. 项目地址: https://g...
2025-06-12 09:10:27
152
原创 OpenAI Retro项目游戏集成技术详解
OpenAI Retro项目游戏集成技术详解 retro Retro Games in Gym 项目地址: https://gitcode.com/gh_mirrors/re/retro ...
2025-06-11 09:13:12
250
原创 CloudCompare项目代码规范与插件开发指南
CloudCompare项目代码规范与插件开发指南 CloudCompare CloudCompare main repository 项目地址: https://gitcode.com/gh_mirrors/cl/CloudCo...
2025-06-10 09:16:11
287
原创 .NET SDK 容器化功能全面解析
.NET SDK 容器化功能全面解析 docs This repository contains .NET Documentation. 项目地址: https://gitcode.com/gh_mirrors/docs2/doc...
2025-06-10 09:07:10
318
原创 Google Cloud Go 客户端库测试指南:测试策略详解
Google Cloud Go 客户端库测试指南:测试策略详解 google-cloud-go 项目地址: https://gitcode.com/gh_mirrors/goo/google-cloud-go ...
2025-06-09 09:22:23
292
原创 Absinthe GraphQL 项目指南:如何编写 GraphQL 架构
Absinthe GraphQL 项目指南:如何编写 GraphQL 架构 absinthe The GraphQL toolkit for Elixir 项目地址: https://gitcode.com/gh_mirrors/...
2025-06-09 09:21:16
243
原创 Azkaban项目中的条件工作流详解
Azkaban项目中的条件工作流详解 azkaban Azkaban workflow manager. 项目地址: https://gitcode.com/gh_mirrors/az/azkaban ...
2025-06-09 09:04:56
352
原创 Prototool 项目详解:高效管理 Protocol Buffers 开发工作流
Prototool 项目详解:高效管理 Protocol Buffers 开发工作流 prototool Your Swiss Army Knife for Protocol Buffers 项目地址: https://gitco...
2025-06-08 09:14:06
346
原创 深入理解TOAST UI Chart中的柱线混合图表(ColumnLine Chart)
深入理解TOAST UI Chart中的柱线混合图表(ColumnLine Chart) tui.chart 项目地址: https://gitcode.com/gh_mirrors/tui/tui.chart ...
2025-06-08 09:02:11
371
原创 Crossfilter 多维数据过滤与分析库 API 详解
Crossfilter 多维数据过滤与分析库 API 详解 crossfilter Fast n-dimensional filtering and grouping of records. 项目地址: https://gitco...
2025-06-07 09:01:05
340
原创 NoneBot2 权限控制机制深度解析
NoneBot2 权限控制机制深度解析 nonebot2 跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python ...
2025-06-06 09:06:44
364
原创 Flecs项目中的系统(Systems)详解:从基础到高级应用
Flecs项目中的系统(Systems)详解:从基础到高级应用 flecs flecs是一个高性能、轻量级的C和C++实体组件系统框架,适用于游戏开发和其他需要组织大量数据和行为的应用。它提供了一种模块化的方式构建复杂应用,并优化了CPU缓存利用率。 ...
2025-06-06 09:04:05
359
原创 Superstruct 错误处理完全指南:从基础到高级实践
Superstruct 错误处理完全指南:从基础到高级实践 superstruct A simple and composable way to validate data in JavaScript (and TypeScript). ...
2025-06-06 09:04:04
232
原创 Emby.Plugins:为 Emby 服务器增强多媒体体验的插件集
Emby.Plugins:为 Emby 服务器增强多媒体体验的插件集 Emby.Plugins Plugins for Emby Server 项目地址: https://gitcode.com/gh_mirrors/em/Emb...
2025-06-06 09:00:05
220
原创 PurgeCSS 入门指南:高效移除未使用的CSS样式
PurgeCSS 入门指南:高效移除未使用的CSS样式 purgecss Remove unused CSS 项目地址: https://gitcode.com/gh_mirrors/pu/purgecss ...
2025-06-05 09:09:33
310
原创 深入理解urql项目中的测试策略与实践
深入理解urql项目中的测试策略与实践 urql The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. ...
2025-06-05 09:00:09
340
原创 MPC-HC播放器项目编译指南:从环境配置到完整构建
MPC-HC播放器项目编译指南:从环境配置到完整构建 mpc-hc Media Player Classic 项目地址: https://gitcode.com/gh_mirrors/mp/mpc-hc ...
2025-06-03 09:04:01
404
原创 使用Horovod实现Keras分布式MNIST训练实战
使用Horovod实现Keras分布式MNIST训练实战 horovod Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. ...
2025-06-02 09:18:18
295
原创 Swift 设计模式解析:行为型模式详解
Swift 设计模式解析:行为型模式详解 Design-Patterns-In-Swift ???? Design Patterns implemented in Swift 5.0 项目地址: https://gitcode.com/...
2025-06-02 09:15:55
254
原创 Roslyn编译器疑难问题排查指南
Roslyn编译器疑难问题排查指南 roslyn roslyn: 是 .NET 编译器的开源项目,提供了 C# 和 Visual Basic 的编译器和代码分析器。适合开发者和研究人员使用 roslyn 理解和优化 C# 和 Visual Basic 代码。 ...
2025-06-02 09:00:15
268
原创 Facebook/osquery 项目开发指南:如何创建自定义表
Facebook/osquery 项目开发指南:如何创建自定义表 osquery 项目地址: https://gitcode.com/gh_mirrors/osq/osquery ...
2025-06-01 09:13:48
868
原创 Yew框架中的web-sys使用指南:Web API的Rust绑定
Yew框架中的web-sys使用指南:Web API的Rust绑定 yew Rust / Wasm framework for creating reliable and efficient web applications 项目...
2025-06-01 09:00:11
251
原创 Docker Compose官方示例项目解析与应用实践
Docker Compose官方示例项目解析与应用实践 awesome-compose Awesome Docker Compose samples 项目地址: https://gitcode.com/gh_mirrors/aw/...
2025-05-30 09:09:02
345
原创 Gatsby项目自定义Webpack配置指南
Gatsby项目自定义Webpack配置指南 gatsby The best React-based framework with performance, scalability and security built in. 项...
2025-05-30 09:06:01
242
原创 Rollup-plugin-web-worker-loader 开源项目教程
Rollup-plugin-web-worker-loader 开源项目教程 rollup-plugin-web-worker-loader Rollup plugin to load Workers. Supports inlining, dependencies, source maps, NodeJS and br...
2025-05-28 09:01:09
370
原创 《Representable 项目启动与配置指南》
《Representable 项目启动与配置指南》 representable Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and composi...
2025-05-22 09:00:03
340
原创 ansible-creator:快速构建您的Ansible内容
ansible-creator:快速构建您的Ansible内容 ansible-creator The fastest way to generate all your ansible content! 项目地址: https:/...
2025-05-16 00:49:53
940
原创 Glob.jl:强大的文件匹配工具
Glob.jl:强大的文件匹配工具 Glob.jl Posix-compliant file name pattern matching 项目地址: https://gitcode.com/gh_mirrors/gl/Glob.j...
2025-05-07 09:08:21
700
原创 js13k-2022:实现高品质游戏体验的开源项目
js13k-2022:实现高品质游戏体验的开源项目 js13k-2022 Dante, a game in 13 kilobytes - JS13K 2022 submission 项目地址: https://gitcode.co...
2025-05-02 09:08:30
879
原创 Vernemq Docker 项目启动与配置教程
Vernemq Docker 项目启动与配置教程 docker-vernemq VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets). ...
2025-04-27 09:50:02
220
原创 Pixel-GS 项目最佳实践教程
Pixel-GS 项目最佳实践教程 Pixel-GS [ECCV 2024] Pixel-GS Density Control with Pixel-aware Gradient for 3D Gaussian Splatting ...
2025-04-25 10:30:05
379
原创 SnapIntel 项目启动与配置教程
SnapIntel 项目启动与配置教程 SnapIntel Investigate Snapchat users with SnapIntel OSINT tool 项目地址: https://gitcode.com/gh_mir...
2025-04-23 12:40:00
873
原创 开源项目启动与配置教程
开源项目启动与配置教程 course_materials_of_cs 大三课程总结 项目地址: https://gitcode.com/gh_mirrors/co/course_materials_of_cs ...
2025-04-23 07:20:33
219
原创 开源项目 video-subtitle-remover 的扩展与二次开发潜力
开源项目 video-subtitle-remover 的扩展与二次开发潜力 video-subtitle-remover 基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-code...
2025-04-23 07:09:49
555
原创 ReferringRelationships:项目的核心功能/场景
ReferringRelationships:项目的核心功能/场景 ReferringRelationships 项目地址: https://gitcode.com/gh_mirrors/re/ReferringRelation...
2025-04-20 13:00:53
774
原创 dbin项目安装与配置指南
dbin项目安装与配置指南 dbin ???? Poor man's package manager. +3100 statically linked binaries in the repos! The easy to use, easy to get, suckless software distribution syst...
2025-04-20 10:50:28
416
原创 开源项目安装与配置指南:Torrent To Google Drive Downloader
开源项目安装与配置指南:Torrent To Google Drive Downloader Torrent-To-Google-Drive-Downloader Simple notebook to stream torrent files to Google Drive using Google Colab and ...
2025-04-20 09:18:46
801
原创 React Lite YouTube Embed 安装与配置指南
React Lite YouTube Embed 安装与配置指南 react-lite-youtube-embed ???? < A private by default, faster and cleaner YouTube embed component for React applicati...
2025-04-18 07:10:53
815
原创 New Relic Java Agent 安装与配置指南
New Relic Java Agent 安装与配置指南 newrelic-java-agent The New Relic Java agent 项目地址: https://gitcode.com/gh_mirrors/ne/n...
2025-04-16 12:00:30
560
原创 ONLYOFFICE Document Server 后端服务器项目教程
ONLYOFFICE Document Server 后端服务器项目教程 server The backend server software layer which is the part of ONLYOFFICE Document Server and is the base for all other compo...
2025-04-15 09:46:57
885
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人