两侧同时换到之前的修订记录
前一修订版
后一修订版
|
前一修订版
|
工具:开发 [2018/12/13 17:22] winkidney [高可用/性能] |
工具:开发 [2022/02/19 15:12] (当前版本) winkidney |
| ====== 工作流 ====== |
| * [[https://github.com/n8n-io/n8n| n8n-nodejs写的工作流自动化工具]] |
| |
====== 文档 ====== | ====== 文档 ====== |
* [[ https://github.com/Thibaut/devdocs| 本地文档查看工具devdocs ]] | * [[ https://github.com/Thibaut/devdocs| 本地文档查看工具devdocs ]] |
* [[https://github.com/mitmproxy/mitmproxy| mitmproxy - http/https代理调试服务器]] | * [[https://github.com/mitmproxy/mitmproxy| mitmproxy - http/https代理调试服务器]] |
* [[https://github.com/buger/goreplay | goreplay - Go编写的HTTP流量重放工具]] | * [[https://github.com/buger/goreplay | goreplay - Go编写的HTTP流量重放工具]] |
| * [[http://appium.io/| appium - 移动APP自动测试工具]] |
| * 网易AirTest,网易的APP和游戏自动测试工具 |
| |
====== 可访问性 ====== | ====== 可访问性 ====== |
* [[https://github.com/google/cadvisor| cadvisor - 容器性能分析 ]] | * [[https://github.com/google/cadvisor| cadvisor - 容器性能分析 ]] |
* [[http://www.brendangregg.com/linuxperf.html| 在linux 上查看各种性能分析的图]] | * [[http://www.brendangregg.com/linuxperf.html| 在linux 上查看各种性能分析的图]] |
| * linux性能调优工具列表: {{:工具:linux性能调优工具列表.jpg?200|}} |
| * [[https://github.com/emeryberger/scalene| scalene - 更加易用更加强大的python profiler]] |
| |
====== 高性能网络 ====== | ====== 高性能网络 ====== |
* [[https://github.com/Meituan-Dianping/mpvue| mpvue - 将vue生态用到微信小程序开发里]] | * [[https://github.com/Meituan-Dianping/mpvue| mpvue - 将vue生态用到微信小程序开发里]] |
* [[https://github.com/pybee/| pybee - 使用python开发跨平台(包含移动平台)应用程序 ]] | * [[https://github.com/pybee/| pybee - 使用python开发跨平台(包含移动平台)应用程序 ]] |
| |
| ===== 编辑器 ===== |
| * [[https://github.com/pandao/editor.md| editor.md 一个开源 Markdown 编辑器]] |
===== WEB UI ===== | ===== WEB UI ===== |
* [[https://github.com/jgthms/bulma/| bulma]] | * [[https://github.com/jgthms/bulma/| bulma]] |
====== NLP ====== | ====== NLP ====== |
* [[https://github.com/chinese-poetry/chinese-poetry| 中国古诗词库]] | * [[https://github.com/chinese-poetry/chinese-poetry| 中国古诗词库]] |
| * [[https://github.com/fighting41love/funNLP| funNLP - 有趣的NLP,各种NLP工具,适合NLP民工 ]] |
| |
====== 分布式 ====== | ====== 分布式 ====== |
* [[https://github.com/edgurgel/poxa| pusher.com 兼容的Elixir实现]] | * [[https://github.com/edgurgel/poxa| pusher.com 兼容的Elixir实现]] |
* [[https://github.com/stevegraham/slanger| pusher.com 兼容的ruby实现]] | * [[https://github.com/stevegraham/slanger| pusher.com 兼容的ruby实现]] |
| * [[https://github.com/caronc/apprise| ap·prise - 推送到任何平台的python-sdk,支持twitter, discord等很多平台]] |
| |
| |
====== DB ====== | ====== DB ====== |
* [[https://github.com/BurntSushi/erd| erd - 数据库Schema制作成图的工具]] | * [[https://github.com/BurntSushi/erd| erd - 数据库Schema制作成图的工具]] |
| * [[https://www.reddit.com/r/Python/comments/4hmleu/postgresql_sqlite_mongodb/| 类似sqlite的mongodb 选项]] |
| |
====== 数据源 ====== | ====== 数据源 ====== |
* [[https://github.com/clux/muslrust| Rust 静态编译docker工具 muslrust]] | * [[https://github.com/clux/muslrust| Rust 静态编译docker工具 muslrust]] |
* [[https://github.com/emk/rust-musl-builder| Rust musl builder - Rust静态编译docker工具]] | * [[https://github.com/emk/rust-musl-builder| Rust musl builder - Rust静态编译docker工具]] |
| * [[https://github.com/mitsuhiko/better-panic| better-panic for rust]] |
| |
| ====== 游戏引擎 ====== |
| * [[https://github.com/kitao/pyxel| Pyxel - Python写的复古游戏制作引擎,自带像素画编辑器和复古音乐编辑器]] |
| |
| ====== 安全和趣味 ====== |
| * [[https://github.com/hkm/whoishere.py| whoishere - 探测周围wifi客户端的工具]] |
| * [[https://github.com/danistefanovic/build-your-own-x| build your own x - 从零开始做x(计算机软件类)]] |
| |
| ====== Python语言工具 ====== |
| * [[https://github.com/santinic/pampy|pampy - 在python代码中使用模式匹配]] |
| * [[https://github.com/emeryberger/scalene| scalene - python CPU和内存分析工具,和普通的profiler实现不同,更快,更准确]] |
| |
| ====== 爬虫/代理 ====== |
| * [[https://github.com/fabienvauchelles/scrapoxy|scrapoxy - 给你的代理池做一个统一入口]] |
| |
| ====== 图片处理 ====== |
| * [[http://www.fmwconcepts.com/imagemagick/index.php|ImageMagic可以进行的数百种操作]] |