- 博客(637)
- 收藏
- 关注
原创 C++游戏引擎开发指南:深入理解Camera的CullingMask分层渲染机制
C++游戏引擎开发指南:深入理解Camera的CullingMask分层渲染机制 cpp-game-engine-book 从零编写游戏引擎教程 Writing a game engine tutorial from scratch ...
2025-06-12 09:09:41
142
原创 Dinky 环境配置详解:高效管理大数据任务的关键设置
Dinky 环境配置详解:高效管理大数据任务的关键设置 dinky Dinky is an out-of-the-box, one-stop, real-time computing platform dedicated to the construction and practice of Unified Stream...
2025-06-12 09:00:16
66
原创 LightLLM 大模型推理框架快速入门指南
LightLLM 大模型推理框架快速入门指南 lightllm LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy s...
2025-06-11 09:20:03
149
原创 Webots项目教程:通过TCP/IP实现与第三方软件的交互
Webots项目教程:通过TCP/IP实现与第三方软件的交互 webots Webots Robot Simulator 项目地址: https://gitcode.com/gh_mirrors/web/webots ...
2025-06-11 09:02:39
301
原创 IsaacLab项目中的仿真动画录制技术指南
IsaacLab项目中的仿真动画录制技术指南 IsaacLab Unified framework for robot learning built on NVIDIA Isaac Sim 项目地址: https://gitcod...
2025-06-10 09:20:51
359
原创 Donut项目Python扩展模块详解:动态生成内存Shellcode
Donut项目Python扩展模块详解:动态生成内存Shellcode donut Generates x86, x64, or AMD64+x86 position-independent shellcode that loads .NET Assemblies, PE files, and other Windows...
2025-06-10 09:07:58
375
原创 Apache Ignite缓存过期策略深度解析
Apache Ignite缓存过期策略深度解析 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...
2025-06-09 09:03:55
213
原创 webonyx/graphql-php 版本升级指南与重大变更解析
webonyx/graphql-php 版本升级指南与重大变更解析 graphql-php PHP implementation of the GraphQL specification based on the reference implementation in JavaScript ...
2025-06-09 09:02:01
361
原创 Apache Ignite Python客户端重连机制详解
Apache Ignite Python客户端重连机制详解 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite15/ignite ...
2025-06-09 09:00:51
996
原创 CodeIgniter4教程:创建新闻条目功能开发指南
CodeIgniter4教程:创建新闻条目功能开发指南 CodeIgniter4 Open Source PHP Framework (originally from EllisLab) 项目地址: https://gitcode...
2025-06-08 09:01:05
402
原创 StackExchange.Redis中的Redis Streams操作指南
StackExchange.Redis中的Redis Streams操作指南 StackExchange.Redis General purpose redis client 项目地址: https://gitcode.com/g...
2025-06-07 09:04:04
413
原创 深入解析Big-AGI中的ReAct:基于推理与行动的智能问答系统
深入解析Big-AGI中的ReAct:基于推理与行动的智能问答系统 big-AGI ???? Personal AI application powered by GPT-4 and beyond, with AI personas, AGI functions, text-to-image, voice, response ...
2025-06-06 09:21:18
325
原创 OpenMetadata 权限管理深度解析:角色与策略设计指南
OpenMetadata 权限管理深度解析:角色与策略设计指南 OpenMetadata 开放标准的元数据。一个发现、协作并确保数据正确的单一地点。 项目地址: https://gitcode.com/gh_mirrors/op/...
2025-06-06 09:07:12
248
原创 htop项目代码风格指南深度解析
htop项目代码风格指南深度解析 htop htop - an interactive process viewer 项目地址: https://gitcode.com/gh_mirrors/ht/htop ...
2025-06-06 09:03:49
261
原创 YugabyteDB在EKS上的多可用区Helm Chart部署指南
YugabyteDB在EKS上的多可用区Helm Chart部署指南 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...
2025-06-05 09:08:41
384
原创 Taskbook 命令行任务与笔记管理工具深度解析
Taskbook 命令行任务与笔记管理工具深度解析 taskbook Tasks, boards & notes for the command-line habitat 项目地址: https://gitcode.com/gh_...
2025-06-04 09:19:56
245
原创 Numba项目中的@overload装饰器使用指南
Numba项目中的@overload装饰器使用指南 numba numba/numba: Numba 是一个用于 Python 的 Just-In-Time (JIT) 编译器,可以用于加速 Python 代码的执行,支持多种 CPU 和 GPU 架构,如 x86,ARM,CUDA 等。 ...
2025-06-04 09:03:14
324
原创 在Chrome开发者工具中使用$0引用选中节点 - jbranchaud/til技术分享
在Chrome开发者工具中使用$0引用选中节点 - jbranchaud/til技术分享 til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/til...
2025-06-03 09:01:02
301
原创 Elastic Kibana插件架构深度解析
Elastic Kibana插件架构深度解析 kibana Your window into the Elastic Stack 项目地址: https://gitcode.com/gh_mirrors/ki/kibana ...
2025-06-03 09:00:11
249
原创 Google Filament 项目代码风格与格式化规范详解
Google Filament 项目代码风格与格式化规范详解 filament Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 ...
2025-06-02 09:02:11
347
原创 SvelteKit项目部署到Netlify的完整指南
SvelteKit项目部署到Netlify的完整指南 kit web development, streamlined 项目地址: https://gitcode.com/gh_mirrors/kit/kit ...
2025-06-01 09:17:40
352
原创 位操作实战:屏幕绘制线段算法解析
位操作实战:屏幕绘制线段算法解析 interactive-coding-challenges 120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards. ...
2025-06-01 09:01:07
260
原创 WeChatPadPro 项目启动和配置文档
WeChatPadPro 项目启动和配置文档 WeChatPadPro WeChatPadPro 是基于 WeChat Pad 协议的高级微信管理工具,支持朋友圈收发与互动(点赞、评论)、好友管理(添加、删除、清理僵尸粉)、消息收发(文本、图片、名片、动图、文件)、微信支付(转账、红包)、小程序和名片分享、通讯录好友添加...
2025-05-29 09:00:03
419
原创 ASP.NET Boilerplate 问题与答案应用教程
ASP.NET Boilerplate 问题与答案应用教程 questions-answers A sample application using ABP and module-zero 项目地址: https://gitcod...
2025-05-26 09:00:40
307
原创 effect-aws:简化 AWS 集成的利器
effect-aws:简化 AWS 集成的利器 effect-aws ???? Effectful AWS 项目地址: https://gitcode.com/gh_mirrors/ef/effect-aws ...
2025-05-19 09:00:04
390
原创 pwa-book:PWA 应用实战指南
pwa-book:PWA 应用实战指南 pwa-book 这是一本 PWA 相关的书籍 项目地址: https://gitcode.com/gh_mirrors/pw/pwa-book ...
2025-05-09 15:30:28
904
原创 Awesome Sports Camera Calibration:运动的视觉奇点
Awesome Sports Camera Calibration:运动的视觉奇点 awesome-sports-camera-calibration A collection of resources on Sports Camera Calibration ...
2025-05-08 09:09:24
842
原创 ndwfc:无限画布的波函数坍缩算法实现
ndwfc:无限画布的波函数坍缩算法实现 ndwfc ???????? N-dimensional Wave Function Collapse with infinite canvas 项目地址: https://gitcode.com/g...
2025-05-07 23:20:25
929
原创 mtkit:乐理计算的利器,轻松掌握音乐理论知识
mtkit:乐理计算的利器,轻松掌握音乐理论知识 mtkit A music theory calculator toolkit made by React. 项目地址: https://gitcode.com/gh_mirror...
2025-05-04 19:00:15
719
原创 awesome-serverless:100 种玩法,开启Serverless新世界的大门
awesome-serverless:100 种玩法,开启Serverless新世界的大门 awesome-serverless ???? 腾讯云 云函数 SCF / Serverless 的 100 种玩法,签到,打卡,小程序,图床,刷金币等各种应用集合。 ...
2025-05-04 13:50:26
530
原创 ConsistentFlowDistillation 的安装和配置教程
ConsistentFlowDistillation 的安装和配置教程 ConsistentFlowDistillation [ICLR'25] Official Implementation for Consistent Flow Distillation for Text-to-3D Generation ...
2025-04-28 10:40:33
390
原创 bina 的安装和配置教程
bina 的安装和配置教程 bina An installer for self-contained, single-file binaries, no additional CLI needed. 项目地址: https://g...
2025-04-26 10:50:05
422
原创 Sciter-JS-SDK 项目启动与配置教程
Sciter-JS-SDK 项目启动与配置教程 sciter-js-sdk Sciter.JS - Sciter but with QuickJS on board instead of my TIScript 项目地址: htt...
2025-04-25 15:10:00
549
原创 深入了解并使用开源项目EP
深入了解并使用开源项目EP ep enhance your HTML5 progress bars with minimal effort! 项目地址: https://gitcode.com/gh_mirrors/ep/ep ...
2025-04-24 13:10:23
895
原创 frigate-notify 的安装和配置教程
frigate-notify 的安装和配置教程 frigate-notify Event notifications for a standalone Frigate NVR instance 项目地址: https://gitc...
2025-04-24 13:01:58
725
原创 开源项目最佳实践教程:OldCodersClub/faq
开源项目最佳实践教程:OldCodersClub/faq faq Русскоязычный проект помощи начинающим дедам-программистам 30+, 40+, 50+ 项目地址: htt...
2025-04-24 11:01:40
294
原创 Gemini Multimodal Live Demo 开源项目最佳实践
Gemini Multimodal Live Demo 开源项目最佳实践 gemini-multimodal-live-demo Chat Application Starter Kit — Gemini Multimodal Live API + Pipecat ...
2025-04-24 10:50:57
270
原创 overkill-for-mac:轻松管理Mac应用,告别打扰
overkill-for-mac:轻松管理Mac应用,告别打扰 overkill-for-mac Stop iTunes from opening when you connect your iPhone 项目地址: https:...
2025-04-24 09:12:45
592
原创 MPV_lazy 的项目扩展与二次开发
MPV_lazy 的项目扩展与二次开发 MPV_lazy ???? mpv player 播放器折腾记录 windows conf ; 中文注释配置 快速帮助入门 ; mpv-lazy 懒人包 win10 x64 config 项目地址...
2025-04-23 07:25:54
608
原创 开源项目 f3d 的扩展与二次开发潜力
开源项目 f3d 的扩展与二次开发潜力 f3d Fast and minimalist 3D viewer. 项目地址: https://gitcode.com/gh_mirrors/f3/f3d ...
2025-04-23 07:15:07
382
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人