- 博客(647)
- 收藏
- 关注
原创 NSHipster项目解析:探索Apple TV的BackRow私有框架
NSHipster项目解析:探索Apple TV的BackRow私有框架 articles Articles for NSHipster.com 项目地址: https://gitcode.com/gh_mirrors/artic...
2025-06-12 09:13:44
202
原创 VulkanTutorial教程:深入理解多重采样抗锯齿(MSAA)技术
VulkanTutorial教程:深入理解多重采样抗锯齿(MSAA)技术 VulkanTutorial Tutorial for the Vulkan graphics and compute API 项目地址: https://...
2025-06-11 09:15:08
276
原创 Imapsync 邮件迁移工具 Unix 环境使用教程
Imapsync 邮件迁移工具 Unix 环境使用教程 imapsync Imapsync is an IMAP transfers tool. The purpose of imapsync is to migrate IMAP accounts or to backup IMAP accounts. IMAP is ...
2025-06-11 09:02:01
314
原创 LiveEventBus项目核心功能与使用详解
LiveEventBus项目核心功能与使用详解 LiveEventBus :mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP ...
2025-06-10 09:16:04
376
原创 Anchor项目中的IDL文件详解:连接程序与客户端的桥梁
Anchor项目中的IDL文件详解:连接程序与客户端的桥梁 anchor ⚓ Solana Sealevel Framework 项目地址: https://gitcode.com/gh_mirrors/an/anchor ...
2025-06-09 09:21:19
379
原创 kyanos项目本地编译指南:从环境搭建到二进制生成
kyanos项目本地编译指南:从环境搭建到二进制生成 kyanos Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/respon...
2025-06-09 09:20:18
312
原创 Apache Ignite系统视图深度解析:全方位监控集群状态
Apache Ignite系统视图深度解析:全方位监控集群状态 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite15/ignite ...
2025-06-09 09:03:49
395
原创 Lightdash项目中的dbt模型配置详解:以用户模型为例
Lightdash项目中的dbt模型配置详解:以用户模型为例 lightdash lightdash - 这是一个用于数据分析和可视化的开源平台,可以连接到各种数据源(如 PostgreSQL、BigQuery 等),并提供了丰富的图表和可视化功能。适用于数据分析师、数据科学家、业务分析师等场景。特点包括实时数据分析、丰...
2025-06-08 09:21:37
364
原创 Yii框架安全防护最佳实践指南
Yii框架安全防护最佳实践指南 yii Yii PHP Framework 1.1.x 项目地址: https://gitcode.com/gh_mirrors/yi/yii ...
2025-06-08 09:19:54
449
原创 Node.js 实用工具模块 util 详解 - ruanyf/jstutorial 项目解析
Node.js 实用工具模块 util 详解 - ruanyf/jstutorial 项目解析 jstutorial Javascript tutorial book 项目地址: https://gitcode.com/gh_mi...
2025-06-08 09:02:59
307
原创 NoneBot2 事件类型与重载机制深度解析
NoneBot2 事件类型与重载机制深度解析 nonebot2 跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python ...
2025-06-06 09:07:56
337
原创 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:05:55
260
原创 Tianshou强化学习框架入门指南:从零开始掌握PPO算法实战
Tianshou强化学习框架入门指南:从零开始掌握PPO算法实战 tianshou An elegant PyTorch deep reinforcement learning library. 项目地址: https://git...
2025-06-05 09:02:10
385
原创 Waterdrop项目Connector V2特性深度解析
Waterdrop项目Connector V2特性深度解析 seatunnel 项目地址: https://gitcode.com/gh_mirrors/seat/seatunnel ...
2025-06-05 09:01:58
313
原创 Apache SeaTunnel 配置指南:深入理解配置文件结构与使用技巧
Apache SeaTunnel 配置指南:深入理解配置文件结构与使用技巧 seatunnel SeaTunnel是一个开源的数据集成工具,主要用于从各种数据源中提取数据并将其转换成标准格式。它的特点是易用性高、支持多种数据源、支持流式处理等。适用于数据集成和数据清洗场景。 ...
2025-06-05 09:01:56
282
原创 ParlAI项目Docker镜像使用完全指南
ParlAI项目Docker镜像使用完全指南 ParlAI A framework for training and evaluating AI models on a variety of openly available dialogue datasets. ...
2025-06-04 09:02:02
304
原创 dealing_with_data:数据科学编程教学及环境配置
dealing_with_data:数据科学编程教学及环境配置 dealing_with_data Material that I use for a variety of classes and tutorials 项目地址: ...
2025-06-04 09:00:03
253
原创 Apereo CAS项目发布流程详解
Apereo CAS项目发布流程详解 cas Apereo CAS - Identity & Single Sign On for all earthlings and beyond. 项目地址: https://gitcode....
2025-06-03 09:12:24
258
原创 Apache Druid教程:使用Theta Sketch进行近似计数分析
Apache Druid教程:使用Theta Sketch进行近似计数分析 druid Druid是一个高速的数据查询引擎,主要用于OLAP场景。它的特点是快速查询、支持复杂查询语句、易于部署等。适用于数据分析和报告生成场景。 项...
2025-06-03 09:01:30
250
原创 使用SQLModel和FastAPI实现英雄数据更新功能详解
使用SQLModel和FastAPI实现英雄数据更新功能详解 sqlmodel SQL databases in Python, designed for simplicity, compatibility, and robustness. ...
2025-06-02 09:07:44
388
原创 RagaAI Catalyst项目数据集管理全指南
RagaAI Catalyst项目数据集管理全指南 RagaAI-Catalyst Python SDK for Agent AI Observability, Monitoring and Evaluation Framework. Includes features like agent, llm and tools...
2025-06-02 09:06:15
344
原创 Cookiecutter项目中的私有变量使用指南
Cookiecutter项目中的私有变量使用指南 cookiecutter 项目地址: https://gitcode.com/gh_mirrors/coo/cookiecutter ...
2025-06-01 09:07:20
222
原创 grub2-theme-breeze:为您的 GRUB 引入极简之美
grub2-theme-breeze:为您的 GRUB 引入极简之美 grub2-theme-breeze 项目地址: https://gitcode.com/gh_mirrors/gr/grub2-theme-breeze ...
2025-05-30 09:00:04
338
原创 Cloud-Native Observability:项目核心功能/场景
Cloud-Native Observability:项目核心功能/场景 Cloud-Native-Observability Cloud Native Observability with OpenTelemetry, Published by Packt ...
2025-05-30 09:00:04
344
原创 open-im-sdk-web:即时通讯能力,一键集成
open-im-sdk-web:即时通讯能力,一键集成 open-im-sdk-web IM web jssdk 项目地址: https://gitcode.com/gh_mirrors/op/open-im-sdk-web ...
2025-05-25 09:00:03
395
原创 Articy3ImporterForUnreal 项目启动与配置教程
Articy3ImporterForUnreal 项目启动与配置教程 Articy3ImporterForUnreal Articy Importer plugin for the Unreal Engine 4 and Unreal Engine 5 (work in progress). ...
2025-05-23 09:01:40
213
原创 sdk-python:构建AI Agent的轻量级模型驱动SDK
sdk-python:构建AI Agent的轻量级模型驱动SDK sdk-python A model-driven approach to building AI agents in just a few lines of code. ...
2025-05-17 09:00:05
321
原创 ASRT:异步任务调度库,为嵌入式系统带来高性能编程体验
ASRT:异步任务调度库,为嵌入式系统带来高性能编程体验 asrt An open source task scheduling library ASRT (Async Runtime) written in modern C++ tailored for embedded linux systems. ...
2025-05-15 09:00:07
380
原创 opencadd:结构化学信息学的Python库
opencadd:结构化学信息学的Python库 opencadd A Python library for structural cheminformatics 项目地址: https://gitcode.com/gh_mirr...
2025-05-15 09:00:07
292
原创 editorjs-undo:为Editor.js带来撤销与重做功能
editorjs-undo:为Editor.js带来撤销与重做功能 editorjs-undo Undo/Redo feature for Editor.js 项目地址: https://gitcode.com/gh_mirror...
2025-05-01 09:07:41
676
原创 Pyomo:优化建模的强大工具
Pyomo:优化建模的强大工具 Pyomo Pyomo respository provides a comprehensive library of solved models in Supply chain management ...
2025-04-30 23:20:25
610
原创 andure 的安装和配置教程
andure 的安装和配置教程 andure DevTools for Android Chrome — works on any website, on any Chromium browser. 项目地址: https://g...
2025-04-27 09:40:27
307
原创 Android ML Kit 开源项目最佳实践教程
Android ML Kit 开源项目最佳实践教程 codelab-mlkit-android 项目地址: https://gitcode.com/gh_mirrors/co/codelab-mlkit-android ...
2025-04-26 10:20:30
234
原创 zsh-utils 的安装和配置教程
zsh-utils 的安装和配置教程 zsh-utils A minimal, opinionated set of ZSH plugins designed to be small, simple, and focused. 项...
2025-04-26 10:10:02
388
原创 waggle-dance:构建高效多Agent系统的实验性应用
waggle-dance:构建高效多Agent系统的实验性应用 waggle-dance Knowledge work automation with AI agents 项目地址: https://gitcode.com/gh_...
2025-04-25 18:40:30
696
原创 ROLO项目启动与配置教程
ROLO项目启动与配置教程 ROLO This is a ROS package for lidar odometry implementation using rotation optimization method. 项目地址...
2025-04-25 10:37:51
396
原创 Solendprotocol Liquidator 项目启动与配置教程
Solendprotocol Liquidator 项目启动与配置教程 liquidator open source version of a liquidation bot running against solend 项目地...
2025-04-23 13:00:01
258
原创 Distribt 的安装和配置教程
Distribt 的安装和配置教程 Distribt 项目地址: https://gitcode.com/gh_mirrors/di/Distribt 1. 项目基础介绍和...
2025-04-23 11:40:48
366
原创 twinkle-tray 项目亮点详解
twinkle-tray 项目亮点详解 twinkle-tray Easily manage the brightness of your monitors in Windows from the system tray 项目地址...
2025-04-23 07:17:35
935
原创 开源项目 RimSort 的扩展与二次开发潜力
开源项目 RimSort 的扩展与二次开发潜力 RimSort 项目地址: https://gitcode.com/gh_mirrors/ri/RimSort 1. 项目的...
2025-04-23 07:06:48
289
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人