- 博客(633)
- 收藏
- 关注
原创 C++游戏引擎开发指南:PhysX物理引擎中的场景查询技术
C++游戏引擎开发指南:PhysX物理引擎中的场景查询技术 cpp-game-engine-book 从零编写游戏引擎教程 Writing a game engine tutorial from scratch 项目地址: htt...
2025-06-12 09:08:14
97
原创 XTool项目在macOS系统上的安装指南
XTool项目在macOS系统上的安装指南 xtool Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux and macOS. ...
2025-06-11 09:18:45
139
原创 envilder:环境变量管理的利器
envilder:环境变量管理的利器 envilder ???? Envilder is a CLI that securely centralizes your environment variables from AWS SSM as a single source of truth ...
2025-06-11 09:00:06
156
原创 Lasagne深度学习框架安装指南
Lasagne深度学习框架安装指南 Lasagne Lightweight library to build and train neural networks in Theano 项目地址: https://gitcode.co...
2025-06-10 09:17:53
219
原创 MongoDB Python驱动认证机制详解
MongoDB Python驱动认证机制详解 mongo-python-driver PyMongo - the Official MongoDB Python driver 项目地址: https://gitcode.com/g...
2025-06-10 09:00:12
248
原创 Terraform-docs 配置指南:深入解析.terraform-docs.yml文件
Terraform-docs 配置指南:深入解析.terraform-docs.yml文件 terraform-docs Generate documentation from Terraform modules in various output formats ...
2025-06-09 09:05:39
392
原创 Google Pytype 项目深度解析:开发者指南与技术实现原理
Google Pytype 项目深度解析:开发者指南与技术实现原理 pytype A static type analyzer for Python code 项目地址: https://gitcode.com/gh_mirror...
2025-06-08 09:18:43
396
原创 JetCache快速入门指南:阿里巴巴高性能Java缓存框架
JetCache快速入门指南:阿里巴巴高性能Java缓存框架 jetcache JetCache is a Java cache framework. 项目地址: https://gitcode.com/gh_mirrors/je...
2025-06-08 09:02:10
427
原创 Kubernetes 配置最佳实践指南 - 来自kubernetes-handbook项目
Kubernetes 配置最佳实践指南 - 来自kubernetes-handbook项目 kubernetes-handbook Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz ...
2025-06-08 09:01:23
357
原创 深入解析BK-CMDB 3.0的微服务架构设计理念
深入解析BK-CMDB 3.0的微服务架构设计理念 bk-cmdb 蓝鲸智云配置平台(BlueKing CMDB) 项目地址: https://gitcode.com/gh_mirrors/bk/bk-cmdb ...
2025-06-07 09:23:45
374
原创 WebCamera:实时网页摄像头控制与多样化应用
WebCamera:实时网页摄像头控制与多样化应用 WebCamera Camera controls for the Web 项目地址: https://gitcode.com/gh_mirrors/web/WebCamera...
2025-06-06 09:00:01
263
原创 ProgressBar.js 入门指南:轻量级SVG进度条库详解
ProgressBar.js 入门指南:轻量级SVG进度条库详解 progressbar.js Responsive and slick progress bars 项目地址: https://gitcode.com/gh_mi...
2025-06-05 09:10:08
284
原创 机器学习项目中的线性回归梯度下降实现解析
机器学习项目中的线性回归梯度下降实现解析 Machine-Learning-Collection A resource for learning about Machine learning & Deep Learning 项目地...
2025-06-05 09:08:21
404
原创 OpenVINO模型准备与转换完全指南
OpenVINO模型准备与转换完全指南 openvino openvino: 是Intel开发的一个开源工具包,用于优化和部署AI推理,支持多种硬件平台。 项目地址: https://gitcode.com/gh_mirrors/...
2025-06-05 09:06:10
406
原创 PyTorch教程:使用ZeroRedundancyOptimizer优化分布式训练内存消耗
PyTorch教程:使用ZeroRedundancyOptimizer优化分布式训练内存消耗 tutorials PyTorch tutorials. 项目地址: https://gitcode.com/gh_mirrors/tu...
2025-06-05 09:02:28
236
原创 深入理解onsi/ginkgo项目的贡献流程与技术规范
深入理解onsi/ginkgo项目的贡献流程与技术规范 ginkgo onsi/ginkgo 是一个用于 Go 语言的测试框架。适合在 Go 语言开发的应用程序中编写和管理测试用例。特点是提供了丰富的断言库、灵活的测试用例组织方式和友好的命令行界面。 ...
2025-06-05 09:01:09
339
原创 推荐文章:探索webcomponents.today,构建现代Web组件
推荐文章:探索webcomponents.today,构建现代Web组件 webcomponents.today A curated collection of Web Components resources. 项目地址: ht...
2025-06-05 09:00:05
196
原创 Apache Cassandra 向量搜索技术解析:概念与实现原理
Apache Cassandra 向量搜索技术解析:概念与实现原理 cassandra Cassandra是一个分布式的NoSQL数据库,主要用于海量数据的存储和访问。它的特点是高可用、可扩展性强、易于部署等。适用于海量数据存储和访问场景。 ...
2025-06-04 09:19:07
373
原创 Android多屏幕适配设计指南 - 从原理到实践全面解析
Android多屏幕适配设计指南 - 从原理到实践全面解析 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh_mirr...
2025-06-04 09:07:35
314
原创 Zig-Playdate-Template:为游戏开发提供新选择
Zig-Playdate-Template:为游戏开发提供新选择 Zig-Playdate-Template Starter code for a Playdate program written in Zig 项目地址: htt...
2025-06-04 09:00:06
401
原创 RT-Thread网络测试模块深度解析:UDP/TCP回显服务器实现
RT-Thread网络测试模块深度解析:UDP/TCP回显服务器实现 rt-thread RT-Thread is an open source IoT real-time operating system (RTOS). 项目地...
2025-06-03 09:12:07
387
原创 AJV项目中的Schema管理最佳实践
AJV项目中的Schema管理最佳实践 ajv 项目地址: https://gitcode.com/gh_mirrors/ajv/ajv 前言AJV作为一款高性能的JSO...
2025-06-02 09:19:06
218
原创 Kubespray项目中的Ansible使用指南
Kubespray项目中的Ansible使用指南 kubespray 项目地址: https://gitcode.com/gh_mirrors/kub/kubespray ...
2025-06-02 09:03:57
392
原创 Git远程仓库管理完全指南
Git远程仓库管理完全指南 docs The open-source repo for docs.github.com 项目地址: https://gitcode.com/gh_mirrors/do/docs ...
2025-06-02 09:03:26
289
原创 自学计算机科学:构建扎实技术根基的完整指南
自学计算机科学:构建扎实技术根基的完整指南 TeachYourselfCS-CN 项目地址: https://gitcode.com/gh_mirrors/tea/TeachYourselfCS-CN ...
2025-06-01 09:16:49
381
原创 D2L项目教程:神经网络模型构建指南
D2L项目教程:神经网络模型构建指南 d2l-en d2l-ai/d2l-en: 是一个基于 Python 的深度学习教程,它使用了 SQLite 数据库存储数据。适合用于学习深度学习,特别是对于需要使用 Python 和 SQLite 数据库的场景。特点是深度学习教程、Python、SQLite 数据库。 ...
2025-06-01 09:06:01
379
原创 Nuxt.js应用配置指南:深入理解app.config.ts
Nuxt.js应用配置指南:深入理解app.config.ts nuxt The Intuitive Vue Framework. 项目地址: https://gitcode.com/gh_mirrors/nu/nuxt ...
2025-05-30 09:05:41
279
原创 Docusaurus插件生命周期API详解
Docusaurus插件生命周期API详解 docusaurus Easy to maintain open source documentation websites. 项目地址: https://gitcode.com/gh_...
2025-05-30 09:04:29
217
原创 OpenCV项目文档编写指南:Doxygen文档生成与编写规范
OpenCV项目文档编写指南:Doxygen文档生成与编写规范 opencv 项目地址: https://gitcode.com/gh_mirrors/op/opencv ...
2025-05-30 09:02:19
340
原创 OpenStorm 开源项目最佳实践教程
OpenStorm 开源项目最佳实践教程 OpenStorm An open source 3D radar viewer 项目地址: https://gitcode.com/gh_mirrors/op/OpenStorm ...
2025-05-27 09:01:14
373
原创 auto-mcp:打造全功能的Model Context Protocol服务器
auto-mcp:打造全功能的Model Context Protocol服务器 auto-mcp Transform any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server ...
2025-05-26 00:39:08
878
原创 饥荒管理平台(DMP)启动与配置教程
饥荒管理平台(DMP)启动与配置教程 dst-management-platform-api 饥荒管理平台(DMP),满足一键开服、玩家管理、房间管理、数据统计、定时任务等功能 (Dont't Starve Together Management Platform, providing features such as ...
2025-05-24 09:03:53
234
原创 CoLT5-attention:实现高效的注意力路由
CoLT5-attention:实现高效的注意力路由 CoLT5-attention Implementation of the conditionally routed attention in the CoLT5 architecture, in Pytorch ...
2025-05-15 09:00:01
235
原创 phdthesis:高斯过程与统计决策在非欧空间的应用
phdthesis:高斯过程与统计决策在非欧空间的应用 phdthesis Gaussian Processes and Statistical Decision-making in Non-Euclidean Spaces 项目...
2025-05-09 23:30:50
710
原创 nvim-luaref:内置 Lua 函数的便捷参考插件
nvim-luaref:内置 Lua 函数的便捷参考插件 nvim-luaref Add a vim :help reference for lua 项目地址: https://gitcode.com/gh_mirrors/nv...
2025-05-09 09:05:31
857
原创 base16-jetbrains:为JetBrains IDE打造个性化主题
base16-jetbrains:为JetBrains IDE打造个性化主题 base16-jetbrains Base16 themes for Jetbrains IDE's (IntelliJ, PyCharm, Webstorm, etc) - and the Material Theme plugin ...
2025-05-06 20:50:20
533
原创 VoxélQuestISO 开源项目教程
VoxélQuestISO 开源项目教程 voxelquestiso First version of the Voxel Quest engine (isometric) 项目地址: https://gitcode.com/gh...
2025-04-28 13:40:00
424
原创 开源项目GD.Docs最佳实践教程
开源项目GD.Docs最佳实践教程 gd.docs ???? Documentation for Geometry Dash. 项目地址: https://gitcode.com/gh_mirrors/gd/gd.docs ...
2025-04-27 10:30:24
375
原创 StyleTTS-VC 项目启动与配置教程
StyleTTS-VC 项目启动与配置教程 StyleTTS-VC Official Implementation of StyleTTS-VC 项目地址: https://gitcode.com/gh_mirrors/st/St...
2025-04-27 10:20:25
289
原创 React全栈组件项目最佳实践教程
React全栈组件项目最佳实践教程 react-full-stack-components React Feature Rich Components 项目地址: https://gitcode.com/gh_mirrors/re...
2025-04-26 10:30:05
276
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人