- 博客(655)
- 收藏
- 关注
原创 ProGuard项目深度解析:Java代码优化与混淆利器
ProGuard项目深度解析:Java代码优化与混淆利器 proguard ProGuard, Java optimizer and obfuscator 项目地址: https://gitcode.com/gh_mirrors/...
2025-06-12 09:10:43
106
原创 scene-aware-3d-multi-human:实时捕捉多人三维动作的利器
scene-aware-3d-multi-human:实时捕捉多人三维动作的利器 scene-aware-3d-multi-human Source code of the paper Scene-Aware 3D Multi-Human Motion Capture, EUROGRAPHICS 2023 ...
2025-06-12 09:00:02
235
原创 hledger项目解析:基于Haskell的复式记账工具演进
hledger项目解析:基于Haskell的复式记账工具演进 hledger Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces. ...
2025-06-11 09:19:14
213
原创 从零开始构建Haskell编译器:项目sdiehl/write-you-a-haskell导读
从零开始构建Haskell编译器:项目sdiehl/write-you-a-haskell导读 write-you-a-haskell Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun...
2025-06-11 09:15:59
191
原创 DynMoE:自动调节高效Transformer模型的利器
DynMoE:自动调节高效Transformer模型的利器 DynMoE [ICLR 2025] Dynamic Mixture of Experts: An Auto-Tuning Approach for Efficient Transformer Models ...
2025-06-11 09:00:05
220
原创 JavaScript 条件分支:if 语句与三元运算符详解
JavaScript 条件分支:if 语句与三元运算符详解 ru.javascript.info Современный учебник JavaScript 项目地址: https://gitcode.com/gh_mirror...
2025-06-10 09:16:26
288
原创 AutoRAG项目安装与配置完全指南
AutoRAG项目安装与配置完全指南 AutoRAG RAG AutoML Tool - Find optimal RAG pipeline for your own data. 项目地址: https://gitcode.co...
2025-06-10 09:05:52
338
原创 SQLite模糊字符串匹配与语音编码:sqlean-fuzzy扩展详解
SQLite模糊字符串匹配与语音编码:sqlean-fuzzy扩展详解 sqlean sqlean: 是一个 SQL 客户端工具,它支持连接多种数据库,包括 MySQL、PostgreSQL、SQLite 和 MongoDB。适合用于执行 SQL 查询、管理数据库结构和数据。特点是功能丰富、跨平台、支持多种数据库。 ...
2025-06-10 09:05:17
237
原创 Remax 中使用小程序自定义组件完全指南
Remax 中使用小程序自定义组件完全指南 remax 使用真正的 React 构建跨平台小程序 项目地址: https://gitcode.com/gh_mirrors/re/remax ...
2025-06-09 09:03:19
272
原创 Weblate翻译工作流详解:从入门到专业配置
Weblate翻译工作流详解:从入门到专业配置 weblate Web based localization tool with tight version control integration. 项目地址: https://g...
2025-06-08 09:13:08
358
原创 Koa2项目中的Async/Await异步编程实践指南
Koa2项目中的Async/Await异步编程实践指南 koa2-note 《Koa2进阶学习笔记》已完结???????????? 项目地址: https://gitcode.com/gh_mirrors/ko/koa2-note ...
2025-06-08 09:05:26
280
原创 Apache Camel 4.8版本升级指南与技术要点解析
Apache Camel 4.8版本升级指南与技术要点解析 camel apache/camel: 这是一个开源的集成框架,用于构建、集成和路由消息和数据的复杂业务流程。它允许开发者使用各种组件和协议,轻松构建集成解决方案。适合集成和消息处理开发者。 ...
2025-06-07 09:06:39
408
原创 ProGit项目解析:深入理解Libgit2库及其应用
ProGit项目解析:深入理解Libgit2库及其应用 progit2 Pro Git 2nd Edition 项目地址: https://gitcode.com/gh_mirrors/pr/progit2 ...
2025-06-07 09:05:06
294
原创 Scala3中的广义方法语法详解
Scala3中的广义方法语法详解 scala3 The Scala 3 compiler, also known as Dotty. 项目地址: https://gitcode.com/gh_mirrors/sc/scala3 ...
2025-06-07 09:04:53
337
原创 Pixie项目开发环境搭建与组件开发指南
Pixie项目开发环境搭建与组件开发指南 pixie Instant Kubernetes-Native Application Observability 项目地址: https://gitcode.com/gh_mirrors...
2025-06-07 09:03:29
357
原创 Waybar配置完全指南:打造个性化状态栏
Waybar配置完全指南:打造个性化状态栏 Waybar Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada: 项目地...
2025-06-05 09:08:42
423
原创 使用CSS Flexbox创建优雅的上传按钮 - phuocng/csslayout项目实践
使用CSS Flexbox创建优雅的上传按钮 - phuocng/csslayout项目实践 csslayout A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growi...
2025-06-05 09:08:13
210
原创 TensorFlow 入门指南:Eager Execution 模式详解
TensorFlow 入门指南:Eager Execution 模式详解 training-data-analyst Labs and demos for courses for GCP Training (http://cloud.google.com/training). ...
2025-06-05 09:07:04
357
原创 PX4自动驾驶系统教程:在Linux系统上连接S.Bus遥控接收机
PX4自动驾驶系统教程:在Linux系统上连接S.Bus遥控接收机 PX4-Autopilot PX4 Autopilot Software 项目地址: https://gitcode.com/gh_mirrors/px/PX4-...
2025-06-04 09:17:21
327
原创 StarRocks查询规划与性能分析深度指南
StarRocks查询规划与性能分析深度指南 starrocks StarRocks是一个开源的分布式数据分析引擎,用于处理大规模数据查询和分析。 - 功能:分布式数据分析;大规模数据查询;数据分析;数据仓库。 - 特点:高性能;可扩展;易于使用;支持多种数据源。 ...
2025-06-04 09:06:44
222
原创 Android网络编程实战:XML数据解析技术详解
Android网络编程实战:XML数据解析技术详解 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh_mirrors/...
2025-06-04 09:03:13
266
原创 FinRL库实战:基于深度强化学习的多股票交易策略开发
FinRL库实战:基于深度强化学习的多股票交易策略开发 FinRL 项目地址: https://gitcode.com/gh_mirrors/fi/FinRL-Library ...
2025-06-03 09:10:05
395
原创 Marko项目与Vite构建工具的深度整合指南
Marko项目与Vite构建工具的深度整合指南 marko A declarative, HTML-based language that makes building web apps fun 项目地址: https://git...
2025-06-03 09:02:02
211
原创 Spaceship-Prompt 实用工具 API 详解
Spaceship-Prompt 实用工具 API 详解 spaceship-prompt 项目地址: https://gitcode.com/gh_mirrors/spa/spaceship-prompt ...
2025-06-02 09:00:08
332
原创 TDengine高效数据写入技术详解
TDengine高效数据写入技术详解 TDengine TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Car...
2025-06-01 09:07:38
217
原创 Consul分布式会话与锁机制深度解析
Consul分布式会话与锁机制深度解析 consul Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distri...
2025-06-01 09:02:30
243
原创 深入解析两数之和问题:从暴力解法到哈希优化
深入解析两数之和问题:从暴力解法到哈希优化 interactive-coding-challenges 120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcar...
2025-06-01 09:01:04
318
原创 First-Contributions项目中的Gitflow工作流详解
First-Contributions项目中的Gitflow工作流详解 first-contributions ????✨ Help beginners to contribute to open source projects 项目地...
2025-05-30 09:08:04
338
原创 Bin2cell:高效重构高分辨率单细胞数据
Bin2cell:高效重构高分辨率单细胞数据 bin2cell Join subcellular Visium HD bins into cells 项目地址: https://gitcode.com/gh_mirrors/bi/...
2025-05-30 09:00:06
398
原创 time12:跨平台延迟调制器的强大功能
time12:跨平台延迟调制器的强大功能 time12 项目地址: https://gitcode.com/gh_mirrors/ti/time12 项目介绍time12...
2025-05-28 09:00:08
242
原创 rpc2 项目启动与配置教程
rpc2 项目启动与配置教程 rpc2 Bi-directional RPC in Go (Golang) 项目地址: https://gitcode.com/gh_mirrors/rp/rpc2 ...
2025-05-27 09:00:49
371
原创 RectpackSharp:高效的.NET矩形打包库
RectpackSharp:高效的.NET矩形打包库 RectpackSharp A rectangle packing library for .NET Standard 项目地址: https://gitcode.com/gh...
2025-05-27 09:00:06
301
原创 ML-Crate:机器学习项目集散地
ML-Crate:机器学习项目集散地 ML-Crate As we all know the BGMI Loot Crate comes with so many resources for the gamers, this ML Crate will be the hub of various ML projects ...
2025-05-16 09:00:01
824
原创 stac-rs:为STAC生态系统带来Rust的力量
stac-rs:为STAC生态系统带来Rust的力量 stac-rs Rust implementation of the SpatioTemporal Asset Catalog (STAC) specification 项目地...
2025-05-07 09:09:23
961
原创 SQLServer-Lib 项目启动与配置教程
SQLServer-Lib 项目启动与配置教程 sqlserver-lib Ferramentas e Scripts úteis para DBAs e Dev SQL 项目地址: https://gitcode.com/gh_...
2025-04-27 09:30:31
335
原创 VideoAgent 项目启动与配置教程
VideoAgent 项目启动与配置教程 VideoAgent This is the official code of VideoAgent: A Memory-augmented Multimodal Agent for Video Understanding ...
2025-04-25 10:30:27
238
原创 gf-core:多语言语法处理的核心框架
gf-core:多语言语法处理的核心框架 gf-core Grammatical Framework core: compiler, shell & runtimes 项目地址: https://gitcode.com/gh_mi...
2025-04-25 09:15:04
298
原创 solid-styled 的安装和配置教程
solid-styled 的安装和配置教程 solid-styled Reactive stylesheets for SolidJS 项目地址: https://gitcode.com/gh_mirrors/so/solid-s...
2025-04-24 13:00:54
265
原创 《Google Analytics 开源组件最佳实践指南》
《Google Analytics 开源组件最佳实践指南》 google-analytics Google Analytics web components 项目地址: https://gitcode.com/gh_mirrors...
2025-04-24 10:49:21
410
原创 NumberHub 开源项目最佳实践教程
NumberHub 开源项目最佳实践教程 NumberHub ➗ Your Hub for ✖️ Math / ???? Currency rates / ???? Date calculations / ⌚ Time zones 项目地址:...
2025-04-23 12:10:28
360
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人