pipe@0.0.3
An implementation of bi-directional intercepting filter, such as those found in Java's MINA and Netty
2011-10-06
安装 (0.0.3)
npm install pipe@0.0.3
yarn add pipe@0.0.3
pnpm add pipe@0.0.3
bun add pipe@0.0.3
相关教程
RxJS 响应式编程库
RxJS 用 Observable 处理异步事件流操作符变换数据。debounceTime 防抖switchMap 切换。本文用 RxJS 实现搜索框自动补全。
Jenkins Pipeline 声明式语法
Jenkins 声明式 Pipeline 用结构化语法定义构建流程。agent 指定执行节点stage 阶段step 具体操作。本文配置构建测试部署的三阶段 Pipeline。
Scikit-learn 机器学习 Pipeline 构建
Pipeline 将数据预处理和模型训练串联成一个步骤交叉验证时避免数据泄露。本文用分类任务展示 Pipeline 包含标准化特征选择和模型训练的完整代码。
MediaPipe:谷歌的跨平台 ML 管道框架
利用 MediaPipe 快速构建手势识别、人脸检测等视觉处理流水线。
Azure DevOps:Boards、Repos 与 Pipelines
使用 Azure DevOps 实现项目跟踪、Git 仓库和 CI/CD 流水线。