An open API service indexing awesome lists of open source software.

https://github.com/lvgithub/blog

技术资料日常积累(欢迎投稿)
https://github.com/lvgithub/blog

c chrome-extension http linux nodejs ocr python3 tools

Last synced: 9 months ago
JSON representation

技术资料日常积累(欢迎投稿)

Awesome Lists containing this project

README

          

## 通用文章
* [免费计算机书籍汇总](https://github.com/ruanyf/free-books)
* [手把手撕LeetCode题目](https://github.com/labuladong/fucking-algorithm)
* [每个 JavaScript 工程师都应懂的33个概念](https://www.30secondsofcode.org/)
* [程序员学习路线](https://github.com/kamranahmedse/developer-roadmap)
* [LRU原理和Redis实现](https://zhuanlan.zhihu.com/p/34133067)
* [每天搞定一道前端大厂面试题](https://github.com/Advanced-Frontend/Daily-Interview-Question)

## 工具
* [git alias](./git/alias.md) 短别名提高效率
* [git-file-history](https://github.com/pomber/git-history) 快速浏览历史提交记录
* [tampermonkey](http://www.tampermonkey.net/) 油猴🐒脚本管理器,非常牛逼的,让你自定义各种神奇
* [Mob](https://github.com/zenghongtu/Mob) 喜马拉雅桌面客户端
* [aText](https://www.trankynam.com/atext/) 提高文字录入效率 aText
* [crowdcafe](http://magnet.crowdcafe.com/) Mac端最纯粹的分屏软件,办公必备窗口管理工具!
* [smallpdf](https://smallpdf.com/cn) 功能一应俱全、简单好用的线上 PDF 工具
* [inlets](https://github.com/inlets/inlets/blob/master/README_CN.md) 将你的本地服务暴露到公网。
* [tui.image-editor](https://github.com/nhn/tui.image-editor) 全功能照片图像编辑器使用画布。这真的很简单,而且它配有很好的过滤器
* [h5-Dooring](https://github.com/MrXujiang/h5-Dooring) H5 Page Maker, H5 Editor. | 致力于提供一套简单方便、专业可靠、无限可能的H5/PC页面制作解决方案
* [韭菜盒子](https://github.com/LeekHub/leek-fund) 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件
* [WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) Mac版微信小助手
* [WeChatRedEnvelop](https://github.com/buginux/WeChatRedEnvelop) iOS版微信抢红包插件
* [jd_seckill](https://github.com/huanghyw/jd_seckill) 京东茅台抢购,不支持其他商品!
* [jjb](https://github.com/sunoj/jjb) 一个帮助你自动申请京东价格保护的chrome拓展
* [google-chrome-old-version](https://www.slimjet.com/chrome/google-chrome-old-version.php) chrome 历史版本下载
* [Git hooks made easy 🐶 woof!](https://github.com/typicode/husky)
* [Node.js Open CLI Framework. Built with 💜 by Heroku.](https://github.com/oclif/oclif)
* [web-clipper](https://github.com/webclipper/web-clipper) 复制网页到各个平台
* [A tool for writing better scripts](https://github.com/google/zx)
* [Homebrew国内源](https://gitee.com/cunkai/HomebrewCN)
## 工具网站
* [免费的计算机编程类中文书籍,欢迎投稿](https://github.com/justjavac/free-programming-books-zh_CN)
* [分享 GitHub 上有趣、入门级的开源项目](https://github.com/521xueweihan/HelloGitHub)
* [常用算法的空间、时间复杂度](https://www.bigocheatsheet.com/)
* [jsperf 性能测试](https://github.com/jsperf/jsperf.com)
* [计算机专业电子书下载](https://tanqingbo.cn/CSBook001/)
* [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_cn.md) 在你的 README 中获取动态生成的 GitHub 统计信息
* [国内低代码平台从业者交流](https://github.com/taowen/awesome-lowcode)

## Node.JS文章
* [《深入理解Node.js:核心思想与源码分析》](https://github.com/yjhjstz/deep-into-node)
* [《性能优化技巧》](https://medium.com/zooz-engineering/nodejs-performance-302ff764509a)
* [《进程间发送socket句柄》](./send_socket/readme.md)
* [《Node.Js Cluster模式 如何实现端口重用》](./cluster.md)
* [《http和https 共用端口方案》](./http_and_https_over_same_port)
* [《Deno原理详解,让我们一起从源码分析开始》](./v8worker2/DENO.MD)
* [《JS性能优化-相同的代码放到不同的地方居然有这么大的性能差异》](./optimization/README.MD)
* [《get-value,避免尝试访问undefined变量的属性报错》](./getValue/index.js)
* [《理解Node.Js事件循环,写出高性能代码》](./event_loop/README.MD)
* [《让浏览器加载Node.js模块》](./browserify/README.MD)
* [《为什么单线程的Node.js 比其他多线程的Web Application 快呢》](./fase/README.MD)
* [《Node.JS中的使用别名模块路径》](./symlink/README.MD)
* [《吹毛求疵的追求优雅高性能》](https://github.com/jawil/blog/issues/2#)
* [《一种改进Node.js调试体验工具》](https://github.com/GoogleChromeLabs/ndb)
* [《timer的优化故事》](https://github.com/hustxiaoc/node.js/issues/10)
* [《Fast properties in V8》](https://v8.dev/blog/fast-properties)
* [Node.js 最佳实践](https://github.com/goldbergyoni/nodebestpractices/blob/master/README.chinese.md)
## Node.js包

* [node-lru-cache](https://github.com/isaacs/node-lru-cache) LRU(最近最少使用)内存缓存实现,大幅提高接口吞吐量
* [benchmark.js](https://github.com/bestiejs/benchmark.js/) 性能测试框架
* [consul](https://www.npmjs.com/package/consul) consul 服务发现、配置中心、健康检查客户端
* [request-id](https://www.npmjs.com/package/request-id) 给每一个请求标记上唯一的请求ID
* [complete implementation of RFC6902](https://github.com/chbrown/rfc6902) 一个对比json区别的包
* [query-mobile-phone-area](https://github.com/SuperID/query-mobile-phone-area) 查询手机号码归属地
* [chchar](https://github.com/theajack/cnchar) 好用小巧功能全面的汉字|繁体字拼音笔画js库
* [httpstat](https://github.com/yosuke-furukawa/httpstat) 检测一个http请求各个流程上的耗时
* [node pool](https://github.com/coopernurse/node-pool) 通用资源池套件,可用于重用或限制昂贵的资源(例如数据库连接)
* [p-limit](https://github.com/sindresorhus/p-limit/blob/master/index.js) promise 并发限制
* [es6-promise-pool](https://github.com/timdp/es6-promise-pool#readme) promise 并发限制
* [asyncPool](https://github.com/rxaviers/async-pool#readme) promise 并发限制
* [Ajv: Another JSON Schema Validator ](https://github.com/epoberezkin/ajv) Ajv: Another JSON Schema Validator
* [opossum](https://nodeshift.dev/opossum/) 熔断器
* [hystrixjs](https://www.npmjs.com/package/hystrixjs) 熔断器
* [brakes](https://github.com/awolden/brakes) 熔断器
* [node-notifier](https://github.com/mikaelbr/node-notifier#readme) 跨平台的提示
* [lowdb](https://github.com/typicode/lowdb) lowdb is a small local JSON database powered by Lodas
* [shelljs](https://github.com/shelljs/shelljs) Portable Unix shell commands for Node.js
* [p-queue](https://github.com/sindresorhus/p-queue#readme) Promise queue with concurrency control
* [meteor](https://github.com/meteor/meteor) Meteor, the JavaScript App Platform
* [import-http](https://github.com/egoist/import-http) Import modules from URL instead of local node_module
* [np](https://github.com/sindresorhus/np) A better `npm publish`

## FE 文章
* [HTTP 重点知识积累](./http/README.MD)
* [函数节流与函数防抖](https://juejin.im/entry/58c0379e44d9040068dc952f)
* [Flex 布局入门非常不错的教程](https://zhuanlan.zhihu.com/p/25303493)
* [flex深度剖析-解决移动端适配问题](https://juejin.im/post/5e72eca86fb9a07cd80f410f#heading-1)
* [BFC-10分钟理解BFC原理](https://zhuanlan.zhihu.com/p/25321647)
* [BFC-清除浮动](https://www.cnblogs.com/dolphinX/p/3508869.html)
* [如何解释Event Loop面试官才满意](https://zhuanlan.zhihu.com/p/72507900)
* [ECMAScript 6 入门教程](https://es6.ruanyifeng.com/)
* [CSS 奇技淫巧,在这里,都有](https://github.com/chokcoco/iCSS)
* [Chrome插件开发全攻略](https://github.com/sxei/chrome-plugin-demo)

## FE包
* [react-diff-view](https://github.com/otakustay/react-diff-view) react git 文件区别对比
* [postcss-pxtorem](https://github.com/cuth/postcss-pxtorem)
* [postcss-px-to-viewport](https://github.com/evrone/postcss-px-to-viewport)
* [lerna管理前端packages](https://github.com/lerna/lerna)
* [autoprefixer](https://github.com/postcss/autoprefixer) 一款自动管理浏览器前缀的插件,它可以解析CSS文件并且添加浏览器前缀到CSS内容里
* [PostCSS](https://www.postcss.com.cn/) 一个用 JavaScript 工具和插件转换 CSS 代码的工具
* [react-grid-layout](https://github.com/STRML/react-grid-layout?utm_source=gold_browser_extension) A draggable and resizable grid layout with responsive breakpoints, for React
* [v8n](https://github.com/imbrn/v8n) 一个 JavaScript 流利的参数校验工具
* [react-json-editor-ajrm ](https://www.npmjs.com/package/react-json-editor-ajrm) JSON编辑器
* [WebRTC Web demos and samples ](https://github.com/webrtc/samples) web即时通讯案例
* [gasp GreenSock Animation Platform](https://www.npmjs.com/package/gsap) GASP 动画库
* [Javascript tweening engine](https://github.com/tweenjs/tween.js)
* [A color management API for javascript](https://github.com/brehaut/color-js)
* [elgrapho是一个高性能的WebGL图形数据可视化引擎](https://github.com/ericdrowell/ElGrapho)
* [录制并回放任意 web 界面中的用户操作](https://github.com/rrweb-io/rrweb)
* [万能网页监控器,监控物价、订单、出货、外汇、折扣、彩票...无所不能](https://github.com/aceimnorstuvwxz/openwebmonitor)
* [record and replay the web](https://github.com/rrweb-io/rrweb/blob/master/README.md) 旨在利用现代浏览器所提供的强大 API 录制并回放任意 web 界面中的用户操作。

## C & C++

* [C 语言资源大全中文版](https://github.com/jobbole/awesome-c-cn)
* [C++ 那些事](https://light-city.club/sc/)
* [Linux 内核揭秘](https://github.com/MintCN/linux-insides-zh)
* [xv6 OS](https://github.com/mit-pdos/xv6-public)
* [learnuv](https://github.com/thlorenz/learnuv)
* [uvbook](https://github.com/nikhilm/uvbook)
* [KCP - A Fast and Reliable ARQ Protocol (快速可靠传输协议)](https://github.com/skywind3000/kcp)

## Python

* [TrWebOCR](https://github.com/alisen39/TrWebOCR) 开源易用的中文离线OCR,识别率媲美大厂,并且提供了易用的web页面及web的接口
* [chineseocr_lite](https://github.com/ouyanghuiyu/chineseocr_lite) 超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理
* [超棒 NumPy 可视化教程](https://zhuanlan.zhihu.com/p/73785485)
* [awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model) python模拟登陆一些大型网站

## Linux

* [Docker —— 从入门到实践](https://yeasy.gitbook.io/docker_practice/)
* [CGROUP对进程使用CPU、内存、磁盘等进行限制或者控制](./cgroup/README.MD)
* [ShellCheck, a static analysis tool for shell scripts ](https://github.com/koalaman/shellcheck)
* [Nginx 高级教程强干货](http://openresty.org/download/agentzh-nginx-tutorials-zhcn.html)

* https://xblog.lufficc.com/blog/useful-online-tools)

## Alfred
* [首字母大写的驼峰, 首字母小写的驼峰, 以及多单词下划线分隔名称翻译命](https://github.com/xudaolong/CodeVar)

## Q&A
* [React Hooks 方式下 props 到 state 的值同步](https://github.com/wayou/wayou.github.io/issues/36)

## 架构技术
* [并发扣款一致性,幂等性问题,这个话题还没聊完!!](https://mp.weixin.qq.com/s/xXju0y64KKUiD06QE0LoeA)
* [并发扣款,如何保证数据的一致性?](https://mp.weixin.qq.com/s?__biz=MjM5ODYxMDA5OQ==&mid=2651962738&idx=1&sn=d2d91a380bad06af9f7b9f7a80db26b3&chksm=bd2d08ae8a5a81b8a7f044af52c5e6e77ec3df2bb4a9c91cd450c3fd932e8dade56afb09f784&scene=21#wechat_redirect)

## 逆向
* [frida](https://frida.re/) 面向开发人员、逆向工程师和安全研究人员的动态工具工具包
* [objection - runtime mobile exploration](https://github.com/sensepost/objection)
* [WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) Mac微信功能拓展/微信插件/微信小助手
* [WeChatRedEnvelop](https://github.com/buginux/WeChatRedEnvelop) iOS版微信抢红包Tweak
* [WeChat_tweak](https://github.com/dgynfi/WeChat_tweak) iOS版功能最全的微信插件,具备自动抢红包,屏蔽消息和群消息
* [WeChatRobot](https://github.com/TonyChen56/WeChatRobot) PC版微信机器人
* [DKWechatHelper](https://github.com/DKJone/DKWechatHelper) 不止于抢红包,功能丰富的微信插件
* [精易论坛](https://bbs.125.la/)
* [IOS逆向](https://iosre.com/)
* [IDEA 破解新招 - 无限重置30天试用期](https://www.exception.site/essay/idea-reset-eval)
## 图像处理
`Libs`
* [ffmpeg](https://ffmpeg.org/) 视频处理
* [Node-Media-Server](https://github.com/illuspas/Node-Media-Server/blob/master/README_CN.md) A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
* [opencv](https://github.com/opencv/opencv) 开源计算机视觉库
* [opencv-python](https://github.com/skvark/opencv-python)
* [haarcascades ](https://github.com/opencv/opencv/tree/master/data/haarcascades) 人脸分类器
* [FFmpeg 视频处理入门教程](https://www.ruanyifeng.com/blog/2020/01/ffmpeg.html)
* [dlib](https://github.com/davisking/dlib) 机器学习和数据分析应用的工具包
* [Face Recognition 人脸识别](https://github.com/ageitgey/face_recognition/blob/master/README_Simplified_Chinese.md)
* [tesseract.js](https://github.com/naptha/tesseract.js) 100多种语言的纯Javascript OCR
* [fashion-mnist](https://github.com/zalandoresearch/fashion-mnist)一个类似MNIST的时尚产品数据库。基准

`Articles`
* [面向初学者的OpenCV-Python教程](http://codec.wang/#/opencv/)
* [十行Python代码实现人脸识别 文章](https://zhuanlan.zhihu.com/p/66368987)
* [十行Python代码完成人脸识别 视频](https://www.bilibili.com/video/av52684947)
* [OpenCV: 图片人脸识别教程](https://zhuanlan.zhihu.com/p/28489649)

## Golang
* [go-zero ](https://github.com/tal-tech/go-zero) 一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验
* [hystrix-go](https://github.com/afex/hystrix-go) go 熔断器

## 算法
* [LeetCode-Go](https://github.com/halfrost/LeetCode-Go)

## 财富

* [程序员如何优雅的挣零花钱?](https://github.com/easychen/howto-make-more-money/)