web-developer-resources
web-developer-resources copied to clipboard
A list of web full stack resources and summarize.
# [pcp](https://github.com/dennis-tra/pcp) 一个命令行的点对点文件传输软件,用法非常简单。一个命令上传文件,然后返回一个接收码,另一台电脑使用接收码接收文件。 
# [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...
# [qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner) 为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 
# [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) 一个将网页存档的工具,可以将 HTML、CSS、JS、图片、媒体文件都保存下来,供日后查看[这里是教程](https://nixintel.info/osint-tools/make-your-own-internet-archive-with-archive-box/)   
# [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) 
# [Transform](https://transform.tools/) 一个在线工具,可以将各种代码互相转换,比如把 HTML 转为 JSX,或者把 JSON 转为 XML。  
# [playwright](https://github.com/microsoft/playwright) 一个支持 Chrome、Safari、Firefox、Edge 的浏览器自动化工具,即一个自动化脚本对所有浏览器都有效,由 Puppeteer 团队出品。 
# [Excalidraw](https://excalidraw.com/) Excalidraw 是手绘风格的一个在线作图工具,2020年1月发布, [Excalidraw 的一年 ](https://blog.excalidraw.com/one-year-of-excalidraw/)  [Source code](https://github.com/excalidraw/excalidraw)  [Excalidraw Libraries](https://libraries.excalidraw.com/) 
# [Thumbnail.AI](https://thumbnail.ai/) 这个在线服务可以为任意 URL,自动生成标题图片,便于在社交媒体引用文章时,提供缩略图。  
# [cdecl](https://cdecl.org/) 这个在线工具可以将 C 语言难懂的类型声明(比如int (*(*foo)(void ))[3]),转成浅显的英语 