diff --git a/2020.md b/2020.md new file mode 100644 index 0000000..053dcbb --- /dev/null +++ b/2020.md @@ -0,0 +1,557 @@ + +

+ +

+ +## 宗旨 + +GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给开发者, 帮助开发者们发现当下最火的开源项目, 令开发者们得以掌控技术脉搏, 扩大自己的技术视野, 并从开源项目的学习中获得技术能力的提升。 + +- [历史文章精选](https://github.com/GitHubDaily/GitHubDaily/tree/master/articles) +- 公众号:[GitHubDaily](https://tva1.sinaimg.cn/large/007S8ZIlgy1geyb6wrwxgj3076076aa5.jpg) +- 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) +- 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) + +> 欢迎到 [Issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,让更多人知道你的项目。 + +--- + +## 2020 年复盘 + +下面是对 GitHubDaily 在 2020 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 + +> 过往复盘 [2019](https://github.com/GitHubDaily/GitHubDaily/blob/master/2019.md),[2018](https://github.com/GitHubDaily/GitHubDaily/blob/master/2018.md) + +### 目录 + +- [Java](#java) +- [Python](#python) +- [前端](#前端) +- [工具](#工具) +- [移动端](#移动端) +- [命令行工具](#命令行工具) +- [Chrome 插件](#chrome-插件) +- [VSCode 插件](#vscode-插件) +- [资料集合](#资料集合) +- [面试资料](#面试资料) +- [机器学习/人工智能](#机器学习人工智能) +- [开源书籍/教程](#开源书籍教程) +- [图标库](#图标库) +- [有趣网站](#有趣网站) +- [其他](#其他) + +### Java + +库名 | 简述 | 源 +---- | ----- | ----- +[newbee-mall](https://github.com/newbee-ltd/newbee-mall) | 一套基于 Spring Boot 2.X 开发的电商系统,含有功能完备、流程完整的前台商城系统及后台管理系统,适合各个阶段的 Java 开发者学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvI0r43EV) +[thingsboard](https://github.com/thingsboard/thingsboard) | 一个基于 Java 编写的物联网开源平台,可用于数据收集、处理、可视化与设备管理等应用场景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuWPAiy55) +[Algorithms](https://github.com/williamfiset/Algorithms) | 一个可用于学习算法与数据结构的 Java 项目,里面涵盖了数据结构、动态规划、几何、图论、线性代数、数学、搜索算法、排序算法等常见算法的具体代码实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjG1O2L5O) +[Java-Tutorial](https://github.com/h2pl/Java-Tutorial) | 一份 Java 工程师学习指南,里面涵盖大部分 Java 程序员所需要掌握的核心知识,其中有 Java 基础、JavaWeb、Java进阶、计算机基础、数据库、缓存、消息队列、大后端、分布式、面试资料等等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jj5uSxj8H) +[CodeGuide](https://github.com/fuzhengwei/CodeGuide) | 一份 Java 学习资料,里面包含了手写 RPC 框架、JVM 实现、SpringCloud 入门案例、SpringBoot 中间件开发、服务框架搭建等多个 Java 技术专题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JbJrRkKXW) +[thingsboard](https://github.com/thingsboard/thingsboard) | 一个基于 Java 编写的物联网开源平台,可用于数据收集、处理、可视化与设备管理等应用场景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8pe00N54) +[spring-boot-demo](https://github.com/xkcoding/spring-boot-demo) | 共收录了数十个与 Spring Boot 相关的 Demo 项目,其中包含可视化监控、日志、统一异常处理、模板引擎、ORM 框架、邮件发送、消息队列等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1nZK4eQC) +[spring-analysis](https://github.com/seaswalker/spring-analysis) | 一位开发者将其整理的 Spring 框架源码阅读笔记,包含了 spring-core、spring-aop、spring-context、spring-task、spring-transaction、spring-mvc、guava-cache 等多个 Spring 组件的源码解读 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1iGXwsBc) +[hutool](https://github.com/looly/hutool) | 一个比较实用的开源 Java 工具包,对文件、流、加密解密、转码、正则、线程、XML 等 JDK 方法进行合理封装 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IBD8JFxMv) +[JCSprout](https://github.com/crossoverJie/JCSprout) | 一个 Java 核心知识库,内容涉猎集合、多线程、JVM、分布式、架构设计等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IBaRf8xbt) +[technology-talk](https://github.com/aalansehaiyang/technology-talk) | 主要汇总了 Java 生态圈常用技术框架、开源中间件,系统架构、数据库、大公司架构案例、常用三方类库等知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IAXvcoK0r) +[newbee-mall](https://github.com/newbee-ltd/newbee-mall) | 一套基于 Spring Boot 2.X 开发的电商系统,含有功能完备、流程完整的前台商城系统及后台管理系统,适合各个阶段的 Java 开发者学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IpyrY0ISC) +[dokit](https://github.com/Perye/dokit) | 一个基于 Spring Boot2、Vue 前后端分离的管理系统,支持数据字典与数据权限管理、一键生成前后端代码、支持前端菜单动态路由等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iofx2eKxD) +[awesome-java](https://github.com/Snailclimb/awesome-java) | 一份收集整理了 GitHub 上非常棒的 Java 开源项目集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Io2zlrepJ) +[Recaf](https://github.com/Col-E/Recaf) | 一款简洁易用的现代化 Java 字节码编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAJ4stkf9) + +### Python + +库名 | 简述 | 源 +---- | ----- | ----- +[Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib) | 可用于定量战略资产配置与投资组合优化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAzQ9f2mO) +[jd_seckill](https://github.com/huanghyw/jd_seckill) | 能帮你抢某东上的茅台的 Python 脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JApAiqaJi) +[r0capture](https://github.com/r0ysue/r0capture) | 适用于 Android 系统的开源应用层抓包脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jwt6yvC5T) +[ipycanvas](https://github.com/martinRenou/ipycanvas) | 可应用于 Jupyter 的可交互式画布,通过对接浏览器的 Canvas API,便可使用 Python 绘制简单的文本、线条、多边形、弧线等图形 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvXhSAH74) +[stock](https://github.com/Rockyzsu/stock) | 一个开源的量化交易代码与策略项目,带你 30 天掌握量化交易,更好的帮助自己炒股 (亏钱 -。-) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvxlVoLhn) +[rich](https://github.com/willmcgugan/rich) | 支持在终端输出添加各种颜色和不同风格,绘制各种漂亮的表格、进度条、显示 Markdown 文本、高亮语法代码等功能,完善 Python 控制台的输出体验, | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvnW1w86A) +[ToolGood.Words](https://github.com/toolgood/ToolGood.Words) | 一款高性能非法词 (敏感词) 检测组件,附带繁体简体互换,支持全角半角互换,获取拼音首字母,获取拼音字母,拼音模糊搜索等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuqCyE49D) +[LeetCode](https://github.com/wisdompeak/LeetCode) | 一个基于 C++/Pyhton 相关的 LeetCode 算法题解。包含了二分查找、哈希表、链表、堆栈、动态编程等技术点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ju7Lzjjvl) +[autoscraper](https://github.com/alirezamika/autoscraper) | 一个智能 Web 爬虫脚本,其主要作用,是能快速且智能获取指定网站上的数据,这些数据可以是网页文本、url 地址或者其它 HTML 元素 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtH3uBH8h) +[datapane](https://github.com/datapane/datapane) | 开发者可用它快速从常见对象(如 pandas DataFrames)上快速构建数据分析报告 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jt5lvr9OD) +[FundamentalAnalysis](https://github.com/JerBouma/FundamentalAnalysis) | 一个可用于分析公司基本面的 Python 扩展包,里面收集了 13000 多家创办 20 年以上公司的简介、财务报表、各类比率和股票数据等信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jn0fFn0x3) +[lux](https://github.com/lux-org/lux) | 一个比较实用的 Python 库,通过自动化数据的探索流程,让你能更轻松的玩转数据科学 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jm5GGunkj) +[jupyter-text2code](https://github.com/deepklarity/jupyter-text2code) | 一款开发者神器,可在 Jupyter 上快速将文本描述转化为 Python 代码,为数据分析人员减少大量编写代码的时间 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkSgJeDf9) +[autoscraper](https://github.com/alirezamika/autoscraper) | 一个智能 Web 爬虫脚本,其主要作用,是能快速且智能获取指定网站上的数据,这些数据可以是网页文本、url 地址或者其它 HTML 元素 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjQDm8xbM) +[translators](https://github.com/UlionTse/translators) | 一个比较实用的 Python 翻译工具库,该库集成了谷歌、必应、有道、百度等多个翻译平台 API,支持上百种语言翻译,使用便捷,配置灵活 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ji8zMcAoY) +[handcalcs](https://github.com/connorferster/handcalcs) | 可将 Python 计算公式代码快速转换为 Latex 公式,平方根、三角函数等计算方式一应俱全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgriUwb6l) +[latexify_py](https://github.com/odashi/latexify_py) | 可快速将 Python 函数快速转为 LaTeX 数学公式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfyjkF8Qy) +[stock](https://github.com/pythonstock/stock) | 一个基于 Python 的股票系统,支持 Docker 部署、数据定时爬取、更新、缓存与可视化展示等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcvLp9nCo) +[EasyOCR](https://github.com/JaidedAI/EasyOCR) | 让 Python 开发者可以更加高效便捷的集成图像文字识别功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JavDx8D1x) +[python3-in-one-pic](https://github.com/coodict/python3-in-one-pic) | 一张图帮你理清 Python3 的相关知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J98N47HwR) +[real-url](https://github.com/wbt5/real-url) | 可帮助你快速获取当前主流直播平台的真实流媒体地址 (直播源) 和弹幕信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7WWvsgVL) +[twint](https://github.com/twintproject/twint) | 爬取某个 Twitter 用户的公开信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7FgzivDm) +[weiboSpider](https://github.com/dataabc/weiboSpider) | 国内一名开发者在 GitHub 上开源了一个 Python 爬虫,可用于爬取用户公开的微博数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7cZ53MtR) +[PyDebloatX](https://github.com/Teraskull/PyDebloatX) | 一款比较实用的 Python GUI 开源工具,可用于卸载 Windows 10 默认应用程序 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J47GG6fup) +[newscatcher](https://github.com/kotartemiy/newscatcher) | 可用于收集大多数网站的新闻资讯,并统一格式,用户可根据所在地区、语言与主题进行过滤筛选 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J36rGcuc8) +[diagrams](https://github.com/mingrammer/diagrams) | 通过 Python 代码来快速生成系统架构图,使其操作起来更加便捷,可支持 AWS、Azure、GCP、K8s、阿里云、Oracle 云等 6 大主流供应商 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1Iq9edhL) +[PyBoy](https://github.com/Baekalfen/PyBoy) | 一个基于 Python 的 Game Boy 模拟器,像超级马里奥、口袋妖怪等耳熟能详的游戏都可以在上面完美运行 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEiU8bShk) +[CPython-Internals](https://github.com/zpoint/CPython-Internals) | 一份 CPython 源码阅读笔记,作者很用心的通过多图来展示底层实现细节,尽可能的给大家讲清楚 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iow1Ub9ME) +[textdistance](https://github.com/life4/textdistance) | 一个开源库含有 30+ 种纯 Python 算法用于比较两个或多个序列之间的距离 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Io66xo6ns) + +### 前端 + +库名 | 简述 | 源 +---- | ----- | ----- +[visual-drag-demo](https://github.com/woai3c/visual-drag-demo) | 一个简易版的前端可视化拖拽组件库,主要允许用户在 Web 页面上对各个组件进行拖拽、编辑以及样式调整 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAhY2rDub) +[luban-h5](https://github.com/ly525/luban-h5) | 鲁班 H5,类似易企秀的 H5 制作、建站工具、可视化搭建系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzOvu1jbI) +[anichart.js](https://github.com/Jannchie/anichart.js) | 可帮助你快速制作数据可视化动画视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzM9mcXFp) +[wave](https://github.com/h2oai/wave) | 一套可用于构建实时 Web 项目与仪表面板的工具,采用 Python 编写,拥有低延迟、优雅美观、实时分析等亮点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jz3mZqhos) +[wLogger](https://github.com/jyolo/wLogger) | 一款集日志采集、日志解析持久化存储、Web 流量实时监控,三位一体的 Web 服务流量监控应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JynJtD0wV) +[mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js) | 一个比较实用的 JavaScript 库,可帮助开发者快速构建可交互、可定义的矢量地图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyh3sdkxf) +[cypress](https://github.com/cypress-io/cypress) | 一款比较实用的 Web 自动化测试工具,拥有完整的端到端测试流程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyabiu9b5) +[crater](https://github.com/bytefury/crater) | 一款免费开源的 Web 与移动端发票应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jxx62bXQx) +[Drawflow](https://github.com/jerosoler/Drawflow) | 可帮你快速创建数据流,支持节点拖拽、多重连接、数据节点同步、数据模块清除、移动端设备友好等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxmGHny4n) +[music-website](https://github.com/Yin-Hongwei/music-website) | 一个开源的音乐网站管理系统,实现了歌单、播放器、用户及音乐管理等常用功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwT1VwRQC) +[procedural-gl-js](https://github.com/felixpalmer/procedural-gl-js) | 一个可用于制作 3D 地图的 JavaScript 开源库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvE2xt4ED) +[animockup](https://github.com/alyssaxuu/animockup) | 基于 JavaScript 开发,让用户能在浏览器中快速构建动画模型,且支持导出成视频或 gif 动图,整体功能较完善 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jvp7576Rx) +[heti](https://github.com/sivan/heti) | 国内有位开发者在 GitHub 上设计了一个专用于中文内容展示的排版样式,主要基于通用的中文排版规范 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtSQ7eUtk) +[sparrow](https://github.com/sparrow-js/sparrow) | 一个开源的场景化、低代码(LowCode)搭建工作台:sparrow,可实时输出源代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtqAIDs2u) +[h5-Dooring](https://github.com/MrXujiang/h5-Dooring) | 一款功能强大的开源 H5 可视化页面配置解决方案,致力于提供一套简单方便、专业可靠、无限可能的 H5 落地页最佳实践 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jt6wzqjL8) +[presenta-lib](https://github.com/presenta-software/presenta-lib) | 一个开源的 JavaScript 库,可帮助你快速制作出富有表现张力的 Web 演示文稿(PPT) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsOQDBPOA) +[react-d3-graph](https://github.com/danielcaldas/react-d3-graph) | 可帮助前端开发者轻松使用 React 和 d3 快速创建可交互和可配置的图形,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsnWnAnA4) +[vega-lite](https://github.com/vega/vega-lite) | 它提供了一种交互式图形语法,让用户仅需通过几行简单的 JSON 配置,便能生成各种可视化交互数据图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrHjZblIi) +[react-chrono](https://github.com/prabhuignoto/react-chrono) | React 组件可帮你创建多种样式丰富的时间轴,支持以水平、垂直、树状等不同形式进行渲染,并可用幻灯片交互播放 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqEvAdsFX) +[layoutit-grid](https://github.com/Leniolabs/layoutit-grid) | 可快速生成页面「网格布局」的 CSS 及 HTML 代码,配置灵活,操作简单 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpWUpE3hU) +[KaTeX](https://github.com/KaTeX/KaTeX) | 一个比较实用的数学公式排版 JavaScript 库,使用简单,无其它依赖,针对数学公式的渲染更快,支持同步呈现其数学运算,无需重新排版页面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoRJKogyD) +[10-projects-10-hours](https://github.com/florinpop17/10-projects-10-hours) | 国外有个小哥开启了尝试用 10 小时完成 10 个前端项目的挑战,包含了计时器、问卷调查、食谱应用、笔记应用、待办事项、电影应用、GitHub 个人资料页面、绘图应用、密码生成器和天气应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjDhkejtO) +[vanillawebprojects](https://github.com/bradtraversy/vanillawebprojects) | 一共含有 20 个纯使用 HTML5,CSS 和 JavaScript 实现的小 Demo,这当中有表单验证、电影座位预订、汇率计算器、音乐播放器、打字游戏、新年倒计时等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjkqkypSJ) +[project-guidelines](https://github.com/elsewhencode/project-guidelines/blob/master/README-zh.md) | 一份 JavaScript 项目规范指南,国外一家公司在自家多个 JavaScript 项目里总结出来最佳实践 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JikmowQTr) +[ts-migrate](https://github.com/airbnb/ts-migrate) | 一款前端工具,其主要作用是可将 JavaScript 代码快速迁移为 TypeScript 代码,以便节省前端工程师的时间成本,统一开发环境 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jh4MteGkC) +[tiper-js](https://github.com/carlelieser/tiper-js) | 一个 JavaScript 库,可在网页上模拟真人打字时的展示动画 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JecDVumeN) +[luckysheet](https://github.com/mengshukeji/luckysheet) | 一款纯前端实现的,类似 Excel 的在线表格,功能强大、配置简单、完全开源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdRqOgRdu) +[javascript-in-one-pic](https://github.com/coodict/javascript-in-one-pic/blob/master/README-zh.md) | 一张图帮你理清 JavaScript 的相关知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9tdtjINX) +[responsively-app](https://github.com/responsively-org/responsively-app) | 为了帮助工程师更好的实现 Web 响应式页面开发,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J37CMrGae) +[1loc](https://github.com/phuoc-ng/1loc) | 收集了共计 126 个 JavaScript 代码片段,其中包含对数组、日期、函数、DOM 等常见代码模块的组件实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1Bv9oQcO) +[eruda](https://github.com/liriliri/eruda/blob/master/doc/README_CN.md) | 开源的前端页面调试神器,一个专为手机前端页面设计的调试面板,类似 DevTools 的迷你版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFmTBxo4M) +[Blog](https://github.com/mqyqingfeng/Blog) | 一位前端开发者在 GitHub 上开启了 JavaScript 文章连载创作,内容主要分为:JavaScript 深入系列、JavaScript 专题系列、ES6 系列、React 系列 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IAS0fsGCg) +[30-Days-Of-JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 跟着作者一起规划 30 天学会 JavaScript 编程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iol1ZrK37) +[vue-manage-system](https://github.com/lin-xin/vue-manage-system) | 一个基于 Vue + Element UI 的后台管理系统解决方案,作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统(Web Management System)开发 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InNfxoYOt) + +### 工具 + +库名 | 简述 | 源 +---- | ----- | ----- +[volbx](https://github.com/przemek83/volbx) | 一款可用于数据处理的图形工具,拥有数据加载、过滤、选择筛选、可视化、xlsx 与 CSV 格式导出等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAQVxdrAY) +[vulmap](https://github.com/zhzyker/vulmap) | 一款开源的 Web 漏洞扫描和验证工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAxz2BZFR) +[SteamTools](https://github.com/rmbadmin/SteamTools) | 一个包含多种 Steam 工具功能的工具箱,主要支持 Steam 社区反代理、多账号切换、成就统计管理、在 PC 上完成两步身份验证等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAfBUmKXM) +[rhubarb-lip-sync](https://github.com/DanielSWolf/rhubarb-lip-sync) | 基于语音让动漫人物嘴唇实现音画同步,开发者可将其应用于计算机游戏、动画卡通角色、视频 Vlog 等领域 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAeqQpQOW) +[multiavatar-php](https://github.com/multiavatar/multiavatar-php) | 一个开源的头像生成库,可为你生成 120 亿种不同风格的头像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA6bq6fHe) +[PandaOCR](https://github.com/miaomiaosoft/PandaOCR) | 一款多功能 OCR 图文识别工具,支持多种识别引擎,可识别图文、公式、表格等内容,还拥有翻译、朗读等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA3qVvblh) +[SwiftBar](https://github.com/swiftbar/SwiftBar) | 一款功能较为强大的 macOS 菜单栏定制工具,支持自行编写脚本,并集成到菜单栏上统一进行管理,配置灵活,可定制性强 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JySLrlEpT) +[odiff](https://github.com/dmtrKovalenko/odiff) | 称其为世界上最快的像素级图像对比工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyB5w7JtL) +[imgdiff](https://github.com/n7olkachev/imgdiff) | 比那个自称世界上最快的图像对比工具还快的图像对比工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyB5w7JtL) +[meli](https://github.com/getmeli/meli) | 一款开源的静态网站部署工具,支持在主域名下部署无数个静态站点,API 配置灵活,与 Let's Encrypt 证书完美整合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyzUrlYOE) +[snapdrop](https://github.com/RobinLinus/snapdrop) | 如果你想在本地多个 WiFi 设备间快速传输文件,那推荐你试下 Snapdrop 这款开源工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyyJoigAm) +[TinyCheck](https://github.com/KasperskyLab/TinyCheck) | 可用于检测与分析智能手机或 WiFi 关联设备的网络通信,以便快速识别出恶意请求的来源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyx9YsXc0) +[PlotJuggler](https://github.com/facontidavide/PlotJuggler) | 一款可视化时间序列的工具,通过在编辑器中可视化的处理数据,让你更为直观的进行数据分析 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyfSpcUv0) +[Depix](https://github.com/beurtschipper/Depix) | 可通过算法,快速移除文字截图上的马赛克,让其原始文本得以重新呈现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/u/5722964389) +[ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager) | 一个纯粹的、开源的 Windows 右键菜单管理程序 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwVo3leAY) +[takenote](https://github.com/taniarascia/takenote) | 一个基于 Web 的 Markdown 笔记应用:takenote,支持 Markdown 预览渲染、笔记之间链接跳转、语法高亮、便签拖拽、所见即所得等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwJBqrxaG) +[WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) | Mac 微信插件支持为客户端设置多种界面主题、消息转发与防撤回、账号多开、自定义回复、退群监控等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwI2168PB) +[Clean-Me](https://github.com/Kevin-De-Koninck/Clean-Me) | 一款开源的 macOS 系统分析与清理工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwhjWadgk) +[xray](https://github.com/chaitin/xray) | 一款功能强大且完善的安全评估工具,支持的漏洞检测类型有 XSS 漏洞、SQL 注入、命令/代码注入、文件上传等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jw0P4wZUc) +[traduora](https://github.com/traduora/traduora) | 一个开源翻译平台 traduora,支持多人协作在线翻译,可导入导出 JSON、CSV、YAML 等多种文本格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvZE0A49X) +[Bob](https://github.com/ripperhe/Bob) | 一款开源的 Mac 端翻译软件,支持划词、截图、输入、插件等多种翻译方式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvNt2F0Ug) +[pretty-snap](https://github.com/kangabru/pretty-snap) | 让你为屏幕截图添加更为丰富与酷炫的背景图,并提供了多种配色及花纹图像供你选择,截图位置亦可调整 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jvdksa4nN) +[presenta-lib](https://github.com/presenta-software/presenta-lib) | 通过在页面上编写 Markdown 文档,便可快速生成 PPT 文稿。有需要的话,还能对字体颜色、类型、动画转场效果进行定制 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jv6g63UPj) +[dev-fonts](https://github.com/Gaafar/dev-fonts) | 支持直接在 Web 端实时预览与对比多款编辑器主题、字体及配色,帮你快速挑选一款心仪字体,并应用到实际开发环境中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jv2ITpnLR) +[siyuan](https://github.com/siyuan-note/siyuan) | 一款 Markdown 笔记应用:思源笔记,拥有块级引用和双向链接的网状特色,支持 Windows、Mac 和 Linux,可在浏览器上直接使用,支持移动端适配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuBCtmDHj) +[nodes-io](https://github.com/nodes-io/nodes-io) | 一个可视化编程工具,支持快速创建实时 3D 图形、可交互的 Web 应用、自定义和共享工具参数、可视化数据分析、构建复杂应用等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuA33wcga) +[qr-tunnel](https://github.com/coolwill/qr-tunnel) | 如果你觉得远程桌面的小文件传输方式有点繁琐,那么可以试下 QR tunnel 这款开源工具,可一键将文件转为二维码进行传输 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Juuy7gvnE) +[tmpmail](https://github.com/sdushantha/tmpmail) | 可用于快速生成临时电子邮箱 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtQtZFWMC) +[httptoolkit](https://github.com/httptoolkit/httptoolkit) | 一款开源的 HTTP(S) 调试、测试与构建工具,支持 Windows、Mac、Linux 等主流操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtJpCq4jT) +[optimizt](https://github.com/funbox/optimizt) | 一款开源的图片命令压缩工具,支持对 PNG, JPEG, GIF 和 SVG 等多种图片类型,并可将光栅图像转为 WebP 格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtxD01pxc) +[BiliBiliTool](https://github.com/RayWangQvQ/BiliBiliTool) | 一款基于 .Net Core 编写的跨平台的 B 站(哔哩哔哩)任务工具,通过 GitHub Actions 实现每日线上自动运行任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtpnHE6yK) +[Tool-X](https://github.com/rajkumardusad/Tool-X) | 一款 kali Linux 黑客工具安装器,使用后,便可在 termux app 和其它基于 Linux 的发行版中安装近 370 多种黑客工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jth894cYV) +[svg-path-editor](https://github.com/Yqnn/svg-path-editor) | 可让你在浏览器中快速创建或编辑 SVG 图形路径,拥有命令面板、视图框、路径操作等多个组合选项 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsUJX3OE8) +[HackBrowserData](https://github.com/moonD4rk/HackBrowserData) | 一款可全平台运行的、开源的浏览器数据导出解密工具,支持将密码、历史记录、Cookies、书签等导出内容进行解密 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsNFA19bl) +[monkey](https://github.com/guardicore/monkey) | 一款开源的安全测试工具,可用于测试数据中心受到内外部攻击后的恢复能力,在进行各项信息收集后会汇总成报告,帮助开发者进一步提升数据安全性 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jss47nQzK) +[notebooker](https://github.com/man-group/notebooker) | 一个可快速将 Jupyter Notebook 内容转换为 Web 报告的开发工具,其转化结果存储在 MongoDB 中,支持在 Web 界面上直接查询 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jskd1zt6b) +[filegogo](https://github.com/a-wing/filegogo) | 一款基于 WebRTC 开发的点对点加密文件传输工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsiDBob3P) +[Aragorn](https://github.com/njzydark/Aragorn) | 一款开源的对象存储管理工具,基于 Electron + React + TS 开发,可作为图床上传工具使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsaMxhSVF) +[histools](https://github.com/thesephist/histools) | 可将浏览器历史记录数据可视化,并生成热力图,让你清楚的看到在不同时间点,对不同网站的访问频率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Js1m287sl) +[BilibiliTask](https://github.com/srcrs/BilibiliTask) | Bilibili 助手,可自动完成每日任务,投币,点赞,直播签到,自动兑换银瓜子为硬币,自动送出即将过期礼物,漫画 App 签到等任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrJSh10Sy) +[vtracer](https://github.com/visioncortex/vtracer) | 可快速将 jpg、png 等格式的图片快速转换为 svg 矢量图,并支持过滤斑点、色彩精度等多种参数配置 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jrz4xxTIS) +[speedscope](https://github.com/jlfwong/speedscope) | 一款 Web 应用性能测试工具,支持在页面上快速查看页面的堆栈调用情况、内存占比,以便你更为快速的对 Web 应用进行优化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrizH6RO6) +[hoppscotch](https://github.com/hoppscotch/hoppscotch) | API 构建工具,满足了所有主流的 API 请求方法,并提供多款主题供用户选择定制,允许离线访问、文件管理、资源分享、文档构建、账户同步、语言国际化等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrhoDhCE7) +[UserScript](https://github.com/XIU2/UserScript) | 如果你一直对 GitHub 下载速度不甚满意,那么可以试下「GitHub 增强」这个油猴脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jr5dEDeBX) +[eul](https://github.com/gao-sun/eul) | 个开源的系统状态监控器:eul,支持查看 CPU、风扇、内存、电池、网络等各类参数的使用情况,习惯用 macOS 系统的同学可以试用一下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqYxDAD8e) +[pandasgui](https://github.com/adamerose/pandasgui) | 一款可用于分析 Pandas DataFrames 的 GUI 工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jqv560g19) +[gitui](https://github.com/extrawurst/gitui) | 一个基于 Rust 开发的 Git 终端工具,可让你更高效率的操作 Git | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqaEG92Zb) +[beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio) | 一款跨平台的开源 SQL 客户端,支持 Windows、Linux、macOS 等主流操作系统,拥有语法高亮、多任务执行、排序过滤数据、丰富的快捷键、查询历史记录等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JptrJdWvO) +[ASCII-Generator.site](https://github.com/hermanTenuki/ASCII-Generator.site) | 允许你通过图像或文本快速生成 ASCII 艺术字符图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jpr5CnbzI) +[iroiro](https://github.com/antfu/iroiro) | 一款可在终端运行的色彩查询工具,提供了不少简洁优雅的色系供开发者选择,其数据引用自日本传统色系 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jpg5HiEn0) +[vditor](https://github.com/Vanessa219/vditor) | 一款开源的 Markdown 编辑器(浏览器端),支持所见即所得(富文本)、实时渲染(类似 Typora)和分屏预览模式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpaAKbRgN) +[vulmap](https://github.com/zhzyker/vulmap) | 一款开源的漏洞扫描工具,可对 Web 容器、Web 服务器、Web 中间件以及 CMS 等 Web 程序进行漏洞扫描,并且具备漏洞利用功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jp8aUdn6W) +[Simpdf](https://github.com/shashanoid/Simpdf) | 一款简单易用的 PDF 在线编辑器,可直接在网页上对 PDF 文件进行解析编辑,并保留其文件结构及格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoFX86cC9) +[astrofox](https://github.com/astrofox-io/astrofox) | 一个比较有意思的动态影像应用,支持将音乐处理成可视化动态效果,并导出成视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JouXeBLEK) +[anbox](https://github.com/anbox/anbox) | 款比较实用的 Linux 工具,可在 GNU / Linux 系统上轻松运行 Android 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jog1LnF1a) +[server](https://github.com/screego/server) | 一款开源的屏幕共享工具,拥有更低延迟、更高质量的屏幕共享体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoeQH81g8) +[actionsflow](https://github.com/actionsflow/actionsflow) | 一款工作流程自动化辅助工具,可用于构建各类 App、数据、API 之间的工作流程,帮你更好的处理文件同步、信息收集、任务管理等事项 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JodFDdj2l) +[GHunt](https://github.com/mxrch/GHunt) | 一款开源的 OSINT(互联网公开情报) 采集工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JocuzkL0G) +[wireflow](https://github.com/vanila-io/wireflow) | 一款在线流程图绘制工具,支持使用 100 多种自定义图形、可进行多人协作、权限分配、实时聊天等功能、并拥有丰富的功能组件库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmYGfr5af) +[DevUtils-app](https://github.com/DevUtilsApp/DevUtils-app) | 一款比较实用的 Mac 开发者工具,提供了 Unix 时间戳解析、URL 编码/解码、JSON 格式化、JWT 调试器、query string 解析等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmPfKBbjO) +[bpytop](https://github.com/aristocratos/bpytop) | 一个开源的 Linux / OSX / FreeBSD 资源监控工具,支持显示处理器、内存、硬盘存储、网络与进程使用状态等信息,拥有多款可定制主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlWgc2RMT) +[tunic](https://github.com/mikeslattery/tunic) | 一款比较实用的 Linux 系统安装工具,无需借助 U 盘和更改 BIOS 配置,即可在当前系统下直接安装 Linux 系统(支持双系统) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlPbOAFiV) +[playwright-cli](https://github.com/microsoft/playwright-cli) | 一款 Web 调试神器,可将 Web 页面上的用户交互转化为 JavaScript 代码,以便用于后续调试工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlDpcfjRC) +[FreeCAD](https://github.com/FreeCAD/FreeCAD) | 一款开源的 3D 建模工具,可用于构建任意真实世界物件,组件丰富,操作便捷,应用广泛,其主要目的,在于帮你更好的创建高质量工程图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlkycyjJg) +[taskcafe](https://github.com/JordanKnott/taskcafe) | 一个基于 Go 与 Typescript 开发的看板开源软件,支持对任务进行筛选过滤、打标签、添加截止日期、分配成员、制定流程等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jl43l1TUx) +[material-shell](https://github.com/material-shell/material-shell) | 给喜欢折腾 Linux 桌面版的同学推荐个 GNOME 插件,它打破了常规桌面工作杂乱无章的布局方式,以提升生产力为导向,对整体操作界面进行了优化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jl07NEKhT) +[ProcMon-for-Linux](https://github.com/microsoft/ProcMon-for-Linux) | 微软在 GitHub 上开源了一款 Linux 版本的进程监控工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiUTk2hx7) +[ar-cutpaste](https://github.com/cyrildiagne/ar-cutpaste) | 一款很牛逼的 AR 工具,用户通过 Android 或 iOS 手机安装这款工具,然后对着目标物品进行拍摄,工具就会将物品从周围环境中抠取出来,之后即可将它粘贴到 Photoshop 软件中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiKhLCv21) +[present](https://github.com/vinayak-mehta/present) | 一个可以在终端演示幻灯片的工具,而且还可以带颜色和动效 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiDdodQcM) +[vimac](https://github.com/dexterleng/vimac) | 一款类似 Chrome 插件 Vimium 的 Mac 工具,在不借助鼠标或触摸板下,可通过键盘快捷键操作当前窗口,比如快速选中、上下滚动等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JizhQExYo) +[textshot](https://github.com/ianzhao05/textshot) | 一款高精度免费 OCR 工具,作者开发这款工具仅仅使用 139 行 Python 代码完成,就可快速提取截屏文本内容并复制到剪贴板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JisBPcGNp) +[Ventoy](https://github.com/ventoy/Ventoy) | 一款能用于制作可启动 U 盘的装机神器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhnrifpAG) +[screenshot.rocks](https://github.com/daveearley/screenshot.rocks) | 蛮实用的 Web 工具,可为自己的项目定制一张清新简洁的产品截图,支持设置浏览器边框样式、截图左右间距、背景样式、窗口组件,并提供 Chrome、Firefox、Edge 等主流浏览器插件下载 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhlRSq4VC) +[InfoSpider](https://github.com/kangvcar/InfoSpider) | 一个集众多数据源于一身的爬虫工具箱,其主要目的,在于帮助用户安全快捷的拿回自己的数据,并提供数据分析功能,基于用户数据生成图表文件,让用户能更直观、深入了解自己的信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgXvVwOmN) +[full-mark-composition-generator](https://github.com/BeautyYuYanli/full-mark-composition-generator) | 满分作文生成器,该工具通过将专业术语与名人名言以随机的方式填入模板,生成一篇只有 "聪明人" 才能看懂的满分作文! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jfsq1rIbe) +[3d-book-image-css-generator](https://github.com/scastiel/3d-book-image-css-generator) | 可自动为书籍创建 3D 图像,并自动生成指定的 CSS 与 HTML 代码,方便开发者快速将图像嵌入网页中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcbkZyEfn) +[Stacer](https://github.com/oguzhaninan/Stacer) | 一个比较实用的 Linux 系统监控与优化工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JbqcvFRWN) +[super-productivity](https://github.com/johannesjo/super-productivity) | 一款开源的清单管理软件,兼容 Linux、MacOS 与 Windows 等主流操作系统,旨在减少重复性工作所浪费的时间,有利于你追踪各项信息,制定好工作计划 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9amtCi8l) +[sqlmap](https://github.com/sqlmapproject/sqlmap) | 一款比较实用的 SQL 渗透测试工具,开发者可利用它来完成程序的自动化检测,利用 SQL 注入漏洞,获取数据库服务器的权限 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7Vn5xOgP) +[lens](https://github.com/lensapp/lens) | 一款比较实用的 Kubernetes IDE,支持 Windows、Linux、macOS 等几大主流桌面平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvfGAidtx) +[MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator) | 一款针对文字游戏的机翻工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7aeBEIhL) +[magnetW](https://github.com/xiandanin/magnetW) | 一键搜全网磁力资源,支持 Window、macOS 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6LSF28XF) +[xgenecloud](https://github.com/xgenecloud/xgenecloud) | 一款极其实用的数据库开源神器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J66f8yguu) +[color-copy-paste](https://github.com/sonnylazuardi/color-copy-paste) | 一枚开源的实时取色神器,直接打开摄像头就能实时取色! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5GUxzN78) +[penrose](https://github.com/penrose/penrose) | 一款颇为实用的工具,你只需输入数学公式,便可快速生成极具美感的数学图表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5fBHFwxn) +[Dango-Translator](https://github.com/PantsuDango/Dango-Translator) | 一款颇为实用的 OCR 翻译软件,当你在屏幕上设定好翻译框后,任何出现框中的外文(英文、日文、韩文),都会被自动识别并快速翻译成中文 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J52fEBCA8) +[sharedrop](https://github.com/cowbell/sharedrop) | 一款基于 WebRTC 技术开发的点对点文件传输工具,支持在相同或不同网络间,快速传输不同格式的文件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4UuRqolS) +[CopyTranslator](https://github.com/CopyTranslator/CopyTranslator) | 翻译神器,你只需将文本复制到剪贴板,即可快速查看翻译结果,享受所见即所得的快感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4KY55sww) +[ZY-Player](https://github.com/Hunlongyu/ZY-Player) | 一个开源的跨平台视频资源播放器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4JoFgSGi) +[image-scrubber](https://github.com/everestpipkin/image-scrubber) | 可快速移除图像中的元数据(EXIF 数据)识别信息,实现局部关键位置的打码操作,以保障图像发布者的隐私安全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4BxAdryL) +[glance](https://github.com/samuelmeuli/glance) | 一款开源的 macOS 应用,可用于预览各类默认在 macOS 上不被支持的文件格式,其中包含 .cpp,.js,.json,.py 等代码文件,Markdown、压缩包、Jupyter Notebook 等多种不同文件格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3JkJgRVW) +[beekeeper-studio](https://github.com/beekeeper-studio/beekeeper-studio) | 一款开源的数据库管理工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J158KkLcD) +[text-to-handwriting](https://github.com/saurabhdaware/text-to-handwriting) | 一款文本转手写的转化工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0dkg9NmV) +[Kanmail](https://github.com/Oxygem/Kanmail) | 一款开源邮件客户端,兼容了 macOS、Linux、Windows 等平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFf2x7ZTA) +[bashtop](https://github.com/aristocratos/bashtop) | 一款 Linux 资源监控器,主要用于展示当前 Linux 系统的处理器、内存、硬盘、网络和进程等各项资源的使用情况与统计报告 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFdt6FRiQ) +[mkdocs](https://github.com/mkdocs/mkdocs) | 一个可用于快速创建项目文档的开源神器,这款工具希望帮助开发者以更加快速、便捷的方式来创建项目文档,并为其生成更加简洁直观的静态站点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICeQIu8kB) +[Yearning](https://github.com/cookieY/Yearning) | 一款可用于 SQL 审核的开源神器,该工具致力于帮助开发者快速完成 SQL 语句的审核、检测、执行、回滚等操作,使日常的 SQL 变动得以更加规范化、标准化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IBtMnkTfX) +[darling](https://github.com/darlinghq/darling) | 让你在 Linux 上无缝运行 macOS 系统软件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IAOt45NSv) +[Bob](https://github.com/ripperhe/Bob) | 一款开源的 Mac 端翻译软件,支持划词、截图、输入、插件等多种翻译方式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IA72IxYjR) +[showdoc](https://github.com/star7th/showdoc) | 一款非常适合 IT 团队的开源在线 API 文档、技术文档工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IzXrhgiRr) +[Thief-Book](https://github.com/cteamx/Thief-Book) | 一款最强的 Windows、Mac 和 Linux 跨平台摸鱼神器,可以在任务栏、桌面、TouchBar上进行摸鱼,支持小说、股票、按键翻页、鼠标翻页、自动翻页等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ipp1ta8cj) +[gnirehtet](https://github.com/Genymobile/gnirehtet) | 一款免费开源的工具,手机通过 USB 连接电脑,即可使用电脑网络上网 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IoWJYxhCd) +[google-images-download](https://github.com/hardikvasa/google-images-download) | 一款开源免费批量下载 Google 图片的工具,支持 macOS、Windows 及 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InDP39g4X) + +### 移动端 + +库名 | 简述 | 源 +---- | ----- | ----- +[noteless](https://github.com/redsolver/noteless) | 一款开源的 Markdown 安卓编辑器,支持语法高亮、多主题、全文搜索、附件嵌入及多种主流公式图标 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JASuXBVUI) +[flutter_example_apps](https://github.com/bizz84/flutter_example_apps) | 里面收集了多个基于 Flutter 开发的项目,按照不同编程水平,将项目划分为初、中、高三个等级 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyJkWtwbK) +[DiDiPrism](https://github.com/didi/DiDiPrism) | 滴滴前不久在 GitHub 上开源了一款专注于移动端操作行为的工具,涵盖了 APP 操作回放、操作检测、以及数据可视化能力 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyrF0j43l) +[AI-Radio](https://github.com/iampawan/AI-Radio) | 一款基于 Flutter 开发音乐 App:AI Radio,自带 AI 智能语音助手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxGBYcmHs) +[E-commerce-App-UI-Flutter](https://github.com/abuanwar072/E-commerce-App-UI-Flutter) |一个电商类 Flutter App,仅有最常见的商品列表页及商品详情页,页面非常干净简洁好看且带有过渡动画 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjvqgsVGI) +[Flutter-Course-Resources](https://github.com/londonappbrewery/Flutter-Course-Resources) | 一份适合新手的 Flutter 教程,教程一共分为 16 节,分别介绍了如何搭建环境、如何创建 Flutter 应用、如何使用 UI 组件等,从入门到完整开发出一个 FLutter 应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiARguXBi) +[awesomefluttertips](https://github.com/erluxman/awesomefluttertips) | 里面收集了一些 Flutter 相关的开发技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jc5Q2nufn) +[AndroidKnowledgeSystem](https://github.com/feelschaotic/AndroidKnowledgeSystem) | 一份最全 Android 进阶路线知识图谱 + 干货资料收集 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InJk0leNr) + +### 命令行工具 + +库名 | 简述 | 源 +---- | ----- | ----- +[gping](https://github.com/orf/gping) | 一款命令行工具,可为常用 ping 命令添加可视化的图形输出结果 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JutnaaK3y) +[nb](http://github.com/xwmx/nb) | 一个实用的命令行脚本工具,支持在命令中快速存储纯文本内容、内容加密、搜索与过滤,并基于 Git 进行同步、书签化内容管理等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtyO3FoE3) +[sqlite-utils](https://github.com/simonw/sqlite-utils) | 如果你想在命令行中比较简便的操作 SQLite 数据库,可以试下 sqlite-utils 这个 Python 库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtzZ7wPUk) +[rembg](https://github.com/danielgatis/rembg) | 一款可用于快速移除背景图片的开源工具,安装配置后可在服务器、命令行中对图片进行批量处理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtdcB2k0b) +[vdx](https://github.com/yuanqing/vdx) | 如果你平时习惯用 ffmpeg 来处理视频,那不妨试下用 vdx 这款命令行工具来优化下流程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqXmzFTv0) +[bit](https://github.com/chriswalz/bit) | 一个基于 Go 编写的 Git 命令行工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jp1aeFTZZ) +[duf](https://github.com/muesli/duf) | 一款基于 Go 开发的命令行工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmS0e5NdD) +[ali](https://github.com/nakabonne/ali) | 一款基于 Go 编写的 HTTP 负载测试工具,可在命令行中实时展示指定 URL 的延迟、速率限制、加载时间、表头信息等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlCC2kL3w) +[croc](https://github.com/schollz/croc) | 一款命令行文件传输工具,其主要作用,是可在两台计算机上,使用命令行进行端对端加密的文件传输 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjInVtMLJ) +[useful-scripts](https://github.com/oldratlee/useful-scripts) | 阿里一位后端工程师在 GitHub 上开源了一些比较实用的程序脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgsSjq4Am) +[ratel](https://github.com/ainilili/ratel) | 可以让你在命令行里面玩斗地主 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J86n194Jk) +[vimwiki](https://github.com/vimwiki/vimwiki) | 给 Vim 党用户推荐一款比较实用的插件,装上此插件可以通过 Vim 完成组织笔记和想法、管理待办事项、编写文档等工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5bG9r4Uk) +[rich](https://github.com/willmcgugan/rich) | 该工具支持对命令行终端上的表格、进度条、Markdown、代码高亮、Emoji 表情等不同文本格式进行渲染 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0Qdii3K2) +[qrcp](https://github.com/claudiodangelis/qrcp) | 一个文件传输工具,在使用时,只需用命令行为指定传输文件生成一个二维码,然后打开手机扫码,即可通过 WiFi 快速将文件从电脑传至手机上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEwgZuDQe) +[corona-cli](https://github.com/ahmadawais/corona-cli) | 支持在命令行中实时查询当前全球最新的疫情报告 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IA4xFljHe) + +### Chrome 插件 + +库名 | 简述 | 源 +---- | ----- | ----- +[screenity](https://github.com/alyssaxuu/screenity) | 一款比较实用的 Chrome 录屏标记插件,支持在屏幕上任意位置进行录制和标注信息,拥有点击高亮效果,并可将录制视频导出 MP4、gif、webm 等文件格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA50lEjr8) +[BlueSea](https://github.com/jiangqizheng/BlueSea) | 一个有趣的英语学习 Chrome 插件,支持划词翻译、单词高亮、单词弹幕、记忆曲线复习、词频统计等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyiew3EKS) +[funds](https://github.com/x2rr/funds) | 自选基金助手,可快速获取指定基金的实时数据,支持实时查看持仓当日估值收益,总收益和收益率,估值、净值、收益等走势图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwyBw0N5K) +[daily](https://github.com/dailydotdev/daily) | 一个为开发者而生的信息聚合平台,上面提供了超过 350+ 个开发者资讯来源,汇总了 1 万多个技术标签,是个获取最新开发资讯的好渠道 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqGRImI5C) +[octoman-weibo-backup](https://github.com/misswell/octoman-weibo-backup) | 微博备份插件支持一键将自己的微博 HTML 页面保存到本地 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcNrkERDQ) + +### VSCode 插件 + +库名 | 简述 | 源 +---- | ----- | ----- +[huile8](https://github.com/mqycn/huile8) | 可将代码变量、注释、文档中的陌生英文单词,添加进 VSCode 单词库中,让开发者在 VSCode 中也能背单词 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzXYbpmEQ) +[vscode-ltex](https://github.com/valentjn/vscode-ltex) | 可用于检测 LaTeX 拼写与语法错误,写论文时能派上用场 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jz9gjsApi) +[vsinder](https://github.com/benawad/vsinder) | 可让你在 VSCode 上,用类型 Tinder 的方式,通过代码来进行社交 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyeHn6RId) +[ai-docstring](https://github.com/graykode/ai-docstring) | 基于 AI(NLP)技术,快速为 Python 函数生成 docstrings 代码片段,并可在几种不同的 docstring 格式类型中进行切换,支持 args、 kwargs、decorators、errors 和 parameter 等类型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvbL2lQKD) +[foam](https://github.com/foambubble/foam) | 可快速帮你组织好各类文章与笔记,生成可访问的内容节点,方便你更好的进行创作。在此之后,你还可以将本地内容快速部署到 GitHub Pages 上,以供他人预览 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuUtt4HHy) +[vscode-stories](https://github.com/ide-stories/vscode-stories) | 可对当前 VSCode 编码界面进行录屏,并通过 ffmpeg 自动转为 gif 图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrZMCjVu6) +[anes-repository](https://github.com/gamedilong/anes-repository) | 可直接在 VSCode 上玩超级马里奥、坦克大战、魂斗罗、超时空要塞等经典游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpTn6itKR) +[vscode-math-to-image](https://github.com/TeamMeow/vscode-math-to-image) | 可直接将 LaTeX 数学公式转为 SVG 图片,并嵌入在原有位置上,以便在不同文本格式上进行展示 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoXeI05Fo) +[coderoad-vscode](https://github.com/coderoad/coderoad-vscode) | 支持用户在 VSCode 编辑器中创建一种可交互式编码的技术教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jon6933mx) +[vscode-react-icons](https://github.com/afzalsayed96/vscode-react-icons) | 可以让你在编辑器中直接搜索并使用 SVG 格式的图标,共支持 20 多个图标库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkQHisMGV) +[vscode-debug-visualizer](https://github.com/hediet/vscode-debug-visualizer) | 一款 VS Code 代码调试神器,这款插件用在代码调试时能以图的可视化方式快速展示数据结构,帮你理清数据结构与代码思路,告别枯燥的调试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jijbl0xO9) +[leek-fund](https://github.com/LeekHub/leek-fund) | 这款插件,你能直接看到各个股票和基金的涨跌情况,股票实时 K 线图,基金历史净值等数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JeQ4KmGuc) +[pylance-release](https://github.com/microsoft/pylance-release) | 可用于 Python 的高性能、功能丰富的语言服务器,帮助 Python 开发者提升编码效率与编程体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9Xvy2aOk) +[snipsnap](https://github.com/snipsnapdev/snipsnap) | 可自动显示当前项目每个库的所有可用代码片段。在开发项目时,能快速补全代码片段,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9rE3uhLs) +[foam](https://github.com/foambubble/foam) | 可快速帮你组织好各类文章与笔记,生成可访问的内容节点,方便你更好的进行创作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8PW4pe6Q) +[vscode-rainbow-fart](https://github.com/saekiraku/vscode-rainbow-fart) | 疯狂吹爆程序员彩虹屁的 VSCode 插件来了!其主要核心功能,就是能在你编程的时候,持续不断的夸你代码写的异常牛逼,前无古人后无来者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7thMjNCw) +[Github-Explorer](https://github.com/niudai/Github-Explorer) | 该插件通过一种较为友好的方式,让你能在 VSCode 上直接查看或下载某个 GitHub 项目的源文件,减少你来回折腾的成本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4NqJo0ch) +[vscode-realtime-debugging](https://github.com/hediet/vscode-realtime-debugging) | 该插件可更为直观的、实时的展示各项程序调试信息,帮助开发者更好的完成调试工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3GYBp18S) +[vscode-drawio](https://github.com/hediet/vscode-drawio) | 来自德国的一名工程师 Henning Dieterichs 成功将 draw.io 的功能集成进了 VSCode,并打包成了插件供开发者下载使用,让你分分钟用 VSCode 画出完美的流程图、思维导图与 UML 图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1yZEqTTf) +[github-vscode-theme](https://github.com/primer/github-vscode-theme) | 一个拥有 GitHub 风格的 VSCode 主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1s9jftqf) + +### 资料集合 + +库名 | 简述 | 源 +---- | ----- | ----- +[corpus](https://github.com/SimmerChan/corpus) | 一份按 Task 划分的自然语言处理,知识图谱相关语料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAXZV9kT1) +[hacker-laws-zh](https://github.com/nusr/hacker-laws-zh) | 国内一名开发者近日在 GitHub 上放出了 Hacker Laws 中文翻译版,里面整合了一些对开发人员有用的定律、理论、原则和模式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqeCK4qhx) +[my-cs-degree](https://github.com/logancyang/my-cs-degree) | 一整套 CS 教程,内容主要包含计算机科学基础知识、深度学习、自然语言处理及软件全栈开发等技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jppwcfb8t) +[awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn) | 一份开源的 C++ 资源大全中文版,里面包含了各类 C++ 标准库、Web 应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jmy29elm2) +[Poetry](https://github.com/Werneror/Poetry) | 一个古诗词项目,里面收录了从先秦到现代的共计 85 万余首古诗词 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkzpICcPx) +[learning](https://github.com/amitness/learning) | 一份数据科学学习指南,旨在帮你每天提升 1% 的数据科学技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkxQj82jD) +[Chinese_Rumor_Dataset](https://github.com/thunlp/Chinese_Rumor_Dataset) | 一个比较有意思的数据集,里面收录了一些被微博判定为谣言的各类数据,其中包含转发、评论、原微博内容等数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkhVXxj3e) +[leetcode_company_wise_questions](https://github.com/MysteryVaibhav/leetcode_company_wise_questions) | 苹果一位工程师 Vaibhav 搞了个 GitHub 项目,把众多知名大厂的 LeetCode 题目整合到一起,并打包成了 PDF | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jkfbu2V8X) +[applied-ml](https://github.com/eugeneyan/applied-ml) | 一份数据科学与机器学习相关的精选论文、技术文章与知名博客,里面覆盖了数据工程、自然语言处理、计算机视觉、强化学习等 24 种技术方向,大多数文章均来自世界各大名校名企 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jk78en6DX) +[100-nlp-papers](https://github.com/mhagiwara/100-nlp-papers) | 一份清单:《100 篇 NLP 必读论文》里面包含了机器学习、神经模型、语言建模、信息提取、机器翻译与问答等相关技术内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjXHJzmQ2) +[Red-Teaming-Toolkit](https://github.com/infosecn1nja/Red-Teaming-Toolkit) | 一份「Red Team 安全攻防工具清单」,收录了各类情报搜集、漏洞扫描、网络钓鱼、渗透测试、终端远程访问、WiFi 攻击、嵌入式设备后门植入等一系列安全攻防工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjMHP6sMQ) +[howtheytest](https://github.com/abhivaikar/howtheytest) | 精心整理了一份各大软件公司在社区公开分享的测试资源,含有测试最佳实践、工具、技术及软件测试文化等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jj38L1T00) +[data-engineer-roadmap](https://github.com/datastacktv/data-engineer-roadmap) | 数据工程师 2020 年最新学习路线指南,里面内容含有:CS 基础、数据库基础、关系数据库、集群计算基础、数据处理、监控数据管道、数据安全与隐私等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jj1zl9gNJ) +[awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn) | 一份中文版 C++ 资源大全,内容包括:标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiTIgaPOP) +[Awesome-Profile-README-templates](https://github.com/kautukkundan/Awesome-Profile-README-templates) | GitHub 上一份精心收集整理的个人页 README 模板列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiMEhAcaK) +[CV_Competitions](https://github.com/greathope/CV_Competitions) | 一份收集整理国内有奖金的视觉大赛列表,发起大赛组织有阿里云、华为云、讯飞等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JirqLj4nN) +[nlp-tutorial](https://github.com/lyeoni/nlp-tutorial) | 一份 NLP 教程列表,内容含有新闻分类、电影评价分类、问答匹配、神经网络机器翻译等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jii0h3CUy) +[algorithm-pattern](https://github.com/greyireland/algorithm-pattern) | 算法模板,教你最科学最快速的刷题,主要分为四大模块:入门篇、数据结构篇、基础算法篇、算法思维 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JigqRforn) +[CS-Notes](https://github.com/huangrt01/CS-Notes) | 一名来自字节跳动的开发者 huangrt01 在 GitHub 上开源了他的计算机学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhIGgE2PI) +[mit-15-003-data-science-tools](https://github.com/shervinea/mit-15-003-data-science-tools) | 一份数据科学工具指南,里面涵盖了 SQL,R,Python,Git 和 Bash 等常用编程语言和工具的使用指南,其目的在于让开发者更便捷的理解数据检索、数据处理、数据可视化等技术概念 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhEISanhr) +[Penetration_Testing_POC](https://github.com/Mr-xn/Penetration_Testing_POC) | 一份渗透测试笔记,里面汇总了一些渗透测试工作中常用到的 POC、脚本、工具、学习资源、操作技巧等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jg464ALTR) +[computervision-recipes](https://github.com/microsoft/computervision-recipes) | 一份计算机视觉指南《Computer Vision Recipes》里面提供了可用于构建计算机视觉系统的代码示例与最佳实践准则 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfRakjXxA) +[AI-research-tools](https://github.com/bighuang624/AI-research-tools) | AI 科研工具集,里面汇总了包含论文查找、阅读、写作、编码实验等多个不同场景下的工具列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfGapDz66) +[notes-to-cs-freshmen-from-the-future](https://github.com/nushackers/notes-to-cs-freshmen-from-the-future) | 一份给计算机新手看的介绍指南,该指南由新加坡国立大学的教授们为新学所准备,里面提供了计算机科学行业建议、知名程序员介绍、Unix 入门参考、知名 CS 公开课及学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfdSWl1JH) +[pytorch-tutorial](https://github.com/yunjey/pytorch-tutorial) | 一份开源的 PyTorch 教程代码,内容主要是为学习 PyTorch 的深度学习研究人员提供的教程代码,其中大多数模型用了不到 30 行代码实现,大家可配套官方 PyTorch 参考学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JeDKmuKkU) +[how-to-secure-anything](https://github.com/veeral-patel/how-to-secure-anything) | 一份开源的安全工程指南,这份指南将带你了解安全工程、安全架构、系统防御强化、漏洞排查等计算机网络安全相关的基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JeCaWhenP) +[QA-Survey](https://github.com/BDBC-KG-NLP/QA-Survey) | 一份在 GitHub 上开源的问答系统调研报告,包括知识图谱问答系统(KBQA)和文本问答系统(TextQA)两类系统的调研,每类系统又各分为学术界和工业界。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdrDc0wqY) +[cheatsheets](https://github.com/matplotlib/cheatsheets) | 一份速查表清单,里面包含了 Matplotlib 相关的各种常用代码片段、配置方案、使用技巧等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jb7lwgByw) +[gotraining-studyguide](https://github.com/ardanlabs/gotraining-studyguide) | 一份 Go 语言学习指南:《Ultimate Go study guide》作者学习 Go 语言和计算机系统时所作的笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9uowFVTS) +[deep-learning-drizzle](https://github.com/kmario23/deep-learning-drizzle) | 收集了诸多与深度学习相关的开放性学习资源,其中包括机器学习、自然语言处理、深度神经网络、计算机视觉等多个不同分支的归类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9cIBsOpW) +[learnopencv](https://github.com/spmallick/learnopencv) | 收集了不少与计算机视觉、深度学习、人工智能相关的教程文章和示例代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8ilNAW4S) +[TeachYourselfCS-CN](https://github.com/keithnull/TeachYourselfCS-CN/blob/master/TeachYourselfCS-CN.md) | 如何自学计算机科学,这里有份指南可供你参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7LWB2Krs) +[Cpp-0-1-Resource](https://github.com/AnkerLeng/Cpp-0-1-Resource) | 一份开源的 C++ 入门学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6hf32pI5) +[ml-engineer-roadmap](https://github.com/chris-chris/ml-engineer-roadmap) | 一份机器学习工程师技术路线图,里面整理了与机器学习相关的常用框架、编程语言、实用工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6fFD5SQm) +[the-incredible-pytorch](https://github.com/ritchieng/the-incredible-pytorch) | 收集了许多与 PyTorch 相关的教程、项目、论文、书籍、视频等资源,以便让开发者得以更快上手 PyTorch 开发 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J67Oy9Dgi) +[Algorithm-Guide](https://github.com/Xunzhuo/Algorithm-Guide) | 收集汇总了一些与算法竞赛、数据结构有关的课件、论文、书籍、网站、习题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2UgHzI3S) +[awesome-ml-courses](https://github.com/luspr/awesome-ml-courses) | 德国一名工程师在 GitHub 上分享了他所收集汇总的一些机器学习课程资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2MpCDbZ8) +[learngo](https://github.com/inancgumus/learngo) | 包含了共计 1000+ 个 Go 语言相关的代码示例、练习、测验题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2rZdoSio) +[app-ideas](https://github.com/florinpop17/app-ideas) | 里面收集了共 86 个可供开发者练习参考的项目创意,其中初级项目 34 个、中级 32 个、高级 20 个,每个项目均附有较为详细的项目参考文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2mGqvMRP) +[git-manual](https://github.com/xjh22222228/git-manual) | Git 常用命令参考手册:该 repo 汇总了一些比较常用的 Git 命令,以便于大家查阅使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1RQE7Jif) +[awesome-ml-courses](https://github.com/luspr/awesome-ml-courses) | 一份 AI 相关的学习资源汇总清单,里面收纳了斯坦福、加州伯克利、哥伦比亚、华盛顿大学等多个高校的免费开放课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1qQGrY0n) +[CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings) | 该资料主要面向 C++ 新手初学者,提供了从入门到进阶的知识点及工具讲解,主要解决面试者与学习者想要深入 C++ 及如何入坑 C++ 的问题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J17C7fsCO) +[eng-practices](https://github.com/google/eng-practices) | Google 开源的一份工程实践文档,希望通过这份文档,能帮助更多开发者完成代码审查工作,为项目代码提供标准参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0YtkFMbY) +[til](https://github.com/jbranchaud/til) | 收集其平日所学的一些碎片化编程知识和开发技巧,其中包括 Git、JavaScript、Linux、VSCode、Devops、Chrome 等不同技术领域的分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEdpbzdIJ) +[oi-slides](https://github.com/huzecong/oi-slides) | 一位开发者将其在 2013-2018 年期间的信息学竞赛课件在 GitHub 上开源了,覆盖了 TopCoder 题目选讲、CodeChef 题目选讲、趣题选讲、网络流模型与例题、NOIp 图论、数据结构及应用等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IC5qdEwXb) +[fucking-algorithm](https://github.com/labuladong/fucking-algorithm) | 共有 60 多篇基于 LeetCode 为主题撰写的原创文章,涵盖了所有题型和技巧,致力于做到举一反三、通俗易懂,而不是简单的代码堆砌 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IB1qKiBt8) +[CS-Xmind-Note](https://github.com/SSHeRun/CS-Xmind-Note) | 一份计算机科学相关的思维导图与学习笔记,包含计算机组成原理、数据结构、计算机网络、操作系统等常见分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IApILuL7A) +[my-mac-os](https://github.com/nikitavoloboev/my-mac-os) | 伦敦一位开发者将自己平时常用的 Mac 软件及工具统一整理后放到 GitHub 上了,其中包括不少可提升生产力和开发效率的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IzEa93dl3) +[fun-with-graphics](https://github.com/FancyVin/fun-with-graphics) | 一份整理了图形学相关的高校课程、书籍、教程、文章、开源项目、网站等资料集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IpsX0tcu1) +[awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin) | 一份精选收集整理 Kotlin 相关资料的集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IooXx9vMk) +[programmer-advancement](https://github.com/Snailclimb/programmer-advancement) | 《程序员修炼之路》作者将自己作为一个过来人,总结了自己程序员修炼之路的经验,以及给后辈的一些建议 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InWG2fRoq) + +### 面试资料 + +库名 | 简述 | 源 +---- | ----- | ----- +[interview-questions](https://github.com/resumejob/interview-questions) | 一份开源的大厂高频面试题资源整理,根据国内外论坛收集超过 1700 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jrxv8E2eo) +[Tech-Interview-Cheat-Sheet](https://github.com/TSiege/Tech-Interview-Cheat-Sheet) | 一份开源的技术面试清单速查表,主要收录了数据结构与算法的常见面试技术点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqFGE9i24) +[data-science-interviews](https://github.com/alexeygrigorev/data-science-interviews) | 一份数据科学相关的面试题,主要分为两部分:知识理论(如线性回归、神经网络、决策树、文字分类等)与技术应用(如 SQL、Python、算法等)内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlciLluvR) +[FE-Interview](https://github.com/lgwebdream/FE-Interview) | 一个前端面试必备题库,里面共包含 1000+ 道面试真题,覆盖 HTML、CSS、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器等多个知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgLJjdFtx) +[God-Of-BigData](https://github.com/wangzhiwubigdata/God-Of-BigData) | 一份大数据面试题解,主要分为大数据开发基础篇、框架学习篇、实战进阶篇等三大篇章,包含了高并发、分布式、Hadoop、Spark、Flink、Kafka 等技术点的高频面试题讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfTws7cuO) +[LeetCode](https://github.com/yuanguangxin/LeetCode) | 整理的 LeetCode 题目分类与面试题答案解析,涵盖链表、指针遍历、字符串操作、堆栈、递归、动态规划、二叉搜索树等知识点,题解代码基于 Java 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfnjqgCej) +[Reflection_Summary](https://github.com/sladesha/Reflection_Summary) | 一套算法理论基础知识,里面涵盖了数学、数据预处理、机器学习、深度学习、自然语言处理等多个技术领域的面试知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JejjWgty2) +[Data-Science-Interview-Resources](https://github.com/rbhatia46/Data-Science-Interview-Resources) | 一份数据科学相关的面试资源汇总,里面包含了概率统计、SQL 和数据采集、数据可视化、经典机器学习算法、深度学习、数据结构与算法等常见面试高频题的讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JefaVDyHo) +[leetcode](https://github.com/grandyang/leetcode/blob/master/README-CN.md) | 国内一位开发者在 GitHub 上搞了个 LeetCode 题解项目,目前已收录 900 多道题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdLHHexum) +[LeetcodeTop](https://github.com/afatcoder/LeetcodeTop) | 汇总了各大互联网公司容易考察的高频 LeetCode 题的热度,以便帮助同学们更加有针对性地准备面试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdfktdUpT) +[JavaFamily](https://github.com/AobingJava/JavaFamily) | Java 面试与学习指南,里面涵盖了大部分 Java 程序员所需要掌握的核心知识,其中包括 JVM、并发与多线程、常用工具集、数据结构与算法、消息队列、数据库等知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcHxn1Zps) +[algorithm-pattern](https://github.com/greyireland/algorithm-pattern) | LeetCode 刷题模板,里面主要记录了他通过各种刷题文章、专栏、视频等内容总结出的刷题心得,仅供参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J73yAc4We) +[go-interview](https://github.com/shomali11/go-interview) | 来自纽约的一名开发者 Raed Shomali 在 GitHub 上开放了他所整理的一些 Go 语言面试题及答案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4utdaDRp) +[algo](https://github.com/hoanhan101/algo) | 一份含有 107+ 条最常出现的编码面试问题及详细解决方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IoE5a7LNi) +[Waking-Up](https://github.com/wolverinn/Waking-Up) | 一份全面总结计算机基础面试问题资料,该资料是作者在两次面试大厂失败后,在进行系统学习计算机网络、操作系统、数据库等知识时,整理出来的常见面试题及答案,最后作者还是拿到了大厂 Offer | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InSWFA3DA) + +### 机器学习/人工智能 + +库名 | 简述 | 源 +---- | ----- | ----- +[FGVC](https://github.com/vt-vl-lab/FGVC) | 可基于光流边缘引导的视频补全算法,对视频物品进行自动抠除、补全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA7mugoid) +[Real-time-stock-market-prediction](https://github.com/victor369basu/Real-time-stock-market-prediction) | 基于机器学习来进行股票市场预测 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzWKVgjsS) +[ArtLine](https://github.com/vijishmadhavan/ArtLine) | 基于深度学习,为人物肖像生成线条、卡通、电影海报等多种不同风格的画像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzFhoBJRY) +[NL2SQL](https://github.com/yechens/NL2SQL) | 可将自然语言文本转换成结构化查询语言 SQL,致力于打破人与结构化数据之间的壁垒 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzrIWDl1V) +[BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2) | 可实时、快速的对高分辨率图像、视频进行自动背景抠图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyZrthulI) +[anime_biggan_toy](https://github.com/HighCWu/anime_biggan_toy) | 可使用 BigGAN 生成令人惊叹的动漫图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyI9SvtdJ) +[qlib](https://github.com/microsoft/qlib) | 微软在 GitHub 上开源的一个 AI 量化交易平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jy5gPyZqM) +[AnimeGAN](https://github.com/TachibanaYoshino/AnimeGAN) | 可借助 AI 技术,快速将真实图像转换为日漫风格的画作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxjJZF2G2) +[U-2-Net](https://github.com/NathanUA/U-2-Net) | 借助 AI 技术为人物肖像生成手绘风格的画像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvlbxcTQz) +[machine-learning-cheat-sheet](https://github.com/soulmachine/machine-learning-cheat-sheet) | 一个开源的机器学习速查表清单,里面包含许多关于机器学习的经典方程式和图表,其目的在于帮助开发人员快速回顾关于机器学习的知识和思想,或用于面试复习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuDYBaZ10) +[SkyAR](https://github.com/jiupinjia/SkyAR) | 来自密歇根大学博士后研究员 Zhengxia Zou 发布了一项自己的研究,可将某个视频中的真实天空背景,通过 AI 替换成类似科幻片中的电影场景,效果非常震撼 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JusbYuv69) +[Bringing-Old-Photos-Back-to-Life](https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life) | 借助 AI 对老照片快速进行修复,基于 PyTorch 实现,支持划痕检测、面部修饰、全局还原等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Juhc3zPFi) +[pifuhd](https://github.com/facebookresearch/pifuhd) | 由 Facebook 研究室开源,其主要作用,是能通过 AI 快速为人体生成 3D 建模,减少游戏、动画制作人员的工作量 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Juaw2pyQR) +[WebGL-Fluid-Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) | 一个 WebGL 流体模拟器,支持设置流体密度、速度扩散范围、压力、飞溅半径、光影效果等属性 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtRF3kasE) +[PathPlanning](https://github.com/zhm-real/PathPlanning) | 一个实现了多种在机器人领域中常用到的路径规划算法,其中也包括基于搜索与采样的方法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JteM0nH7e) +[AI-Expert-Roadmap](https://github.com/AMAI-GmbH/AI-Expert-Roadmap) | 一个 AI 技术进阶路线图,由德国一家软件公司 AMAI GmbH 发起,里面包含了 AI 技术领域的相关知识点,每个知识点均附有详细文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsBuCASPQ) +[RedditBot-FastAI](https://github.com/ClarityCoders/RedditBot-FastAI) | 基于 Python 和 FastAI 做了个 NSFW(不宜在工作场所打开)图像分类器,可对黄色暴力图像进行分类筛选 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsvZEavHI) +[PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) | 一套丰富、领先、且实用的 OCR 工具库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrJ1vz0W8) +[aim](https://github.com/aimhubio/aim) | 可用于快速记录、搜索与比较不同 AI 实验的结果与数据,操作便捷,配置灵活 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrBqFnngS) +[Map-based-Visual-Localization](https://github.com/TurtleZhong/Map-based-Visual-Localization) | 一款基于地图的视觉定位通用框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jq5dpD73P) +[nni](https://github.com/microsoft/nni) | 一个轻量但功能强大的工具包,可帮助用户自动进行特征工程,神经网络架构搜索,超参调优以及模型压缩 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpBMasirg) +[EssayKiller_V2](https://github.com/EssayKillerBrain/EssayKiller_V2) | 一款基于 GPT2.0 的初代创作型人工智能框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoNOd91nt) +[mona_lisa_eyes](https://github.com/emilyxxie/mona_lisa_eyes) | 基于 TensorFlow.js 和 WebCam 做了个挺有意思的开源项目,画中蒙娜丽莎的眼睛会跟随人体移动轨迹转动 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmFPh1MAn) +[VisualDL](https://github.com/PaddlePaddle/VisualDL) | 百度在 GitHub 上开源的一款 AI 可视化分析工具,提供了丰富的可视化功能,支持标量、图结构、数据样本可视化、直方图、PR 曲线及高维数据降维呈现等诸多功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jl1x3uHdM) +[tensorflowjs-webcam-transfer-learning](https://github.com/mburakerman/tensorflowjs-webcam-transfer-learning) | 一个基于 Tensorflowjs 开发的小 Demo,可检测摄像头前物体的移动轨迹并控制汽车转向 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkLcliIMp) +[eiten](https://github.com/tradytics/eiten) | 国外一家热衷于用 AI 与数据分析来做投资分析的企业 Tradytics 开源了他们内部的工具包,里面主要实现了各种统计与算法投资策略,如最小方差、最大夏普比率和基于遗传算法的投资组合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkCWU2DLI) +[awesome-project-ideas](https://github.com/NirantK/awesome-project-ideas) | 精心整理了一批机器学习、NLP、计算机视觉及推荐系统相关的开发资源,并提供项目实现思路、产品方向、数据集等资料,就差具体代码实现了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjHcRAaax) +[funNLP](https://github.com/fighting41love/funNLP) | 整合较为丰富的中文 NLP 资源库,涵盖了中英文敏感词、语言检测、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典等等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjtQPsLSj) +[fancy-nlp](https://github.com/boat-group/fancy-nlp) | 一款用于建设商品画像的文本知识挖掘工具,支持实体提取、文本分类和文本相似度匹配等多种常见 NLP 任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjolSeivg) +[minGPT](https://github.com/karpathy/minGPT) | 特斯拉 AI 总监 Andrej Karpathy 用 300 行 PyTorch 代码实现了 GPT 模型,相对其他大多数 GPT 模型它更加小巧、简洁 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjnaNFLRM) +[fakeface](https://github.com/hankhank10/fakeface) | 可根据接口参数返回 AI 生成的假脸数据,其数据主要来自于 thispersondoesnotexist 生成的 15000 张 AI 人脸图片,开发者可传递性别、年龄等参数来获取指定 AI 人脸 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhwRNaQyG) +[machine-learning-roadmap](https://github.com/mrdbourke/machine-learning-roadmap) | GitHub 上有个老哥为机器学习初学者绘制了一份学习路线图,里面主要包含 5 大分支路径 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdWc1DUtq) +[awesome-production-machine-learning](https://github.com/EthicalML/awesome-production-machine-learning) | 比较实用的机器学习项目汇总清单,包含了一系列优秀的机器学习开源库,可帮你完成项目的监控、部署、安全防护 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jcfh9nOgK) +[genetic-drawing](https://github.com/anopara/genetic-drawing) | 借助遗传算法来完成绘画工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5No8wjdc) +[DeepFaceLab](https://github.com/iperov/DeepFaceLab) | 开发者通过这款软件,可任意替换视频中的人脸、头像,以及进行口型匹配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5I5mm7KF) +[data-scientist-roadmap](https://github.com/MrMimic/data-scientist-roadmap) | 一份数据科学家技术修炼图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3piFmjFI) +[Background-Matting](https://github.com/senguptaumd/Background-Matting) | 可利用神经网络技术,自动完成视频抠图功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2BpIuFE0) +[pose-animator](https://github.com/yemount/pose-animator) | 可识别出人类的表情变化与肢体动作,并将其映射到 2D 矢量图型上,让它跟着你的节拍动起来 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1eXBpaDo) +[scarpet-nn](https://github.com/ashutoshbsathe/scarpet-nn) | 印度有位小哥在「我的世界」上搭建出了一个神经网络 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J054Q5KjJ) +[vt-vl-lab/3d-photo-inpainting](https://github.com/vt-vl-lab/3d-photo-inpainting) | ,可快速将普通照片转为 3D 照片,让人物看起来更有立体感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFFKC9bEs) +[photo2cartoon](https://github.com/minivision-ai/photo2cartoon) | 可快速将真实照片转换为卡通风格的非真实感图像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEmPH1xCZ) +[zoombot](https://github.com/mcreed/zoombot) | 国外有个小哥因为无法忍受公司永无止境的 Zoom 远程会议,便做了一款工具 - Zoombot 来代替自己去开会,基于 AI 进行开发,用到了诸如语言识别与文本转语音等技术 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IDAUvFtwP) +[chineseocr_lite](https://github.com/ouyanghuiyu/chineseocr_lite) | 一个轻量级中文 OCR,支持竖排文字识别 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iy4nM2wdQ) + +### 开源书籍/教程 + +库名 | 简述 | 源 +---- | ----- | ----- +[unplugged](https://github.com/liuxinyu95/unplugged) | 《同构 - 编程中的数学》,有提供中英文两种版本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzKzWmxGY) +[missing-semester-cn.github.io](https://github.com/missing-semester-cn/missing-semester-cn.github.io) | 《计算机教育中缺失的一课》中文版,主要讲授命令行、文本编辑器、Git 版本控制系统等工具的使用,以及关于元编程、安全和密码学等知识的科普 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzB9s4UhA) +[ssh-tutorial](https://github.com/wangdoc/ssh-tutorial) | 一本关于 SSH 相关的技术教程,用于介绍 SSH 的概念和基本用法,也可以当作手册查询 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyKw0Am3l) +[high-performance-go](https://github.com/geektutu/high-performance-go) | 《Go 语言高性能编程》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyGAt2oaN) +[school-of-sre](https://github.com/linkedin/school-of-sre) | LinkedIn 在 GitHub 上开源了其企业内部的 SRE 技术课程,主要包含 Linux、Git、Python、Web、MySQL、大数据、系统设计、网络安全等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxVrZ31XK) +[introduction-to-bash-scripting](https://github.com/bobbyiliev/introduction-to-bash-scripting) | 《Introduction to Bash Scripting》,里面包含了 Bash 结构、变量、用户输入、注释、条件表达式、函数、调试、脚本编写及应用、Cloudflare API 对接等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwRsv8niY) +[git-flight-rules](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md) | 一份开源的 Git 学习指南,指南里面记录了某个事情发生的原因,以及怎样进行流程化处理。本质上,它们是特定场景的标准处理流程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvYsXjaRd) +[EffectiveModernCppChinese](https://github.com/kelthuzadx/EffectiveModernCppChinese) | 《Effective Modern C++ 》作为 高效 C++ 丛书之一,通过对复杂技术知识点的清晰阐释,让其成为 C++ 程序设计指南业界标杆 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsFq8r192) +[build](https://github.com/handsonscala/build) | 《动手学 Scala 编程》作者将会配合一些真实场景与项目案例,如可交互式网站、网络文件同步、Web 爬虫、数据迁移等工具与应用,让新手可以更为直观的认识到 Scala 在现实生产环境中的实际应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jp9pGzOPY) +[30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python) | 一个适合新手入门学习的 Python 教程《30-Days-Of-Python》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoySKu5Uy) +[beginners-intro-javascript-node](https://github.com/microsoft/beginners-intro-javascript-node) | 为了帮助前端开发者更好的掌握 JavaScript 和 Node.js 技术,微软在 GitHub 上开源了一个教程:《 Intro to JavaScript (Node.js)》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JowwDfaiX) +[sword-for-offer](https://github.com/darkTianTian/sword-for-offer) | 一个使用了 Python3 实现《剑指 Offer 第二版》题目的开源项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JopsfxyuE) +[java-concurrency-in-practice](https://github.com/preslavmihaylov/booknotes/tree/master/java/java-concurrency-in-practice) | 《Java 并发实践》该书主要包括 Java 并发基础介绍、构建并发应用、性能优化与测试以及搭建自定义同步器、Java 内存模型等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmJKN6dd2) +[gitmagic](https://github.com/blynn/gitmagic) | 《Git 魔法书》该书主要面向初学者讲解 Git 基础知识与使用技巧,如代码提交、版本回滚、分支合并、冲突处理、索引维护及多人开发协作的整个流程等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jm47h1i8b) +[mml-book.github.io](https://github.com/mml-book/mml-book.github.io) | 《机器学习之数学》主要分为两大部分,一讲数学基础,二讲数学在机器学习算法中的应用。你能从该书中学到线性代数、微积分和概率论等数学基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkgKTBteH) +[ultimate-python](https://github.com/huangsam/ultimate-python) | 一份开源的 Python 初级入门教程,包含了 Python 基础入门介绍、常用语法、数据结构、类以及部分进阶知识介绍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jk9umcAft) +[linuxupskillchallenge](https://github.com/snori74/linuxupskillchallenge) | 一份开源的 Linux 教程,该课程旨在通过一个月时间,让开发者快速掌握 Linux 基础使用技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jk03RkqVf) +[Computer-Networking-A-Top-Down-Approach-NOTES](https://github.com/moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES) | 一份经典的计算机网络书籍《计算机网络-自顶向下方法》笔记。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjlZKnK69) +[convex-optimization.github.io](https://github.com/convex-optimization/convex-optimization.github.io) | 一本免费阅读的凸优化算法书籍《Algorithms for Convex Optimization》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiS8Qieau) +[easy_rust](https://github.com/Dhghomon/easy_rust) | 《Easy Rust》该书的最大特点,在于它使用了较为基础的英文语法, 目的是为了让那些母语不是英语的人能更快的学习 Rust,以便降低他们学习的门槛 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiIIlsh78) +[TLCL](https://github.com/billie66/TLCL) | 一本 Linux 命令行书籍:《The Linux Command Line》,中文翻译版:《快乐的 Linux 命令行》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JipRm24cb) +[Learn-Vim](https://github.com/iggredible/Learn-Vim) | 《Learn-Vim》从这本书中,你将学到 Vim 窗口、选项卡的管理,快速打开和搜索文件,插入模式、集成外部命令、常用语法等 Vim 相关使用技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhZ9hpWgR) +[raspberry-pi-os](https://github.com/s-matyukevich/raspberry-pi-os) | 将基于树莓派与 Linux 内核,手把手教你创建一个简易版的操作系统,你能从这门课程中学到关于内核初始化、处理器初始化、进程调度器、虚拟内存管理等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jhe0NsJHr) +[fastbook](https://github.com/fastai/fastbook) | 国外非营利性科技组织 fast.ai 最近开放了他们的新版深度学习课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jh3pfjGSE) +[vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn) | 一本开源的 Vim 入门教程:《Vim Galore》,里面主要包含了 Vim 的基础知识讲解、安装指南、日常开发与调试技巧,以及一些较为实用的插件介绍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgAJpm8jm) +[SurviveSJTUManual](https://github.com/SurviveSJTU/SurviveSJTUManual) | 《上海交通大学生存手册》其内容分为立志篇、访谈集、生存技巧等三大篇章,致力于从学术上、工作上、日常生活上给学生以正确指引 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgjrODqpC) +[Getting-Things-Done-with-Pytorch](https://github.com/curiousily/Getting-Things-Done-with-Pytorch) | 《Getting Things Done with Pytorch》从该书中学到有关 PyTorch、神经网络、图像分类、人脸检测、情感分析等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JghSp1x54) +[magic-python](https://github.com/iswbm/magic-python) | 《Python 黑魔法手册》里面主要记录了与 Python 相关的一些语法冷知识、命令行使用技巧、开发技巧、编码习惯、开发工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfoSQ73X2) +[eat_pytorch_in_20_days](https://github.com/lyhue1991/eat_pytorch_in_20_days) | 《20 天内吃掉那只 PyTorch》本书主要基于 Pytorch 官方文档和函数文档整理编著而成,在篇章结构和范例选取上做了大量优化,对用户更加友好 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfiZwCQRb) +[byte-of-vim](https://github.com/swaroopch/byte-of-vim) | 《A Byte of Vim》这本书将会教授你一些与 Vim 相关的基础知识,例如 Vim 的发展历史、安装方式、常用操作与快捷命令,以及如何通过编写脚本与安装插件来扩展更多 Vim 功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jdjg0yFqK) +[nlp-tutorial](https://github.com/graykode/nlp-tutorial) | NLP 教程,包含了 CNN、RNN、Transformer 等 13 个常用的模型与代码实现,并且大部分都兼容了 TensorFlow 和 PyTorch 两大框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdgTT8LlY) +[dlwpt-code](https://github.com/deep-learning-with-pytorch/dlwpt-code) | 《Deep Learning with PyTorch》全书累积近 500 页,15 个章节,并配以大量形象生动的插图,帮助开发者更好的掌握 PyTorch 技术 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JbrLVt10p) +[Python-Core-50-Courses](https://github.com/jackfrued/Python-Core-50-Courses) | 《Python 语言基础 50 课》你能学到关于 Python 语言元素、分支与循环结构、函数和模块、常用数据结构、列表和元组等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7ea9gHSI) +[ReID_tutorial_slides](https://github.com/michuanhaohao/ReID_tutorial_slides) | 《基于深度学习和行人重识别》主要适合深度学习和行人重识别领域无基础的入门者学习,有基础者无需学习此课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7bO1uCmx) +[springcloud-learning](https://github.com/macrozheng/springcloud-learning) | 一个开源的 Spring Cloud 教程,里面涵盖了大部分核心组件的使用教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J74JEqOs6) +[go-ast-book](https://github.com/chai2010/go-ast-book) | 《Go 语法树入门》主要涵盖 CGO、Go 汇编语言、RPC 实现、Web 框架实现、分布式系统等高阶主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5Scbb0If) +[MTBook](https://github.com/NiuTrans/MTBook) | 《机器翻译:统计建模与深度学习方法》主要对机器翻译的统计建模和深度学习方法进行较为系统的介绍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5lv0hH1e) +[Deep-Learning-with-TensorFlow-book](https://github.com/dragen1860/Deep-Learning-with-TensorFlow-book) | 《TensorFlow 2.0 深度学习开源书(龙书)》是一本面向人工智能,特别是深度学习初学者的书 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4DTIi6FF) +[practical-python](https://github.com/dabeaz-course/practical-python) | 《实用的 Python 编程》课程共分为 10 个章节,向开发者教授 Python 的基础语法、数据处理、打包调试等知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4zYaosR8) +[Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code) | 北京大学的一名学生手写实现了李航老师《统计学习方法》书中的全部算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2lxdzbC6) +[DeepLearning](https://github.com/MingchaoZhu/DeepLearning) | 《深度学习》(花书)国内一位来自复旦大学的开发者基于数学推导和产生原理,重新描述书中概念,并用 Python (numpy 库为主) 再次复现了书本内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1Qhefu3Z) +[InterpretableMLBook](https://github.com/MingchaoZhu/InterpretableMLBook) | 《可解释的机器学习》全书共累计 250 多页、7.8 万词、1200 多次提交 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1am286xg) +[joyful-pandas](https://github.com/datawhalechina/joyful-pandas) | 《Joyful-Pandas》将从 Pandas 基础、数据分析方法、数据处理类型及动手实践四个模块入手,对 Pandas 进行系统性学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEEw937cx) +[bash-tutorial](https://github.com/wangdoc/bash-tutorial) | 《Bash 脚本教程》作者是 IT 圈知名博主阮一峰,这份课程将向读者讲解 Bash 的一些基础用法,如变量、字符串操作、算术运算、脚本入门等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IDINemF9z) +[effective-java-3rd-chinese)](https://github.com/sjsdfg/effective-java-3rd-chinese) | 《Java 高效编程》该书共包含 90 个条目,每个条目都单独讨论 Java 程序设计中的一条规则,这些规则将从正面反映出优秀程序员在实践工作中的一些做法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IDsgHiUWr) +[react-naive-book](https://github.com/huzidaha/react-naive-book) | 《React.js 小书》该书为有一点前端基础的并且是 React.js 零基础的同学而作,以帮助他们掌握 React.js 并且灵活地把 React.js 应用到实际项目当中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICH8d436f) +[EffectivePyTorch](https://github.com/vahidk/EffectivePyTorch) | 《Effective PyTorch》这本教程致力于帮助工程师们以正确的方式,更加快速掌握 PyTorch 基础知识与开发技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICm1P6977) +[eat_tensorflow2_in_30_days](https://github.com/lyhue1991/eat_tensorflow2_in_30_days) | 《30 天吃掉那只 TensorFlow 2.0 》该工具书既有教程又有指南,并按照内容难易程度、读者检索习惯和 TensorFlow 自身的层次结构来设计内容,让开发者可以循序渐进,层次清晰的按照功能查找相应范例 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICaVbbYmG) +[7days-golang](https://github.com/geektutu/7days-golang) | Go 语言教程,教你如何用 Go 在 7 天内做出一些比较实用的东西,如 Web 框架、分布式缓存、ORM 框架等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IxUXh9RlG) + +### 图标库 +库名 | 简述 | 源 +---- | ----- | ----- +[phosphor-home)](https://github.com/phosphor-icons/phosphor-home) | 里面共提供了 588 个图标,拥有 6 种不同线条展示风格,你可将其应用于图标、演示文稿、网站页面等任意载体上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jr6N4tEkm) +[IconPark](https://github.com/bytedance/IconPark) | 里面提供了超过 1200 个高质量图标,并提供界面帮你完成图标定制 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoohbDWh0) +[tabler-icons](https://github.com/tabler/tabler-icons) | 里面包含了共计 550+ 个高质量 SVG 图标,用户自定义图标的大小、颜色以及线条粗细 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdsGvu7r2) + +### 有趣网站 + +库名 | 简述 | 源 +---- | ----- | ----- +[jsonperf](https://github.com/ronlut/jsonperf) | 一个比较实用的测试网站:JSON Perf,可针对不同语言的 JSON 库进行序列化和反序列化 benchmark 性能测试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAgMYxZxN) +[图之典](http://tuzhidian.com/) | 给玩数据分析的同学推荐个比较实用的网站,在上面,你能轻松找到饼图、柱形图、桑基图、折线图、热力图、直方图等 22 种常用可视化图形,帮你完成日常的数据可视化工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkUCQ7zw0) +[Studytonight](https://www.studytonight.com/) | 推荐个很不错的编程学习网站,该网站上面提供了许多可免费学习的计算机科学课程,其中包含 Java、Python、C++ 等编程语言,Web 开发、计算机网络、操作系统、游戏开发、数据库操作、Git 使用等系列教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jg8QgdSQo) +[have i been pwned?](https://haveibeenpwned.com/) | 给你们分享个比较有意思的网站:have i been pwned?(我被卖了吗?)里面收录了超过 470 个网站,100 亿条账号的泄露数据,用户仅凭 email,便能快速评估自己账号的数据泄露情况 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JesKraO9K) +[VisuAlgo.net](https://visualgo.net/zh) | 算法可视化网站,里面包含了排序、链表、哈希表、二叉搜索树、递归树、循环查找等常见算法动画。在动画执行的过程中,还会在网站右下角高亮显示当前动画的代码逻辑 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Je0Rj8YWe) +[RobertElder](https://blog.robertelder.org/regular-expression-visualizer/) | | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdyburKlG) +[数据可视化工具目录](https://datavizcatalogue.com/ZH/) | 里面收集与汇总了各类数据可视化工具的详细描述、图形示例以及可上手使用的工具集合与学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcyhxbTFP) +[DELESIGN](https://delesign.com/) | 很不错的设计资源网站,里面提供了大量可免费商用的插图、邮件、网站、品牌等设计素材及源码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JaXV1pjpq) +[OpenSource Builders](https://opensource.builders/) | 里面收集了超级多知名软件的开源替代品,像 GitHub、Slack、1Password、Facebook、YouTube、Shopify、Heroku 等产品 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jaq8Rn9PW) +[unscreen](https://www.unscreen.com/) | 一款超级实用的在线视频处理工具,能帮你快速移除视频背景,无需绿幕、无需编辑,轻点鼠标即可一键完成所有操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ja3m39c5L) +[Dev Hints](https://devhints.io/) | 里面整理了各种技术类型的速查表,其中包括 Git、Vim、Go、MySQL、Linux、VSCode、Vue 等各大常用技术的速查表清单 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8Rvueh83) +[i Hate Regex](https://ihateregex.io/) | 一个比较实用的正则表达式网站,可快速检索并匹配到合适的正则表达式,帮你完成如用户名、邮箱、日期、手机号码、密码等常见规则的验证 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8o2W6IjZ) +[No Design](https://nodesign.dev) | 收集了许多十分便利的 UI 设计工具与设计资源,例如网站图标转换、字体测试、免费资源(图像、图标、设计稿)下载、UI 设计新资讯等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5OXynCNZ) +[Made With ML](https://madewithml.com/) | 该平台上提供了大量与机器学习相关的文章、教程、工具、开源项目等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0VIfqfXl) +[网站任意门](https://gate.ofo.moe/) | 一个很有趣的网站,首页的按钮点击后,会将你随机传送到某个网站上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEFGFfWPI) +[Semantic Scholar](https://www.semanticscholar.org/) | 超级实用的搜索引擎,其目的在于打造一款专业的学术搜索引擎,让研究人员可以更为快速、精准的检索专业学术论文,力争在学术论文检索领域做到比 Google 更加智能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IB6VHxF8n) + +### 其他 +库名 | 简述 | 源 +---- | ----- | ----- +[simple-graph](https://github.com/dpapathanasiou/simple-graph) | GitHub 上一个简易版的 SQLite 图数据库,可应用到社交网络、待办清单、CRM、甘特图等领域上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAI9L1n0o) +[next-terminal](https://github.com/dushixiang/next-terminal) | 一款开源的 H5 远程桌面网关,具有小巧、易安装、易使用、资源占用小的特点,支持 RDP、SSH、VNC 和 Telnet 协议的连接和管理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAyF4r3qi) +[FlaxEngine](https://github.com/FlaxEngine/FlaxEngine) | 一款基于 C++ 与 C# 开发的现代化 3D 游戏引擎:FlaxEngine,致力于优化现有的游戏工作流程,可采用 Visual Studio 快速安装 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzvEvwglz) +[owncast](https://github.com/owncast/owncast) | 如果你想保证与朋友进行直播的数据私密性,那么可以用 GitHub 上的 Owncast 项目来搭建属于自己的实时流媒体服务器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jztin4l1A) +[kbd-audio](https://github.com/ggerganov/kbd-audio) | 通过麦克风捕获到键盘的敲击声,进而推断出具体输入内容,详细操作可看视频演示 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jz2bWoOmr) +[common-regex](https://github.com/cdoco/common-regex) | 里面收集了一些在平时项目开发中经常用到的正则表达式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyTWvc0Ee) +[fiction_house](https://github.com/201206030/fiction_house) | 一个开源的小说漫画连载系统,支持 Web、Android 等平台,包含精品小说专区、轻小说专区和漫画专区 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyRAn4Xy6) +[duckstation](https://github.com/stenzek/duckstation) | 一款 PS1 模拟器,支持在 Windows 10、Linux、macOS、Android 等主流设备上运行 PS1 游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyCsK2IU7) +[gopup](https://github.com/justinzm/gopup) | 里面采集了互联网上,不同行业的各项公开数据源,以便开发者更好的进行学术研究 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jy8O2sWc8) +[iDataV](https://github.com/yyhsong/iDataV) | 收集了各个大厂,各种类型的大屏数据可视化案例 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxZnwr32P) +[ImHex](https://github.com/WerWolv/ImHex) | 对知名十六进制编辑软件 Hex 进行逆向工程,让你看看里面究竟长啥样 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxPZOqLJk) +[996Quant](https://github.com/Rgveda/996Quant) | 一份 35 岁程序员退路之量化投资学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxCAZ1ay6) +[porn-vault](https://github.com/porn-vault/porn-vault) | 一个开源的影片资源管理系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxnFxiKHI) +[privacy](https://github.com/kallydev/privacy) | 一个个人数据泄漏检测网站 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwfKwhBW4) +[abstreet](https://github.com/dabreegster/abstreet) | 一款开源的公共交通模拟游戏,可让你充分的了解道路的微小变化是如何影响到自行车骑手、搭公交的用户、行人和驾驶员的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvmKXlZjH) +[wizard](https://github.com/mylxsw/wizard) | 一个开源的文档管理系统,支持 Markdown、Swagger、Table(类 Excel)等三种文档类型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jtw3Ac5w6) +[most-frequent-technology-english-words](https://github.com/Wei-Xia/most-frequent-technology-english-words) | 里面收集了计算机书籍、文档、文章中高频常见的英文技术词汇,最终目的是希望程序员集合自身的英语基础,在掌握列表中的词汇后,可以无障碍阅读英语技术文章和文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsEf56NCa) +[running_page](https://github.com/yihong0618/running_page) | 通过 GitHub Actions + Gatsby 自动完成跑步进程的同步管理,并生成一个直观简洁的跑步界面,让用户可以更为方便的记录自己在不同时段、不同日期的跑步频率与旅程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JstDwndYK) +[weibo-public-opinion-datasets](https://github.com/nghuyong/weibo-public-opinion-datasets) | 一个开源的数据集:微博舆论数据集。里面包含了 2000 万微博活跃用户(占用户总数 8%),在某个时间段的推文数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrL3kypNC) +[manim](https://github.com/3b1b/manim) | 通过编程的方式,快速帮助用户创建精美酷炫的数学动画,支持 Linux、macOS、Windows 等主流操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jrs0aua6n) +[names.io](https://github.com/Debdut/names.io) | GitHub 上一个开源的姓名数据库,里面收录了来自不同国家与地区的 16w 个名字、10w 个姓氏,便于开发者进行分析测试,或生成假数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrqQo89RC) +[ferry](https://github.com/lanyulei/ferry) | 一个前后端分离的工单系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmwoLuI4n) +[ARL](https://github.com/TophantTechnology/ARL) | 一个 ARL(资产侦察灯塔系统),支持设定域名爆破、端口扫描、服务识别、SSL 证书获取、站点识别、搜索引擎调用、站点爬虫与截图等 18 项任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlN0d3ed6) +[Mycodo](https://github.com/kizniche/Mycodo) | 一个开源的可运行在树莓派上的自动监控和调节系统,应用在种植植物,培养微生物,保持蜂蜜蜂房稳态,孵化动物和鸡蛋,维持水生系统等等场景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ji9KQ6cQY) +[MeiliSearch](https://github.com/meilisearch/MeiliSearch) | 一款开源免费、功能强大、快速、易于使用和部署的搜索引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ji70molVF) +[metersphere](https://github.com/metersphere/metersphere) | 一站式持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman 等主流标准 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdC7IEr29) +[shan-shui-inf](https://github.com/LingDong-/shan-shui-inf) | 可通过程序生成中国山水画 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6JEiByfd) +[Marketing-for-Engineers](https://github.com/goabstract/Marketing-for-Engineers) | 如果你是一名程序员,却不太懂得做市场营销,那可以关注下这个项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3zUejXcs) +[macos-virtualbox](https://github.com/myspaghetti/macos-virtualbox) | 这个开源脚本可让你在 VirtualBox 上快速安装苹果操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3qvOly9m) +[spug](https://github.com/openspug/spug) | 一个面向中小型企业设计的无 Agent 自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、应用发布、任务计划、配置中心、监控、报警等一系列功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1ZHJ6AjF) +[wenyan](https://github.com/wenyan-lang/wenyan) | 文言文编程项目,含有官方文档、入门教程、IDE、语法高亮、软件包一应俱全了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iyg7twVTI) +[chatwoot](https://github.com/chatwoot/chatwoot) | 一个开源的简洁且漂亮的实时聊天软件,支持一键部署 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IoRf1msYS) +[kratos](https://github.com/go-kratos/kratos) | 一套来自 bilibili 开源的 Go 微服务框架,包含大量微服务相关框架及工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IousujCUA) + +## 声明 +[![](https://licensebuttons.net/l/by-nc-nd/2.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh) +本作品采用[知识共享署名-非商业性使用-禁止演绎 2.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh)进行许可。 \ No newline at end of file diff --git a/README.md b/README.md index f54609a..63b19d8 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ +

@@ -8,7 +9,7 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给开发者, 帮助开发者们发现当下最火的开源项目, 令开发者们得以掌控技术脉搏, 扩大自己的技术视野, 并从开源项目的学习中获得技术能力的提升。 - [历史文章精选](https://github.com/GitHubDaily/GitHubDaily/tree/master/articles) -- 公众号:[GitHubDaily](https://tva1.sinaimg.cn/large/007S8ZIlgy1geyb6wrwxgj3076076aa5.jpg) +- 公众号: [GitHubDaily](https://tva1.sinaimg.cn/large/007S8ZIlgy1geyb6wrwxgj3076076aa5.jpg) - 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) - 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) @@ -16,538 +17,585 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 --- -## 2020 年复盘 +## 2021 年复盘 -下面是对 GitHubDaily 在 2020 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 +下面是对 GitHubDaily 在 2021 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 -> 过往复盘 [2019](https://github.com/GitHubDaily/GitHubDaily/blob/master/2019.md),[2018](https://github.com/GitHubDaily/GitHubDaily/blob/master/2018.md) +> 过往复盘 [2020](https://github.com/GitHubDaily/GitHubDaily/blob/master/2020.md),[2019](https://github.com/GitHubDaily/GitHubDaily/blob/master/2019.md),[2018](https://github.com/GitHubDaily/GitHubDaily/blob/master/2018.md) ### 目录 - [Java](#java) - [Python](#python) -- [前端](#前端) +- [Go](#go) - [工具](#工具) +- [前端](#前端) - [移动端](#移动端) -- [命令行工具](#命令行工具) -- [Chrome 插件](#chrome-插件) -- [VSCode 插件](#vscode-插件) +- [插件](#插件) - [资料集合](#资料集合) -- [面试资料](#面试资料) -- [机器学习/人工智能](#机器学习人工智能) - [开源书籍/教程](#开源书籍教程) -- [图标库](#图标库) +- [机器学习/人工智能](#机器学习人工智能) - [有趣网站](#有趣网站) - [其他](#其他) ### Java -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[newbee-mall](https://github.com/newbee-ltd/newbee-mall) | 一套基于 Spring Boot 2.X 开发的电商系统,含有功能完备、流程完整的前台商城系统及后台管理系统,适合各个阶段的 Java 开发者学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvI0r43EV) -[thingsboard](https://github.com/thingsboard/thingsboard) | 一个基于 Java 编写的物联网开源平台,可用于数据收集、处理、可视化与设备管理等应用场景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuWPAiy55) -[Algorithms](https://github.com/williamfiset/Algorithms) | 一个可用于学习算法与数据结构的 Java 项目,里面涵盖了数据结构、动态规划、几何、图论、线性代数、数学、搜索算法、排序算法等常见算法的具体代码实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjG1O2L5O) -[Java-Tutorial](https://github.com/h2pl/Java-Tutorial) | 一份 Java 工程师学习指南,里面涵盖大部分 Java 程序员所需要掌握的核心知识,其中有 Java 基础、JavaWeb、Java进阶、计算机基础、数据库、缓存、消息队列、大后端、分布式、面试资料等等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jj5uSxj8H) -[CodeGuide](https://github.com/fuzhengwei/CodeGuide) | 一份 Java 学习资料,里面包含了手写 RPC 框架、JVM 实现、SpringCloud 入门案例、SpringBoot 中间件开发、服务框架搭建等多个 Java 技术专题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JbJrRkKXW) -[thingsboard](https://github.com/thingsboard/thingsboard) | 一个基于 Java 编写的物联网开源平台,可用于数据收集、处理、可视化与设备管理等应用场景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8pe00N54) -[spring-boot-demo](https://github.com/xkcoding/spring-boot-demo) | 共收录了数十个与 Spring Boot 相关的 Demo 项目,其中包含可视化监控、日志、统一异常处理、模板引擎、ORM 框架、邮件发送、消息队列等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1nZK4eQC) -[spring-analysis](https://github.com/seaswalker/spring-analysis) | 一位开发者将其整理的 Spring 框架源码阅读笔记,包含了 spring-core、spring-aop、spring-context、spring-task、spring-transaction、spring-mvc、guava-cache 等多个 Spring 组件的源码解读 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1iGXwsBc) -[hutool](https://github.com/looly/hutool) | 一个比较实用的开源 Java 工具包,对文件、流、加密解密、转码、正则、线程、XML 等 JDK 方法进行合理封装 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IBD8JFxMv) -[JCSprout](https://github.com/crossoverJie/JCSprout) | 一个 Java 核心知识库,内容涉猎集合、多线程、JVM、分布式、架构设计等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IBaRf8xbt) -[technology-talk](https://github.com/aalansehaiyang/technology-talk) | 主要汇总了 Java 生态圈常用技术框架、开源中间件,系统架构、数据库、大公司架构案例、常用三方类库等知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IAXvcoK0r) -[newbee-mall](https://github.com/newbee-ltd/newbee-mall) | 一套基于 Spring Boot 2.X 开发的电商系统,含有功能完备、流程完整的前台商城系统及后台管理系统,适合各个阶段的 Java 开发者学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IpyrY0ISC) -[dokit](https://github.com/Perye/dokit) | 一个基于 Spring Boot2、Vue 前后端分离的管理系统,支持数据字典与数据权限管理、一键生成前后端代码、支持前端菜单动态路由等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iofx2eKxD) -[awesome-java](https://github.com/Snailclimb/awesome-java) | 一份收集整理了 GitHub 上非常棒的 Java 开源项目集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Io2zlrepJ) -[Recaf](https://github.com/Col-E/Recaf) | 一款简洁易用的现代化 Java 字节码编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAJ4stkf9) +[Apache Shenyu](https://github.com/apache/incubator-shenyu) | 一个可应用于所有微服务场景的 API 网关解决方案,具备可扩展、高性能、响应式等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L76U9dw8z) +[DWSurvey](https://github.com/wkeyuan/DWSurvey) | 一款简单高效、成熟稳定的开源问卷系统。部署简单、更新便捷,一行命令完成部署,支持多达 40 多种题型,拥有数据实时统计、富文本编辑、多端适配等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L68O16vuH) +[Hippo4J](https://github.com/acmenlt/dynamic-threadpool) | 一个开源的 Java 动态线程池系统,附带监控报警功能(不依赖中间件),遵循了阿里的编码规范。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4i6CtTFI) +[Spider Flow](https://github.com/ssssssss-team/spider-flow) | 一个高度灵活可配置的爬虫平台,用户无需编写代码,以流程图的方式,即可实现爬虫。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2e3doG8f) +[file-online-preview](https://github.com/kekingcn/kkFileView) | 一个开源的文件文档在线预览项目,支持主流办公文档的在线预览,如 doc、docx、Excel、pdf、txt、zip、rar、 图片等格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1zZ6zGb5) +[LogiCommon](https://github.com/didi/LogiCommon) | 滴滴在 GitHub 开源的一套 Java 版认证、鉴权、管理、任务调度通用功能组件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KApx8iHLr) +[DSA-Bootcamp-Java](https://github.com/kunal-kushwaha/DSA-Bootcamp-Java) | 一个开源的 Java 数据结构与算法代码示例库。整理了油管博主 Kunal Kushwaha 的课程代码示例、作业、视频教程等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuEFuFnWU) +[《深入浅出 Java 多线程》](https://github.com/RedSpider1/concurrent) | 一本开源的 Java 编程书籍,该书分为基础篇、原理篇、JDK 工具篇等三个篇章,并辅以图片和 Demo,让 Java 工程师可以更加轻松的理解 Java 多线程相关基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtzuY29Fw) +[LeetCode](https://github.com/yuanguangxin/LeetCode) | 国内一位开发者整理的 LeetCode 题目分类与面试题答案解析。涵盖链表、指针遍历、字符串操作、堆栈、递归、动态规划、二叉搜索树等知识点,题解代码基于 Java 实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KswuoaQhR) +[yblog](https://github.com/youzhengjie9/yblog) | 来自大二学生开源的一个简单、功能齐全的 SpringBoot 博客系统,主要拥有博文管理、图表统计、接口监控、访问记录、附件管理、用户管理、友链管理、监控管理、博文抓取,以及第三方登录等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ks1QLe7xh) +[《互联网公司常用框架源码赏析》](https://github.com/doocs/source-code-hunter) | 一个 Java 知识库,项目致力于从源码层面,剖析和挖掘互联网行业主流技术的底层实现原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kq3ikfwRZ) +[JetLinks](https://github.com/jetlinks/jetlinks-community) | 一个开源的物联网基础平台,该平台基于 Java8、Spring Boot 搭建而成,是一个开箱即用,可二次开发的企业级物联网基础平台。平台实现了物联网相关的众多基础功能, 能帮助你快速建立物联网相关业务系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kp0tThWCZ) +[Sa-Token](https://github.com/dromara/Sa-Token) | 一个轻量级 Java 权限认证框架,主要解决了登录认证、权限认证、单点登录、踢人下线、账号封禁、OAuth2.0 等一系列权限相关问题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoPSkzsbj) +[Shopizer](https://github.com/shopizer-ecommerce/shopizer) | 一款基于 Java 开发的电商系统,支持商品分类、搜索、查询、下单等基础功能,自带后台管理系统,API 满足 RESTful 规范。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnDDpAN7Z) +[SpringBootVulExploit](https://github.com/LandGrey/SpringBootVulExploit) | 一份开源的 Spring Boot 相关漏洞学习资料,利用方法和技巧合集,黑盒安全评估 check list。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KiCDCDADg) ### Python -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib) | 可用于定量战略资产配置与投资组合优化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAzQ9f2mO) -[jd_seckill](https://github.com/huanghyw/jd_seckill) | 能帮你抢某东上的茅台的 Python 脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JApAiqaJi) -[r0capture](https://github.com/r0ysue/r0capture) | 适用于 Android 系统的开源应用层抓包脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jwt6yvC5T) -[ipycanvas](https://github.com/martinRenou/ipycanvas) | 可应用于 Jupyter 的可交互式画布,通过对接浏览器的 Canvas API,便可使用 Python 绘制简单的文本、线条、多边形、弧线等图形 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvXhSAH74) -[stock](https://github.com/Rockyzsu/stock) | 一个开源的量化交易代码与策略项目,带你 30 天掌握量化交易,更好的帮助自己炒股 (亏钱 -。-) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvxlVoLhn) -[rich](https://github.com/willmcgugan/rich) | 支持在终端输出添加各种颜色和不同风格,绘制各种漂亮的表格、进度条、显示 Markdown 文本、高亮语法代码等功能,完善 Python 控制台的输出体验, | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvnW1w86A) -[ToolGood.Words](https://github.com/toolgood/ToolGood.Words) | 一款高性能非法词 (敏感词) 检测组件,附带繁体简体互换,支持全角半角互换,获取拼音首字母,获取拼音字母,拼音模糊搜索等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuqCyE49D) -[LeetCode](https://github.com/wisdompeak/LeetCode) | 一个基于 C++/Pyhton 相关的 LeetCode 算法题解。包含了二分查找、哈希表、链表、堆栈、动态编程等技术点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ju7Lzjjvl) -[autoscraper](https://github.com/alirezamika/autoscraper) | 一个智能 Web 爬虫脚本,其主要作用,是能快速且智能获取指定网站上的数据,这些数据可以是网页文本、url 地址或者其它 HTML 元素 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtH3uBH8h) -[datapane](https://github.com/datapane/datapane) | 开发者可用它快速从常见对象(如 pandas DataFrames)上快速构建数据分析报告 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jt5lvr9OD) -[FundamentalAnalysis](https://github.com/JerBouma/FundamentalAnalysis) | 一个可用于分析公司基本面的 Python 扩展包,里面收集了 13000 多家创办 20 年以上公司的简介、财务报表、各类比率和股票数据等信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jn0fFn0x3) -[lux](https://github.com/lux-org/lux) | 一个比较实用的 Python 库,通过自动化数据的探索流程,让你能更轻松的玩转数据科学 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jm5GGunkj) -[jupyter-text2code](https://github.com/deepklarity/jupyter-text2code) | 一款开发者神器,可在 Jupyter 上快速将文本描述转化为 Python 代码,为数据分析人员减少大量编写代码的时间 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkSgJeDf9) -[autoscraper](https://github.com/alirezamika/autoscraper) | 一个智能 Web 爬虫脚本,其主要作用,是能快速且智能获取指定网站上的数据,这些数据可以是网页文本、url 地址或者其它 HTML 元素 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjQDm8xbM) -[translators](https://github.com/UlionTse/translators) | 一个比较实用的 Python 翻译工具库,该库集成了谷歌、必应、有道、百度等多个翻译平台 API,支持上百种语言翻译,使用便捷,配置灵活 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ji8zMcAoY) -[handcalcs](https://github.com/connorferster/handcalcs) | 可将 Python 计算公式代码快速转换为 Latex 公式,平方根、三角函数等计算方式一应俱全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgriUwb6l) -[latexify_py](https://github.com/odashi/latexify_py) | 可快速将 Python 函数快速转为 LaTeX 数学公式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfyjkF8Qy) -[stock](https://github.com/pythonstock/stock) | 一个基于 Python 的股票系统,支持 Docker 部署、数据定时爬取、更新、缓存与可视化展示等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcvLp9nCo) -[EasyOCR](https://github.com/JaidedAI/EasyOCR) | 让 Python 开发者可以更加高效便捷的集成图像文字识别功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JavDx8D1x) -[python3-in-one-pic](https://github.com/coodict/python3-in-one-pic) | 一张图帮你理清 Python3 的相关知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J98N47HwR) -[real-url](https://github.com/wbt5/real-url) | 可帮助你快速获取当前主流直播平台的真实流媒体地址 (直播源) 和弹幕信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7WWvsgVL) -[twint](https://github.com/twintproject/twint) | 爬取某个 Twitter 用户的公开信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7FgzivDm) -[weiboSpider](https://github.com/dataabc/weiboSpider) | 国内一名开发者在 GitHub 上开源了一个 Python 爬虫,可用于爬取用户公开的微博数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7cZ53MtR) -[PyDebloatX](https://github.com/Teraskull/PyDebloatX) | 一款比较实用的 Python GUI 开源工具,可用于卸载 Windows 10 默认应用程序 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J47GG6fup) -[newscatcher](https://github.com/kotartemiy/newscatcher) | 可用于收集大多数网站的新闻资讯,并统一格式,用户可根据所在地区、语言与主题进行过滤筛选 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J36rGcuc8) -[diagrams](https://github.com/mingrammer/diagrams) | 通过 Python 代码来快速生成系统架构图,使其操作起来更加便捷,可支持 AWS、Azure、GCP、K8s、阿里云、Oracle 云等 6 大主流供应商 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1Iq9edhL) -[PyBoy](https://github.com/Baekalfen/PyBoy) | 一个基于 Python 的 Game Boy 模拟器,像超级马里奥、口袋妖怪等耳熟能详的游戏都可以在上面完美运行 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEiU8bShk) -[CPython-Internals](https://github.com/zpoint/CPython-Internals) | 一份 CPython 源码阅读笔记,作者很用心的通过多图来展示底层实现细节,尽可能的给大家讲清楚 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iow1Ub9ME) -[textdistance](https://github.com/life4/textdistance) | 一个开源库含有 30+ 种纯 Python 算法用于比较两个或多个序列之间的距离 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Io66xo6ns) +[TqSdk](https://github.com/shinnytech/tqsdk-python) | 一款开源的 Python 量化交易工具,支持用户使用少量代码,快速构建各种类型的量化交易策略程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8zDWBNBP) +[QPT](https://github.com/QPT-Family/QPT) | 一款开源的 Python 打包工具,最短仅需一行命令,即可将普通的 Python 脚本打包成 EXE 可执行程序,并选择性添加 CUDA 和 NoAVX 的支持。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7WmwyOMG) +[PyWebIO](https://github.com/pywebio/PyWebIO) | 用 Python 开发的一个 Web 应用,它能通过一系列命令式的交互函数,在浏览器上获取用户的输入数据并输出。让你无需编写 HTML 和 JS 代码,即可构建一个小型 Web 应用程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L71Nyykki) +[Command2API](https://github.com/gh0stkey/Command2API) | 一款比较实用的后端开发工具,开发者可以通过调用 API,来实时获取命令行的输出结果. | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6O3apMIk) +[turtle](https://github.com/niubiqigai/turtle) | 作者汇总了 12 个小型 Python 项目,其中包括圣诞树绘制、弹簧隧道、贪吃蛇游戏代码等项目,适合新手用于日常练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6MS78RAj) +[RedisJSON](https://github.com/RedisJSON/RedisJSON) | 一个允许开发者从 Redis 中存储、更新、获取 JSON 值,该库完全支持 JSON 标准、类似 JSONPath 的语法、以树状结构存储二进制数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6t8tCOkk) +[BadagalaAdarsh/Super_Mario](https://github.com/) | 为了让运动和游戏两不误,印度小哥 Adarsh 用 Python 做了一个项目,可通过体感动作来控制超级马里奥游戏,实现游戏中的各个操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2cSa5AGM) +[Translators](https://github.com/UlionTse/translators) | 一个比较实用的 Python 翻译工具库,该库集成了谷歌、必应、有道、百度等多个翻译平台 API,支持上百种语言翻译,使用便捷,配置灵活。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1LLIiybk) +[H2O Wave](https://github.com/h2oai/wave) | 一个开源的 Web 仪表面板工具,可用于快速构建实时、低延迟、优雅美观的数据分析仪表面板,适用于 Python 与 R 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzFzIsmXp) +[Python-Mini-Projects](https://github.com/Python-World/python-mini-projects) | 一个适合练手的 Python 项目,里面收集了 100 多个小型 Python 项目,其中包括随机密码生成器、图片批量下载脚本、网站内容抓取、聊天机器人等项目,适合新手用于日常练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ky6WExcCV) +[Enaml](https://github.com/nucleic/enaml) | 一个开源的 Python 声明式 UI 框架,可帮助开发者快速搭建 GUI 项目,支持 Windows、Linux、macOS 及移动端等项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kw9zex7wo) +[OnlineJudge](https://github.com/QingdaoU/OnlineJudge) | 青岛大学开源的一款在线评测系统,基于 Python 与 Vue 编写而成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kw1jNkiuz) +[PrettyMaps](https://github.com/marceloprates/prettymaps) | 一个比较不错的小型 Python 开源库,可基于 OpenStreetMap 数据,帮助开发者快速绘制简洁美观的地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvwGcbaJo) +[《30-Days-Of-Python》](https://github.com/Asabeneh/30-Days-Of-Python) | 一个适合新手入门学习的 Python 教程,该教程期望通过为期 30 天的编码学习,手把手教会你 Python 基础编程知识及进阶开发技巧,如 Web 爬虫、数据分析、统计分析、虚拟环境搭建、API 构建等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvcfM1haT) +[feapder](https://github.com/Boris-code/feapder) | 一款上手简单,功能强大的 Python 爬虫框架。使用方式类似 Scrapy,内置 3 种爬虫,支持分布式、批次采集、数据防丢、断点续爬、监控报警、浏览器渲染下载等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtPpj09G2) +[PyBoy](https://github.com/Baekalfen/PyBoy) | 一个基于 Python 的 Game Boy 模拟器,像超级马里奥、口袋妖怪等耳熟能详的游戏都可以在上面完美运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtiNVlDaB) +[py](https://github.com/codebasics/py) | 一个 Python 开源库,里面包含诸多 Python 开源脚本及程序代码,覆盖了 Python 基础与进阶、数据科学、调试工具、深度学习等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsOaj0xiK) +[《Python 黑魔法手册》](https://github.com/iswbm/magic-python) | 一本开源的 Python 技术书籍,里面主要记录了与 Python 相关的一些语法冷知识、命令行使用技巧、开发技巧、编码习惯、开发工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpWdWiuxV) +[MLScraper](https://github.com/lorey/mlscraper) | 一个开源的 Python 爬虫脚本,可基于机器学习自动从 HTML 页面中抓取数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpMNrpfJW) +[AutoScraper](https://github.com/alirezamika/autoscraper) | 一个智能 Web 爬虫脚本,其主要作用,是能快速且智能获取指定网站上的数据,这些数据可以是网页文本、url 地址或者其它 HTML 元素。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpbhDALyo) +[pyWhat](https://github.com/bee-san/pyWhat) | 一款比较实用的 Python 脚本工具,能够快速提取信息中的 IP 地址、邮箱、信用卡、数字货币钱包地址、YouTube 视频等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kp7m55ayD) +[Palanteer](https://github.com/dfeneyrou/palanteer) | 一个基于 Python 编写的飞行射击游戏,可玩性还挺高的。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kmp2p1Y4v) +[Gooey](https://github.com/chriskiehl/Gooey) | 一款可直接将 Python 命令行工具转为 GUI 应用的开源程序,优化用户体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KkoUw4rZu) +[Ryven](https://github.com/leon-thomm/Ryven) | 一个 Python 脚本可视化工具,该工具支持通过编辑节点来控制 Python 脚本,让开发者可以更为直观的感受脚本的执行过程与输出结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JEV6PtlML) + +### Go +名称 | 简述 | 源 +---- | ----- | ----- +[Zinc](https://github.com/prabhatsharma/zinc) | 一款基于 Go 语言开发的搜索引擎,可用于替代 elasticsearch,提供了全文索引、单个二进制文件安装和运行、开箱即用的身份验证等功能,兼容 Elasticsearch API,自带可用于查询数据的 Web UI。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7TdJaBql) +[《Go Web 编程实战》](https://gowebexamples.com/) | 想学 Go 的同学,可以看下这个开放的技术教程,里面整理了多个 Go 编程代码示例,比如经典的 Hello World 程序,编写一个 HTTP 服务器,用 Go 语言查询 MySQL 数据库,JSON 数据的编码与解码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L80i53xuv) +[《如何避免 Go 语言常见的 100 个错误》](https://github.com/teivah/100-go-mistakes) | 该仓库中收录了 Go 语言在开发过程中,新手会常犯的 100 个错误,并给出了相关解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8hY0BfJE) +[ego](https://github.com/gotomicro/ego) | 一个开源的微服务框架,集成了各种工程实践,通过组件化设计模式,让业务能统一调用与启动组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6q5zg5UD) +[go-fly](https://github.com/taoshihan1991/go-fly) | 一个开源的 Web 在线客服系统,开箱即用,支持私有化部署。网站只需嵌入一段 JavaScript 或跳转直连地址,即可快速接入客服。客户端支持电脑、手机页面自适应。项目基于 Go 语言与 MySQL 实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0J9szkLc) +[CaoGuo](https://github.com/xxjwxc/caoguo) | 一个基于 Go 语言开发的小程序电商平台,支持商品选择、详情、下单、物流信息展示等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0ylKnTov) +[《从零开发一个 Go 语言编译器》](https://github.com/chai2010/ugo-compiler-book) | 作者将尝试以实现 µGo 编译器为线索,带你一边学习,一边完善开发一个玩具语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0vZEjMvR) +[go-daily-lib](https://github.com/darjun/go-daily-lib) | Go 每日一库,作者会每天跟你介绍一个 Go 语言开源库的用法、场景以及相关代码示例等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L028J4xCM) +[Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server) | 一个基于 Go 实现的即时通讯(IM)项目,从服务端到客户端 SDK 开源即时通讯(IM)整体解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFs0KxOPi) +[taskcafe](https://github.com/JordanKnott/taskcafe) | 一个基于 Go 与 Typescript 开发的看板开源软件,支持对任务进行筛选过滤、打标签、添加截止日期、分配成员、制定流程等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAg6DolY3) +[learngo](https://github.com/inancgumus/learngo) | 里面包含了共计 1000+ 个 Go 语言相关的代码示例、练习、测验题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvlGghMXu) +[Crocodile](https://github.com/labulaka521/crocodile) | 一款开源的分布式任务调度系统,基于 Go 语言开发,支持多调度中心,可实时查看任务运行日志与状态、自定义报警策略、账户权限管理等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvdPcapJL) +[《How To Code in Go》](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) | 一本 Go 语言开源书籍,由知名云服务器厂商 Digital Ocean 撰写发布。通过本书你将学会如何使用 Go 语言来编写程序,以及了解一些较为实用的开发者工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KqO2DrlcZ) +[《Go 语言精进之路》](https://github.com/golang-minibear2333/golang) | 本书给快速入门学习 Go 语言使用,更偏向于实战,计划扫清 Go 语言一切障碍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnKlszvJy) ### 前端 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[visual-drag-demo](https://github.com/woai3c/visual-drag-demo) | 一个简易版的前端可视化拖拽组件库,主要允许用户在 Web 页面上对各个组件进行拖拽、编辑以及样式调整 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAhY2rDub) -[luban-h5](https://github.com/ly525/luban-h5) | 鲁班 H5,类似易企秀的 H5 制作、建站工具、可视化搭建系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzOvu1jbI) -[anichart.js](https://github.com/Jannchie/anichart.js) | 可帮助你快速制作数据可视化动画视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzM9mcXFp) -[wave](https://github.com/h2oai/wave) | 一套可用于构建实时 Web 项目与仪表面板的工具,采用 Python 编写,拥有低延迟、优雅美观、实时分析等亮点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jz3mZqhos) -[wLogger](https://github.com/jyolo/wLogger) | 一款集日志采集、日志解析持久化存储、Web 流量实时监控,三位一体的 Web 服务流量监控应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JynJtD0wV) -[mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js) | 一个比较实用的 JavaScript 库,可帮助开发者快速构建可交互、可定义的矢量地图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyh3sdkxf) -[cypress](https://github.com/cypress-io/cypress) | 一款比较实用的 Web 自动化测试工具,拥有完整的端到端测试流程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyabiu9b5) -[crater](https://github.com/bytefury/crater) | 一款免费开源的 Web 与移动端发票应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jxx62bXQx) -[Drawflow](https://github.com/jerosoler/Drawflow) | 可帮你快速创建数据流,支持节点拖拽、多重连接、数据节点同步、数据模块清除、移动端设备友好等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxmGHny4n) -[music-website](https://github.com/Yin-Hongwei/music-website) | 一个开源的音乐网站管理系统,实现了歌单、播放器、用户及音乐管理等常用功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwT1VwRQC) -[procedural-gl-js](https://github.com/felixpalmer/procedural-gl-js) | 一个可用于制作 3D 地图的 JavaScript 开源库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvE2xt4ED) -[animockup](https://github.com/alyssaxuu/animockup) | 基于 JavaScript 开发,让用户能在浏览器中快速构建动画模型,且支持导出成视频或 gif 动图,整体功能较完善 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jvp7576Rx) -[heti](https://github.com/sivan/heti) | 国内有位开发者在 GitHub 上设计了一个专用于中文内容展示的排版样式,主要基于通用的中文排版规范 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtSQ7eUtk) -[sparrow](https://github.com/sparrow-js/sparrow) | 一个开源的场景化、低代码(LowCode)搭建工作台:sparrow,可实时输出源代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtqAIDs2u) -[h5-Dooring](https://github.com/MrXujiang/h5-Dooring) | 一款功能强大的开源 H5 可视化页面配置解决方案,致力于提供一套简单方便、专业可靠、无限可能的 H5 落地页最佳实践 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jt6wzqjL8) -[presenta-lib](https://github.com/presenta-software/presenta-lib) | 一个开源的 JavaScript 库,可帮助你快速制作出富有表现张力的 Web 演示文稿(PPT) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsOQDBPOA) -[react-d3-graph](https://github.com/danielcaldas/react-d3-graph) | 可帮助前端开发者轻松使用 React 和 d3 快速创建可交互和可配置的图形,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsnWnAnA4) -[vega-lite](https://github.com/vega/vega-lite) | 它提供了一种交互式图形语法,让用户仅需通过几行简单的 JSON 配置,便能生成各种可视化交互数据图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrHjZblIi) -[react-chrono](https://github.com/prabhuignoto/react-chrono) | React 组件可帮你创建多种样式丰富的时间轴,支持以水平、垂直、树状等不同形式进行渲染,并可用幻灯片交互播放 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqEvAdsFX) -[layoutit-grid](https://github.com/Leniolabs/layoutit-grid) | 可快速生成页面「网格布局」的 CSS 及 HTML 代码,配置灵活,操作简单 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpWUpE3hU) -[KaTeX](https://github.com/KaTeX/KaTeX) | 一个比较实用的数学公式排版 JavaScript 库,使用简单,无其它依赖,针对数学公式的渲染更快,支持同步呈现其数学运算,无需重新排版页面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoRJKogyD) -[10-projects-10-hours](https://github.com/florinpop17/10-projects-10-hours) | 国外有个小哥开启了尝试用 10 小时完成 10 个前端项目的挑战,包含了计时器、问卷调查、食谱应用、笔记应用、待办事项、电影应用、GitHub 个人资料页面、绘图应用、密码生成器和天气应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjDhkejtO) -[vanillawebprojects](https://github.com/bradtraversy/vanillawebprojects) | 一共含有 20 个纯使用 HTML5,CSS 和 JavaScript 实现的小 Demo,这当中有表单验证、电影座位预订、汇率计算器、音乐播放器、打字游戏、新年倒计时等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjkqkypSJ) -[project-guidelines](https://github.com/elsewhencode/project-guidelines/blob/master/README-zh.md) | 一份 JavaScript 项目规范指南,国外一家公司在自家多个 JavaScript 项目里总结出来最佳实践 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JikmowQTr) -[ts-migrate](https://github.com/airbnb/ts-migrate) | 一款前端工具,其主要作用是可将 JavaScript 代码快速迁移为 TypeScript 代码,以便节省前端工程师的时间成本,统一开发环境 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jh4MteGkC) -[tiper-js](https://github.com/carlelieser/tiper-js) | 一个 JavaScript 库,可在网页上模拟真人打字时的展示动画 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JecDVumeN) -[luckysheet](https://github.com/mengshukeji/luckysheet) | 一款纯前端实现的,类似 Excel 的在线表格,功能强大、配置简单、完全开源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdRqOgRdu) -[javascript-in-one-pic](https://github.com/coodict/javascript-in-one-pic/blob/master/README-zh.md) | 一张图帮你理清 JavaScript 的相关知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9tdtjINX) -[responsively-app](https://github.com/responsively-org/responsively-app) | 为了帮助工程师更好的实现 Web 响应式页面开发,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J37CMrGae) -[1loc](https://github.com/phuoc-ng/1loc) | 收集了共计 126 个 JavaScript 代码片段,其中包含对数组、日期、函数、DOM 等常见代码模块的组件实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1Bv9oQcO) -[eruda](https://github.com/liriliri/eruda/blob/master/doc/README_CN.md) | 开源的前端页面调试神器,一个专为手机前端页面设计的调试面板,类似 DevTools 的迷你版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFmTBxo4M) -[Blog](https://github.com/mqyqingfeng/Blog) | 一位前端开发者在 GitHub 上开启了 JavaScript 文章连载创作,内容主要分为:JavaScript 深入系列、JavaScript 专题系列、ES6 系列、React 系列 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IAS0fsGCg) -[30-Days-Of-JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 跟着作者一起规划 30 天学会 JavaScript 编程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iol1ZrK37) -[vue-manage-system](https://github.com/lin-xin/vue-manage-system) | 一个基于 Vue + Element UI 的后台管理系统解决方案,作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统(Web Management System)开发 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InNfxoYOt) +[Design Patterns Game](https://github.com/zoltantothcom/Design-Patterns-JavaScript) | 一个可以让前端开发者通过玩游戏,来学习设计模式的网站,网站分为设计模式介绍和游戏两部分。在游戏过程中,作者会提供用 JavaScript 实现的设计模式代码,你需要从 4 个答案中,判断代码所属的设计模式类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8y4x5rvA) +[leo](https://github.com/JDFED/leo) | 京东前端技术团队在 GitHub 开源了一款前端脚手架工具,覆盖了前端开发全链路、可扩展、可定制的终端运行功能,并支持模板、构建器、扩展命令等丰富的周边生态扩展。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6V7wDAGr) +[Doom Captcha](https://github.com/vivirenremoto/doomcaptcha) | 西班牙有一位脑洞比较大的开发者,开源了一款游戏验证器:Doom Captcha,只有先通关作者提供的小游戏,才能通过网站验证。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6zw478JR) +[DoodleCSS](https://github.com/chr15m/DoodleCSS) | 一个看起来很可爱的前端 UI 组件库,满满的卡通手绘风格。支持 Web 按钮、下拉菜单、文本框、复选框等多种 UI 组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6udh0AS0) +[Budibase](https://github.com/Budibase/budibase) | 一个开源的低代码平台,开箱即用、UI 设计简洁精美、功能强大。该项目可帮你更快开发商业级应用,支持单页面项目,具备自动化工作流程、响应式设计、外部数据源对接等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1VcdbNtB) +[e 家宜业](https://github.com/chowa/ejyy) | 一套开源的智慧物业解决方案,主要包含装修登记、维修维护、车辆管理、访客通行、房产及业主档案管理、用户权限分配等功能,打通了小程序、PC、H5、智能硬件等多个终端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L19u5rCsh) +[TinyWebServer](https://github.com/qinguoyi/TinyWebServer) | 可应用于 Linux 系统下的一款轻量级 Web 服务器,主要目的是帮助新手开发者快速实践网络编程,搭建属于自己的服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0OQCkTGk) +[Responsive Halloween Website](https://github.com/bedimcode/responsive-halloween-website) | 国外开发者 bedimcode 在 GitHub 开源了一个万圣节网站,该网站主要具备响应式布局、滚动动画、移动端优化、多平台设备兼容等特点。整体设计风格优雅、简洁,感兴趣的同学可以拿去练练手。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEVByyest) +[Checkboxland](https://github.com/bryanbraun/checkboxland) | 一个比较有意思的 JavaScript 库,可将任意内容转化为 HTML 复选框,用以展示各类动画、文本、图像、视频等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEmE3vXvj) +[Dim](https://github.com/Dusk-Labs/dim) | 一个可帮助你快速搭建电影网站的媒体管理器,只需简单配置,即可快速组织与美化本地媒体库,让你随时随地播放本地媒体文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDUmyzJ9I) +[Music Website](https://github.com/Yin-Hongwei/music-website) | 一个开源的音乐网站管理系统,实现了歌单、播放器、用户及音乐管理等常用功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDKW42Idl) +[wLogger](https://github.com/jyolo/wLogger) | 一款集日志采集、日志解析持久化存储、Web 流量实时监控,三位一体的 Web 服务流量监控应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDCGE0KoG) +[Appwrite](https://github.com/appwrite/appwrite) | 一款开源的 Web 服务器,可帮你快速构建用户认证、数据库存储、文件管理、图像操作、地理位置检测等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDqU0tbF9) +[「剑指前端 Offer」](https://github.com/hzfe/awesome-interview) | 一个开源的前端面试库,由国内多位互联网大厂工程师及前端独立开发者维护。开发者们可借助本书,快速了解面试的高频技术问题与解答,抑或通过书中题目和答案提纲,自主深入学习,查漏补缺。项目来自水友自荐。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBNyFsRm8) +[YesPlayMusic](https://github.com/qier222/YesPlayMusic) | 一款颜值颇高的第三方网易云播放器,基于 Vue.js 全家桶开发,内置所有音乐播放器基础功能,支持 MV 播放、暗黑模式、自定义快捷键等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KA5v6q9Td) +[Theatre.js](https://github.com/AriaMinaei/theatre) | 一个蛮不错的前端动画设计库,可用于创建、设计酷炫丝滑的 Web 动画交互效果。开发者可通过编程或 Web 交互式组件来完成工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kzw9djIFq) +[LogicFlow](https://github.com/didi/LogicFlow) | 滴滴在 GitHub 开源的一款流程可视化的前端框架,主要提供了一系列流程图交互、编辑所必需的功能和简单灵活的节点自定义、插件等拓展机制,方便开发者快速在业务系统内满足类流程图的需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyiJewUnQ) +[Browser 2020](https://github.com/luruke/browser-2020) | 一个值得前端开发者收藏学习的 GitHub 项目,里面收集了浏览器中一些较为冷门,却异常实用的接口,如商品支付、社交网络分享、消息推送、视频画中画、剪切板、AR 预览、用户身份凭证管理等多种接口。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ky9iKCpcR) +[7.css](https://github.com/khang-nd/7.css) | 一个小型 CSS 开源框架,可在 Web 页面上添加类似 Windows 7 风格的 UI 组件,其中包括对话框、按钮、下拉菜单、进度条、滚动条等组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwiZJ9R66) +[1loc](https://github.com/phuoc-ng/1loc) | 如果你想知道一行 JavaScript 代码能实现哪些比较实用的功能,可以看看这个 GitHub 项目,该项目收集了共计 126 个代码片段,其中包含对数组、日期、函数、DOM 等常见代码模块的组件实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kvvv7m6Lj) +[sparrow](https://github.com/sparrow-js/sparrow) | 一个开源的场景化、低代码搭建工作台,可实时输出源代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvoqKyP4j) +[React Chrono](https://github.com/prabhuignoto/react-chrono) | 一个开源的 React 组件,可帮你创建多种样式丰富的时间轴,支持以水平、垂直、树状等不同形式进行渲染,并可用幻灯片交互播放。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuDur3AUl) +[Online 3D Viewer](https://github.com/kovacsv/Online3DViewer) | 一款可在 Web 页面上查看与调试 3D 模型的开源工具,支持环绕、平移、缩放等交互。开发者还可将 3D 模型内嵌到个人网站上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KthCSk7yM) +[Eruda](https://github.com/liriliri/eruda) | 一个开源的前端页面调试神器专为手机前端页面设计的调试面板,类似 DevTools 的迷你版,主要功能包括:捕获 console 日志、检查元素状态、捕获 XHR 请求、显示本地存储和 Cookie 信息等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtfgKffdx) +[Node.js 集成测试最佳实践](https://github.com/testjavascript/nodejs-integration-tests-best-practices) | 一份开源资料库:Node.js 集成测试最佳实践,主要包含 Node.js 集成测试实践清单、典型的项目实例、以及 Nest.js、Mocha、Jest、Express 等多个平台示例。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KssL0j2R4) +[Webfunny](https://github.com/a597873885/webfunny_monitor) | 一款开源的轻量级前端监控系统,可实时分析前端项目健康状态,并生成数据概览。拥有无埋点监控前端日志、程序错误定位、用户行为记录及排查、性能分析等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Krj4plOii) +[Apollo](https://github.com/amirgamil/apollo) | 一款开源的个人搜索引擎与 Web 爬虫,在收录网站 url 后,程序会自动抓取网站文字内容、视频字幕并存储。而后,用户便可通过搜索,快速查看爬取内容或访问网站源页面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KqZ2m5exp) +[360-sneakers-viewer](https://github.com/hua1995116/360-sneakers-viewer) | 国内一位前端开发者,基于 Three.js,为鸿星尔克写了一个「360° 全景看鞋展厅」,代码已在 GitHub 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KqXRi8jWG) +[windows11](https://github.com/blueedgetechno/windows11) | 国外一名前端工程师,在 Web 上复现了 Windows 11 的界面及部分功能,项目主要基于 React 搭建而成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kpv7vE7qf) +[PPTist](https://github.com/pipipi-pikachu/PPTist) | 一个基于 Vue3.x + TypeScript 的在线演示文稿应用,还原了大部分 PPT 常用功能,支持文字、图片、形状、线条、图表、表格等 6 种最常用的元素类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoZiPCBgq) +[Puppy](https://github.com/lmt-swallow/puppy-browser/) | GitHub 上有人基于 JavaScript V8 引擎和 Rust,搭建了一个微型浏览器,适合开发者用于学习和熟悉浏览器基础原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoznsBlK1) +[50projects50days](https://github.com/bradtraversy/50projects50days) | 该项目一共含有 50 个纯使用 HTML、CSS 和 JavaScript 实现的小 Demo,这当中有加载动画、时钟主题、密码生成器、动画倒计时、在线绘图等多个小应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Knt1Rw8wj) +[Fakeflix](https://github.com/Th3Wall/Fakeflix) | 一个比较不错的 Netflix 克隆项目,实现了电影播放、搜索、注册登录、无限滚动等功能。还通过 HTML 与 CSS,实现了其经典的开场动画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Knn8yiIcc) +[CSS Protips](https://github.com/AllThingsSmitty/css-protips) | 一个前端知识库,里面收集并整理了 CSS 相关的一些开发及使用技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KmjlfjGFK) +[Map of Javascript](https://github.com/mechaniac/Map-of-Javascript) | 开源的 JavaScript、数据结构与算法知识图谱。可用于日常工作或学习时的查漏补缺。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlsU06OhH) +[Utopia](https://github.com/concrete-utopia/utopia) | 一款比较不错的前端开发工具,可在浏览器上为 React 项目及其组件,提供实时展示的设计与编码环境,进一步优化编程体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KkrF07crE) +[playground-macos](https://github.com/Renovamen/playground-macos) | 作者基于 React 和 Tailwind CSS,在 Web 页面上实现了 macOS 的模拟界面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KjmkCFBRl) +[Revo Grid](https://github.com/revolist/revogrid) | 一款比较实用的前端组件,拥有可高度定制化的虚拟数据智能表格,涵盖了 Excel 上那些优秀特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JFfxep6Qz) +[《带你入门前端工程》](https://github.com/woai3c/introduction-to-front-end-engineering) | 一本开源的前端技术书籍,主要记录作者在近两年来,在前端工程师实践经验和学习心得方面的总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JENfKdl79) +[iMove](https://github.com/i5ting/imove) | 一个逻辑可复用的,面向函数的,流程可视化的 JavaScript 工具库。拥有流程可视化、逻辑复用、灵活可扩展等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JCZiRlywS) ### 工具 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[volbx](https://github.com/przemek83/volbx) | 一款可用于数据处理的图形工具,拥有数据加载、过滤、选择筛选、可视化、xlsx 与 CSV 格式导出等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAQVxdrAY) -[vulmap](https://github.com/zhzyker/vulmap) | 一款开源的 Web 漏洞扫描和验证工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAxz2BZFR) -[SteamTools](https://github.com/rmbadmin/SteamTools) | 一个包含多种 Steam 工具功能的工具箱,主要支持 Steam 社区反代理、多账号切换、成就统计管理、在 PC 上完成两步身份验证等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAfBUmKXM) -[rhubarb-lip-sync](https://github.com/DanielSWolf/rhubarb-lip-sync) | 基于语音让动漫人物嘴唇实现音画同步,开发者可将其应用于计算机游戏、动画卡通角色、视频 Vlog 等领域 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAeqQpQOW) -[multiavatar-php](https://github.com/multiavatar/multiavatar-php) | 一个开源的头像生成库,可为你生成 120 亿种不同风格的头像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA6bq6fHe) -[PandaOCR](https://github.com/miaomiaosoft/PandaOCR) | 一款多功能 OCR 图文识别工具,支持多种识别引擎,可识别图文、公式、表格等内容,还拥有翻译、朗读等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA3qVvblh) -[SwiftBar](https://github.com/swiftbar/SwiftBar) | 一款功能较为强大的 macOS 菜单栏定制工具,支持自行编写脚本,并集成到菜单栏上统一进行管理,配置灵活,可定制性强 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JySLrlEpT) -[odiff](https://github.com/dmtrKovalenko/odiff) | 称其为世界上最快的像素级图像对比工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyB5w7JtL) -[imgdiff](https://github.com/n7olkachev/imgdiff) | 比那个自称世界上最快的图像对比工具还快的图像对比工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyB5w7JtL) -[meli](https://github.com/getmeli/meli) | 一款开源的静态网站部署工具,支持在主域名下部署无数个静态站点,API 配置灵活,与 Let's Encrypt 证书完美整合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyzUrlYOE) -[snapdrop](https://github.com/RobinLinus/snapdrop) | 如果你想在本地多个 WiFi 设备间快速传输文件,那推荐你试下 Snapdrop 这款开源工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyyJoigAm) -[TinyCheck](https://github.com/KasperskyLab/TinyCheck) | 可用于检测与分析智能手机或 WiFi 关联设备的网络通信,以便快速识别出恶意请求的来源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyx9YsXc0) -[PlotJuggler](https://github.com/facontidavide/PlotJuggler) | 一款可视化时间序列的工具,通过在编辑器中可视化的处理数据,让你更为直观的进行数据分析 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyfSpcUv0) -[Depix](https://github.com/beurtschipper/Depix) | 可通过算法,快速移除文字截图上的马赛克,让其原始文本得以重新呈现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/u/5722964389) -[ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager) | 一个纯粹的、开源的 Windows 右键菜单管理程序 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwVo3leAY) -[takenote](https://github.com/taniarascia/takenote) | 一个基于 Web 的 Markdown 笔记应用:takenote,支持 Markdown 预览渲染、笔记之间链接跳转、语法高亮、便签拖拽、所见即所得等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwJBqrxaG) -[WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac) | Mac 微信插件支持为客户端设置多种界面主题、消息转发与防撤回、账号多开、自定义回复、退群监控等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwI2168PB) -[Clean-Me](https://github.com/Kevin-De-Koninck/Clean-Me) | 一款开源的 macOS 系统分析与清理工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwhjWadgk) -[xray](https://github.com/chaitin/xray) | 一款功能强大且完善的安全评估工具,支持的漏洞检测类型有 XSS 漏洞、SQL 注入、命令/代码注入、文件上传等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jw0P4wZUc) -[traduora](https://github.com/traduora/traduora) | 一个开源翻译平台 traduora,支持多人协作在线翻译,可导入导出 JSON、CSV、YAML 等多种文本格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvZE0A49X) -[Bob](https://github.com/ripperhe/Bob) | 一款开源的 Mac 端翻译软件,支持划词、截图、输入、插件等多种翻译方式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvNt2F0Ug) -[pretty-snap](https://github.com/kangabru/pretty-snap) | 让你为屏幕截图添加更为丰富与酷炫的背景图,并提供了多种配色及花纹图像供你选择,截图位置亦可调整 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jvdksa4nN) -[presenta-lib](https://github.com/presenta-software/presenta-lib) | 通过在页面上编写 Markdown 文档,便可快速生成 PPT 文稿。有需要的话,还能对字体颜色、类型、动画转场效果进行定制 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jv6g63UPj) -[dev-fonts](https://github.com/Gaafar/dev-fonts) | 支持直接在 Web 端实时预览与对比多款编辑器主题、字体及配色,帮你快速挑选一款心仪字体,并应用到实际开发环境中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jv2ITpnLR) -[siyuan](https://github.com/siyuan-note/siyuan) | 一款 Markdown 笔记应用:思源笔记,拥有块级引用和双向链接的网状特色,支持 Windows、Mac 和 Linux,可在浏览器上直接使用,支持移动端适配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuBCtmDHj) -[nodes-io](https://github.com/nodes-io/nodes-io) | 一个可视化编程工具,支持快速创建实时 3D 图形、可交互的 Web 应用、自定义和共享工具参数、可视化数据分析、构建复杂应用等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuA33wcga) -[qr-tunnel](https://github.com/coolwill/qr-tunnel) | 如果你觉得远程桌面的小文件传输方式有点繁琐,那么可以试下 QR tunnel 这款开源工具,可一键将文件转为二维码进行传输 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Juuy7gvnE) -[tmpmail](https://github.com/sdushantha/tmpmail) | 可用于快速生成临时电子邮箱 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtQtZFWMC) -[httptoolkit](https://github.com/httptoolkit/httptoolkit) | 一款开源的 HTTP(S) 调试、测试与构建工具,支持 Windows、Mac、Linux 等主流操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtJpCq4jT) -[optimizt](https://github.com/funbox/optimizt) | 一款开源的图片命令压缩工具,支持对 PNG, JPEG, GIF 和 SVG 等多种图片类型,并可将光栅图像转为 WebP 格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtxD01pxc) -[BiliBiliTool](https://github.com/RayWangQvQ/BiliBiliTool) | 一款基于 .Net Core 编写的跨平台的 B 站(哔哩哔哩)任务工具,通过 GitHub Actions 实现每日线上自动运行任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtpnHE6yK) -[Tool-X](https://github.com/rajkumardusad/Tool-X) | 一款 kali Linux 黑客工具安装器,使用后,便可在 termux app 和其它基于 Linux 的发行版中安装近 370 多种黑客工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jth894cYV) -[svg-path-editor](https://github.com/Yqnn/svg-path-editor) | 可让你在浏览器中快速创建或编辑 SVG 图形路径,拥有命令面板、视图框、路径操作等多个组合选项 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsUJX3OE8) -[HackBrowserData](https://github.com/moonD4rk/HackBrowserData) | 一款可全平台运行的、开源的浏览器数据导出解密工具,支持将密码、历史记录、Cookies、书签等导出内容进行解密 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsNFA19bl) -[monkey](https://github.com/guardicore/monkey) | 一款开源的安全测试工具,可用于测试数据中心受到内外部攻击后的恢复能力,在进行各项信息收集后会汇总成报告,帮助开发者进一步提升数据安全性 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jss47nQzK) -[notebooker](https://github.com/man-group/notebooker) | 一个可快速将 Jupyter Notebook 内容转换为 Web 报告的开发工具,其转化结果存储在 MongoDB 中,支持在 Web 界面上直接查询 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jskd1zt6b) -[filegogo](https://github.com/a-wing/filegogo) | 一款基于 WebRTC 开发的点对点加密文件传输工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsiDBob3P) -[Aragorn](https://github.com/njzydark/Aragorn) | 一款开源的对象存储管理工具,基于 Electron + React + TS 开发,可作为图床上传工具使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsaMxhSVF) -[histools](https://github.com/thesephist/histools) | 可将浏览器历史记录数据可视化,并生成热力图,让你清楚的看到在不同时间点,对不同网站的访问频率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Js1m287sl) -[BilibiliTask](https://github.com/srcrs/BilibiliTask) | Bilibili 助手,可自动完成每日任务,投币,点赞,直播签到,自动兑换银瓜子为硬币,自动送出即将过期礼物,漫画 App 签到等任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrJSh10Sy) -[vtracer](https://github.com/visioncortex/vtracer) | 可快速将 jpg、png 等格式的图片快速转换为 svg 矢量图,并支持过滤斑点、色彩精度等多种参数配置 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jrz4xxTIS) -[speedscope](https://github.com/jlfwong/speedscope) | 一款 Web 应用性能测试工具,支持在页面上快速查看页面的堆栈调用情况、内存占比,以便你更为快速的对 Web 应用进行优化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrizH6RO6) -[hoppscotch](https://github.com/hoppscotch/hoppscotch) | API 构建工具,满足了所有主流的 API 请求方法,并提供多款主题供用户选择定制,允许离线访问、文件管理、资源分享、文档构建、账户同步、语言国际化等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrhoDhCE7) -[UserScript](https://github.com/XIU2/UserScript) | 如果你一直对 GitHub 下载速度不甚满意,那么可以试下「GitHub 增强」这个油猴脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jr5dEDeBX) -[eul](https://github.com/gao-sun/eul) | 个开源的系统状态监控器:eul,支持查看 CPU、风扇、内存、电池、网络等各类参数的使用情况,习惯用 macOS 系统的同学可以试用一下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqYxDAD8e) -[pandasgui](https://github.com/adamerose/pandasgui) | 一款可用于分析 Pandas DataFrames 的 GUI 工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jqv560g19) -[gitui](https://github.com/extrawurst/gitui) | 一个基于 Rust 开发的 Git 终端工具,可让你更高效率的操作 Git | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqaEG92Zb) -[beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio) | 一款跨平台的开源 SQL 客户端,支持 Windows、Linux、macOS 等主流操作系统,拥有语法高亮、多任务执行、排序过滤数据、丰富的快捷键、查询历史记录等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JptrJdWvO) -[ASCII-Generator.site](https://github.com/hermanTenuki/ASCII-Generator.site) | 允许你通过图像或文本快速生成 ASCII 艺术字符图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jpr5CnbzI) -[iroiro](https://github.com/antfu/iroiro) | 一款可在终端运行的色彩查询工具,提供了不少简洁优雅的色系供开发者选择,其数据引用自日本传统色系 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jpg5HiEn0) -[vditor](https://github.com/Vanessa219/vditor) | 一款开源的 Markdown 编辑器(浏览器端),支持所见即所得(富文本)、实时渲染(类似 Typora)和分屏预览模式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpaAKbRgN) -[vulmap](https://github.com/zhzyker/vulmap) | 一款开源的漏洞扫描工具,可对 Web 容器、Web 服务器、Web 中间件以及 CMS 等 Web 程序进行漏洞扫描,并且具备漏洞利用功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jp8aUdn6W) -[Simpdf](https://github.com/shashanoid/Simpdf) | 一款简单易用的 PDF 在线编辑器,可直接在网页上对 PDF 文件进行解析编辑,并保留其文件结构及格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoFX86cC9) -[astrofox](https://github.com/astrofox-io/astrofox) | 一个比较有意思的动态影像应用,支持将音乐处理成可视化动态效果,并导出成视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JouXeBLEK) -[anbox](https://github.com/anbox/anbox) | 款比较实用的 Linux 工具,可在 GNU / Linux 系统上轻松运行 Android 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jog1LnF1a) -[server](https://github.com/screego/server) | 一款开源的屏幕共享工具,拥有更低延迟、更高质量的屏幕共享体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoeQH81g8) -[actionsflow](https://github.com/actionsflow/actionsflow) | 一款工作流程自动化辅助工具,可用于构建各类 App、数据、API 之间的工作流程,帮你更好的处理文件同步、信息收集、任务管理等事项 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JodFDdj2l) -[GHunt](https://github.com/mxrch/GHunt) | 一款开源的 OSINT(互联网公开情报) 采集工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JocuzkL0G) -[wireflow](https://github.com/vanila-io/wireflow) | 一款在线流程图绘制工具,支持使用 100 多种自定义图形、可进行多人协作、权限分配、实时聊天等功能、并拥有丰富的功能组件库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmYGfr5af) -[DevUtils-app](https://github.com/DevUtilsApp/DevUtils-app) | 一款比较实用的 Mac 开发者工具,提供了 Unix 时间戳解析、URL 编码/解码、JSON 格式化、JWT 调试器、query string 解析等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmPfKBbjO) -[bpytop](https://github.com/aristocratos/bpytop) | 一个开源的 Linux / OSX / FreeBSD 资源监控工具,支持显示处理器、内存、硬盘存储、网络与进程使用状态等信息,拥有多款可定制主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlWgc2RMT) -[tunic](https://github.com/mikeslattery/tunic) | 一款比较实用的 Linux 系统安装工具,无需借助 U 盘和更改 BIOS 配置,即可在当前系统下直接安装 Linux 系统(支持双系统) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlPbOAFiV) -[playwright-cli](https://github.com/microsoft/playwright-cli) | 一款 Web 调试神器,可将 Web 页面上的用户交互转化为 JavaScript 代码,以便用于后续调试工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlDpcfjRC) -[FreeCAD](https://github.com/FreeCAD/FreeCAD) | 一款开源的 3D 建模工具,可用于构建任意真实世界物件,组件丰富,操作便捷,应用广泛,其主要目的,在于帮你更好的创建高质量工程图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlkycyjJg) -[taskcafe](https://github.com/JordanKnott/taskcafe) | 一个基于 Go 与 Typescript 开发的看板开源软件,支持对任务进行筛选过滤、打标签、添加截止日期、分配成员、制定流程等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jl43l1TUx) -[material-shell](https://github.com/material-shell/material-shell) | 给喜欢折腾 Linux 桌面版的同学推荐个 GNOME 插件,它打破了常规桌面工作杂乱无章的布局方式,以提升生产力为导向,对整体操作界面进行了优化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jl07NEKhT) -[ProcMon-for-Linux](https://github.com/microsoft/ProcMon-for-Linux) | 微软在 GitHub 上开源了一款 Linux 版本的进程监控工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiUTk2hx7) -[ar-cutpaste](https://github.com/cyrildiagne/ar-cutpaste) | 一款很牛逼的 AR 工具,用户通过 Android 或 iOS 手机安装这款工具,然后对着目标物品进行拍摄,工具就会将物品从周围环境中抠取出来,之后即可将它粘贴到 Photoshop 软件中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiKhLCv21) -[present](https://github.com/vinayak-mehta/present) | 一个可以在终端演示幻灯片的工具,而且还可以带颜色和动效 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiDdodQcM) -[vimac](https://github.com/dexterleng/vimac) | 一款类似 Chrome 插件 Vimium 的 Mac 工具,在不借助鼠标或触摸板下,可通过键盘快捷键操作当前窗口,比如快速选中、上下滚动等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JizhQExYo) -[textshot](https://github.com/ianzhao05/textshot) | 一款高精度免费 OCR 工具,作者开发这款工具仅仅使用 139 行 Python 代码完成,就可快速提取截屏文本内容并复制到剪贴板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JisBPcGNp) -[Ventoy](https://github.com/ventoy/Ventoy) | 一款能用于制作可启动 U 盘的装机神器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhnrifpAG) -[screenshot.rocks](https://github.com/daveearley/screenshot.rocks) | 蛮实用的 Web 工具,可为自己的项目定制一张清新简洁的产品截图,支持设置浏览器边框样式、截图左右间距、背景样式、窗口组件,并提供 Chrome、Firefox、Edge 等主流浏览器插件下载 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhlRSq4VC) -[InfoSpider](https://github.com/kangvcar/InfoSpider) | 一个集众多数据源于一身的爬虫工具箱,其主要目的,在于帮助用户安全快捷的拿回自己的数据,并提供数据分析功能,基于用户数据生成图表文件,让用户能更直观、深入了解自己的信息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgXvVwOmN) -[full-mark-composition-generator](https://github.com/BeautyYuYanli/full-mark-composition-generator) | 满分作文生成器,该工具通过将专业术语与名人名言以随机的方式填入模板,生成一篇只有 "聪明人" 才能看懂的满分作文! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jfsq1rIbe) -[3d-book-image-css-generator](https://github.com/scastiel/3d-book-image-css-generator) | 可自动为书籍创建 3D 图像,并自动生成指定的 CSS 与 HTML 代码,方便开发者快速将图像嵌入网页中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcbkZyEfn) -[Stacer](https://github.com/oguzhaninan/Stacer) | 一个比较实用的 Linux 系统监控与优化工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JbqcvFRWN) -[super-productivity](https://github.com/johannesjo/super-productivity) | 一款开源的清单管理软件,兼容 Linux、MacOS 与 Windows 等主流操作系统,旨在减少重复性工作所浪费的时间,有利于你追踪各项信息,制定好工作计划 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9amtCi8l) -[sqlmap](https://github.com/sqlmapproject/sqlmap) | 一款比较实用的 SQL 渗透测试工具,开发者可利用它来完成程序的自动化检测,利用 SQL 注入漏洞,获取数据库服务器的权限 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7Vn5xOgP) -[lens](https://github.com/lensapp/lens) | 一款比较实用的 Kubernetes IDE,支持 Windows、Linux、macOS 等几大主流桌面平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvfGAidtx) -[MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator) | 一款针对文字游戏的机翻工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7aeBEIhL) -[magnetW](https://github.com/xiandanin/magnetW) | 一键搜全网磁力资源,支持 Window、macOS 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6LSF28XF) -[xgenecloud](https://github.com/xgenecloud/xgenecloud) | 一款极其实用的数据库开源神器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J66f8yguu) -[color-copy-paste](https://github.com/sonnylazuardi/color-copy-paste) | 一枚开源的实时取色神器,直接打开摄像头就能实时取色! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5GUxzN78) -[penrose](https://github.com/penrose/penrose) | 一款颇为实用的工具,你只需输入数学公式,便可快速生成极具美感的数学图表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5fBHFwxn) -[Dango-Translator](https://github.com/PantsuDango/Dango-Translator) | 一款颇为实用的 OCR 翻译软件,当你在屏幕上设定好翻译框后,任何出现框中的外文(英文、日文、韩文),都会被自动识别并快速翻译成中文 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J52fEBCA8) -[sharedrop](https://github.com/cowbell/sharedrop) | 一款基于 WebRTC 技术开发的点对点文件传输工具,支持在相同或不同网络间,快速传输不同格式的文件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4UuRqolS) -[CopyTranslator](https://github.com/CopyTranslator/CopyTranslator) | 翻译神器,你只需将文本复制到剪贴板,即可快速查看翻译结果,享受所见即所得的快感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4KY55sww) -[ZY-Player](https://github.com/Hunlongyu/ZY-Player) | 一个开源的跨平台视频资源播放器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4JoFgSGi) -[image-scrubber](https://github.com/everestpipkin/image-scrubber) | 可快速移除图像中的元数据(EXIF 数据)识别信息,实现局部关键位置的打码操作,以保障图像发布者的隐私安全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4BxAdryL) -[glance](https://github.com/samuelmeuli/glance) | 一款开源的 macOS 应用,可用于预览各类默认在 macOS 上不被支持的文件格式,其中包含 .cpp,.js,.json,.py 等代码文件,Markdown、压缩包、Jupyter Notebook 等多种不同文件格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3JkJgRVW) -[beekeeper-studio](https://github.com/beekeeper-studio/beekeeper-studio) | 一款开源的数据库管理工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J158KkLcD) -[text-to-handwriting](https://github.com/saurabhdaware/text-to-handwriting) | 一款文本转手写的转化工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0dkg9NmV) -[Kanmail](https://github.com/Oxygem/Kanmail) | 一款开源邮件客户端,兼容了 macOS、Linux、Windows 等平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFf2x7ZTA) -[bashtop](https://github.com/aristocratos/bashtop) | 一款 Linux 资源监控器,主要用于展示当前 Linux 系统的处理器、内存、硬盘、网络和进程等各项资源的使用情况与统计报告 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFdt6FRiQ) -[mkdocs](https://github.com/mkdocs/mkdocs) | 一个可用于快速创建项目文档的开源神器,这款工具希望帮助开发者以更加快速、便捷的方式来创建项目文档,并为其生成更加简洁直观的静态站点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICeQIu8kB) -[Yearning](https://github.com/cookieY/Yearning) | 一款可用于 SQL 审核的开源神器,该工具致力于帮助开发者快速完成 SQL 语句的审核、检测、执行、回滚等操作,使日常的 SQL 变动得以更加规范化、标准化 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IBtMnkTfX) -[darling](https://github.com/darlinghq/darling) | 让你在 Linux 上无缝运行 macOS 系统软件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IAOt45NSv) -[Bob](https://github.com/ripperhe/Bob) | 一款开源的 Mac 端翻译软件,支持划词、截图、输入、插件等多种翻译方式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IA72IxYjR) -[showdoc](https://github.com/star7th/showdoc) | 一款非常适合 IT 团队的开源在线 API 文档、技术文档工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IzXrhgiRr) -[Thief-Book](https://github.com/cteamx/Thief-Book) | 一款最强的 Windows、Mac 和 Linux 跨平台摸鱼神器,可以在任务栏、桌面、TouchBar上进行摸鱼,支持小说、股票、按键翻页、鼠标翻页、自动翻页等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ipp1ta8cj) -[gnirehtet](https://github.com/Genymobile/gnirehtet) | 一款免费开源的工具,手机通过 USB 连接电脑,即可使用电脑网络上网 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IoWJYxhCd) -[google-images-download](https://github.com/hardikvasa/google-images-download) | 一款开源免费批量下载 Google 图片的工具,支持 macOS、Windows 及 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InDP39g4X) +[Pure Live](https://github.com/iyear/pure-live-core) | 国人在 GitHub 上开源了一个直播系统,简单纯粹,支持直播、弹幕等功能。跨平台,甚至可以运行在路由器上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7OvtA3t3) +[sealos](https://github.com/fanux/sealos) | 一款开源的 k8s 部署工具,一条命令离线安装高可用 kubernetes,3min 装完,700M,100 年证书,版本不要太全,生产环境稳如老狗。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7QRAxoed) +[VNote](https://github.com/vnotex/vnote) | 一款开源的 Markdown 编辑器,提供了强大的笔记管理模式,使得 Markdown 记笔记更轻松简单,并支持 Linux、Windows、macOS 等平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7XVXggyr) +[markmap](https://github.com/gera2ld/markmap) | 一个蛮实用的 GitHub 开源工具,可快速将 Markdown 文档转为直观可视化的思维导图,并且能集成到 VSCode 上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8j95n2eX) +[QingScan](https://github.com/78778443/QingScan) | 一款开源的漏洞挖掘工具,集多个功能于一体,支持 Web 扫描、系统扫描、子域名收集、主机发现、组件识别、URL 爬虫、XRAY 扫描、POC 批量验证,SSH 批量测试、vulmap 等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8ruJ15R1) +[Fake You](https://fakeyou.com) | 一款很好玩的 AI 工具,可将文本自动转换为动漫角色、明星等名人语音,并为其配上开口说话的视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8szzjJWR) +[PushDeerOS](https://github.com/easychen/pushdeer) | 一个可快速搭建消息推送服务的开源工具,遵循了易用、可控、渐进的产品设计原则。简单便捷,输入 URL 即可完成消息推送。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7vEt3mZg) +[Vue Color Avatar](https://github.com/Codennnn/vue-color-avatar) | 一个开源的卡通头像生成器,纯前端实现,拥有各类头像搭配组件。随机生成头像时,有一定概率会触发彩蛋。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L74y1uDBZ) +[Loaf](https://github.com/DinoChan/Loaf) | 一款摸鱼工具,点击按钮,便会假装弹出 Windows 系统更新界面,然后就能光明正大地摸鱼了。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6Sn3u5iF) +[Yuno](https://github.com/Yuno) | 一款动漫搜番神器,可让 AI 通过文字描述,帮你快速找到相似动漫。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6ba7r5LY) +[Repobeats](https://repobeats.axiom.co/) | 可在 GitHub README 页面上,添加酷炫的可视化统计图表,用以展示项目代码的提交频率、分支合并及 issue 状态。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5iaytiKP) +[DooTask](https://github.com/kuaifan/dootask) | 一款轻量级的、开源的在线项目任务管理系统,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时 IM,文件管理等工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4WLf759P) +[appsmith](https://github.com/appsmithorg/appsmith) | 一个开源的低代码构建平台,可对接各类数据源,帮你快速搭建管理后台、开发工具、企业 CRM 系统等各类项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4N8zATDx) +[Image Optimizer](https://github.com/antonreshetov/image-optimizer) | 墨西哥一位前端工程师开源的图像及矢量图压缩工具,可通过拖拽快速完成压缩。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4uhzCjO8) +[PyTorch Live](https://github.com/pytorch/live) | PyTorch 官方前不久发布了一套工具包,可帮助开发者,快速构建移动端 AI 应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4t6xxmgs) +[designstripe](https://designstripe.com/) | 国外一款插图绘制工具,让不懂设计的人也能自制插图。完成后的插图,可导出成 PNG、JPG、SVG(付费用户)等格式,并应用到个人项目、博客、图书、周边等场景上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4m29vWiz) +[Paper Digest](https://www.paper-digest.com/) | 东京大学发布的一款工具,可利用 AI 为每篇论文生成摘要,将阅读时间缩短为 3 分钟。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4cBFzeVW) +[Fuso](https://github.com/editso/fuso) | 一款快速,稳定,高效,轻量的内网穿透,端口转发工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4bqB6pMx) +[VTracer](https://github.com/visioncortex/vtracer) | 可快速将 JPG、PNG 等格式的图片快速转换为 SVG 矢量图,并支持过滤斑点、色彩精度、曲线拟合等多种参数配置。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3Royre28) +[Connect Papers](https://www.connectedpapers.com/) | 一款论文可视化检索神器,当你搜索论文时,该工具会自动生成直观的可视化图谱,展示多篇论文的关联度、引用度及时间跨度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3fGyml8X) +[Dev Lake](https://github.com/merico-dev/lake) | 一款开源的 DevOps 开发工具,可将 DevOps 数据以实用、个性化、可扩展的视图呈现,完成数据的收集、分析和可视化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L39ZqdlW7) +[Penpot](https://github.com/penpot/penpot) | 首个开源的 UI 设计与原型制作平台,拥有多款 UI 组件与样式、交互式原型以及项目设计示例与模板,帮你更快完成项目设计工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2Np4cKxH) +[Form Create](https://github.com/xaboy/form-create) | 一个在线动态表单生成器,用户只需上传 JSON 数据,即可快速生成表单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2DYAaxXw) +[tldraw](https://github.com/tldraw/tldraw) | 一个轻量级,功能强大的绘画 App,自带画笔、橡皮、线框、文字等工具,用户可自定义画笔颜色、线框样式等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2jKl0GqF) +[AppFlowy.IO](https://github.com/AppFlowy-IO/appflowy) | 一个开源的 Notion 替代品,完成了个人笔记 - 知识库 - 任务管理的功能结合。除了具备 Notion 的基础核心功能外,该项目还支持自托管与离线模式,数据与安全性可控。开发者可任意定制项目模板、插件、主题等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1RgHySLX) +[Lorien](https://github.com/mbrlabs/Lorien) | 一款开源的画板与笔记工具,可用于日常文字记录和头脑风暴等场景,也可绘制草图或图标。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1N8WAAEz) +[Loud Reader](https://www.loudreader.com/) | 一个颇为实用的 Web 电子书阅读器,可让你直接在浏览器阅读电子书,支持 epub、azw3、mobi、pdf 等多种文件格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1DIrF9fc) +[avataaars-generator](https://github.com/fangpenlin/avataaars-generator) | 一款开源的卡通头像生成器,可自定义发型、眼镜、肤色、衣着、嘴型等属性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1uhWATTJ) +[natpass](https://github.com/lwch/natpass) | 新一代 NAT 内网穿透工具,支持 TCP 隧道、shell 隧道 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1sUIfzv5) +[ProsePainter](https://github.com/Morphogens/ProsePainter) | 一款比较有意思的工具,可基于机器学习,通过文字描述来生成图像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1pblje2K) +[SQLime](https://github.com/nalgeon/sqlime) | 一个开源的 SQLite 在线工具,可用于调试与分享 SQL 片段,跟前端开发工具 JSFiddle 有点像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1kRs3UcQ) +[Rhubarb Lip Sync](https://github.com/DanielSWolf/rhubarb-lip-sync) | 一款比较有意思的开源工具,可通过真实录音,让动漫人物的嘴唇实现音画同步。开发者可将其应用于计算机游戏、动画卡通角色、视频 Vlog 等场景上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0Fq82dgy) +[Motor Admin](https://github.com/motor-admin/motor-admin) | 一款项目管理后台搭建工具,无需编码,即可快速为应用搭建简单易用的管理后台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFQaxCXTx) +[Uncle 小说](https://github.com/unclezs/uncle-novel) | 一款开源的小说下载与阅读工具目录解析与书源结合,支持有声小说与文本小说,可下载 mobi、epub、txt 格式文本小说,兼容 Windows、macOS、Linux 等操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFJux7Br9) +[spy-debugger](https://github.com/wuchangming/spy-debugger) | 一款比较实用的手机页面调试、抓包工具,无需通过 USB 连接设备,即可实现远程调试手机浏览器页面、移动端应用 WebView,支持 HTTP / HTTPS。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFnT2rkln) +[Shotcut](https://github.com/mltframework/shotcut) | 一款免费开源的视频编辑器,兼容 Windows、macOS、Linux 等主流操作系统。支持最新音视频格式与 4K 分辨率,可实现视频特效添加、内容剪切、时间轴校对、滤镜及色彩调整等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEZx6uCGl) +[Note Garden](https://notegarden.web.app/) | 一款比较实用的笔记工具,可自动为个人学习笔记创建教程,利用算法助你温习笔记内容,双向链接 - 高效检索笔记内容,兼容多种数学公式,生成图片完型填空测试题等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEXaYlllf) +[ShareX](https://github.com/ShareX/ShareX) | 一款功能颇为强大的 Windows 截图与录屏工具,支持截图、录屏、OCR 文本识别、图像水印添加、内容上传、地址分享、颜色调整、图像编辑、视频格式转换等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEOVxskOw) +[Perspective](https://github.com/finos/perspective) | 一个交互式、可视化数据分析工具,可用于创建数据报告、数据面板、科研笔记及应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEMb3lcbz) +[亲戚关系计算器](https://github.com/mumuy/relationship) | 国内一位开发者在 GitHub 开源了「亲戚关系计算器」,只需像计算器一样简单输入,即可推算出亲戚称谓。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEI3l3I8Y) +[SQLMap](https://github.com/sqlmapproject/sqlmap) | 一款比较实用的 SQL 渗透测试工具,开发者可利用它来完成程序的自动化检测,利用 SQL 注入漏洞,获取数据库服务器的权限。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEpcl2VdW) +[CleanUp.pictures](https://github.com/initml/cleanup.pictures) | 一款颇为有趣的在线工具,可通过画笔,在线擦除图像中的物品对象。此外,还支持自定义画笔大小、图片还原、素材下载等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDTbvCDdG) +[RawGraphs](https://github.com/rawgraphs/rawgraphs-app) | 一款比较实用的数据可视化工具,通过粘贴或上传表格数据,即可快速生成数据可视化图形。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCFLx6yCy) +[henggeFish](https://github.com/SkewwG/henggeFish) | 一款可自动化、批量发送钓鱼邮件的开源工具,主要为了解决 "护网" 中大量目标需要发送钓鱼邮件的痛点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCA4o26Cb) +[Vulmap](https://github.com/zhzyker/vulmap) | 一款开源的漏洞扫描工具,可对 Web 容器、Web 服务器、Web 中间件以及 CMS 等 Web 程序进行漏洞扫描,并且具备漏洞利用功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCmYA1urL) +[NETworkManager](https://github.com/BornToBeRoot/NETworkManager) | 一款开源的 Windows 网络管理工具,拥有 IP 扫描、端口扫描、路由跟踪、DNS 查询等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KC5eBip2F) +[Quickemu](https://github.com/wimpysworld/quickemu) | 由国外 Linux 开发者 Martin 在 GitHub 开源的一款虚拟机安装工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBUD2hdWP) +[Uptime Kuma](https://github.com/louislam/uptime-kuma) | 一款开源的网站监控工具,功能类似「Uptime Robot」,可用于监控当前网站的运行状态。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBMnBn7dH) +[Xplorer](https://github.com/kimlimjustin/xplorer) | 印尼高中生 Kimlim 开发的一款可定制、现代化的跨平台文件管理器,支持 Windows、Linux、macOS 等主流桌面系统,允许直接预览图片、文档、视频,免费开放,基于 Apache-2.0 许可开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAqIdiN4Z) +[Notion Avatar](https://github.com/Mayandev/notion-avatar) | 作者提供了一系列组件,可让你在线定制类似 Notion 风格的个人头像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAmMFaikA) +[MPLG](https://everydayanchovies.github.io/mplg/mplg) | 一款比较实用的 Matplotlib 客户端,支持可视化设计并绘制图形,并将图形导出成 PNG、PDF、SVG 等文件格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAdm9oUKo) +[iroiro](https://github.com/antfu/iroiro) | 一款可在终端运行的色彩查询工具,提供了不少简洁优雅的色系供开发者选择,其数据引用自日本传统色系。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KA6G8wdmP) +[Draw on PDF](https://www.goodannotations.com/tools/draw-on-pdf) | 一款比较实用的 PDF 在线标注工具,可在线对 PDF 文件进行标注、绘制图案。完成后可通过链接分享给其他人,支持 PC 及移动端设备。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzXfE3Cfi) +[WeChat Export](https://github.com/luin/wechat-export) | 一款开源的微信消息导出工具,可将聊天记录导出成 HTML 文件、支持文本、语音、图片、视频、消息等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzuY9q5zG) +[btop](https://github.com/aristocratos/btop) | 一个开源的 Linux / OSX / FreeBSD 资源监控工具,支持显示处理器、内存、硬盘存储、网络与进程使用状态等信息,拥有多款可定制主题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kzo5X4KcG) +[Bili.Uwp](https://github.com/Richasy/Bili.Uwp) | 一款开源的 B 站第三方应用,支持 Windows 10/11 系统,主打设计和易用性,自发布后收到不少用户好评。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzmIJEBuF) +[darling](https://github.com/darlinghq/darling) | 可让你在 Linux 上无缝运行 macOS 系统软件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyL0K0n0n) +[x11docker](https://github.com/mviereck/x11docker) | 一款开源工具,可让开发者在 Docker 上跑图形界面程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyApaBRmN) +[youtube-dl-gui](https://github.com/jely2002/youtube-dl-gui) | 如果你平时有下载 YouTube 视频的需求,又不习惯使用命令行,那么可以试下 youtube-dl-gui 这款下载工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kyze72gdn) +[SpeechBrain](https://github.com/speechbrain/speechbrain/) | 一个功能齐全的语音工具包,提供语音识别(支持普通话)、语音增强、语音处理、多麦克风信号处理、模块化定制等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KypNCdq4w) +[Kubescape](https://github.com/armosec/kubescape) | 第一款可用于测试 Kubernetes 是否已安全部署的开源工具。测试结果将以 NSA 发布的《Kubernetes 加固指南》为标准。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kygn81kal) +[Code IMG](https://codeimg.io/) | 一款免费在线把源代码生成高逼格的图片工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxpxuA9vU) +[Age](https://github.com/FiloSottile/age) | 一款简单易用的现代化安全加密工具,可基于非对称加密算法,快速给私密文件进行加密。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxmZctYRL) +[Macast](https://github.com/xfangfang/Macast) | 一个可将手机视频、图片、音乐等资源快速推送到电脑端的开源应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxlO9pcfg) +[CutefishOS](https://github.com/cutefishos) | 一个基于 Linux 开源的桌面系统,由国内团队开发,注重简洁、美观和实用性,整体 UI 风格跟 macOS 颇为相似。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxaOetqme) +[git-cliff](https://github.com/orhun/git-cliff) | 一款比较实用的命令行工具,可从日常 Git 提交记录中提取关键信息,自动生成项目更新日志,减少重复性工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kx48dAJz9) +[Screego](https://github.com/screego/server) | 一款开源的屏幕共享工具,可选择分享电脑全屏、窗口、浏览器标签页等三种分享模式,并拥有更低延迟、更高质量的屏幕共享体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwVSMp1Ue) +[Qwerty Learner](https://github.com/Kaiyiwing/qwerty-learner) | 一款开源的单词记忆与英语肌肉记忆锻炼软件,主要将英语单词的记忆与键盘输入的肌肉记忆相结合,可在背诵单词的同时巩固肌肉记忆。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwUHIdNhq) +[Airbyte](https://github.com/airbytehq/airbyte) | 一款开源的数据集成平台,可通过 API、应用、命令行工具等方式,在短短几分钟内完成数据集成,以便后续使用与管理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwsqdFLi2) +[Kuboard](https://github.com/eip-work/kuboard-press) | 一款专为 Kubernetes 设计的开源管理界面。具备多集群管理、权限管理、监控套件、日志套件等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwpFKrQxw) +[exatorrent](https://github.com/varbhat/exatorrent) | 一款开源的 BitTorrent 种子客户端,具备自托管、简单易用、功能丰富、轻量级等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwhOFvCwZ) +[Sharingan](https://github.com/didi/sharingan) | 一款开源的项目流量录制工具,可录制线上真实请求流量,并进行回放测试。适合项目重构、回归测试等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvIEYisMy) +[XgeneCloud](https://github.com/xgenecloud/xgenecloud) | 一款较为实用的数据库开源神器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvxRfoMox) +[Label Studio](https://github.com/heartexlabs/label-studio) | 一款开源的数据标注神器,可用于标注音视频、文本、图像、时间序列等数据类型,并导出为多种模型格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kv6KPqpsl) +[FSNotes](https://github.com/glushchenko/fsnotes) | 一款开源的 macOS / iOS 笔记软件,支持语法高亮、在线图像、标签组织、跨笔记链接、暗黑模式、Git 版本控制等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kv5zLe5b2) +[Low-power Kindle dashboard](https://github.com/pascalw/kindle-dash) | 可将越狱的 Kindle 设备打造为节能仪表面板,面板显示内容为服务器返回的 PNG 图像,因此开发者可自行定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuXkjBKQF) +[gushi_namer](https://github.com/holynova/gushi_namer) | 一款开源工具:「你的名字」,可用诗经、楚辞、唐诗、宋词来随机起名字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuNTP4IW8) +[Sherloq](https://github.com/GuidoBartoli/sherloq) | 一款开源的图像取证工具,可对图像具体信息进行提取、分析、比对,并以此检测图像是否被篡改或伪造,功能颇为强大。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuCjn8RwZ) +[Rhit](https://github.com/Canop/rhit) | 一款开源的 Nginx 日志浏览工具,可将日志文件按照日期、响应状态、存储路径等进行筛选分类,让你更为直观且高效的阅读 Nginx 日志。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KulCl8ldH) +[cxx2flow](https://github.com/Enter-tainer/cxx2flow) | 国内开发者在 GitHub 上开源的一款工具,可将 C/C++ 代码快速转换为流程图,便于增强图表复用率与团队协作效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kukrior9u) +[dev-sidecar](https://github.com/docmirror/dev-sidecar) | 一款开源的开发者辅助工具,提供 GitHub、Stack Overflow、NPM 等开发者工具的访问加速功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuhGNtywK) +[Systemizer](https://github.com/honzaap/Systemizer) | 一款开源的系统设计工具,可用于创建、模拟大规模分布式系统数据流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtgrOcaFc) +[Nodes](https://github.com/nodes-io/nodes-io) | 一款比较实用的可视化编程工具,该工具支持快速创建实时 3D 图形、可交互的 Web 应用、自定义和共享工具参数、可视化数据分析、构建复杂应用等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsYLRwGdM) +[Excalidraw](https://github.com/excalidraw/excalidraw) | 一款开源的笔记手绘工具,支持 Excel 表格导入、内容翻译、图形绘制、加密协作等功能,微博附图为该工具的绘图示例。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsDyKBRzr) +[RPCS3](https://github.com/RPCS3/rpcs3) | 一款开源的索尼 PS3 模拟器与调试工具,支持在 Windows、Linux 及 BSD 系统上运行 PS3 游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsBZl2bNh) +[smarGate](https://github.com/lazy-luo/smarGate) | 一款开源的内网穿透工具,基于 C++ 实现,无需公网 IP,拥有小巧,易用,快速,安全,多链路聚合等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ksu8g4R5K) +[Muboard](https://github.com/susam/muboard) | 一款开源的数学白板工具,可通过编写 Markdown + LaTeX,在 Web 页面上进行展示,方便用于教学、演讲、会议等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ksn3Sprya) +[icones](https://github.com/antfu/icones) | 一款颇为实用的图标库搜索工具,拥有数量丰富的图标库,支持模糊搜索、图标字体打包、SVG 下载、类别过滤、脚本复制等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KslSOtCKp) +[Image to LaTeX](https://github.com/kingyiusuen/image-to-latex) | 一款比较实用的开源工具,可将 LaTeX 公式图片,快速转换为可复制的 LaTeX 代码公式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsdDnyoW6) +[Rubick](https://github.com/clouDr-f2e/rubick) | 一款开源桌面工具箱,支持快速搜索当前系统应用、截屏、取色、锁屏、右键增强等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kscskc0SJ) +[Mapus](https://github.com/alyssaxuu/mapus) | 一款具有实时协作功能的地图工具,开发者可通过绘制、标记等方式,与同伴一起规划行程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ks31P4shw) +[TTSkit](https://github.com/KuangDD/ttskit) | 一款开源的语音合成工具箱,支持文本转语音,可在线配置参数,并拥有多种音色选择。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KrTBkgIu1) +[水泽](https://github.com/0x727/ShuiZe_0x727) | 一款开源的信息收集自动化工具,只需输入根域名,即可全方位收集相关资产,并检测漏洞。也可以输入多个域名、C 段 IP 等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KrLlTjjpr) +[TheBoard](https://github.com/toger5/TheBoard) | 一款开源的白板协作工具,支持用户在 Web 页面上,绘制、涂改、标记并分享白板上的内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KrKaPlh7S) +[DataEase](https://github.com/dataease/dataease) | 一款开源的数据可视化分析工具,可帮助用户快速分析数据并洞察业务趋势,从而实现业务的改进与优化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kr9DU9SPE) +[macOS Virtualbox](https://github.com/myspaghetti/macos-virtualbox) | 一个可在 VirtualBox 上快速安装 macOS 系统的开源脚本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KqoHBg1xI) +[Wireflow](https://github.com/vanila-io/wireflow) | 一款开源的在线流程图绘制工具,支持使用 100 多种自定义图形、可进行多人协作、权限分配、实时聊天等功能、并拥有丰富的功能组件库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kq1ITc3rH) +[tmpmail](https://github.com/sdushantha/tmpmail) | 一个比较实用的命令行工具,可用于快速生成临时电子邮箱。当你需要注册某些不太重要的网站,接收某些临时电子邮件,规避垃圾邮件轰炸时能派上大用场,并且能帮你进一步提升隐私安全性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpTROrWeZ) +[CopyTranslator](https://github.com/CopyTranslator/CopyTranslator) | 一个开源的翻译神器,你只需将文本复制到剪贴板,即可快速查看翻译结果,享受所见即所得的快感。在对翻译结果的处理上,还会帮你解决多余的断句和换行所带来的乱码问题,使其更符合阅读习惯。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpDmWepOO) +[Ventoy](https://github.com/ventoy/Ventoy) | 一款能用于制作可启动 U 盘的装机神器,有了它之后,今后装机无需再反复格式化 U 盘,只需将 ISO/WIM/IMG/EFI 文件拷贝到 U 盘即可启动,无需其他操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KptWsydn6) +[WiFi Card](https://github.com/bndw/wifi-card) | 一款比较实用的开源工具,作者是来自西雅图的开发者 Ben Woodward,这款工具的作用,是能将 WiFi 名称和密码,快速转化为二维码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoINY1PYU) +[File Browser](https://github.com/filebrowser/filebrowser) | 如果你考虑搭建一个私人网盘,在线管理各种文件资源,那么这个开源项目应该能派上用场。该工具内置登录系统,可在线删除、编辑、创建文件,允许分配多个用户权限,在 Web 浏览器上执行自定义命令行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ko4W1jCW1) +[nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) | 知名云服务器厂商 Digital Ocean 开源的一款后端开发工具。通过更为人性化的可视化界面,帮你快速设置并生成 Nginx 配置文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnXFx1XTZ) +[ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) | 一款比较实用的互联网资源存档工具,可离线保存你浏览过网页内容,其中包括 HTML 页面、PDF 文件、图像视频等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnLSRd95c) +[Mathpix](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) | 如果你经常用 LaTeX 编写文档,可以试下 Mathpix。这款工具能将带数学公式的截图一键转成 LaTeX 代码,堪称神器! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnEOv1vM1) +[Audacity](https://github.com/audacity/audacity) | 一款功能颇为强大的多轨音频编辑及录制工具,可导入导出多种音频格式,通过可视化界面,快速分析音频信号。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnB5hfOfL) +[Typora LaTeX theme](https://github.com/Keldos-Li/typora-latex-theme) | 为了方便本科生撰写小型论文或实践报告,浙大一名学生在 GitHub 开源了一个仿 LaTeX 主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnrwPefEv) +[SigNoz](https://github.com/SigNoz/signoz) | 一款比较实用的开源工具,作为 DataDog、NewRelic 的开源替代品,可帮助开发者实时监控并分析项目问题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KmysSDwdM) +[mumble](https://github.com/mumble-voip/mumble) | 一款开源的语音聊天软件,具备低延迟、通信质量高、安全私密性强等特点,适合用于通话或游戏交流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KmnsYvvmB) +[WhyNotWin11](https://github.com/rcmaehl/WhyNotWin11) | 一款脚本工具,可用于快速检测电脑是否适用于 Windows 11,其中包括主机整体基础架构、CPU 兼容性、硬盘分区类型、RAM、存储空间等属性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Km8JGBcrW) +[NocoDB](https://github.com/nocodb/nocodb) | 一款开源的在线表格工具,可将各类主流 SQL 数据库转为智能电子表格,作为 Airtable 的开源替代方案,功能颇为强大。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlNkqdpVd) +[Files](https://github.com/files-community/Files) | 一款在 GitHub 开源的 Windows 文件管理神器,发现该软件的诸多特性挺适合开发者日常处理工作的。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlGQyzo0Y) +[Yearning](https://github.com/cookieY/Yearning) | 一款可用于 SQL 审核的开源神器,该工具致力于帮助开发者快速完成 SQL 语句的审核、检测、执行、回滚等操作,使日常的 SQL 变动得以更加规范化、标准化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Klx1HtXSV) +[小白羊](https://github.com/liupan1890/xiaobaiyang2) | 国内一名开发者 GitHub 上开源了一款网盘工具,该工具支持多账号管理、文件在线预览、批量管理、队列上传与下载、任务脚本回调、远程操作访问等核心功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlbCH6Thy) +[ENScan](https://github.com/wgpsec/ENScan) | 一款开源的企业信息查询工具,可用于更加快速的获取企业信息,减少收集的工作量。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KkCgyxPNT) +[Narakeet](https://github.com/narakeet/examples) | 一款颇为实用的工具,可将 Markdown 或 PPT 文档快速转换为视频,便于应用到项目教程、Demo 或者 Vlog 等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KjGwIAFGP) +[RustDesk](https://github.com/rustdesk/rustdesk/) | 一款开源的远程桌面控制程序,开箱即用,无需配置,可充当 TeamViewer 和 AnyDesk 的替代品。软件数据可自行托管到私有服务器,确保数据安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KjvUXb2tt) +[Nettu Meet](https://github.com/fmeringdal/nettu-meet) | 一个开源的视频会议系统,为交互式在线辅导而生。该系统主要支持实时视频会议,屏幕、白板、文件共享,文字消息聊天,数学图形绘画等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KjoQB1B7p) +[Orchest](https://github.com/orchest/orchest) | 一款比较实用的开发工具,里面集成了各类常用的数据科学工具,开箱即用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kjd3Y4ADs) +[Cloudreve](https://github.com/cloudreve/Cloudreve) | 一个开源的公有云文件系统,支持多家云存储驱动,客户端直传、下载限速、文件管理、用户权限分配等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KjbuxAkG6) +[macOCR](https://github.com/schappim/macOCR) | 一款适用于 Mac 的 OCR 命令行工具,开发者可以用它将电脑屏幕上的文本信息转换为剪贴板上的文本,目前已支持多个不同语言文字的识别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KikSk81Ji) +[termpair](https://github.com/cs01/termpair) | 一个挺有趣的开发工具,开发者可通过浏览器实时访问、使用电脑上的命令行终端,整个访问过程将基于端对端加密 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KijG2AyyZ) +[what-anime-cli](https://github.com/irevenko/what-anime-cli) | 一个挺有意思的命令行工具,可在命令行中通过动漫图片,快速检索出其作品信息,支持多种图片格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[deskreen](https://github.com/pavlobu/deskreen) | 可将电脑屏幕共享到任意带有浏览器的设备上,使之成为电脑的第二块屏幕。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JELGkBbAV) ### 移动端 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[noteless](https://github.com/redsolver/noteless) | 一款开源的 Markdown 安卓编辑器,支持语法高亮、多主题、全文搜索、附件嵌入及多种主流公式图标 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JASuXBVUI) -[flutter_example_apps](https://github.com/bizz84/flutter_example_apps) | 里面收集了多个基于 Flutter 开发的项目,按照不同编程水平,将项目划分为初、中、高三个等级 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyJkWtwbK) -[DiDiPrism](https://github.com/didi/DiDiPrism) | 滴滴前不久在 GitHub 上开源了一款专注于移动端操作行为的工具,涵盖了 APP 操作回放、操作检测、以及数据可视化能力 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyrF0j43l) -[AI-Radio](https://github.com/iampawan/AI-Radio) | 一款基于 Flutter 开发音乐 App:AI Radio,自带 AI 智能语音助手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxGBYcmHs) -[E-commerce-App-UI-Flutter](https://github.com/abuanwar072/E-commerce-App-UI-Flutter) |一个电商类 Flutter App,仅有最常见的商品列表页及商品详情页,页面非常干净简洁好看且带有过渡动画 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjvqgsVGI) -[Flutter-Course-Resources](https://github.com/londonappbrewery/Flutter-Course-Resources) | 一份适合新手的 Flutter 教程,教程一共分为 16 节,分别介绍了如何搭建环境、如何创建 Flutter 应用、如何使用 UI 组件等,从入门到完整开发出一个 FLutter 应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiARguXBi) -[awesomefluttertips](https://github.com/erluxman/awesomefluttertips) | 里面收集了一些 Flutter 相关的开发技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jc5Q2nufn) -[AndroidKnowledgeSystem](https://github.com/feelschaotic/AndroidKnowledgeSystem) | 一份最全 Android 进阶路线知识图谱 + 干货资料收集 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InJk0leNr) +[fl_chart](https://github.com/imaNNeoFighT/fl_chart) | 一款开源的 Flutter 图表动画组件库:fl_chart,支持折线图、条形图、饼图、散点图和雷达图等多种图表,并且都拥有不错的动画效果 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](%id/L7NkobNfX) +[Bruno](https://github.com/LianjiaTech/bruno) | 一套开源的企业级移动端 Flutter 组件库,自带 100+ 组件,开箱即用,主题可自定制,并拥有简约大气的交互和视觉风格。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6LH2lZ8j) +[Flipper](https://github.com/facebook/flipper) | 一款移动端调试工具,可在 PC 桌面上可视化调试与控制 iOS、Android 与 React Native 应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBVO69M7x) +[Scrcpy](https://github.com/Genymobile/scrcpy) | 一个通过 USB(或 TCP / IP)连接到电脑上高清显示和流畅控制 Android 设备的工具,适用于 GNU/Linux、Windows 和 Mac OS,无需 root 权限。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxYHbjD7W) +[Awesome Flutter Desktop](https://github.com/leanflutter/awesome-flutter-desktop) | 收录了一系列基于 Flutter 开发的组件包与开源项目,其中包括密码管理器、音乐播放器、翻译词典、漫画阅读器等应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxcnEzg5O) +[Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) | 微软发布的一款专注于移动端应用的 UI 图标库,针对 iOS、Android、Flutter 等不同开发平台,微软均提供了可快速安装的方式,集成与使用一气呵成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwtBitJ3Y) +[Flutter UME](https://github.com/bytedance/flutter_ume) | 一款 Flutter 应用内调试工具平台,里面内置了 Widget 信息、颜色吸管、对齐标尺、代码查看、日志展示、内存及 CPU 信息等 10 个插件。开发者可自行创建插件,并集成进 UME 平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KqWhS0i5W) +[fl_chart](https://github.com/imaNNeoFighT/fl_chart) | 一款开源的 Flutter 图表动画组件库,支持折线图、条形图、饼图、散点图和雷达图等多种图表,并且都拥有不错的动画效果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7NkobNfX) -### 命令行工具 +### 插件 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[gping](https://github.com/orf/gping) | 一款命令行工具,可为常用 ping 命令添加可视化的图形输出结果 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JutnaaK3y) -[nb](http://github.com/xwmx/nb) | 一个实用的命令行脚本工具,支持在命令中快速存储纯文本内容、内容加密、搜索与过滤,并基于 Git 进行同步、书签化内容管理等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtyO3FoE3) -[sqlite-utils](https://github.com/simonw/sqlite-utils) | 如果你想在命令行中比较简便的操作 SQLite 数据库,可以试下 sqlite-utils 这个 Python 库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtzZ7wPUk) -[rembg](https://github.com/danielgatis/rembg) | 一款可用于快速移除背景图片的开源工具,安装配置后可在服务器、命令行中对图片进行批量处理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtdcB2k0b) -[vdx](https://github.com/yuanqing/vdx) | 如果你平时习惯用 ffmpeg 来处理视频,那不妨试下用 vdx 这款命令行工具来优化下流程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqXmzFTv0) -[bit](https://github.com/chriswalz/bit) | 一个基于 Go 编写的 Git 命令行工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jp1aeFTZZ) -[duf](https://github.com/muesli/duf) | 一款基于 Go 开发的命令行工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmS0e5NdD) -[ali](https://github.com/nakabonne/ali) | 一款基于 Go 编写的 HTTP 负载测试工具,可在命令行中实时展示指定 URL 的延迟、速率限制、加载时间、表头信息等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlCC2kL3w) -[croc](https://github.com/schollz/croc) | 一款命令行文件传输工具,其主要作用,是可在两台计算机上,使用命令行进行端对端加密的文件传输 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjInVtMLJ) -[useful-scripts](https://github.com/oldratlee/useful-scripts) | 阿里一位后端工程师在 GitHub 上开源了一些比较实用的程序脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgsSjq4Am) -[ratel](https://github.com/ainilili/ratel) | 可以让你在命令行里面玩斗地主 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J86n194Jk) -[vimwiki](https://github.com/vimwiki/vimwiki) | 给 Vim 党用户推荐一款比较实用的插件,装上此插件可以通过 Vim 完成组织笔记和想法、管理待办事项、编写文档等工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5bG9r4Uk) -[rich](https://github.com/willmcgugan/rich) | 该工具支持对命令行终端上的表格、进度条、Markdown、代码高亮、Emoji 表情等不同文本格式进行渲染 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0Qdii3K2) -[qrcp](https://github.com/claudiodangelis/qrcp) | 一个文件传输工具,在使用时,只需用命令行为指定传输文件生成一个二维码,然后打开手机扫码,即可通过 WiFi 快速将文件从电脑传至手机上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEwgZuDQe) -[corona-cli](https://github.com/ahmadawais/corona-cli) | 支持在命令行中实时查询当前全球最新的疫情报告 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IA4xFljHe) - -### Chrome 插件 - -库名 | 简述 | 源 ----- | ----- | ----- -[screenity](https://github.com/alyssaxuu/screenity) | 一款比较实用的 Chrome 录屏标记插件,支持在屏幕上任意位置进行录制和标注信息,拥有点击高亮效果,并可将录制视频导出 MP4、gif、webm 等文件格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA50lEjr8) -[BlueSea](https://github.com/jiangqizheng/BlueSea) | 一个有趣的英语学习 Chrome 插件,支持划词翻译、单词高亮、单词弹幕、记忆曲线复习、词频统计等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jyiew3EKS) -[funds](https://github.com/x2rr/funds) | 自选基金助手,可快速获取指定基金的实时数据,支持实时查看持仓当日估值收益,总收益和收益率,估值、净值、收益等走势图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwyBw0N5K) -[daily](https://github.com/dailydotdev/daily) | 一个为开发者而生的信息聚合平台,上面提供了超过 350+ 个开发者资讯来源,汇总了 1 万多个技术标签,是个获取最新开发资讯的好渠道 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqGRImI5C) -[octoman-weibo-backup](https://github.com/misswell/octoman-weibo-backup) | 微博备份插件支持一键将自己的微博 HTML 页面保存到本地 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcNrkERDQ) - -### VSCode 插件 - -库名 | 简述 | 源 ----- | ----- | ----- -[huile8](https://github.com/mqycn/huile8) | 可将代码变量、注释、文档中的陌生英文单词,添加进 VSCode 单词库中,让开发者在 VSCode 中也能背单词 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzXYbpmEQ) -[vscode-ltex](https://github.com/valentjn/vscode-ltex) | 可用于检测 LaTeX 拼写与语法错误,写论文时能派上用场 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jz9gjsApi) -[vsinder](https://github.com/benawad/vsinder) | 可让你在 VSCode 上,用类型 Tinder 的方式,通过代码来进行社交 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyeHn6RId) -[ai-docstring](https://github.com/graykode/ai-docstring) | 基于 AI(NLP)技术,快速为 Python 函数生成 docstrings 代码片段,并可在几种不同的 docstring 格式类型中进行切换,支持 args、 kwargs、decorators、errors 和 parameter 等类型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvbL2lQKD) -[foam](https://github.com/foambubble/foam) | 可快速帮你组织好各类文章与笔记,生成可访问的内容节点,方便你更好的进行创作。在此之后,你还可以将本地内容快速部署到 GitHub Pages 上,以供他人预览 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuUtt4HHy) -[vscode-stories](https://github.com/ide-stories/vscode-stories) | 可对当前 VSCode 编码界面进行录屏,并通过 ffmpeg 自动转为 gif 图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrZMCjVu6) -[anes-repository](https://github.com/gamedilong/anes-repository) | 可直接在 VSCode 上玩超级马里奥、坦克大战、魂斗罗、超时空要塞等经典游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpTn6itKR) -[vscode-math-to-image](https://github.com/TeamMeow/vscode-math-to-image) | 可直接将 LaTeX 数学公式转为 SVG 图片,并嵌入在原有位置上,以便在不同文本格式上进行展示 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoXeI05Fo) -[coderoad-vscode](https://github.com/coderoad/coderoad-vscode) | 支持用户在 VSCode 编辑器中创建一种可交互式编码的技术教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jon6933mx) -[vscode-react-icons](https://github.com/afzalsayed96/vscode-react-icons) | 可以让你在编辑器中直接搜索并使用 SVG 格式的图标,共支持 20 多个图标库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkQHisMGV) -[vscode-debug-visualizer](https://github.com/hediet/vscode-debug-visualizer) | 一款 VS Code 代码调试神器,这款插件用在代码调试时能以图的可视化方式快速展示数据结构,帮你理清数据结构与代码思路,告别枯燥的调试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jijbl0xO9) -[leek-fund](https://github.com/LeekHub/leek-fund) | 这款插件,你能直接看到各个股票和基金的涨跌情况,股票实时 K 线图,基金历史净值等数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JeQ4KmGuc) -[pylance-release](https://github.com/microsoft/pylance-release) | 可用于 Python 的高性能、功能丰富的语言服务器,帮助 Python 开发者提升编码效率与编程体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9Xvy2aOk) -[snipsnap](https://github.com/snipsnapdev/snipsnap) | 可自动显示当前项目每个库的所有可用代码片段。在开发项目时,能快速补全代码片段,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9rE3uhLs) -[foam](https://github.com/foambubble/foam) | 可快速帮你组织好各类文章与笔记,生成可访问的内容节点,方便你更好的进行创作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8PW4pe6Q) -[vscode-rainbow-fart](https://github.com/saekiraku/vscode-rainbow-fart) | 疯狂吹爆程序员彩虹屁的 VSCode 插件来了!其主要核心功能,就是能在你编程的时候,持续不断的夸你代码写的异常牛逼,前无古人后无来者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7thMjNCw) -[Github-Explorer](https://github.com/niudai/Github-Explorer) | 该插件通过一种较为友好的方式,让你能在 VSCode 上直接查看或下载某个 GitHub 项目的源文件,减少你来回折腾的成本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4NqJo0ch) -[vscode-realtime-debugging](https://github.com/hediet/vscode-realtime-debugging) | 该插件可更为直观的、实时的展示各项程序调试信息,帮助开发者更好的完成调试工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3GYBp18S) -[vscode-drawio](https://github.com/hediet/vscode-drawio) | 来自德国的一名工程师 Henning Dieterichs 成功将 draw.io 的功能集成进了 VSCode,并打包成了插件供开发者下载使用,让你分分钟用 VSCode 画出完美的流程图、思维导图与 UML 图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1yZEqTTf) -[github-vscode-theme](https://github.com/primer/github-vscode-theme) | 一个拥有 GitHub 风格的 VSCode 主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1s9jftqf) +[Code With Me](https://www.jetbrains.com/code-with-me/) | 因为疫情,国外有不少程序员需要在家远程办公。为此,JetBrains 发布了一款插件,提供了多项功能,以便打造更好的协作开发与结对编程体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7Z70ygon) +[ChinesePinyin-CodeCompletionHelper](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper) | 国内开发者做的一款 IDEA 骚插件,支持用中文来编写代码,享受和英文环境一致的中文智能编码体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L60yz3KmQ) +[PaperMemory](https://github.com/vict0rsch/PaperMemory) | 一款可自动管理论文的浏览器插件,可自动存储、标记、搜索、下载曾经阅读过的论文,支持 Arxiv、BioRxiv、OpenReview 等论文平台。插件管理数据均存储在本地,可下载导出为 JSON 文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4206fmke) +[huile8](https://github.com/mqycn/huile8) | 一款能帮你背单词的 VSCode 插件,可将代码变量、注释、文档中的陌生英文单词,添加进 VSCode 单词库中,让你在 VSCode 上也能背单词 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1jue4zPT) +[Automa](https://github.com/Kholid060/automa) | 一款颇为实用的 Chrome 神器,可通过连接不同的任务区块,来自定义浏览器工作流。工作流可执行表单填写、屏幕截图、网站数据抓取等各种重复性工作。不仅于此,你还可以设置任务的执行时间,以满足多种不同场景的使用需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0Nhd0CWn) +[Code Tour](https://github.com/microsoft/codetour) | 一款比较实用的 VSCode 插件,由微软技术团队开源。其主要功能,是能用于录制与回放项目代码浏览过程。在浏览代码的过程中,可用该插件插入浏览步骤、文本注释,并且还能设置跳转的代码区块,嵌入能运行的命令行等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzW4BgppD) +[Project Naptha](https://projectnaptha.com/) | 一款颇为实用的 Chrome 插件,可选中、复制、编辑、翻译图片中的内嵌文字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxeJLtgM1) +[Visual Python](https://github.com/visualpython/visualpython) | 一个比较有趣的 Jupyter Notebook 插件,实现了Python 可视化编程,可作为面向程序员或非程序员的数据分析解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kox1lF6Dz) +[anes-repository](https://github.com/gamedilong/anes-repository) | 有个开发者搞了个 VSCode 小霸王插件,里面提供了超级马里奥、魂斗罗、彩虹岛、雪人兄弟、坦克大战等经典游戏供玩家体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnN3Vomur) +[GitHub Copilot](https://copilot.github.com/) | GitHub 与 OpenAI 联手发布了一款开发神器,旨在借助 AI 的力量,帮助开发者快速完成代码编写,大幅提升开发效率。开发者在 VSCode 上安装后,便可使用 Copilot,实现智能代码补全的操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KmAP0qNan) +[Netease Music for VS Code](https://github.com/YXL76/cloudmusic-vscode) | 一款开源的 VSCode 扩展,开发者可直接使用 VSCode 来播放网易云音乐的歌曲。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlvP1bNh8) +[intellij-media-player](https://github.com/wuyr/intellij-media-player) | 国内一位开发者为了上班能用代码编辑器看视频,撸了个 IDE 插件,并适配了 JetBrains 全家桶。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KkjpzwSTV) +[papers-with-video](https://github.com/amitness/papers-with-video) | 一款比较实用的 Chrome 扩展,用户在使用 arXiv 查看论文时,可自动链接到论文相关的视频页面上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JFgJo3nsu) ### 资料集合 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[corpus](https://github.com/SimmerChan/corpus) | 一份按 Task 划分的自然语言处理,知识图谱相关语料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAXZV9kT1) -[hacker-laws-zh](https://github.com/nusr/hacker-laws-zh) | 国内一名开发者近日在 GitHub 上放出了 Hacker Laws 中文翻译版,里面整合了一些对开发人员有用的定律、理论、原则和模式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqeCK4qhx) -[my-cs-degree](https://github.com/logancyang/my-cs-degree) | 一整套 CS 教程,内容主要包含计算机科学基础知识、深度学习、自然语言处理及软件全栈开发等技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jppwcfb8t) -[awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn) | 一份开源的 C++ 资源大全中文版,里面包含了各类 C++ 标准库、Web 应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jmy29elm2) -[Poetry](https://github.com/Werneror/Poetry) | 一个古诗词项目,里面收录了从先秦到现代的共计 85 万余首古诗词 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkzpICcPx) -[learning](https://github.com/amitness/learning) | 一份数据科学学习指南,旨在帮你每天提升 1% 的数据科学技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkxQj82jD) -[Chinese_Rumor_Dataset](https://github.com/thunlp/Chinese_Rumor_Dataset) | 一个比较有意思的数据集,里面收录了一些被微博判定为谣言的各类数据,其中包含转发、评论、原微博内容等数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkhVXxj3e) -[leetcode_company_wise_questions](https://github.com/MysteryVaibhav/leetcode_company_wise_questions) | 苹果一位工程师 Vaibhav 搞了个 GitHub 项目,把众多知名大厂的 LeetCode 题目整合到一起,并打包成了 PDF | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jkfbu2V8X) -[applied-ml](https://github.com/eugeneyan/applied-ml) | 一份数据科学与机器学习相关的精选论文、技术文章与知名博客,里面覆盖了数据工程、自然语言处理、计算机视觉、强化学习等 24 种技术方向,大多数文章均来自世界各大名校名企 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jk78en6DX) -[100-nlp-papers](https://github.com/mhagiwara/100-nlp-papers) | 一份清单:《100 篇 NLP 必读论文》里面包含了机器学习、神经模型、语言建模、信息提取、机器翻译与问答等相关技术内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjXHJzmQ2) -[Red-Teaming-Toolkit](https://github.com/infosecn1nja/Red-Teaming-Toolkit) | 一份「Red Team 安全攻防工具清单」,收录了各类情报搜集、漏洞扫描、网络钓鱼、渗透测试、终端远程访问、WiFi 攻击、嵌入式设备后门植入等一系列安全攻防工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjMHP6sMQ) -[howtheytest](https://github.com/abhivaikar/howtheytest) | 精心整理了一份各大软件公司在社区公开分享的测试资源,含有测试最佳实践、工具、技术及软件测试文化等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jj38L1T00) -[data-engineer-roadmap](https://github.com/datastacktv/data-engineer-roadmap) | 数据工程师 2020 年最新学习路线指南,里面内容含有:CS 基础、数据库基础、关系数据库、集群计算基础、数据处理、监控数据管道、数据安全与隐私等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jj1zl9gNJ) -[awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn) | 一份中文版 C++ 资源大全,内容包括:标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiTIgaPOP) -[Awesome-Profile-README-templates](https://github.com/kautukkundan/Awesome-Profile-README-templates) | GitHub 上一份精心收集整理的个人页 README 模板列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiMEhAcaK) -[CV_Competitions](https://github.com/greathope/CV_Competitions) | 一份收集整理国内有奖金的视觉大赛列表,发起大赛组织有阿里云、华为云、讯飞等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JirqLj4nN) -[nlp-tutorial](https://github.com/lyeoni/nlp-tutorial) | 一份 NLP 教程列表,内容含有新闻分类、电影评价分类、问答匹配、神经网络机器翻译等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jii0h3CUy) -[algorithm-pattern](https://github.com/greyireland/algorithm-pattern) | 算法模板,教你最科学最快速的刷题,主要分为四大模块:入门篇、数据结构篇、基础算法篇、算法思维 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JigqRforn) -[CS-Notes](https://github.com/huangrt01/CS-Notes) | 一名来自字节跳动的开发者 huangrt01 在 GitHub 上开源了他的计算机学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhIGgE2PI) -[mit-15-003-data-science-tools](https://github.com/shervinea/mit-15-003-data-science-tools) | 一份数据科学工具指南,里面涵盖了 SQL,R,Python,Git 和 Bash 等常用编程语言和工具的使用指南,其目的在于让开发者更便捷的理解数据检索、数据处理、数据可视化等技术概念 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhEISanhr) -[Penetration_Testing_POC](https://github.com/Mr-xn/Penetration_Testing_POC) | 一份渗透测试笔记,里面汇总了一些渗透测试工作中常用到的 POC、脚本、工具、学习资源、操作技巧等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jg464ALTR) -[computervision-recipes](https://github.com/microsoft/computervision-recipes) | 一份计算机视觉指南《Computer Vision Recipes》里面提供了可用于构建计算机视觉系统的代码示例与最佳实践准则 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfRakjXxA) -[AI-research-tools](https://github.com/bighuang624/AI-research-tools) | AI 科研工具集,里面汇总了包含论文查找、阅读、写作、编码实验等多个不同场景下的工具列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfGapDz66) -[notes-to-cs-freshmen-from-the-future](https://github.com/nushackers/notes-to-cs-freshmen-from-the-future) | 一份给计算机新手看的介绍指南,该指南由新加坡国立大学的教授们为新学所准备,里面提供了计算机科学行业建议、知名程序员介绍、Unix 入门参考、知名 CS 公开课及学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfdSWl1JH) -[pytorch-tutorial](https://github.com/yunjey/pytorch-tutorial) | 一份开源的 PyTorch 教程代码,内容主要是为学习 PyTorch 的深度学习研究人员提供的教程代码,其中大多数模型用了不到 30 行代码实现,大家可配套官方 PyTorch 参考学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JeDKmuKkU) -[how-to-secure-anything](https://github.com/veeral-patel/how-to-secure-anything) | 一份开源的安全工程指南,这份指南将带你了解安全工程、安全架构、系统防御强化、漏洞排查等计算机网络安全相关的基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JeCaWhenP) -[QA-Survey](https://github.com/BDBC-KG-NLP/QA-Survey) | 一份在 GitHub 上开源的问答系统调研报告,包括知识图谱问答系统(KBQA)和文本问答系统(TextQA)两类系统的调研,每类系统又各分为学术界和工业界。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdrDc0wqY) -[cheatsheets](https://github.com/matplotlib/cheatsheets) | 一份速查表清单,里面包含了 Matplotlib 相关的各种常用代码片段、配置方案、使用技巧等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jb7lwgByw) -[gotraining-studyguide](https://github.com/ardanlabs/gotraining-studyguide) | 一份 Go 语言学习指南:《Ultimate Go study guide》作者学习 Go 语言和计算机系统时所作的笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9uowFVTS) -[deep-learning-drizzle](https://github.com/kmario23/deep-learning-drizzle) | 收集了诸多与深度学习相关的开放性学习资源,其中包括机器学习、自然语言处理、深度神经网络、计算机视觉等多个不同分支的归类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J9cIBsOpW) -[learnopencv](https://github.com/spmallick/learnopencv) | 收集了不少与计算机视觉、深度学习、人工智能相关的教程文章和示例代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8ilNAW4S) -[TeachYourselfCS-CN](https://github.com/keithnull/TeachYourselfCS-CN/blob/master/TeachYourselfCS-CN.md) | 如何自学计算机科学,这里有份指南可供你参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7LWB2Krs) -[Cpp-0-1-Resource](https://github.com/AnkerLeng/Cpp-0-1-Resource) | 一份开源的 C++ 入门学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6hf32pI5) -[ml-engineer-roadmap](https://github.com/chris-chris/ml-engineer-roadmap) | 一份机器学习工程师技术路线图,里面整理了与机器学习相关的常用框架、编程语言、实用工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6fFD5SQm) -[the-incredible-pytorch](https://github.com/ritchieng/the-incredible-pytorch) | 收集了许多与 PyTorch 相关的教程、项目、论文、书籍、视频等资源,以便让开发者得以更快上手 PyTorch 开发 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J67Oy9Dgi) -[Algorithm-Guide](https://github.com/Xunzhuo/Algorithm-Guide) | 收集汇总了一些与算法竞赛、数据结构有关的课件、论文、书籍、网站、习题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2UgHzI3S) -[awesome-ml-courses](https://github.com/luspr/awesome-ml-courses) | 德国一名工程师在 GitHub 上分享了他所收集汇总的一些机器学习课程资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2MpCDbZ8) -[learngo](https://github.com/inancgumus/learngo) | 包含了共计 1000+ 个 Go 语言相关的代码示例、练习、测验题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2rZdoSio) -[app-ideas](https://github.com/florinpop17/app-ideas) | 里面收集了共 86 个可供开发者练习参考的项目创意,其中初级项目 34 个、中级 32 个、高级 20 个,每个项目均附有较为详细的项目参考文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2mGqvMRP) -[git-manual](https://github.com/xjh22222228/git-manual) | Git 常用命令参考手册:该 repo 汇总了一些比较常用的 Git 命令,以便于大家查阅使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1RQE7Jif) -[awesome-ml-courses](https://github.com/luspr/awesome-ml-courses) | 一份 AI 相关的学习资源汇总清单,里面收纳了斯坦福、加州伯克利、哥伦比亚、华盛顿大学等多个高校的免费开放课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1qQGrY0n) -[CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings) | 该资料主要面向 C++ 新手初学者,提供了从入门到进阶的知识点及工具讲解,主要解决面试者与学习者想要深入 C++ 及如何入坑 C++ 的问题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J17C7fsCO) -[eng-practices](https://github.com/google/eng-practices) | Google 开源的一份工程实践文档,希望通过这份文档,能帮助更多开发者完成代码审查工作,为项目代码提供标准参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0YtkFMbY) -[til](https://github.com/jbranchaud/til) | 收集其平日所学的一些碎片化编程知识和开发技巧,其中包括 Git、JavaScript、Linux、VSCode、Devops、Chrome 等不同技术领域的分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEdpbzdIJ) -[oi-slides](https://github.com/huzecong/oi-slides) | 一位开发者将其在 2013-2018 年期间的信息学竞赛课件在 GitHub 上开源了,覆盖了 TopCoder 题目选讲、CodeChef 题目选讲、趣题选讲、网络流模型与例题、NOIp 图论、数据结构及应用等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IC5qdEwXb) -[fucking-algorithm](https://github.com/labuladong/fucking-algorithm) | 共有 60 多篇基于 LeetCode 为主题撰写的原创文章,涵盖了所有题型和技巧,致力于做到举一反三、通俗易懂,而不是简单的代码堆砌 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IB1qKiBt8) -[CS-Xmind-Note](https://github.com/SSHeRun/CS-Xmind-Note) | 一份计算机科学相关的思维导图与学习笔记,包含计算机组成原理、数据结构、计算机网络、操作系统等常见分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IApILuL7A) -[my-mac-os](https://github.com/nikitavoloboev/my-mac-os) | 伦敦一位开发者将自己平时常用的 Mac 软件及工具统一整理后放到 GitHub 上了,其中包括不少可提升生产力和开发效率的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IzEa93dl3) -[fun-with-graphics](https://github.com/FancyVin/fun-with-graphics) | 一份整理了图形学相关的高校课程、书籍、教程、文章、开源项目、网站等资料集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IpsX0tcu1) -[awesome-kotlin](https://github.com/KotlinBy/awesome-kotlin) | 一份精选收集整理 Kotlin 相关资料的集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IooXx9vMk) -[programmer-advancement](https://github.com/Snailclimb/programmer-advancement) | 《程序员修炼之路》作者将自己作为一个过来人,总结了自己程序员修炼之路的经验,以及给后辈的一些建议 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InWG2fRoq) - -### 面试资料 - -库名 | 简述 | 源 ----- | ----- | ----- -[interview-questions](https://github.com/resumejob/interview-questions) | 一份开源的大厂高频面试题资源整理,根据国内外论坛收集超过 1700 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jrxv8E2eo) -[Tech-Interview-Cheat-Sheet](https://github.com/TSiege/Tech-Interview-Cheat-Sheet) | 一份开源的技术面试清单速查表,主要收录了数据结构与算法的常见面试技术点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JqFGE9i24) -[data-science-interviews](https://github.com/alexeygrigorev/data-science-interviews) | 一份数据科学相关的面试题,主要分为两部分:知识理论(如线性回归、神经网络、决策树、文字分类等)与技术应用(如 SQL、Python、算法等)内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlciLluvR) -[FE-Interview](https://github.com/lgwebdream/FE-Interview) | 一个前端面试必备题库,里面共包含 1000+ 道面试真题,覆盖 HTML、CSS、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器等多个知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgLJjdFtx) -[God-Of-BigData](https://github.com/wangzhiwubigdata/God-Of-BigData) | 一份大数据面试题解,主要分为大数据开发基础篇、框架学习篇、实战进阶篇等三大篇章,包含了高并发、分布式、Hadoop、Spark、Flink、Kafka 等技术点的高频面试题讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfTws7cuO) -[LeetCode](https://github.com/yuanguangxin/LeetCode) | 整理的 LeetCode 题目分类与面试题答案解析,涵盖链表、指针遍历、字符串操作、堆栈、递归、动态规划、二叉搜索树等知识点,题解代码基于 Java 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfnjqgCej) -[Reflection_Summary](https://github.com/sladesha/Reflection_Summary) | 一套算法理论基础知识,里面涵盖了数学、数据预处理、机器学习、深度学习、自然语言处理等多个技术领域的面试知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JejjWgty2) -[Data-Science-Interview-Resources](https://github.com/rbhatia46/Data-Science-Interview-Resources) | 一份数据科学相关的面试资源汇总,里面包含了概率统计、SQL 和数据采集、数据可视化、经典机器学习算法、深度学习、数据结构与算法等常见面试高频题的讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JefaVDyHo) -[leetcode](https://github.com/grandyang/leetcode/blob/master/README-CN.md) | 国内一位开发者在 GitHub 上搞了个 LeetCode 题解项目,目前已收录 900 多道题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdLHHexum) -[LeetcodeTop](https://github.com/afatcoder/LeetcodeTop) | 汇总了各大互联网公司容易考察的高频 LeetCode 题的热度,以便帮助同学们更加有针对性地准备面试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdfktdUpT) -[JavaFamily](https://github.com/AobingJava/JavaFamily) | Java 面试与学习指南,里面涵盖了大部分 Java 程序员所需要掌握的核心知识,其中包括 JVM、并发与多线程、常用工具集、数据结构与算法、消息队列、数据库等知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcHxn1Zps) -[algorithm-pattern](https://github.com/greyireland/algorithm-pattern) | LeetCode 刷题模板,里面主要记录了他通过各种刷题文章、专栏、视频等内容总结出的刷题心得,仅供参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J73yAc4We) -[go-interview](https://github.com/shomali11/go-interview) | 来自纽约的一名开发者 Raed Shomali 在 GitHub 上开放了他所整理的一些 Go 语言面试题及答案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4utdaDRp) -[algo](https://github.com/hoanhan101/algo) | 一份含有 107+ 条最常出现的编码面试问题及详细解决方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IoE5a7LNi) -[Waking-Up](https://github.com/wolverinn/Waking-Up) | 一份全面总结计算机基础面试问题资料,该资料是作者在两次面试大厂失败后,在进行系统学习计算机网络、操作系统、数据库等知识时,整理出来的常见面试题及答案,最后作者还是拿到了大厂 Offer | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/InSWFA3DA) +[Unity3DTraining](https://github.com/XINCGer/Unity3DTraining) | 整理了一些 Unity 游戏相关的开源项目、开发者工具、技术教程等内容,方便新手用于日常实践与学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8C032977) +[Magic Tools](https://github.com/ellisonleao/magictools) | 一份开源的游戏开发教程,整理了游戏开发相关的工具、美术素材、项目源码、计算机图形学等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7oA5nYtT) +[Treasure-of-Transformers](https://github.com/ashishpatel26/Treasure-of-Transformers) | 收录了 100 多个高质量的自然语言处理 Transformers 模型,并附有相关的论文、视频、博客、代码仓库等内容介绍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7np2lnsT) +[The Machine & Deep Learning Compendium](https://github.com/orico/www.mlcompendium.com/) | 一份颇为全面的 AI 学习资源,覆盖了数据科学、概率与统计、博弈论与信息论、数据结构与算法、深度神经网络、全栈工程师等多个领域的学习资料与开发者工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6TWv84xt) +[LeetCode](https://github.com/begeekmyfriend/leetcode) | 一个基于纯 C 语言实现的 LeetCode 题解仓库,共有 200 多道题,涵盖链表、队列、堆栈、递归、动态规划、二叉搜索树等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6DrD8SBj) +[《2021 年优质 AI 论文整理》](https://github.com/louisfb01/best_AI_papers_2021) | designstripe 的首席 AI 研究科学家在 GitHub 开源的,里面摘选的论文,主要探讨图像合成、AI 未来发展方向、海洋垃圾自动检测、人脸生成的真实性、增强现实在游戏中的应用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4npnvi3C) +[Tech Interview Cheat Sheet](https://github.com/TSiege/Tech-Interview-Cheat-Sheet) | 一份开源的技术面试清单速查表,主要收录了数据结构与算法的常见面试技术点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3SzB8ULf) +[LeetCode company wise](https://github.com/MysteryVaibhav/leetcode_company_wise_questions) | 一名卡内基梅隆大学硕士生开源的 GitHub 项目,把众多知名大厂的 LeetCode 题目整合到一起,并打包成了 PDF,便于大家学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3J96hSF2) +[42_CheatSheet](https://github.com/agavrel/42_CheatSheet) | 一份开源的编程速查表,里面列举了新手开发者的常犯错误、软件编码指南、程序员开发工具配置、计算机编程学习资源(C 语言、算法、网络、黑客与安全)等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3jpUeswD) +[Docker Cheat Sheet](https://swissarmydevops.com/wp-content/uploads/2020/11/Docker_Cheat_Sheet-1.pdf) | 一份 Docker 速查表,可直接下载 PDF。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2Y2EqJiv) +[free-api](https://github.com/fangzesheng/free-api) | 国内一位开发者在 GitHub 维护的免费 API 文档,每月不定期收录互联网上开放的 API 接口。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2OA8iuo5) +[《深度学习入门学习资源》](https://github.com/Mikoto10032/DeepLearning) | 华南理工大学的一名硕士生整理的,里面包含各类深度学习相关的技术教程、优秀文章、视频教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2ntH4TiB) +[useful-sed](https://github.com/adrianscheff/useful-sed) | Linux sed 命令行常用汇总,收集了 sed 命令行的诸多常见用法,可用于快速处理文本文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2bH52dk4) +[Web Attack Cheat Sheet](https://github.com/riramar/Web-Attack-Cheat-Sheet) | 现任惠普的高级网络安全工程师 Ricardo,在 GitHub 开源了一份 Web 攻击速查表,里面提供了相关开发工具与实现方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1Wzr7PAG) +[TH-CPL](https://github.com/bugaosuni59/TH-CPL) | 清华大学计算机学科推荐学术会议和期刊列表。覆盖了高性能计算、计算机网络、网络与信息安全、理论计算机科学、系统软件与软件工程、数据库与数据挖掘、人工智能与模式识别、计算机图形学与多媒体等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1JpAbuBs) +[《Android 工程师进阶手册》](https://github.com/Skykai521/AndroidDeveloperAdvancedManual) | 国内一位 Android 开发者作者开源的,将手册按工程师能力,划分为初级、中级、高级三个阶段。在不同阶段,从技术、职场、学习等方面给出了不同建议。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0oVfuEsd) +[《KCon 黑客大会演讲 PPT》](https://github.com/knownsec/KCon/) | 2021 年包含了 macOS Big Sur 内核漏洞挖掘、云虚拟化安全、服务器硬件可信与安全实践等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0kZIaZUv) +[《树莓派防吃灰》](https://github.com/zhaoolee/pi) | 国内一位开发者在 GitHub 开源的树莓派学习资料,主要收录了作者撰写的一些树莓派学习教程与开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFBf50sWL) +[Hacker Game 2021](https://github.com/USTC-Hackergame/hackergame2021-writeups) | 中科大信息安全大赛团队在 GitHub 上开源的赛事题解,主要包含官方与选手们的题目描述、文件、源代码、技术解析文章等内容。包含多种解题思路与实现技巧,颇有参考价值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFxjyeUfu) +[Algorithms-Cheatsheet-Resources](https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources) | 印度一位小哥整理的计算机编程资源,主要包含多种编程语言的常用速查表、算法实现库、扩展学习资源等内容。覆盖机器学习、Python、Go、VSCode、JavaScript、Git 等技术领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFeEIiIYY) +[The Algorithms](https://the-algorithms.com/) | GitHub 上最大的算法开源库,网站收录了 Python、Java、C++、JavaScript、Go 等多种主流编程语言的算法代码实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEQ6CxUJb) +[Awesome-ICCV2021-Low-Level-Vision](https://github.com/Kobaayyy/Awesome-ICCV2021-Low-Level-Vision) | 整理了 2021 年 ICCV 中,图像生成与底层视觉相关的论文和代码,包括图像生成,图像编辑,图像风格迁移,图像翻译,图像修复,图像超分及其他底层视觉任务等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KElt0dXLK) +[《深度学习论文精读》](https://github.com/mli/paper-reading) | 里面选取了近 10 年在深度学习领域比较有影响力的必读文章,并为之做视频讲解。文章将覆盖 ResNet、Transformer、BERT、GPT3、GAN、AlphaGo 等深度学习领域的常用框架、算法以及实际应用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEeoBBZTT) +[CheatSheetSeries](https://github.com/OWASP/CheatSheetSeries) | OWASP(开放式 Web 程序安全项目)出品的一份技术速查表,覆盖了用户授权验证、访问控制、跨站请求伪造、Docker 安全、会话管理、SQL 注入等 Web 安全领域相关的技术速查表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEddyBBDB) +[Cpp-0-1-Resource](https://github.com/AnkerLeng/Cpp-0-1-Resource) | 一份开源的 C++ 入门学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDM78yRjG) +[《算法・进阶石》](https://github.com/acm-clan/algorithm-stone) | 一位开发者在 GitHub 整理的 ACM / LeetCode 算法竞赛路线图,包含了红黑树、动态规划、堆栈队列、链表、二分查找、几何问题等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDJKZCWoE) +[《Git 飞行规则》](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md) | 一份开源的 Git 学习指南,其理念来自于 NASA 给宇航员的指南,主要用于指导问题出现后的应对之法。指南里面记录了某个事情发生的原因,以及怎样进行流程化处理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDE3R7XSW) +[Financial-Knowledge-Graphs](https://github.com/jm199504/Financial-Knowledge-Graphs) | 一份开源的小型金融知识图谱构建流程,可帮助你更好的学习与理解知识图谱的使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDiEAp0ZM) +[《A Complete Machine Learning Package》](https://github.com/Nyandwi/machine_learning_complete) | 一份颇为全面的机器学习资源,覆盖 Python 编程、数据分析与可视化、计算机视觉、开发工具、最佳实践等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KD0YEk4Jp) +[《数学建模学习资源》](https://github.com/zhanwen/MathModel) | 主要包含数学建模相关的竞赛优秀论文、算法、LaTeX 论文模板、算法思维导图、书籍、Matlab 教程等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCX36pSDc) +[Penetration Testing POC](https://github.com/Mr-xn/Penetration_Testing_POC) | 国内开发者 Mr-xn 在 GitHub 发布的一份渗透测试笔记。里面汇总了渗透测试工作中常用的 POC、脚本、工具、学习资源、操作技巧等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAhhH2BJ9) +[《机器学习自学指南》](https://github.com/python-engineer/ml-study-plan) | 国外一名工程师为 AI 开发者定制的《机器学习自学指南》,内容覆盖线性代数、多元微积分、基础机器学习、深度学习等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAeVAq9OQ) +[Reflection Summary](https://github.com/sladesha/Reflection_Summary) | 国内一位 AI 工程师在 GitHub 上开放的一套算法理论基础知识,里面涵盖了数学、数据预处理、机器学习、深度学习、自然语言处理等多个技术领域的面试知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KA3VFsdtM) +[《代码安全指南》](https://github.com/Tencent/secguide) | 腾讯开发人员在 GitHub 上开源的《代码安全指南》,旨在梳理 API 层面的风险点并提供详实可行的安全编码方案。包含 C/C++、JavaScript、Node、Go、Java、Python 等多个不同编程语言版本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzGWWw61p) +[《图解 React 源码系列》](https://github.com/7kms/react-illustration-series) | 作者将通过大量配图,把 react 原理表述清楚。主要包含 React 基础概念、运行核心、数据管理、交互、高频算法等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyIECuHVh) +[《The Machine & Deep Learning Compendium》](https://github.com/orico/www.mlcompendium.com) | 国外工程师 Ori Cohen 在 GitHub 上开源了一个开放式知识共享项目,里面主要整理了其过去 4 年撰写的机器学习与深度学习纲要,共 500 个主题,覆盖机器学习算法、统计、特征选择和工程技术、深度学习、NLP、时间序列、计算机视觉等分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxkeJ2Sh4) +[any-rule](https://github.com/any86/any-rule) | 正则大全, 收录了 70+ 条常用正则表达式,支持 web /vscode/idea / Alfred Workflow 等多个平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kx2X9sNIp) +[《一图胜千言》](https://github.com/girliemac/a-picture-is-worth-a-1000-words) | 主要创作了包含数据结构与算法、Web 开发、机器学习等编程领域的涂鸦作品,其中有部分被应用到了微软的开源教程,感兴趣的同学可以收藏学习一下。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kx1nJDtSF) +[《编程、数学、科学》](https://github.com/bobeff/programming-math-science) | 国外一位开发者近期在 GitHub 上开源的资料仓库,里面收录了编程、数学、科学领域相关的工具、书籍、网站等内容,涵盖算法、命令行工具、数据库、设计模式、GUI 编程、操作系统、文本编辑器等分支。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kwrfa2RRb) +[fun-with-computer-graphics](https://github.com/zheng95z/fun-with-computer-graphics) | 国内一位开发者整理的图形学资料,包含各大高校课程、书籍、教程、文章、开源项目、网站等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kwgfflp1n) +[my-mac-os](https://github.com/nikitavoloboev/my-mac-os) | 伦敦一位开发者将自己平时常用的 Mac 软件及工具统一整理后放到 GitHub 上了,其中包括不少可提升生产力和开发效率的工具,不少也是我平时一直在用的,用 macOS 的同学可以看看。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvYXFsCRN) +[bigdata_analyse](https://github.com/TurboWay/bigdata_analyse) | 国内一位开发者在 GitHub 开源的数据分析项目库,收集了多个数据分析项目集合。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvXoileok) +[Most influential books for programmers](https://github.com/cs-books/influential-cs-books) | 整理了多本最具影响力的计算机科学 / 编程书籍,书单源自 Stack Overflow 上的一个回答。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuW9gkQMd) +[《绝妙的个人生产力》](https://github.com/eastlakeside/awesome-productivity-cn) | 一个开源的生产力工具清单,Awesome Productivity 中文版。收录了与生产力相关的各类书籍、网站、工具等内容,包含日常笔记、知识图谱、文件管理、任务管理、任务自动化、密码管理等类别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuMIL9ZyY) +[Phosphor](https://github.com/phosphor-icons/phosphor-home) | 一个开源的图标库,里面共提供了 588 个图标,拥有 6 种不同线条展示风格,你可将其应用于图标、演示文稿、网站页面等任意载体上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuAJXf93Q) +[Awesome OCR](https://github.com/zacharywhitley/awesome-ocr) | 列举了一系列 OCR 相关的开发工具、开源项目、技术实现方案、数据集等诸多资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kujgd1gm6) +[Online_Tools](https://github.com/r0eXpeR/Online_Tools) | 国内一位开发者在 GitHub 整理的在线情报搜集工具。包含企业信息、IP 信息及域名备案查询工具、Web 应用指纹识别、威胁情报平台、在线提权辅助等各类工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuchX8OXl) +[School of SRE](https://github.com/linkedin/school-of-sre) | 由 LinkedIn 在 GitHub 开源的一份企业内部 SRE 技术课程。主要包含 Linux、Git、Python、Web、MySQL、大数据、系统设计、网络安全等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtAG1AEkS) +[machine-learning-mindmap](https://github.com/dformoso/machine-learning-mindmap) | 一份开源的机器学习思维导图,整理了从数据分析到深度学习相关的开发流程、技术概念、速查清单等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtyjTvN0d) +[Today I Learned](https://github.com/jbranchaud/til) | 作者是来自芝加哥的开发者 Josh Branchaud,该仓库的创建目的,在于收集其平日所学的一些碎片化编程知识和开发技巧。其中包括 Git、JavaScript、Linux、VSCode、Devops、Chrome 等不同技术领域的分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ktx8PyR8Z) +[oi-slides](https://github.com/huzecong/oi-slides) | 位开发者将其在 2013-2018 年期间的信息学竞赛课件在 GitHub 上开源了。这份课件覆盖了 TopCoder 题目选讲、CodeChef 题目选讲、趣题选讲、网络流模型与例题、NOIp 图论、数据结构及应用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kt4gP1Sdo) +[CS-Xmind-Note](https://github.com/SSHeRun/CS-Xmind-Note) | 国内一位开发者整理的计算机科学学习笔记,其中包含计算机组成原理、数据结构、计算机网络、操作系统等技术分类。内容整理得十分详细,是份很不错的学习参考资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsWpKjXgJ) +[Cheatsheet for regex syntaxes](https://github.com/remram44/regex-cheatsheet) | 一份开源的正则表达式语法速查清单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsUQk7xrW) +[《Linux 内核揭秘》](https://github.com/MintCN/linux-insides-zh) | 收录并翻译了一系列关于 Linux 内核及其内在原理的技术帖,旨在帮助那些对 Linux 内核内在机理感兴趣的人。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsMZfqHYd) +[Algorithm Guide](https://github.com/Xunzhuo/Algorithm-Guide) | 一份开源的中文算法指南,该仓库主要分为两大分支,主分支为算法和数据结构教程,次分支为算法竞赛、数据结构相关的课件、论文、书籍、网站、习题整理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsFUSFCIL) +[Growth Book](https://github.com/growthbook/growthbook) | 一个开源的 A/B 测试平台,拥有贝叶斯统计引擎、测试结果分类、可视化编辑器、电子邮件警报等功能,还可 Snowflake、Redshift、BigQuery、GA 统计等平台拉取数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsEJOtjOU) +[1earn](https://github.com/No-Github/1earn) | 国内一位开发者在 GitHub 维护的安全知识框架,内容包括但不仅限于 Web 安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux 安全、各类靶机 writup 等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ks4cTgO6M) +[poetry](https://github.com/sheepzh/poetry) | 一个华语现代诗歌语料库,里面收录了 2K+ 诗人,42K+ 诗歌,8M+ 字,包括五四至今所有流派的华语现代诗歌。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KrkrDk3Er) +[Machine_Learning_Resources](https://github.com/wangyuGithub01/Machine_Learning_Resources) | 一份开源的机器学习面试资源整理,涵盖特征工程、算法基础、机器学习算法、NLP、推荐系统等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kr8t01quM) +[useful-scripts](https://github.com/oldratlee/useful-scripts) | 为了提升工作效率,阿里一位后端工程师在 GitHub 上开源了一些比较实用的程序脚本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kqm9j4mVm) +[Play-Leetcode](https://github.com/liuyubobobo/Play-Leetcode) | 一个Leetcode 算法题解代码仓库,重在强调算法一题多解,同时标注简明的算法思想,时间复杂度和空间复杂度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpV2YwHbO) +[wstg](https://github.com/OWASP/wstg) | 一份开源的《Web 安全测试指南》,可用于测试与检查 Web 项目的安全性,便于对漏洞作出及时防护。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpLCmDvgp) +[UCAS_Course_2019](https://github.com/HuangCongQing/UCAS_Course_2019) | 来自国科大的研究生,在 GitHub 上整理了一份资源库,里面收录了中国科学院大学 2019-2020 年的部分课程 PPT,涵盖了图像处理与分析、强化学习、模式识别、自然语言处理、高级算法设计与分析等多个领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kp1EX8hd9) +[Vulnerability](https://github.com/EdgeSecurityTeam/Vulnerability) | 一个企业安全漏洞收集库,作者会不定期整理从棱角社区对外公布的最新安全漏洞。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoR3orZPR) +[Best-websites-a-programmer-should-visit-zh](https://github.com/tuteng/Best-websites-a-programmer-should-visit-zh) | 一个资源库,里面收录了不少程序员在日常生活工作中,经常用于查阅或学习的技术网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Koycpjl8S) +[Algorithm Base](https://github.com/chefyuan/algorithm-base) | 一个开源算法知识库,通过动画配图及文字介绍的方式,让开发者可以更加轻松的学习并吸收算法知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KooLUcTXA) +[comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses) | 名校公开课程评价网,由多个 GitHub 开发者共同参与维护的一个开源项目,主要针对各大高校计算机课程在学习难度、课程规划、进阶资源等方面,做出整理与总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ko3mBoO6q) +[reverse-engineering](https://github.com/wtsxDev/reverse-engineering) | GitHub 上一位开发者整理的逆向工程学习资源,包含书籍、课程、项目实践、开发工具等多个分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnOf07WLs) +[Doing the PhD](https://github.com/shengyp/doing_the_PhD) | 一份开源的读博指南,其主要目的,在于让博士生掌握更多读博相关信息,从而做出更为准确的判断。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnCsmkZ20) +[Psyduck](https://github.com/SmartKeyerror/Psyduck) | 国内一位开发者在 GitHub 上开源了技术思维导图,借助 Xmind,绘制并注解了关于 Linux 操作系统、计算机网络、数据库、Redis、C++、Golang 相关的基础知识,便于开发者快速吸收与复习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Knvo08gha) +[systems-programming-cheat-sheet](https://github.com/jstrieb/systems-programming-cheat-sheet) | 一份开源的系统编程速记清单。该清单是作者在 2019 年春季,在卡内基梅隆大学学习「计算机系统概论」时编写而成,主体内容基于《深入理解计算机系统》一书。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnlXup4mK) +[campus_recruitmen_questions](https://github.com/0voice/campus_recruitmen_questions) | 一个开源的资料库,收集了 5000 道校招常用面试题,包含 leetcode,校招笔试题,面试题,算法题,语法题,目前仍在持续更新中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnkMqteiK) +[Digital-Privacy](https://github.com/ffffffff0x/Digital-Privacy) | 为了保护个人数据安全,GitHub 用户 ffffffff0x 整理了一套关于数字隐私搜集、保护、清理集一体的方案,外加开源信息收集 (OSINT) 对抗。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnjBmCUlr) +[Modern CPP Tricks](https://github.com/rachitiitr/modern-cpp-tricks) | 微软前工程师 Rachit Jain 在 GitHub 上开源的一份 C++ 知识库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KmwTt8fqB) +[The Complete FAANG Preparation](https://github.com/AkashSingh3031/The-Complete-FAANG-Preparation) | 一个面试题解仓库,里面包含了数据结构、算法知识点讲解、Facebook、Apple、Google 等互联网公司面试题、基于主流编程语言构建的 Demo 示例等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kll2V3Z99) +[machine-learning-collection](https://github.com/microsoft/machine-learning-collection) | 微软在 GitHub 上开源了一份机器学习相关的资源列表。主要收集微软及其子公司在机器学习领域中常用的一些工具、模型、数据集等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kj5ZJAVwk) +[《代码安全指南》](https://github.com/Tencent/secguide) | 该指南旨在梳理 API 层面的风险点并提供详实可行的安全编码方案。当前已包含 C/C++、JavaScript、Node、Go、Java、Python 等多个不同编程语言版本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KibqCt5hB) ### 机器学习/人工智能 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[FGVC](https://github.com/vt-vl-lab/FGVC) | 可基于光流边缘引导的视频补全算法,对视频物品进行自动抠除、补全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JA7mugoid) -[Real-time-stock-market-prediction](https://github.com/victor369basu/Real-time-stock-market-prediction) | 基于机器学习来进行股票市场预测 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzWKVgjsS) -[ArtLine](https://github.com/vijishmadhavan/ArtLine) | 基于深度学习,为人物肖像生成线条、卡通、电影海报等多种不同风格的画像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzFhoBJRY) -[NL2SQL](https://github.com/yechens/NL2SQL) | 可将自然语言文本转换成结构化查询语言 SQL,致力于打破人与结构化数据之间的壁垒 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzrIWDl1V) -[BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2) | 可实时、快速的对高分辨率图像、视频进行自动背景抠图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyZrthulI) -[anime_biggan_toy](https://github.com/HighCWu/anime_biggan_toy) | 可使用 BigGAN 生成令人惊叹的动漫图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyI9SvtdJ) -[qlib](https://github.com/microsoft/qlib) | 微软在 GitHub 上开源的一个 AI 量化交易平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jy5gPyZqM) -[AnimeGAN](https://github.com/TachibanaYoshino/AnimeGAN) | 可借助 AI 技术,快速将真实图像转换为日漫风格的画作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxjJZF2G2) -[U-2-Net](https://github.com/NathanUA/U-2-Net) | 借助 AI 技术为人物肖像生成手绘风格的画像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvlbxcTQz) -[machine-learning-cheat-sheet](https://github.com/soulmachine/machine-learning-cheat-sheet) | 一个开源的机器学习速查表清单,里面包含许多关于机器学习的经典方程式和图表,其目的在于帮助开发人员快速回顾关于机器学习的知识和思想,或用于面试复习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JuDYBaZ10) -[SkyAR](https://github.com/jiupinjia/SkyAR) | 来自密歇根大学博士后研究员 Zhengxia Zou 发布了一项自己的研究,可将某个视频中的真实天空背景,通过 AI 替换成类似科幻片中的电影场景,效果非常震撼 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JusbYuv69) -[Bringing-Old-Photos-Back-to-Life](https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life) | 借助 AI 对老照片快速进行修复,基于 PyTorch 实现,支持划痕检测、面部修饰、全局还原等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Juhc3zPFi) -[pifuhd](https://github.com/facebookresearch/pifuhd) | 由 Facebook 研究室开源,其主要作用,是能通过 AI 快速为人体生成 3D 建模,减少游戏、动画制作人员的工作量 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Juaw2pyQR) -[WebGL-Fluid-Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) | 一个 WebGL 流体模拟器,支持设置流体密度、速度扩散范围、压力、飞溅半径、光影效果等属性 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JtRF3kasE) -[PathPlanning](https://github.com/zhm-real/PathPlanning) | 一个实现了多种在机器人领域中常用到的路径规划算法,其中也包括基于搜索与采样的方法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JteM0nH7e) -[AI-Expert-Roadmap](https://github.com/AMAI-GmbH/AI-Expert-Roadmap) | 一个 AI 技术进阶路线图,由德国一家软件公司 AMAI GmbH 发起,里面包含了 AI 技术领域的相关知识点,每个知识点均附有详细文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsBuCASPQ) -[RedditBot-FastAI](https://github.com/ClarityCoders/RedditBot-FastAI) | 基于 Python 和 FastAI 做了个 NSFW(不宜在工作场所打开)图像分类器,可对黄色暴力图像进行分类筛选 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsvZEavHI) -[PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) | 一套丰富、领先、且实用的 OCR 工具库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrJ1vz0W8) -[aim](https://github.com/aimhubio/aim) | 可用于快速记录、搜索与比较不同 AI 实验的结果与数据,操作便捷,配置灵活 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrBqFnngS) -[Map-based-Visual-Localization](https://github.com/TurtleZhong/Map-based-Visual-Localization) | 一款基于地图的视觉定位通用框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jq5dpD73P) -[nni](https://github.com/microsoft/nni) | 一个轻量但功能强大的工具包,可帮助用户自动进行特征工程,神经网络架构搜索,超参调优以及模型压缩 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JpBMasirg) -[EssayKiller_V2](https://github.com/EssayKillerBrain/EssayKiller_V2) | 一款基于 GPT2.0 的初代创作型人工智能框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoNOd91nt) -[mona_lisa_eyes](https://github.com/emilyxxie/mona_lisa_eyes) | 基于 TensorFlow.js 和 WebCam 做了个挺有意思的开源项目,画中蒙娜丽莎的眼睛会跟随人体移动轨迹转动 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmFPh1MAn) -[VisualDL](https://github.com/PaddlePaddle/VisualDL) | 百度在 GitHub 上开源的一款 AI 可视化分析工具,提供了丰富的可视化功能,支持标量、图结构、数据样本可视化、直方图、PR 曲线及高维数据降维呈现等诸多功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jl1x3uHdM) -[tensorflowjs-webcam-transfer-learning](https://github.com/mburakerman/tensorflowjs-webcam-transfer-learning) | 一个基于 Tensorflowjs 开发的小 Demo,可检测摄像头前物体的移动轨迹并控制汽车转向 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkLcliIMp) -[eiten](https://github.com/tradytics/eiten) | 国外一家热衷于用 AI 与数据分析来做投资分析的企业 Tradytics 开源了他们内部的工具包,里面主要实现了各种统计与算法投资策略,如最小方差、最大夏普比率和基于遗传算法的投资组合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkCWU2DLI) -[awesome-project-ideas](https://github.com/NirantK/awesome-project-ideas) | 精心整理了一批机器学习、NLP、计算机视觉及推荐系统相关的开发资源,并提供项目实现思路、产品方向、数据集等资料,就差具体代码实现了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjHcRAaax) -[funNLP](https://github.com/fighting41love/funNLP) | 整合较为丰富的中文 NLP 资源库,涵盖了中英文敏感词、语言检测、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典等等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjtQPsLSj) -[fancy-nlp](https://github.com/boat-group/fancy-nlp) | 一款用于建设商品画像的文本知识挖掘工具,支持实体提取、文本分类和文本相似度匹配等多种常见 NLP 任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjolSeivg) -[minGPT](https://github.com/karpathy/minGPT) | 特斯拉 AI 总监 Andrej Karpathy 用 300 行 PyTorch 代码实现了 GPT 模型,相对其他大多数 GPT 模型它更加小巧、简洁 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjnaNFLRM) -[fakeface](https://github.com/hankhank10/fakeface) | 可根据接口参数返回 AI 生成的假脸数据,其数据主要来自于 thispersondoesnotexist 生成的 15000 张 AI 人脸图片,开发者可传递性别、年龄等参数来获取指定 AI 人脸 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhwRNaQyG) -[machine-learning-roadmap](https://github.com/mrdbourke/machine-learning-roadmap) | GitHub 上有个老哥为机器学习初学者绘制了一份学习路线图,里面主要包含 5 大分支路径 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdWc1DUtq) -[awesome-production-machine-learning](https://github.com/EthicalML/awesome-production-machine-learning) | 比较实用的机器学习项目汇总清单,包含了一系列优秀的机器学习开源库,可帮你完成项目的监控、部署、安全防护 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jcfh9nOgK) -[genetic-drawing](https://github.com/anopara/genetic-drawing) | 借助遗传算法来完成绘画工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5No8wjdc) -[DeepFaceLab](https://github.com/iperov/DeepFaceLab) | 开发者通过这款软件,可任意替换视频中的人脸、头像,以及进行口型匹配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5I5mm7KF) -[data-scientist-roadmap](https://github.com/MrMimic/data-scientist-roadmap) | 一份数据科学家技术修炼图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3piFmjFI) -[Background-Matting](https://github.com/senguptaumd/Background-Matting) | 可利用神经网络技术,自动完成视频抠图功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2BpIuFE0) -[pose-animator](https://github.com/yemount/pose-animator) | 可识别出人类的表情变化与肢体动作,并将其映射到 2D 矢量图型上,让它跟着你的节拍动起来 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1eXBpaDo) -[scarpet-nn](https://github.com/ashutoshbsathe/scarpet-nn) | 印度有位小哥在「我的世界」上搭建出了一个神经网络 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J054Q5KjJ) -[vt-vl-lab/3d-photo-inpainting](https://github.com/vt-vl-lab/3d-photo-inpainting) | ,可快速将普通照片转为 3D 照片,让人物看起来更有立体感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IFFKC9bEs) -[photo2cartoon](https://github.com/minivision-ai/photo2cartoon) | 可快速将真实照片转换为卡通风格的非真实感图像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEmPH1xCZ) -[zoombot](https://github.com/mcreed/zoombot) | 国外有个小哥因为无法忍受公司永无止境的 Zoom 远程会议,便做了一款工具 - Zoombot 来代替自己去开会,基于 AI 进行开发,用到了诸如语言识别与文本转语音等技术 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IDAUvFtwP) -[chineseocr_lite](https://github.com/ouyanghuiyu/chineseocr_lite) | 一个轻量级中文 OCR,支持竖排文字识别 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iy4nM2wdQ) +[Animated Drawings](https://sketch.metademolab.com/) | 一款很有趣的 AI 工具,可以借助人工智能技术,让儿童绘画作品动起来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7be3caHT) +[VNN](https://github.com/joyycom/VNN) | YY 开源的一款高性能、轻量级神经网络部署框架,可将真实人脸快速转换为迪士尼、3D 游戏、油画画像风格的人脸外形,并提供了适配多场景的目标检测、物品分割、对象识别等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5nHAuA4f) +[MotionPlanning](https://github.com/zhm-real/MotionPlanning) | 来自华为的自动驾驶算法工程师,在 GitHub 开源了一个运动规划算法,里面实现了各类自动驾驶汽车上常用的路径规划 + 路径跟踪算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4vsEo5PJ) +[「NÜWA(女娲)」](https://github.com/microsoft/NUWA) | 微软与北京大学联手,在 GitHub 开源了一个多模态预训练模型,可实现文本/草图转图像、图像补全、文字/草图转视频等任务,功能异常强大。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3gRDcwqP) +[Qlib](https://github.com/microsoft/qlib) | 一个 AI 量化交易平台,旨在寻求与挖掘 AI 技术在量化投资领域中的价值。里面包含数据处理、模型训练、回溯测试的完整 ML 管道,并且覆盖了量化投资的整个链条:Alpha 探索、风险建模、投资组合优化和交易执行等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2M24EQXi) +[abstreet](https://github.com/a-b-street/abstreet) | 项目可通过软件来模拟街道和十字路口的交通流量,以规划各类车辆的运行网络,进一步改善交通状况。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2l7zjPkT) +[Eiten](https://github.com/tradytics/eiten) | 国外一家热衷于用 AI 与数据分析来做投资分析的企业 Tradytics,在 GitHub 开源的内部工具包,里面主要实现了各种统计与算法投资策略,如最小方差、最大夏普比率和基于遗传算法的投资组合,对这块技术感兴趣的同学可以看下。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L23rE86E2) +[face2comics](https://github.com/Sxela/face2comics) | 外国一位名为 Alex 的开发者整理的人脸转漫画数据集,数据集拥有两个版本,v1 主要为深色调(含 1 万张图片),v2 为深红色调(含 2 万张图片)。漫画风格偏欧美风,可用于训练 pix2pix 或相似网络 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1bqXcRvo) +[KalidoKit](https://github.com/yeemachine/kalidokit) | 来自纽约的开发者 Richard Yee 做了一款人体运动模拟器,通过捕捉人体面部表情、眼睛、姿势、手部动作等元素后,便可自动映射到虚拟人物身上,打通真实世界与虚拟世界的连接。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0RcJeVUJ) +[Simula](https://github.com/SimulaVR/Simula) | 为了推进 VR 与 AR 技术在 Linux 系统上的应用,国外一家名为 SimulaVR 的机构打造了一款 Linux VR 桌面窗口管理器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0Q1FBNSk) +[AnimeGANv2-PyTorc](https://github.com/bryandlee/animegan2-pytorch) | 可借助 AI 技术,快速将图像转换为漫画风格画作,提供 Demo 试用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0HMg73CA) +[WantWords](https://github.com/thunlp/WantWords) | 清华大学 NLP 实验室在 GitHub 开源的 WantWords(万词王)词典还蛮有意思的。通过指定词义,便可匹配与之描述相近的词汇。比如,当你输入「开心的词」,该工具便会给出 "快乐"、"愉快"、"高兴" 等词汇。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0uqcocaP) +[Mini Pupper](https://github.com/mangdangroboticsclub/QuadrupedRobot) | 一个开源的机器狗,带有激光雷达、相机传感器,整体成本不到 500 美元。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0mz8F03G) +[Lite.AI.ToolKit](https://github.com/DefTruth/lite.ai.toolkit) | 一款开箱即用的 C++ AI 模型工具箱,涵盖目标检测、人脸检测、人脸识别、语义分割、抠图等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFRJWz2NX) +[HandPose X](https://github.com/EricLee2021-72324/handpose_x) | 国内一位开发者在 GitHub 上开源的手势识别项目,支持手部 21 个关键点检测、二维手势姿态、手势识别等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFIjsjDaw) +[invoice](https://github.com/guanshuicheng/invoice) | 一个开源的增值税发票 OCR 识别项目,可通过 API 接口,快速识别发票代码、发票号码、开票日期、校验码、税后金额等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFtbPiulP) +[PSGAN](https://github.com/wtjiang98/PSGAN) | 北航与国科大在 2019 年与 GitHub 开源的一项技术,可通过生成对抗网络,快速实现妆容转移、一键上妆等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFpsu6qUI) +[AI-Writer](https://github.com/BlinkDL/AI-Writer) | 可用 GPT 来生成中文网文小说,模型训练数据来自网文。项目内置基于 Python 运行的网页界面,并通过特殊采样方法,改善了小模型的生成质量。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFg1XrNtE) +[ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph) | 国内一位开发者在 GitHub 开源的产业链图谱,主要包括 A 股上市公司、行业与产品共 3 类实体。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KENKtwvVc) +[Lichee](https://github.com/Tencent/Lichee) | 腾讯技术团队在 GitHub 开源的一款「多模态内容理解」算法框架,框架采用分层的思想组织模型训练流程,包含了数据处理、预训练模型、常见模型以及模型加速等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KECKz5MN8) +[MuJoCo](https://github.com/deepmind/mujoco) | Deepmind 前不久收购了知名物理引擎 MuJoCo,未来将用于机器人、生物学、图形动画、机器学习等领域,帮助开发者提升产品开发体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDVxDs5Kc) +[LaMa](https://github.com/saic-mdal/lama) | 由莫斯科三星人工智能中心开源,可快速进行图像修复、指定对象移除等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDAkP8csy) +[PathPlanning](https://github.com/zhm-real/PathPlanning) | 一个动画算法库,主要实现多种在机器人领域中,常用到的路径规划算法,其中也包括基于搜索与采样的方法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KC43xtbgX) +[Fast-Drone-250](https://github.com/ZJU-FAST-Lab/Fast-Drone-250) | 浙江大学 FASTLAB 实验室,在 GitHub 上开源了一套自主导航无人机的硬件组成与搭建方案。该项目可应用于无人机在未知环境中的自主飞行,集群飞行等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBJD7ASwc) +[Muzic](https://github.com/microsoft/muzic) | 微软最近在 GitHub 上开源了一个 AI 音乐项目,基于深度学习,可自动完成音乐创作。创作过程主要分为两步,一是音乐理解(符号分类、声音识别),二是音乐合成(歌曲歌词创作、音乐旋律生成)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KAom4FzTk) +[LAION-400-MILLION OPEN DATASET](https://laion.ai/laion-400-open-dataset/) | 国外一家名为 Laion 的人工智能非盈利组织,开放了全球最大的图像文本对(image-text-pair)数据集,共提供了 4 亿样本数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting) | 来自字节跳动的工程师在 GitHub 上开源了一项视频自动抠图技术,该技术引入了一种强大、实时、高分辨率的人物视频抠图方法,使用循环神经网络,在处理视频流时有时间记忆,可在任意视频上做实时高清抠像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzEoG7ZTy) +[Kornia](https://github.com/kornia/kornia) | 一款基于 PyTorch 的可微分的计算机视觉库。可训练模型来执行图像变换、对极几何、深度估计和低级图像处理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzsdGBtxk) +[Tangram(七巧板)](https://github.com/tangramdotdev/tangram) | 一个可帮助 AI 开发者快速训练、部署与监控机器学习模型的开源工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kys9JFyt1) +[DataCLUE](https://github.com/CLUEbenchmark/DataCLUE) | 国内首个以数据为中心的 AI 测评(含模型分析报告),可通过系统化改造数据来提升模型效果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyhybxBYE) +[Real-time Stock-market](https://github.com/victor369basu/Real-time-stock-market-prediction) | 作者尝试基于机器学习来进行股票市场预测。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxdyHi36a) +[PersonGraphDataSet](https://github.com/liuhuanyong/PersonGraphDataSet) | 一份开源的人物图谱数据集,收录了近十万的人物关系图谱事实数据库,通过人物关系抽取算法抽取 + 人工整理得出,可用于人物关系搜索、查询、人物关系多跳问答,以及人物关系推理等场景提供基础数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kw8obhjbN) +[chineseocr_lite](https://github.com/DayBreak-u/chineseocr_lite) | 一款超轻量级中文 OCR,支持竖排文字识别,总模型仅 4.7M。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvGiQvb5y) +[SZT-bigdata](https://github.com/geekyouth/SZT-bigdata) | 一个开源的深圳地铁大数据客流分析系统,主要通过分析深圳通刷卡数据,从大数据的技术角度来研究深圳地铁客运能力,探索深圳地铁优化服务的方向。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvpBOuFRz) +[NARUTO-HandSignDetection](https://github.com/Kazuhito00/NARUTO-HandSignDetection) | 一个开源项目,可用于识别火影忍者中的结印手势。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvnfItTfP) +[BIFROST](https://datasets.bifrost.ai/) | 给从事 AI 开发的同学分享个数据集搜索神器,该网站当前共计拥有 1900 个数据集,提供人物、自动驾驶汽车、零售、无人机等六大类别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kv4oHjlCU) +[MLOps-Basics](https://github.com/graviraja/MLOps-Basics) | 一个开源的 MLOps 基础教程,作者将通过 10 周的时间,带你了解 MLOps 的基础知识,如模型构建、监控、配置、测试、打包、部署、CI/CD(GitHub Actions)等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuToMAN7b) +[CompreFace](https://github.com/exadel-inc/CompreFace) | 一款开源的人脸识别与检测系统,不懂机器学习技术亦可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuLxIbNeV) +[pix2tex](https://github.com/lukas-blecher/LaTeX-OCR) | 一款开源的 LaTeX 代码识别系统,基于深度学习技术,快速识别数学公式的图像,并返回相应的 LaTeX 代码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kub0Lur6c) +[Realtime-Voice-Clone-Chinese](https://github.com/babysor/Realtime-Voice-Clone-Chinese) | 一个基于深度学习的中文语音合成项目,通过采集分析一段具体的声音样本,可在 5 秒内生成与之类似的克隆语音。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ku8giFNOS) +[AI_Tutorial](https://github.com/cbamls/AI_Tutorial) | 一个开源的 AI 学习资料库,主要整理了人工智能、机器学习、深度学习、搜索系统、推荐系统、广告系统等领域的学习资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtLhAkezp) +[Polaris](https://github.com/ChibaniMohamed/Polaris) | 一款开源的人脸考勤系统,集成了脸部识别技术,拥有颇具未来感的设计风格,可用于尝鲜。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtIJhvPH0) +[neural_network_papers](https://github.com/curryandsun/neural_network_papers) | 一份开源的 AI 论文笔记,主要记录作者读过的一些论文,给出个人对论文的评分情况并简述论文 insight。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KsvjjnWZg) +[NLPDataSet](https://github.com/liucongg/NLPDataSet) | 国内一名开发者在 GitHub 开源了常用数据集,主要将多个网络数据集进行整理清洗,并将格式统一化。其主要目的,在于构建一个较完善的中文片段抽取式阅读理解数据集。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ks9HQvfzg) +[Lite.AI](https://github.com/DefTruth/lite.ai) | 一个比较丰富的 C++ 库,里面收录了 60 多个实用的 AI 模型,其中包含对象检测、人脸检测、风格迁移、人脸识别、图像分割、图像分类等类别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KrSqgjMNO) +[AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying) | 一个 AI 知识库,帮助开发者快速上手 AI 理论及应用实战:基础知识、机器学习、深度学习、自然语言处理 BERT,含大量注释及数据集,力求每一位能看懂并复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kq5Er9xsW) +[NLPer-Arsenal](https://github.com/TingFree/NLPer-Arsenal) | 一个 NLP 开源知识库,主要收录 NLP 竞赛经验贴、通用工具、学习资料等内容,覆盖文本分类、机器翻译、语义解析、实体识别等类别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpSiojUzt) +[DouZero](https://github.com/kwai/DouZero) | 一个 AI 斗地主项目,基于深度学习与深度蒙特卡罗(DMC)算法构建,尝试让 AI 与人类博弈。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlmdYpi0k) -### 开源书籍/教程 -库名 | 简述 | 源 +### 书籍/教程 + +名称 | 简述 | 源 ---- | ----- | ----- -[unplugged](https://github.com/liuxinyu95/unplugged) | 《同构 - 编程中的数学》,有提供中英文两种版本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzKzWmxGY) -[missing-semester-cn.github.io](https://github.com/missing-semester-cn/missing-semester-cn.github.io) | 《计算机教育中缺失的一课》中文版,主要讲授命令行、文本编辑器、Git 版本控制系统等工具的使用,以及关于元编程、安全和密码学等知识的科普 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzB9s4UhA) -[ssh-tutorial](https://github.com/wangdoc/ssh-tutorial) | 一本关于 SSH 相关的技术教程,用于介绍 SSH 的概念和基本用法,也可以当作手册查询 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyKw0Am3l) -[high-performance-go](https://github.com/geektutu/high-performance-go) | 《Go 语言高性能编程》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyGAt2oaN) -[school-of-sre](https://github.com/linkedin/school-of-sre) | LinkedIn 在 GitHub 上开源了其企业内部的 SRE 技术课程,主要包含 Linux、Git、Python、Web、MySQL、大数据、系统设计、网络安全等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxVrZ31XK) -[introduction-to-bash-scripting](https://github.com/bobbyiliev/introduction-to-bash-scripting) | 《Introduction to Bash Scripting》,里面包含了 Bash 结构、变量、用户输入、注释、条件表达式、函数、调试、脚本编写及应用、Cloudflare API 对接等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwRsv8niY) -[git-flight-rules](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md) | 一份开源的 Git 学习指南,指南里面记录了某个事情发生的原因,以及怎样进行流程化处理。本质上,它们是特定场景的标准处理流程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvYsXjaRd) -[EffectiveModernCppChinese](https://github.com/kelthuzadx/EffectiveModernCppChinese) | 《Effective Modern C++ 》作为 高效 C++ 丛书之一,通过对复杂技术知识点的清晰阐释,让其成为 C++ 程序设计指南业界标杆 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsFq8r192) -[build](https://github.com/handsonscala/build) | 《动手学 Scala 编程》作者将会配合一些真实场景与项目案例,如可交互式网站、网络文件同步、Web 爬虫、数据迁移等工具与应用,让新手可以更为直观的认识到 Scala 在现实生产环境中的实际应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jp9pGzOPY) -[30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python) | 一个适合新手入门学习的 Python 教程《30-Days-Of-Python》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoySKu5Uy) -[beginners-intro-javascript-node](https://github.com/microsoft/beginners-intro-javascript-node) | 为了帮助前端开发者更好的掌握 JavaScript 和 Node.js 技术,微软在 GitHub 上开源了一个教程:《 Intro to JavaScript (Node.js)》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JowwDfaiX) -[sword-for-offer](https://github.com/darkTianTian/sword-for-offer) | 一个使用了 Python3 实现《剑指 Offer 第二版》题目的开源项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JopsfxyuE) -[java-concurrency-in-practice](https://github.com/preslavmihaylov/booknotes/tree/master/java/java-concurrency-in-practice) | 《Java 并发实践》该书主要包括 Java 并发基础介绍、构建并发应用、性能优化与测试以及搭建自定义同步器、Java 内存模型等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmJKN6dd2) -[gitmagic](https://github.com/blynn/gitmagic) | 《Git 魔法书》该书主要面向初学者讲解 Git 基础知识与使用技巧,如代码提交、版本回滚、分支合并、冲突处理、索引维护及多人开发协作的整个流程等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jm47h1i8b) -[mml-book.github.io](https://github.com/mml-book/mml-book.github.io) | 《机器学习之数学》主要分为两大部分,一讲数学基础,二讲数学在机器学习算法中的应用。你能从该书中学到线性代数、微积分和概率论等数学基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkgKTBteH) -[ultimate-python](https://github.com/huangsam/ultimate-python) | 一份开源的 Python 初级入门教程,包含了 Python 基础入门介绍、常用语法、数据结构、类以及部分进阶知识介绍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jk9umcAft) -[linuxupskillchallenge](https://github.com/snori74/linuxupskillchallenge) | 一份开源的 Linux 教程,该课程旨在通过一个月时间,让开发者快速掌握 Linux 基础使用技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jk03RkqVf) -[Computer-Networking-A-Top-Down-Approach-NOTES](https://github.com/moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES) | 一份经典的计算机网络书籍《计算机网络-自顶向下方法》笔记。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JjlZKnK69) -[convex-optimization.github.io](https://github.com/convex-optimization/convex-optimization.github.io) | 一本免费阅读的凸优化算法书籍《Algorithms for Convex Optimization》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiS8Qieau) -[easy_rust](https://github.com/Dhghomon/easy_rust) | 《Easy Rust》该书的最大特点,在于它使用了较为基础的英文语法, 目的是为了让那些母语不是英语的人能更快的学习 Rust,以便降低他们学习的门槛 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JiIIlsh78) -[TLCL](https://github.com/billie66/TLCL) | 一本 Linux 命令行书籍:《The Linux Command Line》,中文翻译版:《快乐的 Linux 命令行》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JipRm24cb) -[Learn-Vim](https://github.com/iggredible/Learn-Vim) | 《Learn-Vim》从这本书中,你将学到 Vim 窗口、选项卡的管理,快速打开和搜索文件,插入模式、集成外部命令、常用语法等 Vim 相关使用技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JhZ9hpWgR) -[raspberry-pi-os](https://github.com/s-matyukevich/raspberry-pi-os) | 将基于树莓派与 Linux 内核,手把手教你创建一个简易版的操作系统,你能从这门课程中学到关于内核初始化、处理器初始化、进程调度器、虚拟内存管理等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jhe0NsJHr) -[fastbook](https://github.com/fastai/fastbook) | 国外非营利性科技组织 fast.ai 最近开放了他们的新版深度学习课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jh3pfjGSE) -[vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn) | 一本开源的 Vim 入门教程:《Vim Galore》,里面主要包含了 Vim 的基础知识讲解、安装指南、日常开发与调试技巧,以及一些较为实用的插件介绍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgAJpm8jm) -[SurviveSJTUManual](https://github.com/SurviveSJTU/SurviveSJTUManual) | 《上海交通大学生存手册》其内容分为立志篇、访谈集、生存技巧等三大篇章,致力于从学术上、工作上、日常生活上给学生以正确指引 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JgjrODqpC) -[Getting-Things-Done-with-Pytorch](https://github.com/curiousily/Getting-Things-Done-with-Pytorch) | 《Getting Things Done with Pytorch》从该书中学到有关 PyTorch、神经网络、图像分类、人脸检测、情感分析等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JghSp1x54) -[magic-python](https://github.com/iswbm/magic-python) | 《Python 黑魔法手册》里面主要记录了与 Python 相关的一些语法冷知识、命令行使用技巧、开发技巧、编码习惯、开发工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfoSQ73X2) -[eat_pytorch_in_20_days](https://github.com/lyhue1991/eat_pytorch_in_20_days) | 《20 天内吃掉那只 PyTorch》本书主要基于 Pytorch 官方文档和函数文档整理编著而成,在篇章结构和范例选取上做了大量优化,对用户更加友好 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JfiZwCQRb) -[byte-of-vim](https://github.com/swaroopch/byte-of-vim) | 《A Byte of Vim》这本书将会教授你一些与 Vim 相关的基础知识,例如 Vim 的发展历史、安装方式、常用操作与快捷命令,以及如何通过编写脚本与安装插件来扩展更多 Vim 功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jdjg0yFqK) -[nlp-tutorial](https://github.com/graykode/nlp-tutorial) | NLP 教程,包含了 CNN、RNN、Transformer 等 13 个常用的模型与代码实现,并且大部分都兼容了 TensorFlow 和 PyTorch 两大框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdgTT8LlY) -[dlwpt-code](https://github.com/deep-learning-with-pytorch/dlwpt-code) | 《Deep Learning with PyTorch》全书累积近 500 页,15 个章节,并配以大量形象生动的插图,帮助开发者更好的掌握 PyTorch 技术 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JbrLVt10p) -[Python-Core-50-Courses](https://github.com/jackfrued/Python-Core-50-Courses) | 《Python 语言基础 50 课》你能学到关于 Python 语言元素、分支与循环结构、函数和模块、常用数据结构、列表和元组等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7ea9gHSI) -[ReID_tutorial_slides](https://github.com/michuanhaohao/ReID_tutorial_slides) | 《基于深度学习和行人重识别》主要适合深度学习和行人重识别领域无基础的入门者学习,有基础者无需学习此课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J7bO1uCmx) -[springcloud-learning](https://github.com/macrozheng/springcloud-learning) | 一个开源的 Spring Cloud 教程,里面涵盖了大部分核心组件的使用教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J74JEqOs6) -[go-ast-book](https://github.com/chai2010/go-ast-book) | 《Go 语法树入门》主要涵盖 CGO、Go 汇编语言、RPC 实现、Web 框架实现、分布式系统等高阶主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5Scbb0If) -[MTBook](https://github.com/NiuTrans/MTBook) | 《机器翻译:统计建模与深度学习方法》主要对机器翻译的统计建模和深度学习方法进行较为系统的介绍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5lv0hH1e) -[Deep-Learning-with-TensorFlow-book](https://github.com/dragen1860/Deep-Learning-with-TensorFlow-book) | 《TensorFlow 2.0 深度学习开源书(龙书)》是一本面向人工智能,特别是深度学习初学者的书 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4DTIi6FF) -[practical-python](https://github.com/dabeaz-course/practical-python) | 《实用的 Python 编程》课程共分为 10 个章节,向开发者教授 Python 的基础语法、数据处理、打包调试等知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J4zYaosR8) -[Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code) | 北京大学的一名学生手写实现了李航老师《统计学习方法》书中的全部算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J2lxdzbC6) -[DeepLearning](https://github.com/MingchaoZhu/DeepLearning) | 《深度学习》(花书)国内一位来自复旦大学的开发者基于数学推导和产生原理,重新描述书中概念,并用 Python (numpy 库为主) 再次复现了书本内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1Qhefu3Z) -[InterpretableMLBook](https://github.com/MingchaoZhu/InterpretableMLBook) | 《可解释的机器学习》全书共累计 250 多页、7.8 万词、1200 多次提交 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1am286xg) -[joyful-pandas](https://github.com/datawhalechina/joyful-pandas) | 《Joyful-Pandas》将从 Pandas 基础、数据分析方法、数据处理类型及动手实践四个模块入手,对 Pandas 进行系统性学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEEw937cx) -[bash-tutorial](https://github.com/wangdoc/bash-tutorial) | 《Bash 脚本教程》作者是 IT 圈知名博主阮一峰,这份课程将向读者讲解 Bash 的一些基础用法,如变量、字符串操作、算术运算、脚本入门等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IDINemF9z) -[effective-java-3rd-chinese)](https://github.com/sjsdfg/effective-java-3rd-chinese) | 《Java 高效编程》该书共包含 90 个条目,每个条目都单独讨论 Java 程序设计中的一条规则,这些规则将从正面反映出优秀程序员在实践工作中的一些做法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IDsgHiUWr) -[react-naive-book](https://github.com/huzidaha/react-naive-book) | 《React.js 小书》该书为有一点前端基础的并且是 React.js 零基础的同学而作,以帮助他们掌握 React.js 并且灵活地把 React.js 应用到实际项目当中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICH8d436f) -[EffectivePyTorch](https://github.com/vahidk/EffectivePyTorch) | 《Effective PyTorch》这本教程致力于帮助工程师们以正确的方式,更加快速掌握 PyTorch 基础知识与开发技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICm1P6977) -[eat_tensorflow2_in_30_days](https://github.com/lyhue1991/eat_tensorflow2_in_30_days) | 《30 天吃掉那只 TensorFlow 2.0 》该工具书既有教程又有指南,并按照内容难易程度、读者检索习惯和 TensorFlow 自身的层次结构来设计内容,让开发者可以循序渐进,层次清晰的按照功能查找相应范例 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ICaVbbYmG) -[7days-golang](https://github.com/geektutu/7days-golang) | Go 语言教程,教你如何用 Go 在 7 天内做出一些比较实用的东西,如 Web 框架、分布式缓存、ORM 框架等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IxUXh9RlG) +[《系统设计面试指南》](https://systemdesign.org) | 由来自 FAANG(Facebook、苹果、亚马逊、奈飞、谷歌)的工程师联合编写。书籍中配套有丰富的插图与面试题,以便帮助开发者更好的掌握系统设计技术,快速通过面试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8AOZq5Ub) +[《Learning Patterns》](https://www.patterns.dev/) | 一本开放的前端技术书籍,主要讲解现代 Web 应用的设计模式与组件模式,了解如何使用 vanilla JavaScript 和 React 构建强大的 Web 应用程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7mdYcl9Y) +[《从 0 到 1:学习正则表达式》](https://github.com/aykutkardas/regexlearn.com) | 一个很有趣的开源技术教程,与常规技术教程不同,该教程会基于问答的形式,通过可交互式界面与速查表,让你在互动中实践与理解正则表达式,让整个学习过程不再枯燥乏味。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7kVt485S) +[Future Coder](https://github.com/alexmojaki/futurecoder) | 一个开源的可交互式 Python 教程,面向初学者设计,亮点是可以一边在线学习技术,一边敲代码验证结果,强化知识的吸收。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7dYwinIk) +[《Git In The Trenches》](https://cbx33.github.io/gitt/intro.html) | 一本很有趣的技术书籍,作者构建了一家名为 Tamagoyaki 的虚拟公司,通过讲故事的方式,让大家能够有代入感的学习 Git。了解在实际工作中,如何用 Git 来解决问题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L73mZmnzN) +[《LaTeX 论文写作指南》](https://github.com/xinychen/latex-cookbook) | 主要讲解 LaTeX 发展历史、文本与公式编辑、表格制作、图形绘制与插入等基础用法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6WiB8SpJ) +[《清华大学计算机系课程攻略》](https://github.com/PKUanonym/REKCARC-TSC-UHT) | 清华学生在 GitHub 上开源的一份学习资料,覆盖了计算机科学导论、数据结构、人工智能导论、计算机组成原理、操作系统、现代密码学、线性代数、微积分等多个领域的资料、课件、参考教材等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6CiHFbjo) +[《Mac 开发环境快速配置指南》](https://github.com/vendasta/setup-new-computer-script) | 国外工程师开源的《Mac 开发环境快速配置指南》,主要包含了命令行、代码编辑器、编程语言开发环境、系统应用等各项配置。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L67ezsvmH) +[《C++ 高性能并行编程与优化》](https://github.com/parallel101/course) | 课程前半段主要介绍现代 C++,后半段主要介绍并行编程与优化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5XO5z6my) +[《命令行中的数据科学》](https://github.com/https://datascienceatthecommandline.com/2e/?continueFlag=2b274beee5ac43dac12bbb279065fa2e) | 通过学习,你将掌握如何用命令行工具来获取、清理、探索和建模数据,为了帮你快速入门,作者还提供了一个内置 100 多款 Unix 工具的 Docker 镜像,在主流操作系统上均可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5TGlu2SM) +[《现代 CPU 性能分析与调优》](https://github.com/dendibakh/perf-book/) | 此书是一本 170 页的指南,结合了多个不同行业的专家知识,讲解 CPU 微体系结构、性能分析技巧,以及相关的工具与建议参考等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5q3EaOwf) +[《动手学深度学习 2.0》](https://github.com/d2l-ai/d2l-zh) | 作为一本面向中文读者的能运行、可讨论的深度学习教科书,已被全球 55 个国家 300 所大学用于教学。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5oSEtISv) +[MiniTorch](https://github.com/minitorch/minitorch) | 康奈尔科技校区(Cornell Tech)开源的机器学习 DIY 教学库,可帮助工程师更好的了解深度学习系统概念。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L57mNzVgi) +[《图解 NumPy:可视化指南》](https://betterprogramming.pub/numpy-illustrated-the-visual-guide-to-numpy-3b1d4976de1d) | 国外一位名为 Lev Maximov 的工程师写的,通过插图的方式,详细分析并讲解了 NumPy 向量、矩阵、3D 及高维数组的应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L56bKk7xQ) +[《计算机教育中缺失的一课》](https://github.com/missing-semester-cn/missing-semester-cn.github.io) | 麻省理工大学的开源技术教程,该课程主要讲授命令行、文本编辑器、Git 版本控制系统等工具的使用,以及关于元编程、安全和密码学等知识的科普。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L53f6oSRc) +[《Linux 内核模块编程指南》](https://github.com/sysprog21/lkmpg) | 主要讲解 Linux 内核模块简介、模块交互、系统调用、阻塞进程和线程、调度任务、中断处理程序等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4rx7kW0J) +[《Effective Modern C++ 》](https://github.com/kelthuzadx/EffectiveModernCppChinese) | 作为高效 C++ 丛书之一,通过对复杂技术知识点的清晰阐释,让其成为 C++ 程序设计指南业界标杆。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L43bacj6b) +[《数据科学工具学习指南》](https://github.com/shervinea/mit-15-003-data-science-tools) | 麻省理工大学教授在 GitHub 开源的教程,主要讲解如何使用 SQL 检索数据,R 语言操作数据,Python 数据可视化,Git 代码版本控制,以及常见的 Bash 脚本使用技巧等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3TKFCQMQ) +[《Spring 实战第六版》](https://github.com/LeonLi0102/spring-in-action-v6-translate) | 一本 Java 技术教程,原作者 Craig Walls 为 VMware 工程师,Spring 团队开发成员。该书主讲 Web 应用程序开发、数据处理、API 开发、REST 服务构建、数据持久化、Spring 管理与部署等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3PP7D9Xj) +[《My CS Degree - Full-Stack ML Engineering》](https://github.com/logancyang/my-cs-degree) | 一位拥有物理学背景的软件工程师,为了让自己的 CS 专业技能得到更好的提升,设计了一整套 CS 教程,按照不同的学习阶段,教程被划为两块:通识教程(系统性的学习计算机原理知识)和项目教程(实践开发项目)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3LHoqfeo) +[《数据科学学习指南》](https://github.com/amitness/learning) | 该指南包含电子表格与数据库的数据处理、命令行工具使用、数据分析与可视化技巧、论文阅读方法,各类模型与算法讲解等知识,另外还有商业思维培养、写作与沟通技巧等非技术类内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L37t8sVfK) +[《Google 工程实践文档》](https://github.com/google/eng-practices) | Google 在 GitHub 开源的一份工程实践文档,此文档为 Google 工程师长期累积的最佳实践,希望通过这份文档,能帮助更多开发者完成代码审查工作,为项目代码提供标准参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L36g3wonv) +[《人工智能系统》](https://github.com/) | 微软在 GitHub 开源了一个技术教程,主要讲解支持人工智能的计算机系统设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L34GDqA7g) +[《深入浅出现代化Web 编程》](https://github.com/villeheikkila/fullstackopen) | 内容基于赫尔辛基大学的计算机课程编写而成,该课程共有 13 个章节,主要讲解 Web 开发基础知识、服务器端通信、React 项目开发、REST API 编写、单页面应用搭建、CI/CD 与容器使用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2WPA98Vn) +[《深度学习》](https://github.com/Atcold/NYU-DLSP21) | 主讲人为 2018 年图灵奖得主,卷积网络之父杨立昆(Yann Le Cun),总课时为 14 周,主要讲解深度学习历史、循环和卷积网络、基于能量的模型、图卷积网络等知识点,并开放教程相关的幻灯片、视频、Jupyter notebook、项目代码等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2Vga185w) +[《用聪明的方法学习 Vim》](https://github.com/wsdjeg/Learn-Vim_zh_cn) | 该书将从零开始,着重于 Vim 编辑器的重点功能,教你如何快速上手并使用 Vim。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2GkH8YWT) +[《LaTeX 写作技巧》](https://github.com/guanyingc/latex_paper_writing_tips) | 港中大的一名学生在 GitHub 上开源的,适用于撰写研究论文。项目里面会提供一些已发布论文作为示例,提供表格及图形方面的排版参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2F9Cziqd) +[《分布式系统模式》](https://github.com/dreamhead/patterns-of-distributed-systems) | 收录了一系列关于分布式系统实现的文章,主要介绍像 Kafka、Zookeeper 等分布式系统在实现过程中采用的通用模式,是学习分布式系统实现的基础。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2a7FcTAx) +[《科学可视化:Python + Matplotlib》](https://github.com/rougier/scientific-visualization-book) | 主要讲解 Matplotlib 库的介绍与基本原理、图形设计、图形布局与组织、3D 图形与动画等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L22gB5vWx) +[《现代化计算机科学自学指南》](https://github.com/izackwu/TeachYourselfCS-CN) | 中文翻译版,主要面向想自学软件的工程师、在校学生、打算转计算机行业的互联网从业人员。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L20HalQYc) +[《C/C++ 程序设计》](https://github.com/ShiqiYu/CPP) | 作者为南方科技大学计算机系于仕琪副教授,同时也是 OpenCV 中国团队负责人。教程共分为 15 个篇章,覆盖 C/C++ 基础介绍、数据类型与算术运算法、数据结构、内存指针、函数、类等多个知识点的讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1SQ5BIZD) +[《基于深度学习和行人重识别》](https://github.com/michuanhaohao/ReID_tutorial_slides) | 浙江大学罗浩博士开放的一个技术教程,课程主要包括深度学习基础、行人重识别理论基础和行人重识别代码实践三个篇章。内容包含各类课件与视频教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1HQby6sO) +[《Data Structures Spring 2021》](https://www.cs.umd.edu/class/spring2021/cmsc420-0101/lectures.html) | 美国马里兰大学开放的数据结构教程,主要讲解数据结构基础、二叉树、红黑树、散列、范围树等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1CldodmK) +[cs_study_plan](https://github.com/spring2go/cs_study_plan) | 一份硬核计算机科学 CS 自学计划,偏向软件工程和系统架构方向。旨在帮助开发者制定一个为期 3~5 年的重学 CS 目标,夯实 CS 基本功,达到美国一流大学 CS 专业本科毕业水平。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1ypG7RxL) +[《前端内参》](https://github.com/coffe1891/frontend-hard-mode-interview/) | 一本开源的前端技术书籍,该书共有 11 章,覆盖了技术面试、JavaScript 特性解析、数据结构与算法、主流框架、开发工具、编程范式、设计原则与编程范式等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1qyCi4g3) +[《30 天精通 Git 版本管理》](https://github.com/doggy8088/Learn-Git-in-30-days) | 一份开源的 Git 教程,主要介绍 Git 的一些常用操作,以及日常工作中实际应用场景讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1fKRoIbm) +[《C++ 11 全套设计模式》](https://github.com/jaredtao/DesignPattern) | 一份开源技术资料,里面包含了工厂方法模型、单例模式、策略模式、观察者模式等 23 种模式的常见用法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0WHHg2dl) +[《计算机安全和互联网》](https://people.scs.carleton.ca/~paulv/toolsjewels.html) | 一本免费开放的计算机书籍,主要讲解计算机安全概念与基本原则、身份验证协议、操作系统安全和访问控制、Web 与浏览器安全、软件漏洞利用与提权等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L0zIYBx5n) +[《从零打造一台属于你的数控机床》](https://github.com/maxvfischer/DIY-CNC-machine) | 来自瑞典的工程师 Max Fischer 在 GitHub 开源了一份技术教程,在该教程中,作者将手把手教你如何自制一台自动化数控机床,里面包含完整的物料清单、3D 打印部件、硬件及软件的安装说明等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L03I8lwfT) +[《计算机体系结构基础》](https://github.com/foxsen/archbase) | 一本开源技术书籍,作者将从微处理器设计的角度出发,充分考虑计算机体系结构的学科完整性,强调体系结构、基础软件、电路和器件的融会贯通。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFGK3736o) +[《同构 - 编程中的数学》](https://github.com/liuxinyu95/unplugged) | 主讲自然数和计算机程序、欧几里得算法、递归的形式与结构、斐波那契数列、罗素悖论、数学基础的分歧等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDjPD6IjR) +[《自己动手写编译器》](https://github.com/pandolia/tinyc) | 介绍如何通过实现一个简单的编译器(TinyC),并借助实例来描述基本的编译原理及过程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCGWAoyac) +[《深入系统》](https://diveintosystems.org/book/index.html) | 国外一本计算机系统教程,作者为来自西点军校与斯沃斯莫尔学院的博士。教程将从 C 语言展开,带你了解 C 语言调试工具、二进制、冯诺依曼结构、汇编、代码优化、共享内存等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCyH9q2jk) +[《实时渲染第四版》](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection) | 该资料可作为研究实时渲染与计算机图形学技术的读物,里面收录了超过 2000 份的参考文献,主要介绍图形渲染管线、图形处理单元、纹理与阴影、图像空间效果、图形硬件等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCwl2x6BF) +[GeoBlender](https://github.com/JoeWDavies/geoblender) | 一个开源教程,主要教你如何使用 QGIS 和 Blender 软件,制作带有阴影效果的浮雕地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KC6pFsxN3) +[《恶意软件逆向工程手册》](https://ccdcoe.org/library/publications/malware-reverse-engineering-handbook/) | 作者是来自 CCDCOE Technology Branch 的研究人员。开放这本手册的目的,在于帮助技术人员更好的利用技术手段,去合理分析 Windows 上那些恶意软件的可执行文件,以便更好的抵御恶意软件的威胁。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBWZa3oUs) +[《服务器编程指南》](https://github.com/howardlau1999/server-programming-guide) | 主要讲解服务器编程中的程序编译装载、C++ 项目构建、多线程与多进程编程范式使用、程序调试与部署等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBT3D4EwT) +[《给初学者看的数据科学》](https://github.com/microsoft/Data-Science-For-Beginners) | 微软在 GitHub 上开源了一份数据科学教程,课时为期 10 周,共 20 节,主讲数据科学通用定义、统计与概率导论、使用 SQL 与 NoSQL 处理数据、Python 与数据可视化等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KBLcyzVAy) +[《机器学习之数学》](https://github.com/mml-book/mml-book.github.io) | 该书主要分为两大部分,一讲数学基础,二讲数学在机器学习算法中的应用。你能从该书中学到线性代数、微积分和概率论等数学基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KzYqIxykt) +[《深度学习在图像处理中的应用教程》](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing) | 里面主要整理了作者在研究生期间的学习内容,教程将以视频的内容呈现,主要介绍网络结构与创新点、基于 PyTorch / TensorFlow 搭建与训练网络。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyJPGa2el) +[《Practical Go Lessons》](https://www.practical-go-lessons.com/) | 一个 Go 语言技术教程,由国外一名开发者历经两年多编写而成。作者将通过这个教程,循序渐进的带你了解 Go 语言的基础知识,以及常见的计算机科学概念 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyH5cjoHV) +[《技术开发指南》](https://techdevguide.withgoogle.com) | 想提升下编程技能,可以看下 Google 开放的这个指南,该指南在于帮助对软件专业感兴趣,或从事本专业的人员更好的掌握计算机科学。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyBAeg6zt) +[《逸仙 OS 简明教程》](https://github.com/YatSenOS/YatSenOS-Tutorial-Volume-1) | 想了解「如何从零开始编写操作系统」的同学,可以看下中山大学在 GitHub 上的这个开源项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyxEI3YR6) +[《带你入门前端工程》](https://github.com/woai3c/introduction-to-front-end-engineering) | 一本开源的前端技术书籍,主要记录作者在近两年来,在前端工程师实践经验和学习心得方面的总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KytwYgwJE) +[《LaTeX 入门教程》](https://www.learnlatex.org/en/) | 一个对新手友好的开源技术教程,主要讲解 LaTeX 基础知识、常见用法、文档布局、错误处理等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyeNI8HFk) +[《开始机器学习》](https://github.com/louisfb01/start-machine-learning) | 国外一名工程师在 GitHub 开源了他总结的机器学习指南,主要列举了机器学习入门必备的视频、书籍、开放教程等资源,并针对不同编程经验的人群,给出了不同的学习参考建议,有考虑学习机器学习的同学可以看下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ky87Gr9Mc) +[《Docker 入门教程》](https://github.com/docker/getting-started) | Docker 官方在 GitHub 开源的教程,主要讲解如何创建、运行并删除容器、数据持久化处理、多容器支持、Compose 的使用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ky5nck1yv) +[使用 Rust 迈出第一步](https://docs.microsoft.com/zh-cn/learn/paths/rust-first-steps/) | 微软开源的一个 Rust 入门教程,主要讲解 Rust 基础概念、错误处理、内存管理、自动测试、命令行程序编写等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxZSgjHqv) +[《Design patterns for humans》](https://github.com/guanguans/design-patterns-for-humans-cn) | 中文版,简单解释设计模式!一份超全的设计模式指南,共包含 23 种设计模式的讲解,每一种作者都采用了通俗易懂的方式给大家做讲解,希望能帮助开发者更好的理解设计模式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxXw8dIHG) +[《算法》](https://github.com/jeffgerickson/algorithms) | 想学算法的同学可以看下伊利诺伊大学教授 Jeff Erickson 写的《算法》一书。这位老教授在 UIUC 教了 20 年的书,授课内容与经验都浓缩在这本书上了。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KxVWI90rK) +[《Clean Code JavaScript》](https://github.com/ryanmcdermott/clean-code-javascript) | Google 工程师 Ryan McDermott 根据 《Clean Code》总结的一份适用于 JavaScript 的软件工程指导准则,希望能帮你写出易读、易复用、易重构的 JavaScript 代码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kxoagmw6C) +[Web Development In 2021](https://github.com/andrews1022/web-development-2021-course-list) | 国外一位开发者根据 Udemy 的热门课程,整理了一份 Web 开发者 2021 年学习指南,里面包含常用的 Web 开发工具、设计软件、主流框架、基础知识、后端 & DevOps 技术堆栈等分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kx5jgCeQP) +[《C 语言教程》](https://github.com/wangdoc/clang-tutorial) |主要讲解 C 语言的发展历史及一些基础语法,如变量、运算符、指针、函数、命令行环境等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwTwFfBdS) +[Raspberry Pi OS](https://github.com/s-matyukevich/raspberry-pi-os) | 想学操作系统开发的同学可以看下 GitHub 上这个开源教程,该项目将基于树莓派与 Linux 内核,手把手教你创建一个简易版的操作系统:Raspberry Pi OS。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwkaNzoGc) +[《Bash 脚本教程》](https://github.com/wangdoc/bash-tutorial) | 主要讲解 Bash 的一些基础用法,如变量、字符串操作、算术运算、脚本入门等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwaKj3uxX) +[《Getting Things Done with Pytorch》](https://github.com/curiousily/Getting-Things-Done-with-Pytorch) | 开发者可从该书中学到有关 PyTorch、神经网络、图像分类、人脸检测、情感分析等基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvHtUr1Nj) +[《Computer Vision Recipes》](https://github.com/microsoft/computervision-recipes) | 微软在 GitHub 上开源的一份计算机视觉指南,提供了诸多可用于构建计算机视觉的代码示例与最佳实践准则。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kvz2j6jgc) +[《A Byte of Vim》](https://github.com/swaroopch/byte-of-vim) | 这本书将会教授你一些与 Vim 相关的基础知识,例如 Vim 的发展历史、安装方式、常用操作与快捷命令,以及如何通过编写脚本与安装插件来扩展更多 Vim 功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kvf0friYp) +[《深入理解 TypeScript》](https://github.com/jkchao/typescript-book-chinese) | 该书将从基础到深入,全面阐述 TypeScript 的各种魔法,并结合实际场景用例,让你更深入的理解 TypeScript。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kv2PhowAd) +[《Web 应用安全》](https://www.nginx.com/resources/library/web-application-security) | 推荐 Nginx 的一本开源技术书籍,该书主要讲解 Web 应用常见漏洞、Web 安全保护措施部署、应用安全性提升具体技巧、Web 应用权限管理等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuJYn7nmQ) +[IoT Technical Guide](https://github.com/IoT-Technology/IOT-Technical-Guide) | 一份高质量的 IOT 技术教程,包含从零搭建高性能物联网平台、物联网解决方案、以及 Thingsboard 源码分析等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtQYJ4RSE) +[《algorithm-note》中文版](https://github.com/Dairongpeng/algorithm-note) | 一份开源的算法笔记,,该系列包括数组,链表,树,图,递归,DP,有序表等相关数据结构与算法的讲解及代码实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtJUlbaZO) +[《Kubernetes 加固指南》](https://github.com/rootsongjc/kubernetes-hardening-guidance) | 由 NSA 发布,一名开发者将其译为了中文,主要包含 Kubernetes Pod 安全、网络隔离与加固、认证和授权、日志审计、应用安全实践等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KtdHjyT3R) +[《计算机网络-自顶向下方法》](https://github.com/moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES) | 一份经典的计算机网络书籍《计算机网络-自顶向下方法》笔记,主要有英文版书籍课后习题翻译,以及用 Python 语言解答的代码记录,包含第二章应用层、第四章网络层、Wireshark 实验部分等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ksjkvs07V) +[《计算机系统要素 - 从零开始构建现代计算机》](https://github.com/woai3c/nand2tetris) | 该书主要讲解了计算机原理、编译原理、操作系统相关知识。内容通俗易懂,翻译也很给力。每一章背后都有对应的练习,需要你手写代码去完成,堪称理论与实践结合的经典。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Krfxqj0ig) +[《动手构建一个简单数据库》](https://github.com/cstack/db_tutorial) | 一个开源技术教程,作者将基于 C 语言,手把手构建一个类 SQLite 数据库,让你进一步了解数据库的工作原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KqPBR9NeS) +[《PyTorch 基础》](https://docs.microsoft.com/en-us/learn/paths/pytorch-fundamentals/) | 微软开放的一套技术教程,主要讲解 PyTorch 及其实际应用领域的基础内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpzrpezTO) +[MIT6.S081](https://github.com/huihongxiao/MIT6.S081) | 国内一名开发者在学习 MIT 本科课程《MIT6.S081 操作系统工程》一课时,对其进行了翻译,目前中文版已在 GitHub 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoSeslCYn) +[《现代统计学导论》](https://github.com/OpenIntroStat/ims) | 该书主讲数据基础、数据分析、回归建模、统计推断、推理建模等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KoHCTxErh) +[《凤凰架构:构建可靠的大型分布式系统》](https://github.com/fenixsoft/awesome-fenix) | 一本开源的后端技术书籍,以 “如何构建一套可靠的分布式大型软件系统” 为叙事主线的开源文档,也是可帮助开发人员整理现代软件架构知识点的技能地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KopWYkPGe) +[《给初学者看的 IoT》](https://github.com/microsoft/IoT-For-Beginners) | 微软在 GitHub 上开源了一份物联网教程,课时为期 12 周,共 24 节,主讲物联网通用知识、传感器数据收集、执行器响应处理、硬件联网方式、位置追踪、语音识别等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KonAQiakP) +[《现代 C++ 教程》](https://github.com/changkun/modern-cpp-tutorial) | 本书号称『高速上手』,从内容上对二十一世纪二十年代之前产生 C++ 的相关特性做了非常相对全面的介绍,读者可以自行根据下面的目录选取感兴趣的内容进行学习,快速熟悉需要了解的内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnVjmkGRK) +[《简单粗暴 TensorFlow 2》](https://github.com/snowkylin/tensorflow-handbook) | 本书作为简明的 TensorFlow 2 入门指导手册,基于 Keras 和即时执行模式(Eager Execution),力图让具备一定机器学习及 Python 基础的开发者们快速上手 TensorFlow 2。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KnucVCYgN) +[《给初学者看的机器学习》](https://github.com/microsoft/ML-For-Beginners) | 微软在 GitHub 上开源了一份机器学习教程,课时为期 12 周,共 24 节,主要讲解机器学习简介与历史、自然语言处理、常用 NLP 任务、 语义及情感分析等基础知识,并通过开发南瓜价格预测、美食分类、酒店情感分析等多个项目,带你了解机器学习的实际使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kni1Xn1bS) +[《设计数据密集型应用》](https://github.com/Vonng/ddia) | 本书将从底层数据结构到顶层架构设计,把数据系统设计中的精髓娓娓道来。其中的宝贵经验无论是对架构师,DBA、还是后端工程师、甚至产品经理都会有帮助。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Km7yDfTVq) +[《给初学者看的 Web 开发教程》](https://github.com/microsoft/Web-Dev-For-Beginners) | 微软在 GitHub 开源了一份 Web 开发教程,课时为期 12 周,共 24 节,主要讲解 JavaScript、CSS、HTML 相关的基础知识,并通过开发打字游戏、浏览器扩展、太空游戏等多个项目,带你了解 Web 开发的整体流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlLKZ7LEg) +[《在 6 个月内掌握云计算的基础知识》](https://github.com/madebygps/self-taught-guide-to-cloud-computing) | 微软工程师 Gwyneth 在 GitHub 上开源了一份「云计算自学指南」,该指南主要拆分为六大模块,分别对应 Linux 及计算机网络基础、脚本及代码工具、云计算、DevOps 实践、学习资源、附加资源(技术相关话题)等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KlEz5wcPP) +[《Go With The Domain》](https://threedots.tech/go-with-the-domain/) | 一本 Go 语言相关的免费电子书,主要教你如何构建一个真实的、开源的、可部署的 Web 应用程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Klnp2v0MD) +[《Take your first steps with Rust》](https://docs.microsoft.com/en-us/learn/paths/rust-first-steps/) | 微软免费开放的一个 Rust 新手教程,该课程主要讲解 Rust 基础概念、开发工具、错误处理、内存管理、自动化测试、快速构建第一个命令行程序等内容,比较适合新手入门学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KldYxntmo) +[《计算机视觉实战演练:算法与应用》](https://github.com/Charmve/computer-vision-in-action) | 作者为迈微 AI 研习社创始人、CSDN 博客专家。内容有计算机视觉相关的基础知识和预备知识,计算机视觉基础理论(核心部分为神经网络模型)等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kjq1Dn553) +[《设计可用的电子产品》](http://designingelectronics.com/) | 一本电气工程相关的电子书,作者为 Hunter Scott,现担任 Reach Labs(硅谷科技公司)的硬件工程总监,从事电子产品设计工作十余年,曾创建两家硬件公司,具有颇为丰富的硬件研发经验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KjnIkz0sJ) +[《JavaScript 二十年》](https://github.com/doodlewind/jshistory-cn) | 一本翻译质量颇高的前端开源书籍,该书自一年前启动翻译,并于前不久出版了纸质书,目前电子版在 GitHub 上已完整开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kiqm3EfIa) -### 图标库 -库名 | 简述 | 源 +### 有趣/实用网站 + +名称 | 简述 | 源 ---- | ----- | ----- -[phosphor-home)](https://github.com/phosphor-icons/phosphor-home) | 里面共提供了 588 个图标,拥有 6 种不同线条展示风格,你可将其应用于图标、演示文稿、网站页面等任意载体上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jr6N4tEkm) -[IconPark](https://github.com/bytedance/IconPark) | 里面提供了超过 1200 个高质量图标,并提供界面帮你完成图标定制 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JoohbDWh0) -[tabler-icons](https://github.com/tabler/tabler-icons) | 里面包含了共计 550+ 个高质量 SVG 图标,用户自定义图标的大小、颜色以及线条粗细 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdsGvu7r2) - -### 有趣网站 - -库名 | 简述 | 源 ----- | ----- | ----- -[jsonperf](https://github.com/ronlut/jsonperf) | 一个比较实用的测试网站:JSON Perf,可针对不同语言的 JSON 库进行序列化和反序列化 benchmark 性能测试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAgMYxZxN) -[图之典](http://tuzhidian.com/) | 给玩数据分析的同学推荐个比较实用的网站,在上面,你能轻松找到饼图、柱形图、桑基图、折线图、热力图、直方图等 22 种常用可视化图形,帮你完成日常的数据可视化工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JkUCQ7zw0) -[Studytonight](https://www.studytonight.com/) | 推荐个很不错的编程学习网站,该网站上面提供了许多可免费学习的计算机科学课程,其中包含 Java、Python、C++ 等编程语言,Web 开发、计算机网络、操作系统、游戏开发、数据库操作、Git 使用等系列教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jg8QgdSQo) -[have i been pwned?](https://haveibeenpwned.com/) | 给你们分享个比较有意思的网站:have i been pwned?(我被卖了吗?)里面收录了超过 470 个网站,100 亿条账号的泄露数据,用户仅凭 email,便能快速评估自己账号的数据泄露情况 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JesKraO9K) -[VisuAlgo.net](https://visualgo.net/zh) | 算法可视化网站,里面包含了排序、链表、哈希表、二叉搜索树、递归树、循环查找等常见算法动画。在动画执行的过程中,还会在网站右下角高亮显示当前动画的代码逻辑 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Je0Rj8YWe) -[RobertElder](https://blog.robertelder.org/regular-expression-visualizer/) | | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdyburKlG) -[数据可视化工具目录](https://datavizcatalogue.com/ZH/) | 里面收集与汇总了各类数据可视化工具的详细描述、图形示例以及可上手使用的工具集合与学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JcyhxbTFP) -[DELESIGN](https://delesign.com/) | 很不错的设计资源网站,里面提供了大量可免费商用的插图、邮件、网站、品牌等设计素材及源码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JaXV1pjpq) -[OpenSource Builders](https://opensource.builders/) | 里面收集了超级多知名软件的开源替代品,像 GitHub、Slack、1Password、Facebook、YouTube、Shopify、Heroku 等产品 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jaq8Rn9PW) -[unscreen](https://www.unscreen.com/) | 一款超级实用的在线视频处理工具,能帮你快速移除视频背景,无需绿幕、无需编辑,轻点鼠标即可一键完成所有操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ja3m39c5L) -[Dev Hints](https://devhints.io/) | 里面整理了各种技术类型的速查表,其中包括 Git、Vim、Go、MySQL、Linux、VSCode、Vue 等各大常用技术的速查表清单 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8Rvueh83) -[i Hate Regex](https://ihateregex.io/) | 一个比较实用的正则表达式网站,可快速检索并匹配到合适的正则表达式,帮你完成如用户名、邮箱、日期、手机号码、密码等常见规则的验证 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J8o2W6IjZ) -[No Design](https://nodesign.dev) | 收集了许多十分便利的 UI 设计工具与设计资源,例如网站图标转换、字体测试、免费资源(图像、图标、设计稿)下载、UI 设计新资讯等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J5OXynCNZ) -[Made With ML](https://madewithml.com/) | 该平台上提供了大量与机器学习相关的文章、教程、工具、开源项目等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J0VIfqfXl) -[网站任意门](https://gate.ofo.moe/) | 一个很有趣的网站,首页的按钮点击后,会将你随机传送到某个网站上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IEFGFfWPI) -[Semantic Scholar](https://www.semanticscholar.org/) | 超级实用的搜索引擎,其目的在于打造一款专业的学术搜索引擎,让研究人员可以更为快速、精准的检索专业学术论文,力争在学术论文检索领域做到比 Google 更加智能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IB6VHxF8n) +[Species in pieces](http://www.species-in-pieces.com/) | 作者通过 CSS,实现了 30 种濒危保护动物的动画拼图,其中包括盔犀鸟、小头鼠海豚、金色毒箭蛙、克尼斯纳海马等动物。网站配有干净空灵的背景音乐,目的在于呼吁人们重视生态环境保护。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L89NOkiqA) +[RegexOne](https://regexone.com/) | 推荐一个很不错的正则表达式学习网站:RegexOne,里面配套了完整教程、速查表、练习题等资源,帮助开发者学好正则,一步到位 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7y0AbIxu) +[Analysis Tools](https://github.com/analysis-tools-dev/static-analysis) | 推荐一个比较实用的开发工具网站,上面了汇总了多种编程语言的静 / 动态代码分析工具与 Linter。其主要目的,在于帮助你更好的完善 Code Review 流程,进一步提升代码质量。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3Kkat6r7) +[「给我画张图(Paint Me a Picture)」](http://gaugan.org/gaugan2) | 英伟达发布了一款蛮有意思的工具,可借助 AI 技术,将文字描述一键转换为逼真画像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L3e79o3UM) +[Coding Font](https://www.codingfont.com/) | 国外几位开发者搭建的一个在线网站,可通过对比 27 款不同的编程字体,帮你选出编码体验最佳的那一款。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1h85Cm2v) +[Python Tutor](https://pythontutor.com/) | 一个颇有意思的代码可视化网站,可将代码按执行步骤,分段可视化展示,并允许将可视化代码内嵌到网站上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KC2u7fERF) +[数据可视化工具目录](https://datavizcatalogue.com/ZH/) | 里面收集与汇总了各类数据可视化工具的详细描述、图形示例,以及可上手使用的工具集合与学习资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KA7Rcs3Q8) +[图之典](http://tuzhidian.com/) | 给玩数据分析的同学推荐个比较实用的网站,在上面,你能轻松找到饼图、柱形图、桑基图、折线图、热力图、直方图等 22 种常用可视化图形,帮你完成日常的数据可视化工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KvF7MDKbm) +[Dev Hints](https://devhints.io) | 一个颇为实用的技术网站,里面整理了各种技术类型的速查表,其中包括 Git、Vim、Go、MySQL、Linux、VSCode、Vue 等各大常用技术的速查表清单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kpa6zEVJP) ### 其他 -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[simple-graph](https://github.com/dpapathanasiou/simple-graph) | GitHub 上一个简易版的 SQLite 图数据库,可应用到社交网络、待办清单、CRM、甘特图等领域上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAI9L1n0o) -[next-terminal](https://github.com/dushixiang/next-terminal) | 一款开源的 H5 远程桌面网关,具有小巧、易安装、易使用、资源占用小的特点,支持 RDP、SSH、VNC 和 Telnet 协议的连接和管理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JAyF4r3qi) -[FlaxEngine](https://github.com/FlaxEngine/FlaxEngine) | 一款基于 C++ 与 C# 开发的现代化 3D 游戏引擎:FlaxEngine,致力于优化现有的游戏工作流程,可采用 Visual Studio 快速安装 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JzvEvwglz) -[owncast](https://github.com/owncast/owncast) | 如果你想保证与朋友进行直播的数据私密性,那么可以用 GitHub 上的 Owncast 项目来搭建属于自己的实时流媒体服务器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jztin4l1A) -[kbd-audio](https://github.com/ggerganov/kbd-audio) | 通过麦克风捕获到键盘的敲击声,进而推断出具体输入内容,详细操作可看视频演示 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jz2bWoOmr) -[common-regex](https://github.com/cdoco/common-regex) | 里面收集了一些在平时项目开发中经常用到的正则表达式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyTWvc0Ee) -[fiction_house](https://github.com/201206030/fiction_house) | 一个开源的小说漫画连载系统,支持 Web、Android 等平台,包含精品小说专区、轻小说专区和漫画专区 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyRAn4Xy6) -[duckstation](https://github.com/stenzek/duckstation) | 一款 PS1 模拟器,支持在 Windows 10、Linux、macOS、Android 等主流设备上运行 PS1 游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JyCsK2IU7) -[gopup](https://github.com/justinzm/gopup) | 里面采集了互联网上,不同行业的各项公开数据源,以便开发者更好的进行学术研究 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jy8O2sWc8) -[iDataV](https://github.com/yyhsong/iDataV) | 收集了各个大厂,各种类型的大屏数据可视化案例 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxZnwr32P) -[ImHex](https://github.com/WerWolv/ImHex) | 对知名十六进制编辑软件 Hex 进行逆向工程,让你看看里面究竟长啥样 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxPZOqLJk) -[996Quant](https://github.com/Rgveda/996Quant) | 一份 35 岁程序员退路之量化投资学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxCAZ1ay6) -[porn-vault](https://github.com/porn-vault/porn-vault) | 一个开源的影片资源管理系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JxnFxiKHI) -[privacy](https://github.com/kallydev/privacy) | 一个个人数据泄漏检测网站 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JwfKwhBW4) -[abstreet](https://github.com/dabreegster/abstreet) | 一款开源的公共交通模拟游戏,可让你充分的了解道路的微小变化是如何影响到自行车骑手、搭公交的用户、行人和驾驶员的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JvmKXlZjH) -[wizard](https://github.com/mylxsw/wizard) | 一个开源的文档管理系统,支持 Markdown、Swagger、Table(类 Excel)等三种文档类型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jtw3Ac5w6) -[most-frequent-technology-english-words](https://github.com/Wei-Xia/most-frequent-technology-english-words) | 里面收集了计算机书籍、文档、文章中高频常见的英文技术词汇,最终目的是希望程序员集合自身的英语基础,在掌握列表中的词汇后,可以无障碍阅读英语技术文章和文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JsEf56NCa) -[running_page](https://github.com/yihong0618/running_page) | 通过 GitHub Actions + Gatsby 自动完成跑步进程的同步管理,并生成一个直观简洁的跑步界面,让用户可以更为方便的记录自己在不同时段、不同日期的跑步频率与旅程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JstDwndYK) -[weibo-public-opinion-datasets](https://github.com/nghuyong/weibo-public-opinion-datasets) | 一个开源的数据集:微博舆论数据集。里面包含了 2000 万微博活跃用户(占用户总数 8%),在某个时间段的推文数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrL3kypNC) -[manim](https://github.com/3b1b/manim) | 通过编程的方式,快速帮助用户创建精美酷炫的数学动画,支持 Linux、macOS、Windows 等主流操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Jrs0aua6n) -[names.io](https://github.com/Debdut/names.io) | GitHub 上一个开源的姓名数据库,里面收录了来自不同国家与地区的 16w 个名字、10w 个姓氏,便于开发者进行分析测试,或生成假数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JrqQo89RC) -[ferry](https://github.com/lanyulei/ferry) | 一个前后端分离的工单系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JmwoLuI4n) -[ARL](https://github.com/TophantTechnology/ARL) | 一个 ARL(资产侦察灯塔系统),支持设定域名爆破、端口扫描、服务识别、SSL 证书获取、站点识别、搜索引擎调用、站点爬虫与截图等 18 项任务 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JlN0d3ed6) -[Mycodo](https://github.com/kizniche/Mycodo) | 一个开源的可运行在树莓派上的自动监控和调节系统,应用在种植植物,培养微生物,保持蜂蜜蜂房稳态,孵化动物和鸡蛋,维持水生系统等等场景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ji9KQ6cQY) -[MeiliSearch](https://github.com/meilisearch/MeiliSearch) | 一款开源免费、功能强大、快速、易于使用和部署的搜索引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ji70molVF) -[metersphere](https://github.com/metersphere/metersphere) | 一站式持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman 等主流标准 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JdC7IEr29) -[shan-shui-inf](https://github.com/LingDong-/shan-shui-inf) | 可通过程序生成中国山水画 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J6JEiByfd) -[Marketing-for-Engineers](https://github.com/goabstract/Marketing-for-Engineers) | 如果你是一名程序员,却不太懂得做市场营销,那可以关注下这个项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3zUejXcs) -[macos-virtualbox](https://github.com/myspaghetti/macos-virtualbox) | 这个开源脚本可让你在 VirtualBox 上快速安装苹果操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J3qvOly9m) -[spug](https://github.com/openspug/spug) | 一个面向中小型企业设计的无 Agent 自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、应用发布、任务计划、配置中心、监控、报警等一系列功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/J1ZHJ6AjF) -[wenyan](https://github.com/wenyan-lang/wenyan) | 文言文编程项目,含有官方文档、入门教程、IDE、语法高亮、软件包一应俱全了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iyg7twVTI) -[chatwoot](https://github.com/chatwoot/chatwoot) | 一个开源的简洁且漂亮的实时聊天软件,支持一键部署 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IoRf1msYS) -[kratos](https://github.com/go-kratos/kratos) | 一套来自 bilibili 开源的 Go 微服务框架,包含大量微服务相关框架及工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IousujCUA) +[Learn to Code RPG](https://github.com/freeCodeCamp/LearnToCodeRPG) | 一款交互式视觉小说游戏,可以让你边玩游戏、边学编程。项目里面拥有 600 多道计算机科学相关的测试题,你可以通过探索游戏菜单和解题的方式,来提升编程技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7PGwl3uf) +[text2mesh](https://github.com/threedle/text2mesh) | 你可以通过文字描述,让一件 3D 物体拥有不同皮肤和外观,快速生成其外表细节。比如,你可以给普通的 3D 人物模型,套上钢铁侠的衣服。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8bub5VSq) +[《大灾变:劫后余生》](https://github.com/CleverRaven/Cataclysm-DDA) | 一款开源的回合制生存游戏,游戏背景设置在僵尸大爆发的末日之下,你需要通过探索获得食物与装备,并找到对应策略生存下来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L8tKDxa4i) +[Turms](https://github.com/turms-im/turms) | 一套开源的即时通讯引擎,为实时在线用户数为 100K~10M 应用而设计,配套有详细的开发文档。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L7u52fjTv) +[《在拥挤和变化的世界中茁壮成长:C++ 2006–2020》](https://github.com/Cpp-Club/Cxx_HOPL4_zh) | C++ 之父此前在 HOPL 会议上发布了一篇技术论文, 该论文主要讲述了 C++ 从 2006 到 2020 年间的技术演化历史,涵盖了 C++98 之后的所有 C++ 版本,从 C++11 直到 C++20。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6kABFo8i) +[CoNote](https://github.com/phith0n/conote-community) | 一款综合安全测试平台,可以让渗透测试过程变得更加方便,支持命令执行漏洞利用、SSRF 漏洞探测、SQL 注入、DNS 记录等功能,还可以向内网或无 HTTP 服务的平台传输数据与文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6jpy96x1) +[物美智能](https://github.com/kerwincui/wumei-smart) | 一套开源的软硬件智能家居系统,可用于二次开发和学习,快速搭建自己的智能家居系统。硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6ieuuRkm) +[microStudio](https://github.com/pmgl/microstudio) | 一个非常实用的游戏开发平台,集搜索、开发、学习、体验、交流等功能于一身。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L6gF4lKIX) +[win-vind](https://github.com/pit-ray/win-vind) | 一个颇有意思的 Windows UI 开源系统,将图形界面与命令行界面两种操作方式进行混合,让开发者可以用一些 Vim 快捷键来操作桌面程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L61JCkEGf) +[space-shooter.c](https://github.com/tsherif/space-shooter.c) | 基于 C 语言编写的一款 2D 太空射击游戏,已在 Windows 10 和 Ubuntu Linux 16.04 系统上跑通测试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5ZnufMFk) +[《金庸群侠传 3D 重制版》](https://github.com/jynew/jynew) | 开源的游戏项目:《金庸群侠传 3D 重制版》,喜欢怀旧的同学可以玩一下。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5Svi8JUw) +[matplotx](https://github.com/nschloe/matplotx) | 收录了多个实用的 Matplotlib 扩展,可以满足多种数据可视化的绘图需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L5RudxPlx) +[RealSkel](https://github.com/jingma-git/RealSkel) | 浙大一位计算机博士开源的 3D 建模工具,可基于平面草图,快速完成 3D 骨架建模。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4XWj0J7H) +[The Open Book](https://github.com/joeycastillo/The-Open-Book) |类似于开源版的 Kindle,能帮你打造一个可灵活定制的电子书阅读设备。搭配 4.2" 英寸电子显示器,拥有方向键、选择、翻页等交互按钮,具备 SD 卡检测功能,充电状态 LED 灯显示,带立体音频输出和原始麦克风输入的音频组合插孔等组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L4kR8gV4j) +[CasaOS](https://github.com/IceWhaleTech/CasaO) | 一个简洁易用、开源的家庭云系统,基于 Docker 生态系统打造,满足了多种家庭使用场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L40P21V79) +[open-mantra-dataset](https://github.com/mantra-inc/open-mantra-dataset) | 东京大学与 Mantra 公司在推进的一项技术研究,尝试使用人工智能来自动翻译日漫文稿。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2ZbG9VX0) +[MrDoc](https://github.com/zmister2016/MrDoc) | 一个开源的在线文档系统,适合作为私有云文档、云笔记和知识管理工具,私有化在线文档部署方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L2PLcuPVF) +[Windows 2000 on Docker](https://github.com/hectorm/docker-qemu-win2000) | 一个可用于运行 Windows 2000 系统的 Docker 镜像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L1KAEq1gv) +[McDonalds Fries Font](https://github.com/mcdtaiwan/McDonalds_Fries_Font) | 由麦当劳一家授权经营企业开源的字体,带有薯条和番茄酱设计风格。支持应用到 Illustrator、Photoshop、Keynote 、Sketch 等软件上。标注字体名称后,可商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KFA41qCK2) +[KubePi](https://github.com/KubeOperator/KubePi) | 一款简单易用的开源 Kubernetes 可视化管理面板,可允许管理员导入多个 Kubernetes 集群,并通过权限控制,将不同 cluster、namespace 的权限分配给指定用户。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEFv4mFEB) +[Semi-UI](https://github.com/DouyinFE/semi-design) | 抖音前端技术团队开源的一个 UI 库,具备现代、全面、灵活的设计系统。可帮助开发者快速搭建简洁、美观的 React 应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KEyCPC92v) +[N64Wasm](https://github.com/nbarkhina/N64Wasm) | 国外工程师 Neil 在 GitHub 上开源了任天堂 64 模拟器(N64)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KDhtvFs5l) +[markdown-css-smartisan](https://github.com/nihaojob/markdown-css-smartisan) | 一个基于锤子便签的 Markdown 主题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KCZNzw5K4) +[Sogou C++ Workflow](https://github.com/sogou/workflow) | 搜狗在 GitHub 上开源的一款 C++ 服务器引擎,作为一款设计轻盈优雅的企业级程序引擎,可满足大多数 C++ 后端开发需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KyoecFH5s) +[《人生重开模拟器》](https://github.com/VickScarlet/lifeRestart) | 在这款游戏里面,你可以选择不同的人生天赋与初始属性,程序将根据这些基本信息,为你生成一条完整的人生轨迹。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KwRXfjGc5) +[Traccar](https://github.com/traccar/traccar) | 一个功能颇为丰富的 GPS 定位系统,支持 170 多种 GPS 协议以及 1500 多种 GPS 定位追踪设备。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kw6OL9ig0) +[Whoogle Search](https://github.com/benbusby/whoogle-search) | 一款开源的元搜索引擎,可为用户提供一个纯净无污染、无广告的 Google 元搜索引擎,注重隐私安全性,支持托管到私有服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kw08KkZWt) +[C-Toy](https://github.com/anael-seghezzi/CToy) | 该项目为开发者提供了可交互式的 C(99) 语言编程环境,能你让在编码过程中,实时看到比较有趣的结果反馈。无需安装编译,下载即可使用,目前已支持 Windows、macOS、Linux 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kvgbktze7) +[MeiliSearch](https://github.com/meilisearch/MeiliSearch) | 一款开源免费、功能强大、快速、易于使用和部署的搜索引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KuUYbxYwJ) +[Erda](https://github.com/erda-project/erda) | 一款开源的 k8s 企业级云原生平台,主要提供 DevOps、微服务治理、多云管理以及快数据管理等云原生服务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KrMwXsmhi) +[Mycodo](https://github.com/kizniche/Mycodo) | 一个可运行在树莓派上的环境监测与调节系统,支持应用到种植植物,培养微生物,保持蜂蜜蜂房稳态,孵化动物和鸡蛋,维持水生系统等场景。监控收集的数据,能放在Web 界面进行可视化展示。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kq4tndHJq) +[Gorse](https://github.com/zhenghaoz/gorse) | 由国人主导开发的一个开源推荐系统。在将项目、用户与交互数据导入后,系统便会自动训练模型,为每个用户生成推荐内容,大幅提升开发效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpCbSkMpV) +[霞鹜文楷(LXGW WenKai)](https://github.com/lxgw/LxgwWenKai) | 一款开源中文字体,基于日本著名字体厂商 FONTWORKS 开源的 Klee 完善而成,共包含 1.3 万个简繁日汉字,个人用户或企业可免费使用,自由分享。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/KpsLo5mN8) +[rose-pine-matplotlib](https://github.com/h4pZ/rose-pine-matplotlib) | 一款主打「优雅极简主义风」的 Matplotlib 主题样式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Kim4l37Id) +[Superset](https://github.com/apache/superset) | 数据可视化及数据探索平台,提供了多种可视化模板及交互式仪表,用于更为清晰的展示数据;自带 SQL IDE,可让用户更好的操作数据;API 开放且灵活,可定制性高。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/JFe5WqTXM) + +## 声明 +[![](https://licensebuttons.net/l/by-nc-nd/2.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh) +本作品采用[知识共享署名-非商业性使用-禁止演绎 2.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh)进行许可。 \ No newline at end of file