- 博客(618)
- 收藏
- 关注
原创 C++游戏引擎开发指南:Shader文件创建与使用实践
C++游戏引擎开发指南:Shader文件创建与使用实践 cpp-game-engine-book 从零编写游戏引擎教程 Writing a game engine tutorial from scratch 项目地址: https...
2025-06-11 09:20:12
256
原创 Open Match项目开发环境搭建与开发指南
Open Match项目开发环境搭建与开发指南 open-match 项目地址: https://gitcode.com/gh_mirrors/ope/open-match ...
2025-06-11 09:19:46
370
原创 深入解析0x项目的编程接口API
深入解析0x项目的编程接口API 0x ???? single-command flamegraph profiling ???? 项目地址: https://gitcode.com/gh_mirrors/0x/0x ...
2025-06-11 09:15:57
208
原创 Elasticsearch权威指南:集群管理之统计监控API详解
Elasticsearch权威指南:集群管理之统计监控API详解 elasticsearch-definitive-guide The Definitive Guide to Elasticsearch 项目地址: https:/...
2025-06-11 09:08:03
136
原创 Hyperlight项目开发者安全指南:构建安全的服务边界
Hyperlight项目开发者安全指南:构建安全的服务边界 hyperlight Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe e...
2025-06-11 09:03:06
379
原创 Raspberry Pi 4裸机操作系统开发指南:启动引导篇
Raspberry Pi 4裸机操作系统开发指南:启动引导篇 rpi4-osdev Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4 项目地址...
2025-06-11 09:02:27
230
原创 Mesos/Chronos 常见问题解答与技术指南
Mesos/Chronos 常见问题解答与技术指南 chronos Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules ...
2025-06-09 09:20:21
295
原创 External Secrets Operator (ESO) 技术实践指南:社区精选博客解析
External Secrets Operator (ESO) 技术实践指南:社区精选博客解析 external-secrets External Secrets Operator reads information from a third-party service like AWS Secrets Manager ...
2025-06-08 09:14:05
249
原创 深入理解tailwind-merge项目中的配置技巧与实践
深入理解tailwind-merge项目中的配置技巧与实践 tailwind-merge Merge Tailwind CSS classes without style conflicts 项目地址: https://gitco...
2025-06-08 09:06:00
362
原创 mlpack中的DDPG算法实现与实战指南
mlpack中的DDPG算法实现与实战指南 mlpack mlpack: a fast, header-only C++ machine learning library 项目地址: https://gitcode.com/gh_...
2025-06-08 09:03:06
248
原创 RecyclerListView 高性能列表组件开发指南
RecyclerListView 高性能列表组件开发指南 recyclerlistview High performance listview for React Native and web! 项目地址: https://git...
2025-06-08 09:02:22
362
原创 Airbnb Knowledge Repo:企业级知识管理平台深度解析
Airbnb Knowledge Repo:企业级知识管理平台深度解析 knowledge-repo A next-generation curated knowledge sharing platform for data scientists and other technical professions. ...
2025-06-08 09:00:11
343
原创 Goss项目CLI命令详解:服务器验证工具使用指南
Goss项目CLI命令详解:服务器验证工具使用指南 goss Goss是一个开源的Go语言测试框架,用于简化Go应用程序的测试和验证。它提供了一系列的测试断言和测试工具,可以帮助开发者编写更加简洁和可维护的测试代码。 项目地址: ...
2025-06-07 09:21:48
264
原创 深入理解HuggingFace Smol-Course中的Prompt Tuning技术
深入理解HuggingFace Smol-Course中的Prompt Tuning技术 smol-course A course on aligning smol models. 项目地址: https://gitcode.co...
2025-06-07 09:06:33
288
原创 Sphinx项目中的autodoc扩展使用指南
Sphinx项目中的autodoc扩展使用指南 sphinx The Sphinx documentation generator 项目地址: https://gitcode.com/gh_mirrors/sp/sphinx ...
2025-06-06 09:04:18
258
原创 EasyEffects中的Crystalizer插件详解:动态范围增强利器
EasyEffects中的Crystalizer插件详解:动态范围增强利器 easyeffects Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications ...
2025-06-06 09:02:04
299
原创 LangChain4j结构化输出教程:从文本中提取结构化数据
LangChain4j结构化输出教程:从文本中提取结构化数据 langchain4j langchain4j - 一个Java库,旨在简化将AI/LLM(大型语言模型)能力集成到Java应用程序中。 项目地址: https://g...
2025-06-05 09:15:37
401
原创 深入理解Nuke图像处理管道:从基础配置到高级特性
深入理解Nuke图像处理管道:从基础配置到高级特性 Nuke Image loading system 项目地址: https://gitcode.com/gh_mirrors/nu/Nuke ...
2025-06-05 09:05:31
251
原创 深入理解Spring中的@Conditional注解
深入理解Spring中的@Conditional注解 spring-reading 涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动...
2025-06-04 09:17:24
298
原创 从Next.js迁移到TanStack Router的完整指南
从Next.js迁移到TanStack Router的完整指南 router TanStack/router: TanStack Router(前身为React Training的React Router)是一个强大的客户端路由库,适用于构建单页应用(SPA)。它使得React应用能够根据URL的变化来更新视图,实现页面...
2025-06-04 09:04:33
232
原创 Scapy网络数据包操作15分钟快速入门指南
Scapy网络数据包操作15分钟快速入门指南 scapy Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3. ...
2025-06-03 09:10:54
314
原创 使用timedatectl查看和设置Linux系统时间(jbranchaud/til项目分享)
使用timedatectl查看和设置Linux系统时间(jbranchaud/til项目分享) til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/...
2025-06-03 09:02:37
400
原创 深入理解Sentence Transformers中的Prompt训练技术
深入理解Sentence Transformers中的Prompt训练技术 sentence-transformers Multilingual Sentence & Image Embeddings with BERT 项目地址...
2025-06-02 09:05:18
338
原创 React Bits项目解析:为什么推荐使用Refs替代findDOMNode方法
React Bits项目解析:为什么推荐使用Refs替代findDOMNode方法 react-bits ✨ React patterns, techniques, tips and tricks ✨ 项目地址: https://...
2025-06-02 09:03:41
294
原创 React-Redux 常见问题排查指南
React-Redux 常见问题排查指南 react-redux 项目地址: https://gitcode.com/gh_mirrors/rea/react-redux ...
2025-06-01 09:08:12
395
原创 Cookiecutter项目安装指南:从零开始配置Python项目模板工具
Cookiecutter项目安装指南:从零开始配置Python项目模板工具 cookiecutter A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Pytho...
2025-06-01 09:07:39
298
原创 从Catalyst迁移到fastai:简化深度学习训练流程的技术实践
从Catalyst迁移到fastai:简化深度学习训练流程的技术实践 fastai The fastai deep learning library 项目地址: https://gitcode.com/gh_mirrors/fa/...
2025-06-01 09:04:07
364
原创 深入理解Google Protobuf中的字段存在性机制
深入理解Google Protobuf中的字段存在性机制 protobuf 项目地址: https://gitcode.com/gh_mirrors/pro/protobuf ...
2025-05-30 09:03:25
307
原创 calibrated-backprojection-network:基于校准反投影层的无监督深度补全
calibrated-backprojection-network:基于校准反投影层的无监督深度补全 calibrated-backprojection-network 项目地址: https://gitcode.com/gh_...
2025-05-27 05:11:10
642
原创 Employee-Management-System 开源项目教程
Employee-Management-System 开源项目教程 Employee-Management-System Employee Management System is a desktop based application developed on C# programming language. ...
2025-05-26 09:00:38
354
原创 EmojiCodeSheet 开源项目最佳实践
EmojiCodeSheet 开源项目最佳实践 EmojiCodeSheet Your first stop for developing emoji keyboards for any platform, using any language. ...
2025-05-25 09:00:44
296
原创 DeVRF开源项目最佳实践教程
DeVRF开源项目最佳实践教程 DeVRF The Pytorch implementation of "DeVRF: Fast Deformable Voxel Radiance Fields for Dynamic Scenes" ...
2025-05-24 09:01:16
212
原创 《aggregate-1》项目启动与配置指南
《aggregate-1》项目启动与配置指南 aggregate-1 An open source miniPCIe development board based on the Xilinx Spartan 6 LX150T 项...
2025-05-22 09:00:39
407
原创 ideviceunback:恢复iOS备份文件的可读性
ideviceunback:恢复iOS备份文件的可读性 ideviceunback Decodes iPhone manifest and backup created by idevicebackup2 项目地址: https:...
2025-05-19 09:00:04
363
原创 molgenis:生命科学研究领域的开源软件基础设施
molgenis:生命科学研究领域的开源软件基础设施 molgenis MOLGENIS - for scientific data: management, exploration, integration and analysis. ...
2025-05-12 20:50:20
422
原创 Placeholder:生成简易占位图的利器
Placeholder:生成简易占位图的利器 placeholder Ridiculously simple and lightweight placeholders 项目地址: https://gitcode.com/gh_mi...
2025-05-03 16:10:25
676
原创 Markdown Cheatsheet 开源项目最佳实践教程
Markdown Cheatsheet 开源项目最佳实践教程 markdown-cheatsheet A single place for all the markdown syntaxes I have learned so far. ...
2025-04-28 12:50:00
775
原创 eshost:跨环境执行 ECMAScript 代码的利器
eshost:跨环境执行 ECMAScript 代码的利器 eshost A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli ...
2025-04-24 18:01:01
394
原创 BlazorStatic 的安装和配置教程
BlazorStatic 的安装和配置教程 BlazorStatic Embrace the capabilities of Blazor on .NET 8 to craft static websites. 项目地址: htt...
2025-04-24 10:49:19
340
原创 i3ipc-glib:C语言接口库,i3wm的强大助手
i3ipc-glib:C语言接口库,i3wm的强大助手 i3ipc-glib A C interface library to i3wm 项目地址: https://gitcode.com/gh_mirrors/i3/i3ipc-...
2025-04-24 09:20:15
242
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人