lvisei

Results 136 issues of lvisei

# [pcp](https://github.com/dennis-tra/pcp) 一个命令行的点对点文件传输软件,用法非常简单。一个命令上传文件,然后返回一个接收码,另一台电脑使用接收码接收文件。 ![demo-2021-02-13](https://user-images.githubusercontent.com/26923747/109307734-0cbe2d80-787c-11eb-9333-723ec2e9218b.gif)

Golang

# [Vegeta](https://github.com/tsenart/vegeta) 基于 Go 语言的 HTTP 压测工具 ```bash echo 'GET http://localhost:8080' | \ vegeta attack -rate 5000 -duration 10m | vegeta encode | \ jaggr @count=rps \ hist\[100,200,300,400,500\]:code \ p25,p50,p95:latency...

自动化
Golang

# [qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner) 为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 ![image](https://user-images.githubusercontent.com/26923747/107243450-f9335a00-6a67-11eb-8eda-4b163ccd7a74.png)

系统工具

# [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) 一个将网页存档的工具,可以将 HTML、CSS、JS、图片、媒体文件都保存下来,供日后查看[这里是教程](https://nixintel.info/osint-tools/make-your-own-internet-archive-with-archive-box/) ![image](https://user-images.githubusercontent.com/26923747/106388391-4cc6f780-6419-11eb-9773-c556cb38c454.png) ![image](https://user-images.githubusercontent.com/26923747/106388425-67996c00-6419-11eb-98f7-5844cea2f1ec.png) ![image](https://user-images.githubusercontent.com/26923747/106388429-6bc58980-6419-11eb-9876-e58cf0b28576.png)

博客
资源
docker

# [tesseract.js](https://github.com/naptha/tesseract.js) 一个 JavaScript 语言的 OCR 库,可以在网页运行,识别图片中的文字。它支持100多种文字,包括中文。这里还有[一篇教程](https://nanonets.com/blog/ocr-with-tesseract/),介绍 Python 语言如何使用这个库。 基于WebAssembly技术编译 C 过来 [tesseract.js-core](https://github.com/naptha/tesseract.js-core) ![image](https://user-images.githubusercontent.com/26923747/106314307-81657280-62a4-11eb-8d60-181a813318ff.png)

Web开发
Webassembly
AI

# [Transform](https://transform.tools/) 一个在线工具,可以将各种代码互相转换,比如把 HTML 转为 JSX,或者把 JSON 转为 XML。 ![image](https://user-images.githubusercontent.com/26923747/105507433-252fab00-5d06-11eb-97cb-a0081cea28a0.png) ![image](https://user-images.githubusercontent.com/26923747/105507520-41cbe300-5d06-11eb-9629-8bd3e644d9a9.png)

工具
JavaScript

# [playwright](https://github.com/microsoft/playwright) 一个支持 Chrome、Safari、Firefox、Edge 的浏览器自动化工具,即一个自动化脚本对所有浏览器都有效,由 Puppeteer 团队出品。 ![image](https://user-images.githubusercontent.com/26923747/105507245-ed286800-5d05-11eb-9bc4-6ab792a63e85.png)

JavaScript
自动化

# [Excalidraw](https://excalidraw.com/) Excalidraw 是手绘风格的一个在线作图工具,2020年1月发布, [Excalidraw 的一年 ](https://blog.excalidraw.com/one-year-of-excalidraw/) ![image](https://user-images.githubusercontent.com/26923747/104813190-7b05de00-5842-11eb-8930-9c7f0cb057bd.png) [Source code](https://github.com/excalidraw/excalidraw) ![image](https://user-images.githubusercontent.com/26923747/104813193-86590980-5842-11eb-919a-747fcb0d995f.png) [Excalidraw Libraries](https://libraries.excalidraw.com/) ![image](https://user-images.githubusercontent.com/26923747/104813165-632e5a00-5842-11eb-8e1c-c9a6c643d0a1.png)

设计

# [Thumbnail.AI](https://thumbnail.ai/) 这个在线服务可以为任意 URL,自动生成标题图片,便于在社交媒体引用文章时,提供缩略图。 ![image](https://user-images.githubusercontent.com/26923747/104812951-d0d98680-5840-11eb-840d-3dbcd2593e27.png) ![image](https://user-images.githubusercontent.com/26923747/104812957-d8992b00-5840-11eb-8fcd-fc96eebadb63.png)

设计

# [cdecl](https://cdecl.org/) 这个在线工具可以将 C 语言难懂的类型声明(比如int (*(*foo)(void ))[3]),转成浅显的英语 ![image](https://user-images.githubusercontent.com/26923747/104812899-6d4f5900-5840-11eb-93e0-f36d753eaeaf.png)

工具
C