remorse:将计时信息转换为摩尔斯电码

时间:2024-07-21 19:20:28
【文件属性】:

文件名称:remorse:将计时信息转换为摩尔斯电码

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-21 19:20:28

JavaScript

悔恨 将计时信息转换为摩尔斯电码 用法 remorse 是一个直通流,它获取时间信息数组并将它们转换为莫尔斯电码。 remorse 接受两个可选参数: 第一个是要考虑的时间单位(默认为 500 毫秒) 第二个是“模糊允许”,如:“在多少毫秒内,我们可以涂抹时间以符合我们的摩尔斯电码”(默认为 200 毫秒) 例子 var fs = require ( 'fs' ) var remorse = require ( 'remorse' ) fs . createReadStream ( 'mouse-timing-events.dat' ) . pipe ( remorse ( 225 , 100 ) ) . pipe ( fs . createWriteStream ( 'secret-morse-codezzz.txt' ) ) 执照 麻省理工学院


【文件预览】:
remorse-master
----.travis.yml(49B)
----index.js(946B)
----package.json(719B)
----test()
--------index.js(1KB)
----LICENSE(1KB)
----README.md(914B)

网友评论