- 博客(640)
- 收藏
- 关注
原创 TheAlgorithms项目解析:布隆过滤器原理与应用
TheAlgorithms项目解析:布隆过滤器原理与应用 Algorithms-Explanation Popular algorithms explained in simple language with examples and links to their implementation in various pr...
2025-06-12 09:11:43
108
原创 Model Context Protocol (MCP) 调试指南:从入门到精通
Model Context Protocol (MCP) 调试指南:从入门到精通 specification The specification of the Model Context Protocol 项目地址: https:...
2025-06-11 09:14:44
292
原创 Apache Heron项目:Python拓扑开发实战指南
Apache Heron项目:Python拓扑开发实战指南 incubator-heron Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter ...
2025-06-11 09:01:44
139
原创 容器训练项目:使用Kaniko在Kubernetes中构建容器镜像
容器训练项目:使用Kaniko在Kubernetes中构建容器镜像 container.training Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes. ...
2025-06-10 09:19:23
324
原创 容器编排训练营:本地集群搭建指南
容器编排训练营:本地集群搭建指南 container.training Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes. ...
2025-06-10 09:19:22
273
原创 Apache Ignite机器学习:已训练模型的更新策略解析
Apache Ignite机器学习:已训练模型的更新策略解析 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...
2025-06-09 09:05:01
400
原创 CubeFS用户态客户端SDK开发指南
CubeFS用户态客户端SDK开发指南 cubefs CubiFS 是一个开源的分布式文件系统,用于数据存储和管理,支持多种数据存储模型和云原生环境。 * 分布式文件系统、数据存储和管理 * 有什么特点:支持多种数据存储模型和云原生环境、易于集成和部署 ...
2025-06-08 09:13:54
208
原创 Pywinauto 使用指南:从基础概念到高级技巧
Pywinauto 使用指南:从基础概念到高级技巧 pywinauto pywinauto/pywinauto: 一个 Python 库,用于自动化 Windows 应用程序。特点是提供了丰富的函数和类库,可以用于控制鼠标、键盘和菜单等元素,实现自动化任务。 ...
2025-06-08 09:01:47
255
原创 OpenCompass项目评测指标详解:如何选择与配置合适的评估指标
OpenCompass项目评测指标详解:如何选择与配置合适的评估指标 opencompass opencompass - OpenCompass是一个用于评估大型语言模型的工具,提供分布式评估、多样化评估范式和模块化设计。 项目地...
2025-06-08 09:01:23
313
原创 PaddleClas 使用 DALI 加速图像分类训练全解析
PaddleClas 使用 DALI 加速图像分类训练全解析 PaddleClas A treasure chest for visual classification and recognition powered by PaddlePaddle ...
2025-06-08 09:00:43
216
原创 Qiskit量子计算框架中的QkCircuit核心组件解析
Qiskit量子计算框架中的QkCircuit核心组件解析 qiskit Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and pr...
2025-06-07 09:02:41
356
原创 深入理解Eigen几何模块:从旋转矩阵到四元数
深入理解Eigen几何模块:从旋转矩阵到四元数 slambook 项目地址: https://gitcode.com/gh_mirrors/sl/slambook 概述在...
2025-06-06 09:03:27
356
原创 NetNewsWire 文章保留策略解析:如何管理你的阅读记录
NetNewsWire 文章保留策略解析:如何管理你的阅读记录 NetNewsWire RSS reader for macOS and iOS. 项目地址: https://gitcode.com/gh_mirrors/ne/N...
2025-06-04 09:21:26
331
原创 StarRocks数据导出指南:使用INSERT INTO FILES实现高效卸载
StarRocks数据导出指南:使用INSERT INTO FILES实现高效卸载 starrocks StarRocks是一个开源的分布式数据分析引擎,用于处理大规模数据查询和分析。 - 功能:分布式数据分析;大规模数据查询;数据分析;数据仓库。 - 特点:高性能;可扩展;易于使用;支持多种数据源。 ...
2025-06-04 09:06:44
346
原创 Kedro项目实战:构建数据预处理流水线
Kedro项目实战:构建数据预处理流水线 kedro Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering ...
2025-06-04 09:02:44
389
原创 在Block/Goose项目中集成Puppeteer实现浏览器自动化
在Block/Goose项目中集成Puppeteer实现浏览器自动化 goose an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM ...
2025-06-03 09:03:28
318
原创 OpenCV/CVAT 高级API使用指南:简化计算机视觉标注任务管理
OpenCV/CVAT 高级API使用指南:简化计算机视觉标注任务管理 cvat Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale...
2025-06-03 09:01:29
337
原创 Powerline项目全面解析:打造高效美观的状态栏与提示符
Powerline项目全面解析:打造高效美观的状态栏与提示符 powerline Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including...
2025-06-02 09:17:59
387
原创 Vue Router 核心功能解析:重定向与别名机制详解
Vue Router 核心功能解析:重定向与别名机制详解 vue-router ???? The official router for Vue 2 项目地址: https://gitcode.com/gh_mirrors/vu/vue...
2025-06-02 09:03:47
256
原创 从源码构建containerd容器运行时的完整指南
从源码构建containerd容器运行时的完整指南 containerd containerd 是一个容器运行时和镜像生成工具,用于管理容器化应用程序的生命周期管理。 * 容器化应用程序管理、容器运行时和编排工具 * 有什么特点:容器管理工具、支持多种容器化应用程序管理和部署工具、易于使用和集成 ...
2025-06-02 09:01:27
321
原创 从零实现Softmax回归:d2l-ai项目实战解析
从零实现Softmax回归:d2l-ai项目实战解析 d2l-en d2l-ai/d2l-en: 是一个基于 Python 的深度学习教程,它使用了 SQLite 数据库存储数据。适合用于学习深度学习,特别是对于需要使用 Python 和 SQLite 数据库的场景。特点是深度学习教程、Python、SQLite 数据库...
2025-06-01 09:08:03
250
原创 OpenTofu项目深度解析:Provider引用机制全指南
OpenTofu项目深度解析:Provider引用机制全指南 opentofu OpenTofu lets you declaratively manage your cloud infrastructure. 项目地址: htt...
2025-06-01 09:05:48
273
原创 Refine项目教程:使用Ant Design为CRUD页面添加排序和过滤功能
Refine项目教程:使用Ant Design为CRUD页面添加排序和过滤功能 refine 一个用于构建内部工具、管理面板、仪表盘和B2B应用程序的React框架,具有无与伦比的灵活性。 项目地址: https://gitcod...
2025-06-01 09:04:19
308
原创 Apache Airflow开发者快速入门指南
Apache Airflow开发者快速入门指南 airflow Airflow 是一款用于管理复杂数据管道的开源平台,可以自动执行任务并监控其状态。高度可定制化、易于部署、支持多种任务类型、具有良好的可视化界面。灵活的工作流调度和管理系统,支持多种任务执行引擎。适用自动化数据处理流程的管理和调度。 ...
2025-05-30 09:09:18
408
原创 ClickHouse数据库创建指南:CREATE DATABASE详解
ClickHouse数据库创建指南:CREATE DATABASE详解 ClickHouse ClickHouse® 是一个免费的大数据分析型数据库管理系统。 项目地址: https://gitcode.com/gh_mirror...
2025-05-30 09:09:17
428
原创 freeCodeCamp前端开发教程:深入理解JavaScript调试器语句
freeCodeCamp前端开发教程:深入理解JavaScript调试器语句 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode.com/gh_...
2025-05-30 09:05:22
262
原创 Ghidra高级开发指南:从基础到高级扩展开发
Ghidra高级开发指南:从基础到高级扩展开发 ghidra Ghidra 是一款软件逆向工程框架,能分析多种平台编译代码,具备反汇编、汇编、反编译等功能,支持多种指令集和格式,还能让用户用 Java 或 Python 开发扩展组件。源项目地址:https://github.com/NationalSecurityAge...
2025-05-30 09:04:47
328
原创 Skribisto开源项目启动与配置教程
Skribisto开源项目启动与配置教程 skribisto Software for writers 项目地址: https://gitcode.com/gh_mirrors/sk/skribisto ...
2025-05-28 09:00:47
409
原创 notebooks:为天文学研究提供强大支持
notebooks:为天文学研究提供强大支持 notebooks Content in this repository is not maintained and is actively being migrated to other repos. ...
2025-05-28 09:00:01
283
原创 LocalineAI:将AI能力带入终端,数据隐私安全无忧
LocalineAI:将AI能力带入终端,数据隐私安全无忧 LocalineAI LocalineAI brings powerful AI capabilities directly to your Windows terminal while keeping your data completely private ...
2025-05-26 03:20:25
859
原创 CLHT: 高性能并发哈希表项目的最佳实践
CLHT: 高性能并发哈希表项目的最佳实践 CLHT CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets. ...
2025-05-25 09:00:36
326
原创 PandaWiki 开源项目最佳实践教程
PandaWiki 开源项目最佳实践教程 PandaWiki 项目地址: https://gitcode.com/gh_mirrors/pa/PandaWiki 1. 项目...
2025-05-24 09:03:54
382
原创 WebXR Hand Input 项目启动与配置教程
WebXR Hand Input 项目启动与配置教程 webxr-hand-input A feature repo for working on hand input support in WebXR. Feature lead: Manish Goregaokar ...
2025-05-23 09:01:10
288
原创 Cuda_Spatial_Deform 项目启动和配置教程
Cuda_Spatial_Deform 项目启动和配置教程 cuda_spatial_deform A fast tool to do image augmentation on GPU(especially elastic_deform), can be helpful to research on Medical I...
2025-05-22 09:00:40
256
原创 poly-market-maker:自动化的CLOB市场做市工具
poly-market-maker:自动化的CLOB市场做市工具 poly-market-maker Market maker keeper for the Polymarket CLOB 项目地址: https://gitcod...
2025-05-08 09:08:20
473
原创 wxphp:用PHP构建跨平台桌面应用的强大工具
wxphp:用PHP构建跨平台桌面应用的强大工具 wxphp Build cross-platform software with rich native GUIs using the combined power of the PHP language and the wxWidgets library. ...
2025-05-02 09:07:30
678
原创 gpt-tokens:项目的核心功能/场景
gpt-tokens:项目的核心功能/场景 gpt-tokens Calculate the token consumption and amount of openai gpt message 项目地址: https://git...
2025-04-30 12:50:40
834
原创 VoxelQuestISO 项目启动与配置教程
VoxelQuestISO 项目启动与配置教程 voxelquestiso First version of the Voxel Quest engine (isometric) 项目地址: https://gitcode.com...
2025-04-28 13:40:00
373
原创 vue-timer-hook 的安装和配置教程
vue-timer-hook 的安装和配置教程 vue-timer-hook Vue timer hook is a custom hook, built to handle timer, stopwatch, and time logic/state in your vue 3 component. ...
2025-04-27 10:40:02
384
原创 discord-image 的安装和配置教程
discord-image 的安装和配置教程 discord-image Powerful Discord image hosting, file sharing 项目地址: https://gitcode.com/gh_mirr...
2025-04-27 10:20:01
903
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人