- 博客(703)
- 收藏
- 关注
原创 Beagle项目开发指南:数据源与转换器实现详解
Beagle项目开发指南:数据源与转换器实现详解 beagle Beagle is an incident response and digital forensics tool which transforms security logs and data into graphs. ...
2025-06-30 09:33:38
323
原创 FDio/VPP项目代码提交与评审指南
FDio/VPP项目代码提交与评审指南 vpp 项目地址: https://gitcode.com/gh_mirrors/vp/vpp 前言在开源项目协作中,代码评审是保...
2025-06-30 09:19:54
396
原创 深入理解神经机器翻译:基于lyeoni/nlp-tutorial的实现与分析
深入理解神经机器翻译:基于lyeoni/nlp-tutorial的实现与分析 nlp-tutorial A list of NLP(Natural Language Processing) tutorials 项目地址: http...
2025-06-30 09:18:47
295
原创 ACL动画压缩库中的变换误差度量技术解析
ACL动画压缩库中的变换误差度量技术解析 acl Animation Compression Library 项目地址: https://gitcode.com/gh_mirrors/acl/acl ...
2025-06-30 09:02:37
240
原创 Complete Python Bootcamp 项目解析:深入理解 Python 魔法方法
Complete Python Bootcamp 项目解析:深入理解 Python 魔法方法 Complete-Python-Bootcamp 项目地址: https://gitcode.com/gh_mirrors/co/Co...
2025-06-29 09:28:03
548
原创 ATX自动化测试框架API详解与实战指南
ATX自动化测试框架API详解与实战指南 ATX Smart phone automation tool. Support iOS, Android, WebApp and game. 项目地址: https://gitcode....
2025-06-28 09:33:45
221
原创 深入解析 befovy/fijkplayer:Flutter 生态的高性能媒体播放解决方案
深入解析 befovy/fijkplayer:Flutter 生态的高性能媒体播放解决方案 fijkplayer ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin ...
2025-06-28 09:10:45
393
原创 Apple ML-CVNets 项目中的数据采样器详解
Apple ML-CVNets 项目中的数据采样器详解 ml-cvnets CVNets: A library for training computer vision networks 项目地址: https://gitcode...
2025-06-27 09:08:48
215
原创 FluidNC项目编码风格指南解析
FluidNC项目编码风格指南解析 FluidNC The next generation of motion control firmware 项目地址: https://gitcode.com/gh_mirrors/fl/Fl...
2025-06-26 09:30:20
237
原创 ThinkBayes2 项目中的比例估计方法解析
ThinkBayes2 项目中的比例估计方法解析 ThinkBayes2 Text and code for the forthcoming second edition of Think Bayes, by Allen Downey. ...
2025-06-26 09:29:52
671
原创 Dart Frog 框架中的依赖注入机制详解
Dart Frog 框架中的依赖注入机制详解 dart_frog A fast, minimalistic backend framework for Dart ???? 项目地址: https://gitcode.com/gh_mir...
2025-06-26 09:18:38
376
原创 深入理解React焦点管理:epicweb-dev/advanced-react-apis项目解析
深入理解React焦点管理:epicweb-dev/advanced-react-apis项目解析 advanced-react-apis Learn Advanced React Hooks workshop 项目地址: htt...
2025-06-25 09:32:43
245
原创 Vagrant-libvirt 配置详解:从基础到高级选项
Vagrant-libvirt 配置详解:从基础到高级选项 vagrant-libvirt Vagrant provider for libvirt. 项目地址: https://gitcode.com/gh_mirrors/va...
2025-06-24 09:35:55
879
原创 提升spaCy处理性能的实用技巧
提升spaCy处理性能的实用技巧 spacy-course ???????? Advanced NLP with spaCy: A free online course 项目地址: https://gitcode.com/gh_mirror...
2025-06-24 09:34:11
328
原创 Lagom框架集群机制深度解析
Lagom框架集群机制深度解析 lagom Reactive Microservices for the JVM 项目地址: https://gitcode.com/gh_mirrors/la/lagom ...
2025-06-24 09:02:06
368
原创 FluidTransitions项目中的Transition API详解
FluidTransitions项目中的Transition API详解 FluidTransitions Fluid Transitions for React Navigation 项目地址: https://gitcode....
2025-06-19 09:16:42
922
原创 WiringPi库函数详解:树莓派GPIO编程指南
WiringPi库函数详解:树莓派GPIO编程指南 WiringPi Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings) ...
2025-06-19 09:10:47
332
原创 ICU项目Linux平台C++开发环境配置指南
ICU项目Linux平台C++开发环境配置指南 icu The home of the ICU project source code. 项目地址: https://gitcode.com/gh_mirrors/ic/icu ...
2025-06-19 09:09:03
398
原创 pgTyped项目动态查询实践指南
pgTyped项目动态查询实践指南 pgtyped pgTyped - Typesafe SQL in TypeScript 项目地址: https://gitcode.com/gh_mirrors/pg/pgtyped ...
2025-06-19 09:08:49
381
原创 SystemsApproach项目解析:网络拥塞控制与资源分配的核心问题
SystemsApproach项目解析:网络拥塞控制与资源分配的核心问题 book Computer Networks: A Systems Approach -- Textbook 项目地址: https://gitcode.c...
2025-06-12 09:09:11
287
原创 Elasticsearch权威指南:索引设置详解与最佳实践
Elasticsearch权威指南:索引设置详解与最佳实践 elasticsearch-definitive-guide The Definitive Guide to Elasticsearch 项目地址: https://gi...
2025-06-11 09:04:30
303
原创 OpenMQTTGateway与Node-RED集成指南
OpenMQTTGateway与Node-RED集成指南 OpenMQTTGateway 项目地址: https://gitcode.com/gh_mirrors/op/OpenMQTTGateway ...
2025-06-10 09:19:48
276
原创 深入理解Shell脚本中的条件决策机制 - 基于interactive-tutorials项目
深入理解Shell脚本中的条件决策机制 - 基于interactive-tutorials项目 interactive-tutorials Interactive Tutorials 项目地址: https://gitcode.c...
2025-06-10 09:00:50
383
原创 Boost.Beast与WebSocket++的设计哲学对比分析
Boost.Beast与WebSocket++的设计哲学对比分析 beast HTTP and WebSocket built on Boost.Asio in C++11 项目地址: https://gitcode.com/gh...
2025-06-09 09:04:24
334
原创 Java面试指南:深入理解StringBuilder实现原理
Java面试指南:深入理解StringBuilder实现原理 interview 项目地址: https://gitcode.com/gh_mirrors/intervi/interview ...
2025-06-09 09:01:38
213
原创 LoopBack项目贡献指南与技术规范详解
LoopBack项目贡献指南与技术规范详解 loopback-next LoopBack makes it easy to build modern API applications that require complex integrations. ...
2025-06-08 09:14:31
291
原创 Disconf项目教程:注解式分布式配置项的最佳实践
Disconf项目教程:注解式分布式配置项的最佳实践 disconf Distributed Configuration Management Platform(分布式配置管理平台) 项目地址: https://gitcode.c...
2025-06-07 09:23:44
405
原创 深入理解JavaScript中的this机制 - 解析《You Don't Know JS》核心概念
深入理解JavaScript中的this机制 - 解析《You Don't Know JS》核心概念 You-Dont-Know-JS ???????? (PT-Br translation) JS Book Series. 项目地址: ht...
2025-06-07 09:22:35
241
原创 Faraday项目请求选项配置深度解析
Faraday项目请求选项配置深度解析 faraday Simple, but flexible HTTP client library, with support for multiple backends. 项目地址: htt...
2025-06-07 09:07:14
222
原创 PyOxidizer项目:Python应用打包与分发的终极解决方案
PyOxidizer项目:Python应用打包与分发的终极解决方案 PyOxidizer A modern Python application packaging and distribution tool 项目地址: http...
2025-06-07 09:07:09
336
原创 Elasticsearch Go客户端使用指南:核心功能示例解析
Elasticsearch Go客户端使用指南:核心功能示例解析 go-elasticsearch The official Go client for Elasticsearch 项目地址: https://gitcode.co...
2025-06-07 09:06:20
291
原创 Elastic EUI项目组件开发指南:文件结构与创建流程
Elastic EUI项目组件开发指南:文件结构与创建流程 eui Elastic UI Framework ???? 项目地址: https://gitcode.com/gh_mirrors/eu/eui ...
2025-06-07 09:01:42
234
原创 Sandstorm平台安全实践深度解析
Sandstorm平台安全实践深度解析 sandstorm Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager. ...
2025-06-06 09:06:27
273
原创 InternLM2-20B大语言模型深度解析与应用指南
InternLM2-20B大语言模型深度解析与应用指南 InternLM Official release of InternLM series (InternLM, InternLM2, InternLM2.5, InternLM3). ...
2025-06-06 09:05:22
306
原创 Webpack Dev Server v4 迁移指南:全面解析与升级实践
Webpack Dev Server v4 迁移指南:全面解析与升级实践 webpack-dev-server Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/...
2025-06-05 09:14:13
345
原创 Flowable引擎应用部署与配置详解
Flowable引擎应用部署与配置详解 flowable-engine A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and busi...
2025-06-05 09:03:05
377
原创 SQLFluff 团队落地指南:如何高效推行 SQL 代码规范工具
SQLFluff 团队落地指南:如何高效推行 SQL 代码规范工具 sqlfluff A modular SQL linter and auto-formatter with support for multiple dialects and templated code. ...
2025-06-04 09:21:06
299
原创 基于Petals项目的分布式LLaMA模型提示调优实战:SST-2情感分类
基于Petals项目的分布式LLaMA模型提示调优实战:SST-2情感分类 petals ???? Run LLMs at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading ...
2025-06-04 09:10:51
228
原创 LangGPT自然语言编程框架:让大语言模型提示工程更简单高效
LangGPT自然语言编程框架:让大语言模型提示工程更简单高效 LangGPT 项目地址: https://gitcode.com/gh_mirrors/lan/LangGPT ...
2025-06-04 09:10:28
387
原创 Finding-an-Outlier:快速识别数据中的异常值
Finding-an-Outlier:快速识别数据中的异常值 Finding-an-Outlier 项目地址: https://gitcode.com/gh_mirrors/fi/Finding-an-Outlier ...
2025-06-04 09:00:03
250
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人