From b262aa7419ba61d10193ad9b46124fc55651d00d Mon Sep 17 00:00:00 2001 From: Freelander Date: Thu, 31 Dec 2020 20:59:53 +0800 Subject: [PATCH 01/17] Update README --- 2019.md | 475 +++++++++++++++++++++++++++++ README.md | 878 +++++++++++++++++++++++++++++------------------------- 2 files changed, 953 insertions(+), 400 deletions(-) create mode 100644 2019.md mode change 100644 => 100755 README.md diff --git a/2019.md b/2019.md new file mode 100644 index 0000000..b2391a3 --- /dev/null +++ b/2019.md @@ -0,0 +1,475 @@ + +

+ +

+ +## 宗旨 + +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) 推荐或自荐项目,让更多人知道你的项目。 + +--- + +## 2019 年复盘 + +下面是对 GitHubDaily 在 2019 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 + +> 过往复盘 [2018](https://github.com/GitHubDaily/GitHubDaily/blob/master/2018.md)。 + +### 目录 + + +- [Java](#java) +- [Python](#python) +- [前端](#前端) +- [教程](#教程) +- [移动端](#移动端) +- [开源书籍](#开源书籍) +- [资料集合](#资料集合) +- [面试资料](#面试资料) +- [有趣网站](#有趣网站) +- [有趣/实用开源工具](#有趣--实用开源工具) +- [机器学习/人工智能](#机器学习--人工智能) +- [非开源的实用工具](#非开源的实用工具) +- [其它](#其它) + +### Java + +库名 | 简述 | 源 +---- | ----- | ----- +[advanced-java](https://github.com/doocs/advanced-java) | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7ucNeWbS) +[JustAuth](https://github.com/justauth/JustAuth) | 史上最全的整合第三方登录的 Java 开源库,集成了二十多家国内外常用第三方平台,且提供简单易用的 API 让你快速接入 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3vtXALCc) +[spring-boot-demo](https://github.com/xkcoding/spring-boot-demo) | 一个集成了 57 个 Spring Boot 常用组件 Demo 的项目,且每个 Demo 均有详细的 README 文件讲解说明,很不错的一份学习 Spring Boot 资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3cCYeuxV) +[halo](https://github.com/halo-dev/halo) | 一款个人独立博客系统,该系统部署简单快捷,并提供 Api 接口拓展行强,支持多款云存储,支持多款主题,支持 Web 端、 App 端管理后台,随时随地记录你的想法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hx3PscZMt) +[spring-boot-examples](https://github.com/ityouknow/spring-boot-examples) | 一份 Spring Boot 教程、技术栈示例代码,快速简单上手教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj4vq2WjP) +[toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer) | 一份整理了 Java 工程师成神之路所需要掌握的内容知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiTTRkCTT) +[MyPerf4J](https://github.com/LinShunKang/MyPerf4J) | 一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbRuxt1rj) +[advanced-java](https://github.com/doocs/advanced-java) | 互联网 Java 工程师进阶知识完全扫盲 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbfMyC03g) +[ForestBlog](https://github.com/saysky/ForestBlog) | 一个简单又漂亮的博客系统,该系统由 Spring + SpringMVC + Mybatis 框架实现,适合初学 SSM 和个人博客制作的同学学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImJg4o9yZ) + +### Python + +库名 | 简述 | 源 +---- | ----- | ----- +[30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) | 收集了一些简单且实用的 Python 脚本,让开发者可以在 30 秒内搞懂用上一个 Python 知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7jann0ZG) +[learn_python3_spider](https://github.com/wistbean/learn_python3_spider) | 一份从 0 到 1 学习 Python 爬虫教程,内容含有如何抓包,各种爬虫常用的模块使用,实战教程,最后还教你如何反爬虫 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDZypo4a5) +[sunfish](https://github.com/thomasahle/sunfish) | 111 行 Python 代码能写出什么?一个简单却强大的国际象棋引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxlv29mcQ) +[KGQA-Based-On-medicine](https://github.com/YeYzheng/KGQA-Based-On-medicine) | 一个基于医药知识图谱的智能问答系统,支持疾病症状、疾病用药、药品查询等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxaTtmRx6) +[python-cheatsheet](https://github.com/gto76/python-cheatsheet) | Python 相关知识点速查表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj0zSpaLP) +[fuck_illness](https://github.com/wdkwdkwdk/fuck_illness) | 利用爬虫抓取并分析百万条疾病问答数据。附图是不同年龄段人的常患疾病,挺有意思的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HizROAB2w) +[amemv-crawler](https://github.com/loadchange/amemv-crawler) | 可爬取某音平台指定账号的所有视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhvSkFkbD) + +### 前端 + +库名 | 简述 | 源 +---- | ----- | ----- +[DataV](https://github.com/DataV-Team/DataV) | 一个简单易用基于 Vue 的数据可视化组件库,该库提供酷炫的 SVG 边框和装饰,常用的图表、飞线图、轮播表等等组件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imqp4ECRw) +[clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) | Google 工程师 Ryan McDermott 根据 《Clean Code》总结了一份适用于 JavaScript 的软件工程指导准则《Clean Code JavaScript》。希望能帮你写出易读、易复用、易重构的 JavaScript 代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Il1m5vUnU) +[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | 包含了多种基于 JavaScript 的算法与数据结构,每种算法和数据结构都有自己的 README,包含相关说明和链接,以便进一步阅读 (还有 YouTube 视频) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkeuAhZGz) +[zdog](https://github.com/metafizzy/zdog) | 一款可用于 3D 设计与动画制作的 JavaScript 库,设计灵活,操作简单,易于集成与上手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkaaGEq68) +[flowy](https://github.com/alyssaxuu/flowy) | 一个轻量级的 JavaScript 库,可用于快速创建流程图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjXhccumr) +[G6](https://github.com/antvis/G6) | 一款专业的图形可视化引擎,基于 JavaScript 构建 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IipmD0UiP) +[ddBuy](https://github.com/Geek-James/ddBuy) | 一个基于 Vue 开发的移动端电商项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IihvxFp60) +[FE](https://github.com/lefex/FE) | 一个开源的前端课程,教新手从零到一学前端 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IiarbcUeu) +[GitDataV](https://github.com/HongqingCao/GitDataV) | 基于 Vue 框架构建的 GitHub 数据可视化平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcQIyopbn) +[30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 收集了一些简单且实用的 JavaScript 代码,让开发者可以在 30 秒内搞懂并用上一个 JavaScript 知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcEHaE5xL) +[Nodejs-Roadmap](https://github.com/Q-Angelo/Nodejs-Roadmap) | 一份学习 Node.js 教程《Node.js 技术栈》,该教程是由一名 Node.js 开发者在学习历程中记录的知识点,侧重于 Node.js 服务端所涉及的技术栈 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HBT8SfgpG) +[filepond](https://github.com/pqina/filepond) | 一个灵活且有趣的 JavaScript 文件上传库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyiCk161H) +[picojs](https://github.com/tehnokv/picojs) | 200 行 JavaScript 代码实现人脸检测 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxW1XCIIW) +[FrontEndNav](https://github.com/Hulkye/FrontEndNav) | 这个网站上面收集了大量高质量的前端相关资源,其中包含前端学习资源、文档 API、模板插件、工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvcl1uZLG) +[javascript](https://github.com/airbnb/javascript) | 一份来自 Airbnb 团队开源的 JavaScript 编码规范指南,前端的同学可以学习下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv6DT2yQ9) +[React95](https://github.com/arturbien/React95) | Windows 95 风格的 React 组件库也被整出来了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqcOzBIV8) +[front-end-collect](https://github.com/foru17/front-end-collect) | 有位开发者在 GitHub 上整理了一批前端开发相关的优质网站、博客、教程、书籍等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv1l76MM3) +[grade](https://github.com/benhowdle89/grade) | 一个 JavaScript 库 Grade.js,主要功能是从图片中提取两种主色,并生成互补渐变的背景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuK3xidhE) +[react-tetris](https://github.com/chvin/react-tetris) | 有个前端工程师在 GitHub 上用 React 搞了个俄罗斯方块小游戏,不仅好玩,技术实现原理也讲解非常到位 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtG67xwWF) +[cssfx](https://github.com/jolaleye/cssfx) | 它提供了一些优雅、酷炫的 CSS 动画效果,让你轻点鼠标便能直接复制样式,非常方便。做 Web 开发的同学可以收藏备用一下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Htv49csRw) +[leetcode](https://github.com/azl397985856/leetcode) | 一个最近比较火的 JavaScript LeetCode 题解项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsvcnzVFx) +[Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking) | 一份 Web 安全学习笔记,帮你学点内网渗透、漏洞攻击、安全防御等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrFWbBlrn) +[TNFE-Weekly](https://github.com/Tnfe/TNFE-Weekly) | 腾讯前端团队创办的技术周刊,每周定期分享小程序、H5 等前端领域技术内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmEPNC6M0) +[instagram.css](https://github.com/picturepan2/instagram.css) | 一个使用纯 CSS 实现 Instagram 滤镜效果类库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[quicklink](https://github.com/GoogleChromeLabs/quicklink) | Google 开源的一个前端库,利用空闲时间提前缓存页面上链接,加快链接网站的访问速度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjHAEn2mn) +[frontend-bootcamp](https://github.com/microsoft/frontend-bootcamp) | 微软这两天刚开源的前端练习资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiCpnhwN0) +[en.javascript.info](https://github.com/javascript-tutorial/en.javascript.info) | 一份开源的 JavaScript 教程,主要讲解 JavaScript 语言的基本用法,浏览器事件的管理,动画效果及正则表达式的基础使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhN9UwwyK) +[apexcharts.js](https://github.com/apexcharts/apexcharts.js) | 一个开源的 JavaScript 图表库,让开发者可以更轻松的构建可交互图表,可视化数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh7x37T3e) +[30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 收集了一些实用的 JavaScript 代码片段,让你在 30 秒内就能看懂并用上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgNSGtCOX) +[css_tricks](https://github.com/QiShaoXuan/css_tricks) | 总结一些常用的 CSS 样式, 以及记录一些 CSS 的新属性和一点奇技淫巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdGCv2vop) +[anime](https://github.com/juliangarnier/anime) | 一款轻量级的 JavaScript 动画库,轻松实现各种酷炫的效果,支持 CSS 属性、SVG 和 DOM 属性等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdnLwhdhR) +[CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration) | 一份 CSS 学习资料,以分类的形式,展示不同 CSS 属性或者不同的课题使用 CSS 来解决的各种方法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbI43u29l) + +### 教程 + +名称 | 简述 | 源 +---- | ----- | ----- +[Java 开发手册](https://developer.aliyun.com/special/tech-java) | 始于阿里内部规约,在全球 Java 开发者共同努力下,已成为业界普遍遵循的开发规范。内容涵盖编程规约、异常日志、单元测试、安全规约、MySQL 数据库、工程规约、设计规约共七大维度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HB6D9qfPV) +[机器学习课程](https://mlcourse.ai/) | 一套免费开放的机器学习课程,由 Open Data Science 组织研发,主要注重理论与实践相结合,采用了特定的激励机制去引导学生深入学习,让学生在探索学习的过程中保有冲劲,不轻易感到枯燥或疲倦 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HASSLfFR2) +[计算机科学速成课](https://www.yuque.com/computer/crush-course) | 免费的计算机视频课程,收集并翻译了 YouTube 上比较热门的计算机课程,内容包含计算机早期历史、中央处理器、编程原理、计算机网络、计算机安全等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxiKyFd0J) +[机器学习基础](https://mitpress.ublish.com/ereader/7093/?preview=#page/1) | 一套可免费在线阅读的计算机课程,该书由纽约大学计算机科学几位教授共同编写,内容侧重于算法的分析和理论,每章均附有相关练习题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwQt4aEdr) +[现代化计算机科学自学指南](https://www.yuque.com/docs/share/97bb24b7-fe20-49aa-96bf-36033cfebe6c) | 中文版,里面收录了许多来自世界知名高校、顶尖教授与技术专家所编著的计算机课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[零基础学 WordPress](https://www.yuque.com/moeunion/wordpress) | 本教程通过对安装使用 WordPress 搭建自媒体站点的前期、中期、后期进行详细讲解,使读者全面了解和掌握作为一个自媒体网站站长应掌握的域名、服务器、WordPress 等方面的基础知识,同时通过实例站点与图书社区为读者提供了相关资源与服务,是一本绝无仅有、不可多得的技术书籍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[AI 算法工程师手册](http://www.huaxiaozhuan.com/) | 该手册是作者多年以来学习总结的笔记整理,目前还在不断更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Huz3CzASi) +[前端开发者手册2019](https://www.yuque.com/ysfe/ykx/fedhb) | 该手册里面包含了前端开发相关的基础知识、常用工具、学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtOjvap8d) +[JavaScript for impatient programmers](https://exploringjs.com/impatient-js/) | 该本书编著于 ES2019 基础之上,将教授新手一些基础的、现代化的 JavaScript 编程知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ht2MEEYsD) +[Python-100-Days](https://github.com/jackfrued/Python-100-Days) | 一份学习 Python 教程,涵盖 Python 初中高级知识点,规划在 100 天之内让你从新手到大师级别水平 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqUNHFAVc) +[py4e](https://github.com/csev/py4e) | 一本免费的 Python 编程教程《Python for Everybody》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqDAjfYAg) +[深度学习理论与实战](http://fancyerii.github.io/2019/03/14/dl-book/) | 一本免费的深度学习书籍,该书涵盖听觉、视觉、语言和强化学习四大领域,深入浅出的理论分析和详尽的代码分析 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpSzi5aI3) +[Front end handbook](https://frontendmasters.com/books/front-end-handbook/2019/) | 一本前端开发手册《Front end handbook》作者 Cody Lindley 是一名拥有 20 多年编程经验的前端工程师,手册包含前端开发的基础知识、常用工具、学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpzwErOQQ) +[前端九部](https://www.yuque.com/fe9/basic) | 一本前端中文入门课程《前端九部 - 入门者手册 2019》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpbX1gJNQ) +[chrome-plugin-demo](https://github.com/sxei/chrome-plugin-demo) | 一份 Chrome 插件开发完整教程,并配套完整 Demo,可用来学习插件开发 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiDNlnUCZ) +[os-tutorial](https://github.com/cfenollosa/os-tutorial) | 一份开源教程,教你如何从零开始构建一个操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhkSpDdTt) +[TensorFlow-Course](https://github.com/machinelearningmindset/TensorFlow-Course) | 一份清晰简洁、对开发者友好的 TensorFlow 教程。主要讲解 TensorFlow 的基础安装与入门使用,每个步骤都提供了详细的代码与文档讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgXjb0uRX) +[GitHub Learning Lab](https://lab.github.com/) | GitHub 官方出的一个交互式学习课程,主要教授 GitHub 新手如何正确的使用 GitHub,如提交 commit、创建分支、发起 Pull Request 等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HceOMc6yT) + +### 移动端 + +库名 | 简述 | 源 +---- | ----- | ----- +[Best-Flutter-UI-Templates](https://github.com/mitesh77/Best-Flutter-UI-Templates) | GitHub 上开源的这个 Flutter UI 模板好赞啊!拿来做一些 App 应该会很好看 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcxCNzPam) +[iWeChat](https://github.com/lefex/iWeChat) | 通过这个项目让你学习手机 App 的源码分析与破解过程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1p4quItW) +[Flutter-Notebook](https://github.com/OpenFlutter/Flutter-Notebook) | 一份超级多 Flutter 相关功能 Demo 的集合,能帮助你快速学习 Flutter,十分适合新手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HEU7oeXrq) +[About-SwiftUI](https://github.com/Juanpe/About-SwiftUI) | 一份有关 SwiftUI 资料集合,含有文档、例子、视频和教程等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HBAdOv2DB) +[gsy_flutter_book](https://github.com/CarGuo/gsy_flutter_book) | 一份 Flutter 完整开发实战详解系列,手把手教你如何从 0 开发一个完整的 Flutter App | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxMBt6diY) +[android-developer-roadmap](https://github.com/mobile-roadmap/android-developer-roadmap) | Android 开发者知识技能图谱 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwiGD1vk8) +[flutter-tutorials](https://github.com/FilledStacks/flutter-tutorials) | 南非一位移动开发者做的 Flutter 教程,内含视频讲解与源码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hw9g7w4uu) +[Flutter4GitLab](https://github.com/stefanJi/Flutter4GitLab) | 基于 Flutter 开源的 GitLab 客户端,让 GitLab 的一些操作通过 App 完成,方便开发者们使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv5gEuZjg) +[InAppViewDebugger](https://github.com/indragiek/InAppViewDebugger) | Facebook 有位开发者最近搞了个视图调试器,实现了类似 Reveal 的基础调试功能,以树状结构展示 App 视图,并能控制视图的显示隐藏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsJVEDED9) +[Bagel](https://github.com/yagiz/Bagel) | 一个实用的 iOS 网络调试工具,当你的 iOS 设备与 Mac 连接到同一网络时,便可在该工具上查看、监听手机 App 的网络请求数据,拿来抓包很方便 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrYNb21LD) +[QMUI_iOS](https://github.com/Tencent/QMUI_iOS) | 一个致力于提高项目 UI 开发效率的解决方案,让开发者能专注于业务需求而无需耗费精力在基础代码的设计上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj64PFmqP) +[DoraemonKit](https://github.com/didi/DoraemonKit) | 一款功能齐全的客户端( iOS 、Android )研发助手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgDFuev5w) +[flutter-go](https://github.com/alibaba/flutter-go) | 一个 Flutter 开发者帮助 App,包含 Flutter 常用 130+ 组件的中文文档与 Demo 演示 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hbpd45cvu) +[Flutter-for-Android-developers](https://github.com/m3sv/Flutter-for-Android-developers) | 一份为 Android 开发者学习 Flutter 准备的教程,适用于初学者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaldA979X) + +### 开源书籍 + +库名 | 简述 | 源 +---- | ----- | ----- +[spellbook-of-modern-webdev](https://github.com/dexteryy/spellbook-of-modern-webdev) | 《Spellbook of Modern Web Dev(现代 Web 开发魔法全书)》作者基于社区经验和数据统计,汇总了现代 web 开发中各个领域的主流项目、资源和经典文章,做了细粒度的分类梳理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imxts33ml) +[Learn-Vue-Source-Code](https://github.com/NLRX-WJC/Learn-Vue-Source-Code) | 一份 Vue 源码学习系列《逐行剖析 Vue.js 源码》作者记录其对 Vue 源码分为九大模块逐步学习的整个过程,以及对源码的一些理解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImeCtc8n5) +[modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial) | 《Modern C++ Tutorial》一本开源的 C++ 教程,帮助开发者快速上手现代 C++ 特性 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Il93z8frv) +[advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book) | 《Go 语言高级编程》开源图书,涵盖 CGO、Go 汇编语言、RPC 实现、Protobuf 插件实现、Web 框架实现、分布式系统等高阶主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IfYwFFElc) +[Dive-into-DL-PyTorch](https://github.com/ShusenTang/Dive-into-DL-PyTorch) | 将《动手学深度学习》(Dive into Deep Learning)原书中的 MXNet 代码实现改为 PyTorch 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7C1n860O) +[pumpkin-book](https://github.com/datawhalechina/pumpkin-book) | 开源免费机器学习书籍《南瓜书 PumpkinBook》,该书是对机器学习领域的经典入门教材周志华老师的《机器学习》书籍的一些细微补充,比如难理解的公式加以解析,以及补充具体的推导细节 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3EUstQYR) +[Machine-learning-learning-notes](https://github.com/Vay-keen/Machine-learning-learning-notes) | 周志华《机器学习》西瓜书精炼版笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1ZGg3zTE) +[OnJava8](https://github.com/LingCoder/OnJava8) | 一本书籍《On Java 8》的中文翻译版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDGHq2YZO) +[d2l-zh](https://github.com/d2l-ai/d2l-zh) | 一本开源免费在线阅读教科书《动手学深度学习》,该书是加州大学伯克利分校 2019 年春学期 Introduction to Deep Learning 课程教材的中文翻译版。书籍内容全面介绍深度学习,不仅阐述算法原理,还可以运行它们,以获得交互式的学习体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hydjxwex6) +[prometheus-book](https://github.com/yunlzheng/prometheus-book) |《Prometheus 操作指南》该书内容由基础到进阶再到实战一步步深入,每章节后面还有个小结 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxUQU41K4) +[lihang-code](https://github.com/fengdu78/lihang-code) |《统计学习方法》机器学习的入门宝典,全面系统地介绍了统计学习的主要方法,叙述从具体问题或实例入手,由浅入深,阐明思路,给出必要的数学推导,便于读者掌握统计学习方法的实质,学会运用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxw6BcxSF) +[data-science-at-the-command-line](https://github.com/jeroenjanssens/data-science-at-the-command-line) | 《命令行中的数据科学》由一名荷兰数据科学家 Jeroen Janssens 所编写,内容主要讲解了 80 多种实用的命令行工具,以及如何使用它们高效地获取、清洗、探索和建模数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxsb3gFW2) +[tensorflow2_tutorials_chinese](https://github.com/czy36mengfei/tensorflow2_tutorials_chinese) | Tensorflow 2 教程 基于官方教程的个人学习笔记,主要借鉴了一些 keras 构造神经网络的方法,中文讲解| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwxC525uB) +[research_tao](https://github.com/zibuyu/research_tao) | 《NLP 研究入门之道》该书将系统地向你介绍 NLP(自然语言处理)科研入门、学术圈概貌、文献阅读、实验设计、论文撰写等知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[Algorithms](https://github.com/jeffgerickson/algorithms) | 伊利诺伊大学教授 Jeff 写的《算法》一书,这位老教授在 UIUC 教了 20 年的书,授课内容与经验都浓缩在这本书上了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoWffv26x) +[nndl.github.io](https://github.com/nndl/nndl.github.io) | 一本开源的深度学习入门书籍《神经网络与深度学习》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoQWsE32D) +[the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 一本 Go 入门教程《Go入门指南》,对于学习 Go 编程语言的爱好者来说,这本书无疑是最适合你的一本书籍,这里包含了当前最全面的学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HogmdbHjb) +[the-road-to-learn-react-chinese](https://github.com/the-road-to-learn-react/the-road-to-learn-react-chinese) | 本免费的电子书《React 学习之道》,最简单、最实用的 React 实战教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hoftqe0Gh) +[EasyWordPressBook](https://github.com/bestony/EasyWordPressBook) | 一本开源的电子书「人人都能学会的 WordPress 实战课」,这本电子书将会教你最基础的 WordPress 使用、 优化、主题开发、 插件开发,以及如何在其他应用中接入 WordPress | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hm73lArsV) +[interpretable-ml-book](https://github.com/christophM/interpretable-ml-book) | 《可解释的机器学习》由作者 Christoph Molnar 历时两年编写而成。书籍累计 250 多页、7.8 万词、1200 多次提交,感谢作者的无私贡献 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiR9nAUQR) +[pytorch-handbook](https://github.com/zergtant/pytorch-handbook) | 《PyTorch 中文手册》目标是帮助那些希望和使用 PyTorch 进行深度学习开发和研究的朋友快速入门 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhgKHlu6f) +[flutter-in-action](https://github.com/flutterchina/flutter-in-action) | Flutter 中文网开源的电子书《Flutter实战》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcVu1oXcO) + +### 资料集合 + +库名 | 简述 | 源 +---- | ----- | ----- +[any-rule](https://github.com/any86/any-rule) | 一份收集整理 60+ 条常用正则表达式, 并支持 Web / VsCode 插件 2 种查询方式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImmFHEUlL) +[awesome-reverse-engineering](https://github.com/alphaSeclab/awesome-reverse-engineering) | 收集了诸多与逆向工程相关的资源,覆盖了 Windows / Linux / macOS / Android / iOS / IoT 等操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkJwyiPMn) +[web-development-2020-course-list](https://github.com/andrews1022/web-development-2020-course-list) | 一份 Web 开发者 2020 年学习指南。其中包含常用的 Web 开发工具、设计软件、主流框架、基础知识、后端 & DevOps 技术堆栈等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkCm5z0fU) +[project-based-learning](https://github.com/tuvtran/project-based-learning) | 收集了一系列编程教程,教你如何从零开始构建应用,其中包含 C、C++、Java、PHP、JavaScript、Python 等主流编程语言,用于新手练习编程再适合不过了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjVDAkDLI) +[iptv](https://github.com/iptv-org/iptv) | 牛逼了,这个 GitHub 项目收集了全球 8000 多个公共的 IPTV 频道,领域覆盖历史、教育、商业、电影、音乐... | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjjVBszJL) +[awesome-web-security](https://github.com/qazbnm456/awesome-web-security) | 收集汇总了 Web 安全相关的一些资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcVYKrm4O) +[KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData) | 史上最大规模 1.4 亿中文知识图谱开源下载 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IckF7lj6h) +[Awesome-Interview](https://github.com/Awesome-Interview/Awesome-Interview) | 一份收集整理了各大技术领域面试资料列表,含有前端、后端、客户端等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1PMvac0b) +[awesome-creative-coding](https://github.com/terkelg/awesome-creative-coding) | 一份精心整理的创意编码资源列表,主要面向初中级学者,内容含有书籍、课程、工具和学习资源等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1nv0BnkQ) +[learn-regex](https://github.com/ziishaned/learn-regex) | GitHub 上开源的一份非常棒的正则教程,每个知识点提供一个通俗易懂的例子说明 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0LN1ewBb) +[the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) | 一篇在 GitHub 上拥有 6w+ Star 的文章《命令行的艺术》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0jvxiAhD) +[Security-PPT](https://github.com/FeeiCN/Security-PPT) | 一份整理了来自各领域各公司会议分享的关于安全 PPT 的集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HFOGmp51T) +[LiteratureDL4Graph](https://github.com/DeepGraphLearning/LiteratureDL4Graph) | 一份收集整理了近百篇关于图深度学习的论文列表集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDeOhpjTO) +[awesome-indie](https://github.com/mezod/awesome-indie) | 国外有一名开发者整理了一份帮助独立开发者赚钱的资源集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HCM8rdmFs) +[design-patterns-for-humans-cn](https://github.com/guanguans/design-patterns-for-humans-cn) | 《Design patterns for humans》中文版,这是一份超全的设计模式讲解(共 23 种),每一种设计模式作者都尽可能使用通俗易懂的方式给大家解释,希望能帮助到大家更好的理解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HCCHWm0CD) +[deeplearning-models](https://github.com/rasbt/deeplearning-models) | 一份汇集了各种深度学习架构、模型和技巧的资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HAuIZngCL) +[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/HAliutbLr) +[from_coder_to_expert](https://github.com/0voice/from_coder_to_expert) | 有位开发者整理了各大公司内部里大牛分享的技术文档 PDF 或者 PPT | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HymK2jbsS) +[deeplearning-models](https://github.com/rasbt/deeplearning-models) | 一份收集整理 TensorFlow 和 PyTorch 的各种深度学习架构、模型和技巧的集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyeSXll5g) +[pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 国外一位开发者将自己常用的任务脚本进行了整理,其中包括空白字符截取、数组翻转、数组循环、文件处理等 bash 代码片段,借助这些片段,可让你更快的搭建好脚本工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxLqpeRmw) +[Decryption-Tools](https://github.com/jiansiting/Decryption-Tools) | 一份勒索病毒解密工具的整理汇总 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxtKt6UG0) +[Emergency-Response-Notes](https://github.com/Bypass007/Emergency-Response-Notes) | 收集整理了从系统入侵到事件处理等相关案例的分析报告,其中包含蠕虫病毒、挖矿病毒、移动端劫持等常见案例 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvvc1d2o6) +[The-Hackers-Hardware-Toolkit](https://github.com/yadox666/The-Hackers-Hardware-Toolkit) | 一份收集整理了有关黑客所使用的工具集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvg4nAXA4) +[Awesome-PyTorch-Chinese](https://github.com/INTERMT/Awesome-PyTorch-Chinese) | 一份 PyTorch 学习资源整理汇总,含有学习教程、手册、视频教程和实战项目等资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hu6M8ipk2) +[industry-machine-learning](https://github.com/firmai/industry-machine-learning) | 这个项目收集整理了一些机器学习与数据科学相关的应用,其中包括会计、银行、保险、律师等多个行业的分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsTma7CXX) +[redis-mindmap](https://github.com/Weiwf/redis-mindmap) | 这个项目总结了一些 Redis 常用的知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hswns4D1C) +[golang-developer-roadmap-cn](https://github.com/Quorafind/golang-developer-roadmap-cn) | Go 开发者路线图中文版来 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrgBls9gL) +[awesome-roadmaps](https://github.com/orsanawwad/awesome-roadmaps) | 你们要的所有编程技能图谱都在这里了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqdALlPLn) +[AiLearning](https://github.com/apachecn/AiLearning) | 机器学习、深度学习、自然语言处理相关的学习资料整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq9Fe1s8M) +[datascience](https://github.com/r0f1/datascience) | 一份由维也纳数据科学家 Florian Rohrer 整理的 Python 数据科学清单,包含各种工具、代码片段、教程、博客等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq0eJb0L1) +[git-tips](https://github.com/521xueweihan/git-tips) | 分享一些 Git 相关的使用技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpgFF42m1) +[linux-command](https://github.com/jaywcjlove/linux-command) | 一份 Linux 命令速查手册,手册共收集了 554+ 个 Linux 命令,用户可通过网站、Chrome 插件、Alfred Workflow 速查命令 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hp7johQa4) +[zju-icicles](https://github.com/QSCTech/zju-icicles) | 浙江大学的课程攻略共享计划 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoXRl8TDW) +[REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT) | 清华大学计算机系课程攻略 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoQogwpbk) +[public-apis](https://github.com/public-apis/public-apis) | 收集了大量公开的 API,让开发者可以快速集成到自己的产品中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnSfLv8UL) +[libpku](https://github.com/lib-pku/libpku) | 收集整理了北京大学相关的课程资料,内容包含人工智能、几何学、概率论、电动力学、算法设计与分析、世界通史、自然保护学等,十分全面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmhT7cbgF) +[bestofml](https://github.com/RemoteML/bestofml) | 收集汇总了机器学习相关的资源,包括书籍、课程、博客、论文等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmgtR2q2U) +[interesting-python](https://github.com/Alfred1984/interesting-python) | 有趣的 Python 爬虫和数据分析小项目,可以用 Python 实现有趣的小项目,内容包括 Python 爬虫、Python 数据分析、机器学习、深度学习等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hme7JicmG) +[remote-working](https://github.com/greatghoul/remote-working) | 收集整理主要针对国内远程工作相关的资料集合,含有文章、书籍、工具、招聘网站和远程团队等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlOcmcmBc) +[TensorFlow-From-Zero-To-One](https://github.com/amusi/TensorFlow-From-Zero-To-One) | 一位 TensorFlow 学习者整理的参考资料、笔记和代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlGlhu6jw) +[Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software) | 收集整理了一批优质的 Linux 软件,包含电子书工具、命令行工具、文件管理器等多个分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlAQkh97U) +[acm-challenge-workbook](https://github.com/yogykwan/acm-challenge-workbook) | 《挑战程序设计竞赛》习题册攻略,含约 200 道题,可配合书籍或笔记,系统学习算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlhZkiE8d) +[awesome-podcasts](https://github.com/rShetty/awesome-podcasts) | 收集各大编程语言相关的播客列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl4r76YmU) +[best-chinese-front-end-blogs](https://github.com/FrankFang/best-chinese-front-end-blogs) | 收集了许多优质的前端中文博客 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkTDnF5QV) +[USTC-Course](https://github.com/USTC-Resource/USTC-Course) | 中国科学技术大学课程资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HknIwaSEK) +[awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model) | 收集了各大网站模拟登录的爬虫脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkdZQiVXK) +[Python](https://github.com/TheAlgorithms/Python) | 收集了许多基于 Python 实现的算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hk9S788I2) +[awesome-vscode](https://github.com/viatsko/awesome-vscode) | 收集了许多实用的 VSCode 相关资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hk8uTrBqG) +[awesome-python-applications](https://github.com/mahmoud/awesome-python-applications) | 收集了许多基于 Python 开发的开源软件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hjya9dtlT) +[awesome-design-cn](https://github.com/jobbole/awesome-design-cn) | 一份收集整理设计师资源大全,含有 icon、Logo 设计、PhotoShop 插件、交互设计工具、流程图等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjsRnjPWq) +[awesome-f2e-libs](https://github.com/sorrycc/awesome-f2e-libs) | 一份收集整理了前端常用的框架、工具和插件等资料集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiLEqp5cR) +[Nodejs-Developer-Roadmap](https://github.com/aliyr/Nodejs-Developer-Roadmap) | 2019 年新发布的 Node.js 开发者技术路线图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiyiorPqW) +[architect-awesome](https://github.com/xingshaocheng/architect-awesome) | 后端架构师技术图谱,包含数据结构、常用算法、操作系统、设计模式、运维与技术支持等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hih0Ojmuk) +[thisrepositorydoesnotexist](https://github.com/paubric/thisrepositorydoesnotexist) | 收集了那些使用机器学习合成的内容,包括一些假脸、假猫、假房间、假二次元小姐姐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hifrp5y1y) +[homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) | 一份十分全面的算法资源,主要分为监督学习、无监督学习和神经网络等几大类别,并提供了相关算法的原理介绍与 Demo 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhzNS51lW) +[awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns) | 汇总了与软件架构设计模式相关的资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhyessUnP) +[awesome-indie](https://github.com/mezod/awesome-indie) | 帮独立开发者赚钱的资源整理,收集了相关社区、播客、书籍等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhfzDr6wh) +[ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) | 收集整理了一批高质量的工具与服务,帮助创业者或开发者快速搭建自己的产品,以金钱换时间。创业必备,重磅推荐! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhbrV8xP9) +[php-awesome](https://github.com/shockerli/php-awesome) | PHP 相关资源整理,每周更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh4LU0bFZ) +[awesome-algorithm](https://github.com/apachecn/awesome-algorithm) | 搜集了 LeetCode、HackRank、剑指 offer 等经典算法实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh2BXfxpV) +[Awesome-Design-Tools](https://github.com/LisaDziuba/Awesome-Design-Tools) | 搜集整理了许多设计相关的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgWwt2SGc) +[frontendDaily](https://github.com/kujian/frontendDaily) | 前端开发技术日报,每日分享互联网最精彩的前端技术、前端资讯、后端编程、设计和资源等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgTbsEnXV) +[Computer-Science-Resources](https://github.com/the-akira/Computer-Science-Resources) | 搜集整理了互联网上计算机科学相关的学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgFeTu6hH) +[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/HgEsbyuA9) +[be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) | 一份收集了成为专业程序员路上用到的各种优秀资料、神器及框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgr69qtWC) +[awesome-java-cn](https://github.com/jobbole/awesome-java-cn) | 一份 Java 资源大全中文版,内容包括构建工具、数据库、框架、模板、安全等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgqjrv3qk) +[Intranet_Penetration_Tips](https://github.com/Ridter/Intranet_Penetration_Tips) | 一位开发者整理的一些内网渗透相关的 Tips,包含信息搜集、隐匿攻击、内网跨边界应用、横向渗透等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeMboyh3J) +[the-practical-linux-hardening-guide](https://github.com/trimstray/the-practical-linux-hardening-guide) | 一份详细介绍了创建安全 Linux 生产系统所涉及的规划和工具指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HerKYFvqG) +[awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets) | 一份收集整理常用的编程语言、框架和开发工具的中文 Cheatsheet (速查表) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeikuasF9) +[professional-programming](https://github.com/charlax/professional-programming) | 一份收集了全栈程序员用到的各种优秀资料、工具及框架等资源集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He8U0cnit) +[A-Programmers-Guide-to-English](https://github.com/yujiangshui/A-Programmers-Guide-to-English) | 一份专为程序员编写的英语学习指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbyDyDBW8) +[ChinaMobilePhoneNumberRegex](https://github.com/VincentSit/ChinaMobilePhoneNumberRegex) | 一组匹配中国大陆手机号码的正则表达式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hb6m462Ju) +[OI-wiki](https://github.com/OI-wiki/OI-wiki) | 一个整合了编程竞赛有趣又实用的知识站点,内容含有竞赛中的基础知识、常见题型、解题思路以及常用工具等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ha2mA8bPA) +[BigData-Notes](https://github.com/heibaiying/BigData-Notes) | 一份大数据入门指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImOL1yHQo) + + +### 面试资料 + +库名 | 简述 | 源 +---- | ----- | ----- +[awesome-resume](https://github.com/resumejob/awesome-resume) | 一份收集整理了程序员简历常用例句集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImzPzvFvA) +[google-interview-university](https://github.com/xitu/google-interview-university) | 一套完整的学习手册帮助自己准备 Google 的面试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imw6cwlKB) +[reverse-interview](https://github.com/viraptor/reverse-interview) | 一份问题咨询清单,可用于面试时反问你想要面试的那家公司 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6C28q5Qe) +[fe-interview](https://github.com/haizlin/fe-interview) | 前端面试每日 3+1,作者每天早上 5 点纯手工发布面试题,坚持至今已更新到 127 天 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3m3t7X9c) +[2019_algorithm_intern_information](https://github.com/HarleysZhang/2019_algorithm_intern_information) | 一份整理了各大公司的算法实习岗位信息集合,大部分岗位都是面向 2020 年毕业的学生,含有常见深度学习算法岗面试题及答案,暑期计算机视觉实习面经和总结 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[interview_internal_reference](https://github.com/0voice/interview_internal_reference) | 一份 2019 年最新总结 BAT 等各大厂的技术面试题目,以及答案,分享给有需要的同学 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDxgV9EJo) +[leetcode](https://github.com/grandyang/leetcode) | 880 道 LeetCode 题目解题代码 + 中文讲解,另外作者还开发了个 iOS 应用展示题目并提供其对题目的解法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HD4ZqzX33) +[awesome-resume-for-chinese](https://github.com/dyweb/awesome-resume-for-chinese) | 收集了一些适合中文的简历模板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwMllvEjG) +[PHP-Interview-QA](https://github.com/colinlet/PHP-Interview-QA) | 一个 PHP 面试问答项目,作者结合自身开发经验,所给出的 PHP 相关的知识解答。里面包含网络、数据结构与算法、Web 开发、数据库开发、设计模式等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwIBZrk1a) +[algo](https://github.com/wangzheng0822/algo) | 数据结构和算法必知必会的 50 个代码实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvMRX38sM) +[BAT_interviews](https://github.com/lengyue1024/BAT_interviews) | BAT 大厂面试题及答案的收集与整理,其中包含机器学习、Linux、PHP、大数据、Python、Java、前端等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvECw6Bsx) +[leetcode](https://github.com/qiyuangong/leetcode) | LeetCode 题解项目是英特尔员工写的 Python & Java 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrdEH2PSi) +[leetcode](https://github.com/haoel/leetcode) | LeetCode 题解项目 @左耳朵耗子 写的 C++ 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrdEH2PSi) +[Daily-Interview-Question](https://github.com/Advanced-Frontend/Daily-Interview-Question) | 每天一道前端大厂面试题,让你时刻保持危机感,不断精进自己的技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmSbQ9gSH) +[front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook) | 前端技术面试手册,含答案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjGmZ8m4g) +[Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions) | 前端开发者面试问题汇总整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hjnmpsefu) +[machine-learning-interview-questions](https://github.com/Sroy20/machine-learning-interview-questions) | 汇总了一些与机器学习相关的面试问题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhR5rxtxD) +[interview](https://github.com/huihut/interview) | C/C++ 面试基础知识总结,送给准备换工作的开发者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh3N16f4P) +[programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist) | 由多位开发者共同维护的一份程序员找工作黑名单,仅供各位年后找工作参阅,具体实际情况请自行判断 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeYKJqVfw) +[interview](https://github.com/aylei/interview) | 一份写在 2019 年初的后端社招面试经历,作者写了自己在蚂蚁、头条、PingCAP 三家公司的面试经历,年后打算换工作的后端程序员可以看下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeBburdhr) +[leetcode_category](https://github.com/xiaoylu/leetcode_category) | 一份作者在刷 Leetcode 题目时记录下来的解题思路,且提供详细的注释,并且按问题类型整理出来 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImSGzcOCc) + +### 有趣网站 + +地址 | 简述 | 源 +---- | ----- | ----- +[getavatars](https://getavatars.app/) | 一个很有趣的网站可以生成无限多的卡通头像,你总能找到一款适合你的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IeI4DmAMN) +[bruno-simon](https://bruno-simon.com/) | 我见过的最酷主页,整个页面需要 3D 导航 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Idllq35Wi) +[chinese-colors](https://github.com/zerosoul/chinese-colors) | 可在网页上快速展示各类色系搭配的预览效果,并提供详细的颜色配值参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6ifNowOG) +[鱼塘](https://tophub.fun/main/home/hot) | 整合各大社区平台今日热榜 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[atoolbox](http://www.atoolbox.net/) | 一个收集超多实用在线工具的网站,并且持续收集更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuIStoDVa) +[learnxinyminutes-docs](https://learnxinyminutes.com/) | 一个特别牛逼的编程实训网站,上面拥有算法、数据结构、编程语言、开发工具相关的简短训练教程,部分内容支持中文,开发者们可以用这个网站来快速体验一门新技术,当然深入了解还是建议看官方文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtwzEsYsb) +[yikm](https://www.yikm.net/) | 最近有个开发者搞了个小霸王模拟器,里面提供魂斗罗、冒险岛、热血格斗传送、超级马里奥等经典游戏供玩家体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsUVzlhuC) +[i18ns](https://i18ns.com/) | 有个 Android 开发者花了两年时间,收集了 1500 多万条 App 的翻译数据, 并做成了一个搜索网站,希望能帮助独立开发者以更低的成本、更高质量的完成 App 国际化工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsAHl4qLD) +[在线工具](https://tool.lu/) | 一批实用的在线工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrPmGt25u) +[highschool](http://socialmedia-class.org/highschool.html) | 一个 Python、NLP、Twitter API 三剑合一的新手入门课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrwU3360C) +[爱资料工具](https://www.toolnb.com/) | 收录了许多超实用的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hrn5cfIgy) +[MikuTools](https://tools.miku.ac/) | 这个网站上面有好多超级实用的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqsUz3m4Q) +[Wexond](https://wexond.net/) | 一款精致、简洁、扩展性强的开源 Web 浏览器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hqj5IxIby) +[GitHub Games](https://likexia.gitee.io/game/index.html#/) | 这个网站把 GitHub 上一些有趣的 HTML 小游戏进行了汉化,然后放到上面供人玩耍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hn77ibjWI) +[paperswithcode](https://paperswithcode.com/) | 该网站按照计算机的不同应用领域进行划分,收集并整理了众多开源项目,每个项目都包含着相关论文供学习参考,分类涵盖了计算机视觉、自然语言处理、医学、方法论、语音、游戏、机器人等多个领域 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgKJR1s9z) + +### 有趣 / 实用开源工具 + +库名 | 简述 | 源 +---- | ----- | ----- +[postwoman](https://github.com/liyasthomas/postwoman) | 一款免费开源、轻量级、快速且美观的 API 调试工具,用于替代 Postman,支持 Postman 绝大部分功能,从 Postman 换过来,基本上也没有什么学习成本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imd32rEJE) +[gods-pen](https://github.com/ymm-tech/gods-pen) | 开源运营工具:码良,可用于快速制作 H5 页面,用户无需掌握复杂的编程技术,通过简单拖拽、少量配置即可制作精美的页面,可用于营销场景下的页面制作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkZD4xp8t) +[huginn](https://github.com/huginn/huginn) | 一个开源的自动化工具,类似 IFTTT 的开源版应用,可通过开发者设定的某个事件来触发具体操作。比如你可以设定当 GitHubDaily 发送一条微博后,自动给你推送一封邮件提醒:"这货又发微博了" | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkMhdyx5S) +[crater](https://github.com/bytefury/crater) | 一款免费开源的 Web 与移动端发票应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkxlzEVBF) +[mkcert](https://github.com/FiloSottile/mkcert) | 使用 mkcert 这款工具,即可零配置,一条命令在本地搭建受信任证书环境 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkjNmuk4Q) +[Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail) | 一款跨平台开发神器,借助可交互式的图形界面操作,让你可以快速阅读项目源码,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ik6DvCNOz) +[md](https://github.com/doocs/md) | 一款开源的前端编辑器,主要对微信排版做了适配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389Ij41gdqvJ) +[monolith](https://github.com/Y2Z/monolith) | 如果你想保存某个网页到电脑上,可以试下这个开源项目,有别于普通页面的保存操作,monolith 会通过命令行一次性打包页面中所有 CSS,图片和 JavaScript 等资源,而后生成一个单独的 HTML5 文档,方便你更好的保存与分享 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ij2M2E29i) +[xray](https://github.com/chaitin/xray) | 一款功能强大且完善的安全评估工具,该工具由多名经验丰富的一线安全从业者呕心打造而成,支持的漏洞检测类型有 XSS 漏洞、SQL 注入、命令/代码注入、文件上传等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImFqCjI0b) +[fiora](https://github.com/yinxin630/fiora) | 一款有趣的在线聊天应用。基于 node.js, mongodb, socket.io 和 react 编写 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iil2JDvmT) +[jsonbox](https://github.com/vasanthv/jsonbox) | 该工具为开发者提供一个特定链接,通过向这个链接发送 HTTP 请求,可以用来存储、读取、修改 JSON 数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7VgIs9B5) +[nodeppt](https://github.com/ksky521/nodeppt) | 一款能将 Markdown 文档转成高大上 PPT 的开源工具,支持图表、流程图、数学符号、自定义主题配色以及样式等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0CZngraF) +[comicgen](https://github.com/gramener/comicgen) | 一个很有趣的库,在线制作漫画人物并可将制作的人物图片放在你的网站中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HEKGTl4Vv) +[translate-shell](https://github.com/soimort/translate-shell) | 一款可在终端下使用的翻译工具,支持切换 Google Translate、Bing Translator、Yandex.Translate 和 Apertium 翻译引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[readme-md-generator](https://github.com/kefranabg/readme-md-generator) | 一款能帮你生成漂亮的 REAMDE.md 文件小工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HANzZ3oll) +[Love-Gift](https://github.com/idealclover/Love-Gift) | 一位开发者做了个网站,当做送给女朋友的情人节礼物 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HAzY6DatJ) +[mathAI](https://github.com/Roujack/mathAI) | 一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hys2OxDkZ) +[2048.cpp](https://github.com/plibither8/2048.cpp) | 用 C++ 写的一款高逼格在终端玩的 2048 游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyojrzAP6) +[WebStack-Laravel](https://github.com/hui-ho/WebStack-Laravel) | 一个开源的网址导航项目,拥有完整的前后台,可搭建部署自己收藏的网址导航站点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxZXvh8gw) +[the-fucking-github](https://github.com/lvxianchao/the-fucking-github) | 一个高颜值 Chrome 浏览器插件,可以用来很方便地查看、整理、搜索你已经 Star 过的项目和搜索 Github 上的项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxxtPsSHb) +[multrin](https://github.com/sentialx/multrin) | 一款免费开源应用窗口聚合工具,能将 Windows 系统上打开的应用窗口聚合在一起,类似浏览器标签页一样,可以快速管理和切换 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxo3kAE4k) +[gimp](https://github.com/GNOME/gimp) | 一款功能强大且免费开源的图片处理工具,并支持 macOS、Windows 及 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hx9k486Vv) +[star-history](https://github.com/timqian/star-history) | 一个在线查看 GitHub Star 历史上涨记录的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwCUQD0Kx) +[ds-cheatsheets](https://github.com/FavioVazquez/ds-cheatsheets) | 数据科学相关的速查表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hws77xZia) +[gsbg](https://github.com/mayneyao/gsbg) | 如果你喜欢如附图一样的随机彩色块图片,那么可以用这款工具来生成 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) +[youtube-dl-interactive](https://github.com/synox/youtube-dl-interactive) | YouTube 视频终端下载工具,主要在 youtube-dl 基础上优化了用户操作体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hwk3RfEwb) +[WeChat-Shelter](https://github.com/YGYOOO/WeChat-Shelter) | Chrome 插件可以把某信伪装成云笔记,看着挺适合聊天摸鱼的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hw6U0Bcon) +[scar](https://github.com/cloudkj/scar) | 一键部署你的静态网站,并给其加上 HTTPS、全球 CDN、自定义域名等功能,用这个工具就可以做到! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvQp8acI7) +[SpaceVim](https://github.com/SpaceVim/SpaceVim) | SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织管理插件以及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全, 语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvO30EQXr) +[DIYGame](https://github.com/Lawliet01/DIYGame) | GitHub 上一款在线游戏设计工具,用户在无任何技术背景的情况下,可随意打造一款属于自己的冒险游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvD36e4xt) +[gaea-editor](https://github.com/ascoders/gaea-editor) | 可以让你在浏览器上快速设计一个简单的网站,有点像 Strikingly 旗下的一款产品「上线了」的简陋版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvxy8pGWJ) +[terminus](https://github.com/Eugeny/terminus) | 一款免费开源、高颜值、可自定义配置的终端 Terminus,并支持 Windows、MacOS、Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvlLwmWG7) +[logodiy](https://github.com/sherlonWang/logodiy) | 一个简单的在线 Logo 制作工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuaHFEGTr) +[fusuma](https://github.com/hiroppy/fusuma) | 通过编写 Markdown 来快速生成演讲幻灯片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtApLeNo4) +[makegirlsmoe_web](https://github.com/makegirlsmoe/makegirlsmoe_web) | 一个二次元头像生成器,它通过设置发色、肤色、配饰等属性来随机生成一个二次元角色。另外这个项目还上链了,如果你觉得生成的二次元角色比较好看,可以直接到链上跟别人进行交易 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtlDEmDSG) +[terminal](https://github.com/microsoft/terminal) | 微软发布且开源了一款新的命令行终端工具 Windows Terminal | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ht5Bk8y03) +[auxpi](https://github.com/aimerforreimu/auxpi) | 它通过对多个图床平台进行整合,使得一个图床挂掉的时候,会自动将图片分发到其它图床上,让图片外链成为不死链! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsLr1mmg1) +[gameboy.live](https://github.com/HFO4/gameboy.live) | 这个项目在终端上面打造了一个 Gameboy 模拟器,让你可以直接在终端上面玩掌上游戏,牛逼啊! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hsrt1vVMt) +[quinesnake](https://github.com/taylorconor/quinesnake) | 在代码里面玩贪吃蛇 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hs0iwtuCc) +[jsproxy](https://github.com/EtherDream/jsproxy) | 一个基于 JS 实现的网络调试工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hr6RU2o4C) +[ikonate](https://github.com/mikolajdobrucki/ikonate) | 一个十分牛逼的图标库 Ikonate,上面的所有图标完全开源,皆可商用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqMWZ92rP) +[dadda-translate-crx](https://github.com/waynecz/dadda-translate-crx) | 一款高颜值的划词翻译插件,自带生词簿及吐司弹词记忆,可与有道、扇贝单词同步 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqMWDhBCc) +[tool](https://github.com/Louiszhai/tool) | Mac 生产力工具链推荐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqkF909yG) +[OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) | Mac 小工具,它支持一键在终端中打开当前目录或选中目录 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq1PUkypY) +[xg2xg](https://github.com/jhuangtw-dev/xg2xg) | Google 一名前员工在 GitHub 上分享了他在 Google 工作时日常会使用的一些工具,以及外界对应的替代方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpoIV2PSH) +[yapi](https://github.com/YMFE/yapi) | 一个高效、易用、功能强大、可视化的 API 管理平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoMOKCOmF) +[AutoPiano](https://github.com/WarpPrism/AutoPiano) | GitHub 上开源的这个 Web 钢琴应用(AutoPiano)让音乐爱好者可以在线练琴 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ho1GJ57x6) +[TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac) | 开源的图片无损压缩客户端 TinyPNG4Mac,该工具提供了 PNG 图片的 “几乎无损” 压缩服务,你可以通过简单的拖拽完成对 PNG 图片的压缩,无需打开浏览器,无需手动下载图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnW69rZjW) +[emoji-mosaic](https://github.com/ericandrewlewis/emoji-mosaic) | 一个有趣的工具,能根据原图配色,将图片转为用 emoji 填充的新图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnKoH9RK4) +[nps](https://github.com/cnlh/nps) | 一款轻量级、功能强大的内网穿透代理服务器,支持 TCP、UDP 流量转发,内网 HTTP、Socks5代理等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnDkjvfhn) +[PI-REC](https://github.com/youyuge34/PI-REC) | 通过与 AI 结合的方式,帮你快速将手绘草稿转为成品图,随便画几笔就能转成完整画像,简直堪称手残党的福音 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmXGNkKjt) +[imgurl](https://github.com/helloxz/imgurl) | 一款简单、纯粹的图床程序,支持拽拖、多图、粘贴、URL 上传,可裁剪、压缩、鉴黄图片,自动生成缩略图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmAI50BdI) +[mas](https://github.com/mas-cli/mas) | 一个 Mac 应用商店命令行工具,支持搜索、安装、更新应用等操作,用起来很方便 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmcWFmtbD) +[stegify](https://github.com/DimitarPetrov/stegify) | 一款神奇的命令行工具,能将任意文件隐藏到图片里面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hm37OeCGp) +[gifify](https://github.com/vvo/gifify) | 一款将视频转换成 GIF 图的工具,支持任何格式的视频以及选取某个时间段转换 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlXCR2q2k) +[zdict](https://github.com/zdict/zdict) | 一个运行在终端的在线字典工具,支持多款字典切换查询,查询结果高亮等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlPzB4gWe) +[Github-Monitor](https://github.com/VKSRC/Github-Monitor) | 一个用于监控 GitHub 代码仓库的系统,企业可利用该系统及时发现内部代码泄露 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlrpPpGWd) +[qrcode](https://github.com/sylnsfar/qrcode) | 二维码生成器,支持生成普通二维码、带图片的艺术二维码和动态二维码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hlni6uVsd) +[traduora](https://github.com/traduora/traduora) | 一个开源翻译平台,支持多人协作在线翻译,可导入导出 JSON、CSV、YAML 等多种文本格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HldVNp97O) +[sherlock](https://github.com/sherlock-project/sherlock) | 一个开源脚本,可在各大社交平台检查用户名是否被占用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hlcunnhqd) +[fx](https://github.com/antonmedv/fx) | 优化终端命令行 JSON 查阅体验,支持展开 JSON 数据,访问单个数据点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl8yPqXwl) +[nsfwjs](https://github.com/infinitered/nsfwjs) | 一款开源的黄图鉴别工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl33SdQfX) +[send](https://github.com/mozilla/send) | 由 mozilla 开源的一款简单、私密的文件分享服务,支持设置分享文件的下载次数、有效天数,并可对文件进行加密 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkPHQmIW9) +[nodeppt](https://github.com/ksky521/nodeppt) | 可能是迄今为止最好的网页版演示库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkGhlvc7R) +[devhub](https://github.com/devhubapp/devhub) | 一款跨平台的 GitHub 通知管理客户端,帮助开发者更好的收集、整理、查看 GitHub 消息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkwQQC0xz) +[vscode-maxPlus](https://github.com/AShujiao/vscode-maxPlus) | 一个开源的 VSCode 插件,让你能在 vscode 上划水看游戏资讯 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HksJ8if5F) +[olive](https://github.com/olive-editor/olive) | 一个开源的视频编辑器,支持 Windows、macOS、Linux 等主流桌面平台,推荐给想用 Final Cut Pro 却囊中羞涩的同学 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkjiCyGxC) +[screenshoteer](https://github.com/vladocar/screenshoteer) | 使用命令行一键截取网页图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjR18Bx9W) +[vsc-netease-music](https://github.com/nondanee/vsc-netease-music) | 一个开源的 VSCode 插件,让你能在 vscode 上划水听音乐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjdVUEAAE) +[NodeMail](https://github.com/Vincedream/NodeMail) | 一个基于 Node 的爬虫脚本,每天定时给女朋友发一封暖心邮件,非单身狗的程序员可以试用下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hja0nzdXe) +[iSimulator](https://github.com/wigl/iSimulator) | 一款实用的 GUI 工具,可用于控制模拟器和管理模拟器里安装的应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiWEl80bW) +[PicGo](https://github.com/Molunerfinn/PicGo) | 一款简单易用的图片上传工具,支持自定义第三方图床 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiJiiAAEd) +[notable](https://github.com/notable/notable) | 一款开源的高颜值、跨平台的 Markdown 编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiHIT4imo) +[mercury-parser](https://github.com/postlight/mercury-parser) | 一款 Web 内容提取工具。开发者可通过 JavaScript 与 CSS 选择器来定制解析器,以获取页面上指定内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HisSwz8rP) +[read-vscode-e](https://github.com/zrk1993/read-vscode-e) | 一个开源的 VSCode 插件,让你能在 vscode 上划水看小说 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiqrjtIFI) +[PPRows](https://github.com/jkpang/PPRows) | 一款在 Mac 上计算你写了多少行代码的工具,支持同时检测多文件夹代码,自定义检测的文件类型等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HijmW7MYE) +[lint-md](https://github.com/hustcc/lint-md) | 一个用于检查中文 Markdown 编写格式规范的命令行工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HibvR77oL) +[douban-movie-extension](https://github.com/Neulana/douban-movie-extension) | 一款 Chrome 浏览器扩展,在豆瓣电影页面增加电影资源模块,帮你轻松找到电影资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi60UvUqu) +[BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | 一款 Mac 音频工具,可以在播放其他音频时,自动暂停所有背景音乐,播放结束后再次恢复背景音乐,并支持控制单个应用的音量 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi25mgCCK) +[SwitchHosts](https://github.com/oldj/SwitchHosts) | 一款快速切换 Hosts 工具,支持 Win,Mac 和 Linux | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhWApFnyu) +[QuickLook](https://github.com/QL-Win/QuickLook) | 给 Windows 用户的福利,让 Windows 用户可以用上 Mac 系统的文件预览功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgY5SEElB) +[uppy](https://github.com/transloadit/uppy) | 一个基于 JavaScript 的文件上传工具,可无缝集成到任何应用。支持从本地磁盘、远程 urls、Google Drive、Dropbox、Instagram、snap 等位置上传文件,并在线预览编辑 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgUalh24R) +[daily-anime](https://github.com/deepred5/daily-anime) | 一个开源的 VSCode 插件,让你能在 VSCode 上划水追番 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhHFLwPce) +[Motrix](https://github.com/agalwood/Motrix) | 一款全能的下载工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgAwExNvV) +[gotop](https://github.com/cjbassi/gotop) | 一个酷炫的命令行活动监视器,基于 Go 语言编写 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgjf5x6Tb) +[AirtestProject](https://github.com/AirtestProject) | 一个网易开发的 UI 界面自动化测试工具,主要使用图像识别技术来定位页面具体的 UI 元素,这也就意味着它可以在不使用任何代码注入的情况下完成自动化测试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdplOtzj1) +[syncd](https://github.com/dreamans/syncd) | 一款使用 Go 语言开发的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcjM2jeRb) +[hacknical](https://github.com/ecmadao/hacknical) | 一个生成可视化 GitHub 简历的网站 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaRqC5A6C) +[BaiduPCS-Go](https://github.com/iikira/BaiduPCS-Go) | 一个仿 Linux shell 文件处理命令的百度网盘命令行客户端,支持 Windows, macOS, linux, 移动设备等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HauE4mekH) +[thefuck](https://github.com/nvbn/thefuck) | 输错命令后,fuck 一下,自动帮你更正命令,解气又实用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgsFzhOg2) +[RSSHub](https://github.com/DIYgod/RSSHub) | 一个轻量、易于扩展的 RSS 生成器,它可以给任何奇奇怪怪的内容生成 RSS 订阅源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He3p24W3S) +[cloudquery](https://github.com/t9tio/cloudquery) | 一款能给任意网站生成 API 的工具,开发者通过点击页面元素即可选择生成内容,非常方便,搞前端的同学可以了解下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdyIz2DSx) +[music-dl](https://github.com/0xHJK/music-dl) | 使用 Python 开发的一个可从网易云音乐、QQ音乐、酷狗音乐等搜索和下载最优音质歌曲的工具,支持多线程搜索和下载,还可以对搜索结果去重 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcM3xbOla) + +### 机器学习 / 人工智能 + +库名 | 简述 | 源 +---- | ----- | ----- +[BitTigerLab](https://github.com/Fabsqrt/BitTigerLab) | 计算机科学中文学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcH3ipq5C) +[bustag](https://github.com/gxtrobot/bustag) | 基于机器学习的老司机车牌自动推荐系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IasqikBsx) +[computer-science](https://github.com/ossu/computer-science) | 一份开源的计算机科学教学资源,可用于自学编程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6TDmhBfv) +[ai-edu](https://github.com/microsoft/ai-edu) | 微软在 GitHub 上开源了一份 AI 教学资源,主要服务于国内学生、教师以及 IT 从业人员。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6LnVBo4e) +[ai-roadmap](https://github.com/apachecn/ai-roadmap) | 来自 ApacheCN 开源组织整理的一份 AI 人工智能路线图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0sW28AMe) +[Machine-Learning](https://github.com/shunliz/Machine-Learning) | 机器学习原理笔记整理。前半部分关注数学基础,机器学习和深度学习理论。后半部分关注工程实践和理论应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvRMn0al7) +[Chinese-Chatbot-PyTorch-Implementation](https://github.com/Doragd/Chinese-Chatbot-PyTorch-Implementation) | 一个利用有趣中文语料库 qingyun 训练出来的中文聊天机器人 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hu8lydUVK) +[machine-learning-course](https://github.com/machinelearningmindset/machine-learning-course) | 一份机器学习课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtXlDrUaM) +[learning](https://github.com/amitness/learning) | 国外一名开发者分享的数据科学学习计划,旨在每日不断精进学习,以提升自己的技术水平 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsPere8j6) +[Awesome-Mobile-Machine-Learning](https://github.com/fritzlabs/Awesome-Mobile-Machine-Learning) | 移动端上的机器学习资源整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqLnd9dIF) +[Virgilio](https://github.com/virgili0/Virgilio) | 一份机器学习指南,该指南可作为你机器学习的导师,为你提供完整学习路径,让你了解更多工具的使用,掌握更多技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpW70c0JE) +[libfacedetection](https://github.com/ShiqiYu/libfacedetection) | 堪称史上最快图像中人脸检测的开源库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmlYOfcAu) +[deep-painterly-harmonization](https://github.com/luanfujun/deep-painterly-harmonization) | 一个基于深度学习的开源项目,让图片可以毫无违和感的融入到绘画作品中,这波操作太强了! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjV8QBljR) +[Deta_Parser](https://github.com/yaoguangluo/Deta_Parser) | 一个每秒高达 2700 万混合分词, 高精准确率,支持病句分析,词性,词频统计,自由扩充词库的快速神经网络中文分词包 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi7Dxwr7V) +[wukong-robot](https://github.com/wzpan/wukong-robot) | 一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhSES4lL0) +[edge-connect](https://github.com/knazeri/edge-connect) | 加拿大安大略理工大学开源的图像自动修复方法,可由线到面逐步修复受损或被打码的图像,也可进行图像拼接、移除、编辑等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhuiVnXVj) +[face_recognition](https://github.com/ageitgey/face_recognition) | 号称世界上最简单的人脸识别库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgueYxAsI) +[nlp-tutorial](https://github.com/graykode/nlp-tutorial) | 一份基于 TensorFlow 和 Pytorch 的自然语言处理教程,该课程主要面向深度学习开发者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgaBhsYXY) +[HyperDL-Tutorial](https://github.com/zeusees/HyperDL-Tutorial) | 一份深度学习相关的系列文章,作者总结了在深度学习实践中的一些经验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeVBT8K8w) +[spinningup](https://github.com/openai/spinningup) | 由 OpenAI 发布的一份深度强化学习教学资源集,内容包括易懂的深度强化学习代码示例、算法、习题、文档和教程等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hdxc0tvmN) +[git-recipes](https://github.com/geeeeeeeeek/git-recipes) | 一份开源的 Git 中文教程,源于国外社区的优秀文章和个人实践 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hdel1pSPz) +[funNLP](https://github.com/fighting41love/funNLP) | 一个作者在文本中抽取结构化信息时,整理出所用到 GitHub 上的资源整合,内容包括:中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd4UvDdep) +[awesome-reinforcement-learning-zh](https://github.com/wwxFromTju/awesome-reinforcement-learning-zh) | 一份强化学习从入门到放弃的资料汇总 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HctcwvT2n) + + +### 非开源的实用工具 + +地址 | 简述 | 源 +---- | ----- | ----- +[Project Naptha](https://projectnaptha.com/) | 超级实用的 Chrome 插件,可选中、复制、编辑图片中的内嵌文字! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcO7FsbX3) +[Mathpix](https://mathpix.com/) | 这款工具能将带数学公式的截图一键转成 latex 代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hozgx9mUC) +[removebg](https://www.remove.bg/) | Google Chrome 的技术经理推荐的一款工具能帮你快速移除任何图片的背景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnzoMqRTU) +[OXYGEN](https://jeasonstudio.github.io/oxygen-demo/) | 这个网站可以帮你生成手绘风格的流程图或架构图,写文章的时候随手插入几张应该很有艺术感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpaYwf2Pv) +[Firefox Monitor](https://monitor.firefox.com/) | 国内外不少知名企业都曾经被拖库,为此 Firefox 专门搞了这么一个工具,来帮助用户检查自己的信息是否被泄露 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hpq69C8aO) +[codeimg](https://codeimg.io/) | 一款免费在线把源代码生成高逼格的图片工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0a52r5GX) +[iPic](https://toolinbox.net/iPic/) | Mac 上一个图床神器,可通过快捷键将本地图片上传到服务器,并自动生成 Markdown 图片格式的排版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hae4LEBqC) + +### 其它 + +地址 | 简述 | 源 +---- | ----- | ----- +[语雀 IT 百科](https://www.yuque.com/yuque/blog/yuque-info-tech-encyclopedia) | 一份高质量的 IT 百科知识库,上面涵盖诸多互联网技术领域的内容,具有一定的学习和参考价值 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HweL52O9M) +[go-best-practice](https://github.com/llitfkitfk/go-best-practice) | 一篇对国外文章《Go 语言实战: 编写可维护 Go 语言代码建议》的中文翻译版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImgYA92VY) +[api-guidelines](https://github.com/microsoft/api-guidelines) | 微软官方出品的 REST API 指导规范,希望能帮助开发者更好的设计接口 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkGYffcVS) +[uber_go_guide_cn](https://github.com/xxjwxc/uber_go_guide_cn) | Uber 团队出的 Go 语言编码规范,有人给翻译了中文版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkqCXhIsb) +[home-assistant](https://github.com/home-assistant/home-assistant) | 一款开源的智能家居系统,你可以利用它来追踪并控制家里的智能设备,如灯光、温度、声音等。另外,Home Assistant 还提供了交互友好的管理后台,可自定义控制面板,并支持跨终端使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IknV59FKk) +[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) | 有位开发者整了个网易云音乐非官方 API,共有 100 多个接口,感觉还挺全面的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwaDmpthI) +[night-reading-go](https://github.com/developer-learning/night-reading-go) | 每周会通过在线直播的方式,向开发者分享 Go 相关的技术话题,于 Slack 上沟通交流编程技术话题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv2UwEUtq) +[hacker-laws-zh](https://github.com/nusr/hacker-laws-zh) | 主要收录了一些最常见的定律、原则以及模式,并对它们进行简要的讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuAD2ss1G) +[battle-city](https://github.com/shinima/battle-city) | GitHub 上开源的这个坦克大战小游戏还原度好高啊,好玩得停不下来!还可以双人组队! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HugcDaYy0) +[RemixIcon](https://github.com/Remix-Design/RemixIcon) | 一套开源图标库 Remix Icon,主要面向设计师和开发者的开源图标库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtYQZi0eJ) +[synthwave-vscode](https://github.com/robb0wen/synthwave-vscode) | 一款有点骚的 VS Code 主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hsj9wsRZj) +[support.996.ICU](https://github.com/MSWorkers/support.996.ICU) | 微软和 GitHub 员工宣布支持 996.ICU 运动!如果你也想支持这一运动,可提交 PR 到该项目的支持者名单中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqWvF0wrr) +[cxk-ball](https://github.com/kasuganosoras/cxk-ball) | 有个在 GitHub 上写了个蔡徐坤打篮球的小游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqO7GxyD8) +[instantbox](https://github.com/instantbox/instantbox) | 让你能在不到 30 秒的时间内得到一个干净、开箱即用的临时 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlKgP86Rx) +[gtop](https://github.com/aksakalli/gtop) | 一个使用 Node.js 实现的终端系统监控面板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HllUSdvDU) +[ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes) | Chrome 插件英雄榜,为优秀的 Chrome 插件写一本中文说明书 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkrlT72sv) +[Free-Chinese-Fonts](https://github.com/zenozeng/Free-Chinese-Fonts) | 收录了一些免费的中文字体 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjChS7CJX) +[chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua) | 中华新华字典数据库,包括常用歇后语、成语、词语和汉字 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjjqSai6g) +[Micro8](https://github.com/Micropoor/Micro8) | 一份开源的渗透攻击教程,适用于初中级安全从业人员,乙方安全测试,甲方安全自检,网络安全爱好者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhOJkpaOi) +[How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | 这份文档将指导你如何让 Linux 服务器更加安全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgbnZ9e8S) +[VBlog](https://github.com/GitHub-Laziji/VBlog) | 一个借助 GitHub Pages 和 GitHub API 搭建的可动态发布文章的博客,如果你还在纠结于自己的博客系统用什么搭建 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd6zX0Gv4) + +## 声明 +[![](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)进行许可。 + + + + + + + + diff --git a/README.md b/README.md old mode 100644 new mode 100755 index b2391a3..f54609a --- a/README.md +++ b/README.md @@ -16,460 +16,538 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 --- -## 2019 年复盘 +## 2020 年复盘 -下面是对 GitHubDaily 在 2019 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 +下面是对 GitHubDaily 在 2020 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 -> 过往复盘 [2018](https://github.com/GitHubDaily/GitHubDaily/blob/master/2018.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) - [前端](#前端) -- [教程](#教程) +- [工具](#工具) - [移动端](#移动端) -- [开源书籍](#开源书籍) +- [命令行工具](#命令行工具) +- [Chrome 插件](#chrome-插件) +- [VSCode 插件](#vscode-插件) - [资料集合](#资料集合) - [面试资料](#面试资料) +- [机器学习/人工智能](#机器学习人工智能) +- [开源书籍/教程](#开源书籍教程) +- [图标库](#图标库) - [有趣网站](#有趣网站) -- [有趣/实用开源工具](#有趣--实用开源工具) -- [机器学习/人工智能](#机器学习--人工智能) -- [非开源的实用工具](#非开源的实用工具) -- [其它](#其它) +- [其他](#其他) ### Java 库名 | 简述 | 源 ---- | ----- | ----- -[advanced-java](https://github.com/doocs/advanced-java) | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7ucNeWbS) -[JustAuth](https://github.com/justauth/JustAuth) | 史上最全的整合第三方登录的 Java 开源库,集成了二十多家国内外常用第三方平台,且提供简单易用的 API 让你快速接入 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3vtXALCc) -[spring-boot-demo](https://github.com/xkcoding/spring-boot-demo) | 一个集成了 57 个 Spring Boot 常用组件 Demo 的项目,且每个 Demo 均有详细的 README 文件讲解说明,很不错的一份学习 Spring Boot 资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3cCYeuxV) -[halo](https://github.com/halo-dev/halo) | 一款个人独立博客系统,该系统部署简单快捷,并提供 Api 接口拓展行强,支持多款云存储,支持多款主题,支持 Web 端、 App 端管理后台,随时随地记录你的想法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hx3PscZMt) -[spring-boot-examples](https://github.com/ityouknow/spring-boot-examples) | 一份 Spring Boot 教程、技术栈示例代码,快速简单上手教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj4vq2WjP) -[toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer) | 一份整理了 Java 工程师成神之路所需要掌握的内容知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiTTRkCTT) -[MyPerf4J](https://github.com/LinShunKang/MyPerf4J) | 一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbRuxt1rj) -[advanced-java](https://github.com/doocs/advanced-java) | 互联网 Java 工程师进阶知识完全扫盲 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbfMyC03g) -[ForestBlog](https://github.com/saysky/ForestBlog) | 一个简单又漂亮的博客系统,该系统由 Spring + SpringMVC + Mybatis 框架实现,适合初学 SSM 和个人博客制作的同学学习 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImJg4o9yZ) +[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 库名 | 简述 | 源 ---- | ----- | ----- -[30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) | 收集了一些简单且实用的 Python 脚本,让开发者可以在 30 秒内搞懂用上一个 Python 知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7jann0ZG) -[learn_python3_spider](https://github.com/wistbean/learn_python3_spider) | 一份从 0 到 1 学习 Python 爬虫教程,内容含有如何抓包,各种爬虫常用的模块使用,实战教程,最后还教你如何反爬虫 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDZypo4a5) -[sunfish](https://github.com/thomasahle/sunfish) | 111 行 Python 代码能写出什么?一个简单却强大的国际象棋引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxlv29mcQ) -[KGQA-Based-On-medicine](https://github.com/YeYzheng/KGQA-Based-On-medicine) | 一个基于医药知识图谱的智能问答系统,支持疾病症状、疾病用药、药品查询等功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxaTtmRx6) -[python-cheatsheet](https://github.com/gto76/python-cheatsheet) | Python 相关知识点速查表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj0zSpaLP) -[fuck_illness](https://github.com/wdkwdkwdk/fuck_illness) | 利用爬虫抓取并分析百万条疾病问答数据。附图是不同年龄段人的常患疾病,挺有意思的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HizROAB2w) -[amemv-crawler](https://github.com/loadchange/amemv-crawler) | 可爬取某音平台指定账号的所有视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhvSkFkbD) +[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) ### 前端 库名 | 简述 | 源 ---- | ----- | ----- -[DataV](https://github.com/DataV-Team/DataV) | 一个简单易用基于 Vue 的数据可视化组件库,该库提供酷炫的 SVG 边框和装饰,常用的图表、飞线图、轮播表等等组件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imqp4ECRw) -[clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) | Google 工程师 Ryan McDermott 根据 《Clean Code》总结了一份适用于 JavaScript 的软件工程指导准则《Clean Code JavaScript》。希望能帮你写出易读、易复用、易重构的 JavaScript 代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Il1m5vUnU) -[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | 包含了多种基于 JavaScript 的算法与数据结构,每种算法和数据结构都有自己的 README,包含相关说明和链接,以便进一步阅读 (还有 YouTube 视频) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkeuAhZGz) -[zdog](https://github.com/metafizzy/zdog) | 一款可用于 3D 设计与动画制作的 JavaScript 库,设计灵活,操作简单,易于集成与上手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkaaGEq68) -[flowy](https://github.com/alyssaxuu/flowy) | 一个轻量级的 JavaScript 库,可用于快速创建流程图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjXhccumr) -[G6](https://github.com/antvis/G6) | 一款专业的图形可视化引擎,基于 JavaScript 构建 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IipmD0UiP) -[ddBuy](https://github.com/Geek-James/ddBuy) | 一个基于 Vue 开发的移动端电商项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IihvxFp60) -[FE](https://github.com/lefex/FE) | 一个开源的前端课程,教新手从零到一学前端 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IiarbcUeu) -[GitDataV](https://github.com/HongqingCao/GitDataV) | 基于 Vue 框架构建的 GitHub 数据可视化平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcQIyopbn) -[30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 收集了一些简单且实用的 JavaScript 代码,让开发者可以在 30 秒内搞懂并用上一个 JavaScript 知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcEHaE5xL) -[Nodejs-Roadmap](https://github.com/Q-Angelo/Nodejs-Roadmap) | 一份学习 Node.js 教程《Node.js 技术栈》,该教程是由一名 Node.js 开发者在学习历程中记录的知识点,侧重于 Node.js 服务端所涉及的技术栈 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HBT8SfgpG) -[filepond](https://github.com/pqina/filepond) | 一个灵活且有趣的 JavaScript 文件上传库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyiCk161H) -[picojs](https://github.com/tehnokv/picojs) | 200 行 JavaScript 代码实现人脸检测 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxW1XCIIW) -[FrontEndNav](https://github.com/Hulkye/FrontEndNav) | 这个网站上面收集了大量高质量的前端相关资源,其中包含前端学习资源、文档 API、模板插件、工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvcl1uZLG) -[javascript](https://github.com/airbnb/javascript) | 一份来自 Airbnb 团队开源的 JavaScript 编码规范指南,前端的同学可以学习下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv6DT2yQ9) -[React95](https://github.com/arturbien/React95) | Windows 95 风格的 React 组件库也被整出来了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqcOzBIV8) -[front-end-collect](https://github.com/foru17/front-end-collect) | 有位开发者在 GitHub 上整理了一批前端开发相关的优质网站、博客、教程、书籍等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv1l76MM3) -[grade](https://github.com/benhowdle89/grade) | 一个 JavaScript 库 Grade.js,主要功能是从图片中提取两种主色,并生成互补渐变的背景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuK3xidhE) -[react-tetris](https://github.com/chvin/react-tetris) | 有个前端工程师在 GitHub 上用 React 搞了个俄罗斯方块小游戏,不仅好玩,技术实现原理也讲解非常到位 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtG67xwWF) -[cssfx](https://github.com/jolaleye/cssfx) | 它提供了一些优雅、酷炫的 CSS 动画效果,让你轻点鼠标便能直接复制样式,非常方便。做 Web 开发的同学可以收藏备用一下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Htv49csRw) -[leetcode](https://github.com/azl397985856/leetcode) | 一个最近比较火的 JavaScript LeetCode 题解项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsvcnzVFx) -[Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking) | 一份 Web 安全学习笔记,帮你学点内网渗透、漏洞攻击、安全防御等基础知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrFWbBlrn) -[TNFE-Weekly](https://github.com/Tnfe/TNFE-Weekly) | 腾讯前端团队创办的技术周刊,每周定期分享小程序、H5 等前端领域技术内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmEPNC6M0) -[instagram.css](https://github.com/picturepan2/instagram.css) | 一个使用纯 CSS 实现 Instagram 滤镜效果类库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[quicklink](https://github.com/GoogleChromeLabs/quicklink) | Google 开源的一个前端库,利用空闲时间提前缓存页面上链接,加快链接网站的访问速度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjHAEn2mn) -[frontend-bootcamp](https://github.com/microsoft/frontend-bootcamp) | 微软这两天刚开源的前端练习资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiCpnhwN0) -[en.javascript.info](https://github.com/javascript-tutorial/en.javascript.info) | 一份开源的 JavaScript 教程,主要讲解 JavaScript 语言的基本用法,浏览器事件的管理,动画效果及正则表达式的基础使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhN9UwwyK) -[apexcharts.js](https://github.com/apexcharts/apexcharts.js) | 一个开源的 JavaScript 图表库,让开发者可以更轻松的构建可交互图表,可视化数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh7x37T3e) -[30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 收集了一些实用的 JavaScript 代码片段,让你在 30 秒内就能看懂并用上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgNSGtCOX) -[css_tricks](https://github.com/QiShaoXuan/css_tricks) | 总结一些常用的 CSS 样式, 以及记录一些 CSS 的新属性和一点奇技淫巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdGCv2vop) -[anime](https://github.com/juliangarnier/anime) | 一款轻量级的 JavaScript 动画库,轻松实现各种酷炫的效果,支持 CSS 属性、SVG 和 DOM 属性等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdnLwhdhR) -[CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration) | 一份 CSS 学习资料,以分类的形式,展示不同 CSS 属性或者不同的课题使用 CSS 来解决的各种方法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbI43u29l) - -### 教程 - -名称 | 简述 | 源 +[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) + +### 工具 + +库名 | 简述 | 源 ---- | ----- | ----- -[Java 开发手册](https://developer.aliyun.com/special/tech-java) | 始于阿里内部规约,在全球 Java 开发者共同努力下,已成为业界普遍遵循的开发规范。内容涵盖编程规约、异常日志、单元测试、安全规约、MySQL 数据库、工程规约、设计规约共七大维度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HB6D9qfPV) -[机器学习课程](https://mlcourse.ai/) | 一套免费开放的机器学习课程,由 Open Data Science 组织研发,主要注重理论与实践相结合,采用了特定的激励机制去引导学生深入学习,让学生在探索学习的过程中保有冲劲,不轻易感到枯燥或疲倦 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HASSLfFR2) -[计算机科学速成课](https://www.yuque.com/computer/crush-course) | 免费的计算机视频课程,收集并翻译了 YouTube 上比较热门的计算机课程,内容包含计算机早期历史、中央处理器、编程原理、计算机网络、计算机安全等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxiKyFd0J) -[机器学习基础](https://mitpress.ublish.com/ereader/7093/?preview=#page/1) | 一套可免费在线阅读的计算机课程,该书由纽约大学计算机科学几位教授共同编写,内容侧重于算法的分析和理论,每章均附有相关练习题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwQt4aEdr) -[现代化计算机科学自学指南](https://www.yuque.com/docs/share/97bb24b7-fe20-49aa-96bf-36033cfebe6c) | 中文版,里面收录了许多来自世界知名高校、顶尖教授与技术专家所编著的计算机课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[零基础学 WordPress](https://www.yuque.com/moeunion/wordpress) | 本教程通过对安装使用 WordPress 搭建自媒体站点的前期、中期、后期进行详细讲解,使读者全面了解和掌握作为一个自媒体网站站长应掌握的域名、服务器、WordPress 等方面的基础知识,同时通过实例站点与图书社区为读者提供了相关资源与服务,是一本绝无仅有、不可多得的技术书籍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[AI 算法工程师手册](http://www.huaxiaozhuan.com/) | 该手册是作者多年以来学习总结的笔记整理,目前还在不断更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Huz3CzASi) -[前端开发者手册2019](https://www.yuque.com/ysfe/ykx/fedhb) | 该手册里面包含了前端开发相关的基础知识、常用工具、学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtOjvap8d) -[JavaScript for impatient programmers](https://exploringjs.com/impatient-js/) | 该本书编著于 ES2019 基础之上,将教授新手一些基础的、现代化的 JavaScript 编程知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ht2MEEYsD) -[Python-100-Days](https://github.com/jackfrued/Python-100-Days) | 一份学习 Python 教程,涵盖 Python 初中高级知识点,规划在 100 天之内让你从新手到大师级别水平 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqUNHFAVc) -[py4e](https://github.com/csev/py4e) | 一本免费的 Python 编程教程《Python for Everybody》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqDAjfYAg) -[深度学习理论与实战](http://fancyerii.github.io/2019/03/14/dl-book/) | 一本免费的深度学习书籍,该书涵盖听觉、视觉、语言和强化学习四大领域,深入浅出的理论分析和详尽的代码分析 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpSzi5aI3) -[Front end handbook](https://frontendmasters.com/books/front-end-handbook/2019/) | 一本前端开发手册《Front end handbook》作者 Cody Lindley 是一名拥有 20 多年编程经验的前端工程师,手册包含前端开发的基础知识、常用工具、学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpzwErOQQ) -[前端九部](https://www.yuque.com/fe9/basic) | 一本前端中文入门课程《前端九部 - 入门者手册 2019》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpbX1gJNQ) -[chrome-plugin-demo](https://github.com/sxei/chrome-plugin-demo) | 一份 Chrome 插件开发完整教程,并配套完整 Demo,可用来学习插件开发 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiDNlnUCZ) -[os-tutorial](https://github.com/cfenollosa/os-tutorial) | 一份开源教程,教你如何从零开始构建一个操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhkSpDdTt) -[TensorFlow-Course](https://github.com/machinelearningmindset/TensorFlow-Course) | 一份清晰简洁、对开发者友好的 TensorFlow 教程。主要讲解 TensorFlow 的基础安装与入门使用,每个步骤都提供了详细的代码与文档讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgXjb0uRX) -[GitHub Learning Lab](https://lab.github.com/) | GitHub 官方出的一个交互式学习课程,主要教授 GitHub 新手如何正确的使用 GitHub,如提交 commit、创建分支、发起 Pull Request 等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HceOMc6yT) +[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) ### 移动端 库名 | 简述 | 源 ---- | ----- | ----- -[Best-Flutter-UI-Templates](https://github.com/mitesh77/Best-Flutter-UI-Templates) | GitHub 上开源的这个 Flutter UI 模板好赞啊!拿来做一些 App 应该会很好看 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcxCNzPam) -[iWeChat](https://github.com/lefex/iWeChat) | 通过这个项目让你学习手机 App 的源码分析与破解过程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1p4quItW) -[Flutter-Notebook](https://github.com/OpenFlutter/Flutter-Notebook) | 一份超级多 Flutter 相关功能 Demo 的集合,能帮助你快速学习 Flutter,十分适合新手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HEU7oeXrq) -[About-SwiftUI](https://github.com/Juanpe/About-SwiftUI) | 一份有关 SwiftUI 资料集合,含有文档、例子、视频和教程等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HBAdOv2DB) -[gsy_flutter_book](https://github.com/CarGuo/gsy_flutter_book) | 一份 Flutter 完整开发实战详解系列,手把手教你如何从 0 开发一个完整的 Flutter App | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxMBt6diY) -[android-developer-roadmap](https://github.com/mobile-roadmap/android-developer-roadmap) | Android 开发者知识技能图谱 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwiGD1vk8) -[flutter-tutorials](https://github.com/FilledStacks/flutter-tutorials) | 南非一位移动开发者做的 Flutter 教程,内含视频讲解与源码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hw9g7w4uu) -[Flutter4GitLab](https://github.com/stefanJi/Flutter4GitLab) | 基于 Flutter 开源的 GitLab 客户端,让 GitLab 的一些操作通过 App 完成,方便开发者们使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv5gEuZjg) -[InAppViewDebugger](https://github.com/indragiek/InAppViewDebugger) | Facebook 有位开发者最近搞了个视图调试器,实现了类似 Reveal 的基础调试功能,以树状结构展示 App 视图,并能控制视图的显示隐藏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsJVEDED9) -[Bagel](https://github.com/yagiz/Bagel) | 一个实用的 iOS 网络调试工具,当你的 iOS 设备与 Mac 连接到同一网络时,便可在该工具上查看、监听手机 App 的网络请求数据,拿来抓包很方便 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrYNb21LD) -[QMUI_iOS](https://github.com/Tencent/QMUI_iOS) | 一个致力于提高项目 UI 开发效率的解决方案,让开发者能专注于业务需求而无需耗费精力在基础代码的设计上 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj64PFmqP) -[DoraemonKit](https://github.com/didi/DoraemonKit) | 一款功能齐全的客户端( iOS 、Android )研发助手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgDFuev5w) -[flutter-go](https://github.com/alibaba/flutter-go) | 一个 Flutter 开发者帮助 App,包含 Flutter 常用 130+ 组件的中文文档与 Demo 演示 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hbpd45cvu) -[Flutter-for-Android-developers](https://github.com/m3sv/Flutter-for-Android-developers) | 一份为 Android 开发者学习 Flutter 准备的教程,适用于初学者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaldA979X) - -### 开源书籍 +[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) + +### 命令行工具 库名 | 简述 | 源 ---- | ----- | ----- -[spellbook-of-modern-webdev](https://github.com/dexteryy/spellbook-of-modern-webdev) | 《Spellbook of Modern Web Dev(现代 Web 开发魔法全书)》作者基于社区经验和数据统计,汇总了现代 web 开发中各个领域的主流项目、资源和经典文章,做了细粒度的分类梳理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imxts33ml) -[Learn-Vue-Source-Code](https://github.com/NLRX-WJC/Learn-Vue-Source-Code) | 一份 Vue 源码学习系列《逐行剖析 Vue.js 源码》作者记录其对 Vue 源码分为九大模块逐步学习的整个过程,以及对源码的一些理解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImeCtc8n5) -[modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial) | 《Modern C++ Tutorial》一本开源的 C++ 教程,帮助开发者快速上手现代 C++ 特性 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Il93z8frv) -[advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book) | 《Go 语言高级编程》开源图书,涵盖 CGO、Go 汇编语言、RPC 实现、Protobuf 插件实现、Web 框架实现、分布式系统等高阶主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IfYwFFElc) -[Dive-into-DL-PyTorch](https://github.com/ShusenTang/Dive-into-DL-PyTorch) | 将《动手学深度学习》(Dive into Deep Learning)原书中的 MXNet 代码实现改为 PyTorch 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7C1n860O) -[pumpkin-book](https://github.com/datawhalechina/pumpkin-book) | 开源免费机器学习书籍《南瓜书 PumpkinBook》,该书是对机器学习领域的经典入门教材周志华老师的《机器学习》书籍的一些细微补充,比如难理解的公式加以解析,以及补充具体的推导细节 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3EUstQYR) -[Machine-learning-learning-notes](https://github.com/Vay-keen/Machine-learning-learning-notes) | 周志华《机器学习》西瓜书精炼版笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1ZGg3zTE) -[OnJava8](https://github.com/LingCoder/OnJava8) | 一本书籍《On Java 8》的中文翻译版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDGHq2YZO) -[d2l-zh](https://github.com/d2l-ai/d2l-zh) | 一本开源免费在线阅读教科书《动手学深度学习》,该书是加州大学伯克利分校 2019 年春学期 Introduction to Deep Learning 课程教材的中文翻译版。书籍内容全面介绍深度学习,不仅阐述算法原理,还可以运行它们,以获得交互式的学习体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hydjxwex6) -[prometheus-book](https://github.com/yunlzheng/prometheus-book) |《Prometheus 操作指南》该书内容由基础到进阶再到实战一步步深入,每章节后面还有个小结 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxUQU41K4) -[lihang-code](https://github.com/fengdu78/lihang-code) |《统计学习方法》机器学习的入门宝典,全面系统地介绍了统计学习的主要方法,叙述从具体问题或实例入手,由浅入深,阐明思路,给出必要的数学推导,便于读者掌握统计学习方法的实质,学会运用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxw6BcxSF) -[data-science-at-the-command-line](https://github.com/jeroenjanssens/data-science-at-the-command-line) | 《命令行中的数据科学》由一名荷兰数据科学家 Jeroen Janssens 所编写,内容主要讲解了 80 多种实用的命令行工具,以及如何使用它们高效地获取、清洗、探索和建模数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxsb3gFW2) -[tensorflow2_tutorials_chinese](https://github.com/czy36mengfei/tensorflow2_tutorials_chinese) | Tensorflow 2 教程 基于官方教程的个人学习笔记,主要借鉴了一些 keras 构造神经网络的方法,中文讲解| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwxC525uB) -[research_tao](https://github.com/zibuyu/research_tao) | 《NLP 研究入门之道》该书将系统地向你介绍 NLP(自然语言处理)科研入门、学术圈概貌、文献阅读、实验设计、论文撰写等知识 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[Algorithms](https://github.com/jeffgerickson/algorithms) | 伊利诺伊大学教授 Jeff 写的《算法》一书,这位老教授在 UIUC 教了 20 年的书,授课内容与经验都浓缩在这本书上了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoWffv26x) -[nndl.github.io](https://github.com/nndl/nndl.github.io) | 一本开源的深度学习入门书籍《神经网络与深度学习》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoQWsE32D) -[the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN) | 一本 Go 入门教程《Go入门指南》,对于学习 Go 编程语言的爱好者来说,这本书无疑是最适合你的一本书籍,这里包含了当前最全面的学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HogmdbHjb) -[the-road-to-learn-react-chinese](https://github.com/the-road-to-learn-react/the-road-to-learn-react-chinese) | 本免费的电子书《React 学习之道》,最简单、最实用的 React 实战教程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hoftqe0Gh) -[EasyWordPressBook](https://github.com/bestony/EasyWordPressBook) | 一本开源的电子书「人人都能学会的 WordPress 实战课」,这本电子书将会教你最基础的 WordPress 使用、 优化、主题开发、 插件开发,以及如何在其他应用中接入 WordPress | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hm73lArsV) -[interpretable-ml-book](https://github.com/christophM/interpretable-ml-book) | 《可解释的机器学习》由作者 Christoph Molnar 历时两年编写而成。书籍累计 250 多页、7.8 万词、1200 多次提交,感谢作者的无私贡献 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiR9nAUQR) -[pytorch-handbook](https://github.com/zergtant/pytorch-handbook) | 《PyTorch 中文手册》目标是帮助那些希望和使用 PyTorch 进行深度学习开发和研究的朋友快速入门 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhgKHlu6f) -[flutter-in-action](https://github.com/flutterchina/flutter-in-action) | Flutter 中文网开源的电子书《Flutter实战》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcVu1oXcO) - -### 资料集合 +[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 插件 库名 | 简述 | 源 ---- | ----- | ----- -[any-rule](https://github.com/any86/any-rule) | 一份收集整理 60+ 条常用正则表达式, 并支持 Web / VsCode 插件 2 种查询方式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImmFHEUlL) -[awesome-reverse-engineering](https://github.com/alphaSeclab/awesome-reverse-engineering) | 收集了诸多与逆向工程相关的资源,覆盖了 Windows / Linux / macOS / Android / iOS / IoT 等操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkJwyiPMn) -[web-development-2020-course-list](https://github.com/andrews1022/web-development-2020-course-list) | 一份 Web 开发者 2020 年学习指南。其中包含常用的 Web 开发工具、设计软件、主流框架、基础知识、后端 & DevOps 技术堆栈等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkCm5z0fU) -[project-based-learning](https://github.com/tuvtran/project-based-learning) | 收集了一系列编程教程,教你如何从零开始构建应用,其中包含 C、C++、Java、PHP、JavaScript、Python 等主流编程语言,用于新手练习编程再适合不过了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjVDAkDLI) -[iptv](https://github.com/iptv-org/iptv) | 牛逼了,这个 GitHub 项目收集了全球 8000 多个公共的 IPTV 频道,领域覆盖历史、教育、商业、电影、音乐... | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjjVBszJL) -[awesome-web-security](https://github.com/qazbnm456/awesome-web-security) | 收集汇总了 Web 安全相关的一些资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcVYKrm4O) -[KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData) | 史上最大规模 1.4 亿中文知识图谱开源下载 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IckF7lj6h) -[Awesome-Interview](https://github.com/Awesome-Interview/Awesome-Interview) | 一份收集整理了各大技术领域面试资料列表,含有前端、后端、客户端等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1PMvac0b) -[awesome-creative-coding](https://github.com/terkelg/awesome-creative-coding) | 一份精心整理的创意编码资源列表,主要面向初中级学者,内容含有书籍、课程、工具和学习资源等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1nv0BnkQ) -[learn-regex](https://github.com/ziishaned/learn-regex) | GitHub 上开源的一份非常棒的正则教程,每个知识点提供一个通俗易懂的例子说明 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0LN1ewBb) -[the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) | 一篇在 GitHub 上拥有 6w+ Star 的文章《命令行的艺术》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0jvxiAhD) -[Security-PPT](https://github.com/FeeiCN/Security-PPT) | 一份整理了来自各领域各公司会议分享的关于安全 PPT 的集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HFOGmp51T) -[LiteratureDL4Graph](https://github.com/DeepGraphLearning/LiteratureDL4Graph) | 一份收集整理了近百篇关于图深度学习的论文列表集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDeOhpjTO) -[awesome-indie](https://github.com/mezod/awesome-indie) | 国外有一名开发者整理了一份帮助独立开发者赚钱的资源集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HCM8rdmFs) -[design-patterns-for-humans-cn](https://github.com/guanguans/design-patterns-for-humans-cn) | 《Design patterns for humans》中文版,这是一份超全的设计模式讲解(共 23 种),每一种设计模式作者都尽可能使用通俗易懂的方式给大家解释,希望能帮助到大家更好的理解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HCCHWm0CD) -[deeplearning-models](https://github.com/rasbt/deeplearning-models) | 一份汇集了各种深度学习架构、模型和技巧的资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HAuIZngCL) -[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/HAliutbLr) -[from_coder_to_expert](https://github.com/0voice/from_coder_to_expert) | 有位开发者整理了各大公司内部里大牛分享的技术文档 PDF 或者 PPT | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HymK2jbsS) -[deeplearning-models](https://github.com/rasbt/deeplearning-models) | 一份收集整理 TensorFlow 和 PyTorch 的各种深度学习架构、模型和技巧的集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyeSXll5g) -[pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 国外一位开发者将自己常用的任务脚本进行了整理,其中包括空白字符截取、数组翻转、数组循环、文件处理等 bash 代码片段,借助这些片段,可让你更快的搭建好脚本工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxLqpeRmw) -[Decryption-Tools](https://github.com/jiansiting/Decryption-Tools) | 一份勒索病毒解密工具的整理汇总 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxtKt6UG0) -[Emergency-Response-Notes](https://github.com/Bypass007/Emergency-Response-Notes) | 收集整理了从系统入侵到事件处理等相关案例的分析报告,其中包含蠕虫病毒、挖矿病毒、移动端劫持等常见案例 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvvc1d2o6) -[The-Hackers-Hardware-Toolkit](https://github.com/yadox666/The-Hackers-Hardware-Toolkit) | 一份收集整理了有关黑客所使用的工具集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvg4nAXA4) -[Awesome-PyTorch-Chinese](https://github.com/INTERMT/Awesome-PyTorch-Chinese) | 一份 PyTorch 学习资源整理汇总,含有学习教程、手册、视频教程和实战项目等资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hu6M8ipk2) -[industry-machine-learning](https://github.com/firmai/industry-machine-learning) | 这个项目收集整理了一些机器学习与数据科学相关的应用,其中包括会计、银行、保险、律师等多个行业的分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsTma7CXX) -[redis-mindmap](https://github.com/Weiwf/redis-mindmap) | 这个项目总结了一些 Redis 常用的知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hswns4D1C) -[golang-developer-roadmap-cn](https://github.com/Quorafind/golang-developer-roadmap-cn) | Go 开发者路线图中文版来 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrgBls9gL) -[awesome-roadmaps](https://github.com/orsanawwad/awesome-roadmaps) | 你们要的所有编程技能图谱都在这里了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqdALlPLn) -[AiLearning](https://github.com/apachecn/AiLearning) | 机器学习、深度学习、自然语言处理相关的学习资料整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq9Fe1s8M) -[datascience](https://github.com/r0f1/datascience) | 一份由维也纳数据科学家 Florian Rohrer 整理的 Python 数据科学清单,包含各种工具、代码片段、教程、博客等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq0eJb0L1) -[git-tips](https://github.com/521xueweihan/git-tips) | 分享一些 Git 相关的使用技巧 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpgFF42m1) -[linux-command](https://github.com/jaywcjlove/linux-command) | 一份 Linux 命令速查手册,手册共收集了 554+ 个 Linux 命令,用户可通过网站、Chrome 插件、Alfred Workflow 速查命令 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hp7johQa4) -[zju-icicles](https://github.com/QSCTech/zju-icicles) | 浙江大学的课程攻略共享计划 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoXRl8TDW) -[REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT) | 清华大学计算机系课程攻略 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoQogwpbk) -[public-apis](https://github.com/public-apis/public-apis) | 收集了大量公开的 API,让开发者可以快速集成到自己的产品中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnSfLv8UL) -[libpku](https://github.com/lib-pku/libpku) | 收集整理了北京大学相关的课程资料,内容包含人工智能、几何学、概率论、电动力学、算法设计与分析、世界通史、自然保护学等,十分全面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmhT7cbgF) -[bestofml](https://github.com/RemoteML/bestofml) | 收集汇总了机器学习相关的资源,包括书籍、课程、博客、论文等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmgtR2q2U) -[interesting-python](https://github.com/Alfred1984/interesting-python) | 有趣的 Python 爬虫和数据分析小项目,可以用 Python 实现有趣的小项目,内容包括 Python 爬虫、Python 数据分析、机器学习、深度学习等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hme7JicmG) -[remote-working](https://github.com/greatghoul/remote-working) | 收集整理主要针对国内远程工作相关的资料集合,含有文章、书籍、工具、招聘网站和远程团队等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlOcmcmBc) -[TensorFlow-From-Zero-To-One](https://github.com/amusi/TensorFlow-From-Zero-To-One) | 一位 TensorFlow 学习者整理的参考资料、笔记和代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlGlhu6jw) -[Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software) | 收集整理了一批优质的 Linux 软件,包含电子书工具、命令行工具、文件管理器等多个分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlAQkh97U) -[acm-challenge-workbook](https://github.com/yogykwan/acm-challenge-workbook) | 《挑战程序设计竞赛》习题册攻略,含约 200 道题,可配合书籍或笔记,系统学习算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlhZkiE8d) -[awesome-podcasts](https://github.com/rShetty/awesome-podcasts) | 收集各大编程语言相关的播客列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl4r76YmU) -[best-chinese-front-end-blogs](https://github.com/FrankFang/best-chinese-front-end-blogs) | 收集了许多优质的前端中文博客 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkTDnF5QV) -[USTC-Course](https://github.com/USTC-Resource/USTC-Course) | 中国科学技术大学课程资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HknIwaSEK) -[awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model) | 收集了各大网站模拟登录的爬虫脚本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkdZQiVXK) -[Python](https://github.com/TheAlgorithms/Python) | 收集了许多基于 Python 实现的算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hk9S788I2) -[awesome-vscode](https://github.com/viatsko/awesome-vscode) | 收集了许多实用的 VSCode 相关资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hk8uTrBqG) -[awesome-python-applications](https://github.com/mahmoud/awesome-python-applications) | 收集了许多基于 Python 开发的开源软件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hjya9dtlT) -[awesome-design-cn](https://github.com/jobbole/awesome-design-cn) | 一份收集整理设计师资源大全,含有 icon、Logo 设计、PhotoShop 插件、交互设计工具、流程图等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjsRnjPWq) -[awesome-f2e-libs](https://github.com/sorrycc/awesome-f2e-libs) | 一份收集整理了前端常用的框架、工具和插件等资料集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiLEqp5cR) -[Nodejs-Developer-Roadmap](https://github.com/aliyr/Nodejs-Developer-Roadmap) | 2019 年新发布的 Node.js 开发者技术路线图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiyiorPqW) -[architect-awesome](https://github.com/xingshaocheng/architect-awesome) | 后端架构师技术图谱,包含数据结构、常用算法、操作系统、设计模式、运维与技术支持等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hih0Ojmuk) -[thisrepositorydoesnotexist](https://github.com/paubric/thisrepositorydoesnotexist) | 收集了那些使用机器学习合成的内容,包括一些假脸、假猫、假房间、假二次元小姐姐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hifrp5y1y) -[homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) | 一份十分全面的算法资源,主要分为监督学习、无监督学习和神经网络等几大类别,并提供了相关算法的原理介绍与 Demo 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhzNS51lW) -[awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns) | 汇总了与软件架构设计模式相关的资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhyessUnP) -[awesome-indie](https://github.com/mezod/awesome-indie) | 帮独立开发者赚钱的资源整理,收集了相关社区、播客、书籍等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhfzDr6wh) -[ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) | 收集整理了一批高质量的工具与服务,帮助创业者或开发者快速搭建自己的产品,以金钱换时间。创业必备,重磅推荐! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhbrV8xP9) -[php-awesome](https://github.com/shockerli/php-awesome) | PHP 相关资源整理,每周更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh4LU0bFZ) -[awesome-algorithm](https://github.com/apachecn/awesome-algorithm) | 搜集了 LeetCode、HackRank、剑指 offer 等经典算法实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh2BXfxpV) -[Awesome-Design-Tools](https://github.com/LisaDziuba/Awesome-Design-Tools) | 搜集整理了许多设计相关的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgWwt2SGc) -[frontendDaily](https://github.com/kujian/frontendDaily) | 前端开发技术日报,每日分享互联网最精彩的前端技术、前端资讯、后端编程、设计和资源等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgTbsEnXV) -[Computer-Science-Resources](https://github.com/the-akira/Computer-Science-Resources) | 搜集整理了互联网上计算机科学相关的学习资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgFeTu6hH) -[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/HgEsbyuA9) -[be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) | 一份收集了成为专业程序员路上用到的各种优秀资料、神器及框架 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgr69qtWC) -[awesome-java-cn](https://github.com/jobbole/awesome-java-cn) | 一份 Java 资源大全中文版,内容包括构建工具、数据库、框架、模板、安全等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgqjrv3qk) -[Intranet_Penetration_Tips](https://github.com/Ridter/Intranet_Penetration_Tips) | 一位开发者整理的一些内网渗透相关的 Tips,包含信息搜集、隐匿攻击、内网跨边界应用、横向渗透等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeMboyh3J) -[the-practical-linux-hardening-guide](https://github.com/trimstray/the-practical-linux-hardening-guide) | 一份详细介绍了创建安全 Linux 生产系统所涉及的规划和工具指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HerKYFvqG) -[awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets) | 一份收集整理常用的编程语言、框架和开发工具的中文 Cheatsheet (速查表) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeikuasF9) -[professional-programming](https://github.com/charlax/professional-programming) | 一份收集了全栈程序员用到的各种优秀资料、工具及框架等资源集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He8U0cnit) -[A-Programmers-Guide-to-English](https://github.com/yujiangshui/A-Programmers-Guide-to-English) | 一份专为程序员编写的英语学习指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbyDyDBW8) -[ChinaMobilePhoneNumberRegex](https://github.com/VincentSit/ChinaMobilePhoneNumberRegex) | 一组匹配中国大陆手机号码的正则表达式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hb6m462Ju) -[OI-wiki](https://github.com/OI-wiki/OI-wiki) | 一个整合了编程竞赛有趣又实用的知识站点,内容含有竞赛中的基础知识、常见题型、解题思路以及常用工具等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ha2mA8bPA) -[BigData-Notes](https://github.com/heibaiying/BigData-Notes) | 一份大数据入门指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImOL1yHQo) +[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) + +### 资料集合 库名 | 简述 | 源 ---- | ----- | ----- -[awesome-resume](https://github.com/resumejob/awesome-resume) | 一份收集整理了程序员简历常用例句集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImzPzvFvA) -[google-interview-university](https://github.com/xitu/google-interview-university) | 一套完整的学习手册帮助自己准备 Google 的面试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imw6cwlKB) -[reverse-interview](https://github.com/viraptor/reverse-interview) | 一份问题咨询清单,可用于面试时反问你想要面试的那家公司 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6C28q5Qe) -[fe-interview](https://github.com/haizlin/fe-interview) | 前端面试每日 3+1,作者每天早上 5 点纯手工发布面试题,坚持至今已更新到 127 天 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3m3t7X9c) -[2019_algorithm_intern_information](https://github.com/HarleysZhang/2019_algorithm_intern_information) | 一份整理了各大公司的算法实习岗位信息集合,大部分岗位都是面向 2020 年毕业的学生,含有常见深度学习算法岗面试题及答案,暑期计算机视觉实习面经和总结 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[interview_internal_reference](https://github.com/0voice/interview_internal_reference) | 一份 2019 年最新总结 BAT 等各大厂的技术面试题目,以及答案,分享给有需要的同学 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDxgV9EJo) -[leetcode](https://github.com/grandyang/leetcode) | 880 道 LeetCode 题目解题代码 + 中文讲解,另外作者还开发了个 iOS 应用展示题目并提供其对题目的解法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HD4ZqzX33) -[awesome-resume-for-chinese](https://github.com/dyweb/awesome-resume-for-chinese) | 收集了一些适合中文的简历模板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwMllvEjG) -[PHP-Interview-QA](https://github.com/colinlet/PHP-Interview-QA) | 一个 PHP 面试问答项目,作者结合自身开发经验,所给出的 PHP 相关的知识解答。里面包含网络、数据结构与算法、Web 开发、数据库开发、设计模式等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwIBZrk1a) -[algo](https://github.com/wangzheng0822/algo) | 数据结构和算法必知必会的 50 个代码实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvMRX38sM) -[BAT_interviews](https://github.com/lengyue1024/BAT_interviews) | BAT 大厂面试题及答案的收集与整理,其中包含机器学习、Linux、PHP、大数据、Python、Java、前端等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvECw6Bsx) -[leetcode](https://github.com/qiyuangong/leetcode) | LeetCode 题解项目是英特尔员工写的 Python & Java 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrdEH2PSi) -[leetcode](https://github.com/haoel/leetcode) | LeetCode 题解项目 @左耳朵耗子 写的 C++ 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrdEH2PSi) -[Daily-Interview-Question](https://github.com/Advanced-Frontend/Daily-Interview-Question) | 每天一道前端大厂面试题,让你时刻保持危机感,不断精进自己的技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmSbQ9gSH) -[front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook) | 前端技术面试手册,含答案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjGmZ8m4g) -[Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions) | 前端开发者面试问题汇总整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hjnmpsefu) -[machine-learning-interview-questions](https://github.com/Sroy20/machine-learning-interview-questions) | 汇总了一些与机器学习相关的面试问题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhR5rxtxD) -[interview](https://github.com/huihut/interview) | C/C++ 面试基础知识总结,送给准备换工作的开发者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh3N16f4P) -[programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist) | 由多位开发者共同维护的一份程序员找工作黑名单,仅供各位年后找工作参阅,具体实际情况请自行判断 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeYKJqVfw) -[interview](https://github.com/aylei/interview) | 一份写在 2019 年初的后端社招面试经历,作者写了自己在蚂蚁、头条、PingCAP 三家公司的面试经历,年后打算换工作的后端程序员可以看下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeBburdhr) -[leetcode_category](https://github.com/xiaoylu/leetcode_category) | 一份作者在刷 Leetcode 题目时记录下来的解题思路,且提供详细的注释,并且按问题类型整理出来 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImSGzcOCc) +[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) -### 有趣网站 +### 面试资料 -地址 | 简述 | 源 +库名 | 简述 | 源 ---- | ----- | ----- -[getavatars](https://getavatars.app/) | 一个很有趣的网站可以生成无限多的卡通头像,你总能找到一款适合你的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IeI4DmAMN) -[bruno-simon](https://bruno-simon.com/) | 我见过的最酷主页,整个页面需要 3D 导航 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Idllq35Wi) -[chinese-colors](https://github.com/zerosoul/chinese-colors) | 可在网页上快速展示各类色系搭配的预览效果,并提供详细的颜色配值参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6ifNowOG) -[鱼塘](https://tophub.fun/main/home/hot) | 整合各大社区平台今日热榜 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[atoolbox](http://www.atoolbox.net/) | 一个收集超多实用在线工具的网站,并且持续收集更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuIStoDVa) -[learnxinyminutes-docs](https://learnxinyminutes.com/) | 一个特别牛逼的编程实训网站,上面拥有算法、数据结构、编程语言、开发工具相关的简短训练教程,部分内容支持中文,开发者们可以用这个网站来快速体验一门新技术,当然深入了解还是建议看官方文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtwzEsYsb) -[yikm](https://www.yikm.net/) | 最近有个开发者搞了个小霸王模拟器,里面提供魂斗罗、冒险岛、热血格斗传送、超级马里奥等经典游戏供玩家体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsUVzlhuC) -[i18ns](https://i18ns.com/) | 有个 Android 开发者花了两年时间,收集了 1500 多万条 App 的翻译数据, 并做成了一个搜索网站,希望能帮助独立开发者以更低的成本、更高质量的完成 App 国际化工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsAHl4qLD) -[在线工具](https://tool.lu/) | 一批实用的在线工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrPmGt25u) -[highschool](http://socialmedia-class.org/highschool.html) | 一个 Python、NLP、Twitter API 三剑合一的新手入门课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrwU3360C) -[爱资料工具](https://www.toolnb.com/) | 收录了许多超实用的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hrn5cfIgy) -[MikuTools](https://tools.miku.ac/) | 这个网站上面有好多超级实用的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqsUz3m4Q) -[Wexond](https://wexond.net/) | 一款精致、简洁、扩展性强的开源 Web 浏览器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hqj5IxIby) -[GitHub Games](https://likexia.gitee.io/game/index.html#/) | 这个网站把 GitHub 上一些有趣的 HTML 小游戏进行了汉化,然后放到上面供人玩耍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hn77ibjWI) -[paperswithcode](https://paperswithcode.com/) | 该网站按照计算机的不同应用领域进行划分,收集并整理了众多开源项目,每个项目都包含着相关论文供学习参考,分类涵盖了计算机视觉、自然语言处理、医学、方法论、语音、游戏、机器人等多个领域 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgKJR1s9z) - -### 有趣 / 实用开源工具 +[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) + +### 机器学习/人工智能 库名 | 简述 | 源 ---- | ----- | ----- -[postwoman](https://github.com/liyasthomas/postwoman) | 一款免费开源、轻量级、快速且美观的 API 调试工具,用于替代 Postman,支持 Postman 绝大部分功能,从 Postman 换过来,基本上也没有什么学习成本 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Imd32rEJE) -[gods-pen](https://github.com/ymm-tech/gods-pen) | 开源运营工具:码良,可用于快速制作 H5 页面,用户无需掌握复杂的编程技术,通过简单拖拽、少量配置即可制作精美的页面,可用于营销场景下的页面制作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkZD4xp8t) -[huginn](https://github.com/huginn/huginn) | 一个开源的自动化工具,类似 IFTTT 的开源版应用,可通过开发者设定的某个事件来触发具体操作。比如你可以设定当 GitHubDaily 发送一条微博后,自动给你推送一封邮件提醒:"这货又发微博了" | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkMhdyx5S) -[crater](https://github.com/bytefury/crater) | 一款免费开源的 Web 与移动端发票应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkxlzEVBF) -[mkcert](https://github.com/FiloSottile/mkcert) | 使用 mkcert 这款工具,即可零配置,一条命令在本地搭建受信任证书环境 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkjNmuk4Q) -[Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail) | 一款跨平台开发神器,借助可交互式的图形界面操作,让你可以快速阅读项目源码,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ik6DvCNOz) -[md](https://github.com/doocs/md) | 一款开源的前端编辑器,主要对微信排版做了适配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389Ij41gdqvJ) -[monolith](https://github.com/Y2Z/monolith) | 如果你想保存某个网页到电脑上,可以试下这个开源项目,有别于普通页面的保存操作,monolith 会通过命令行一次性打包页面中所有 CSS,图片和 JavaScript 等资源,而后生成一个单独的 HTML5 文档,方便你更好的保存与分享 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ij2M2E29i) -[xray](https://github.com/chaitin/xray) | 一款功能强大且完善的安全评估工具,该工具由多名经验丰富的一线安全从业者呕心打造而成,支持的漏洞检测类型有 XSS 漏洞、SQL 注入、命令/代码注入、文件上传等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImFqCjI0b) -[fiora](https://github.com/yinxin630/fiora) | 一款有趣的在线聊天应用。基于 node.js, mongodb, socket.io 和 react 编写 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Iil2JDvmT) -[jsonbox](https://github.com/vasanthv/jsonbox) | 该工具为开发者提供一个特定链接,通过向这个链接发送 HTTP 请求,可以用来存储、读取、修改 JSON 数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7VgIs9B5) -[nodeppt](https://github.com/ksky521/nodeppt) | 一款能将 Markdown 文档转成高大上 PPT 的开源工具,支持图表、流程图、数学符号、自定义主题配色以及样式等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0CZngraF) -[comicgen](https://github.com/gramener/comicgen) | 一个很有趣的库,在线制作漫画人物并可将制作的人物图片放在你的网站中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HEKGTl4Vv) -[translate-shell](https://github.com/soimort/translate-shell) | 一款可在终端下使用的翻译工具,支持切换 Google Translate、Bing Translator、Yandex.Translate 和 Apertium 翻译引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[readme-md-generator](https://github.com/kefranabg/readme-md-generator) | 一款能帮你生成漂亮的 REAMDE.md 文件小工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HANzZ3oll) -[Love-Gift](https://github.com/idealclover/Love-Gift) | 一位开发者做了个网站,当做送给女朋友的情人节礼物 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HAzY6DatJ) -[mathAI](https://github.com/Roujack/mathAI) | 一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hys2OxDkZ) -[2048.cpp](https://github.com/plibither8/2048.cpp) | 用 C++ 写的一款高逼格在终端玩的 2048 游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyojrzAP6) -[WebStack-Laravel](https://github.com/hui-ho/WebStack-Laravel) | 一个开源的网址导航项目,拥有完整的前后台,可搭建部署自己收藏的网址导航站点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxZXvh8gw) -[the-fucking-github](https://github.com/lvxianchao/the-fucking-github) | 一个高颜值 Chrome 浏览器插件,可以用来很方便地查看、整理、搜索你已经 Star 过的项目和搜索 Github 上的项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxxtPsSHb) -[multrin](https://github.com/sentialx/multrin) | 一款免费开源应用窗口聚合工具,能将 Windows 系统上打开的应用窗口聚合在一起,类似浏览器标签页一样,可以快速管理和切换 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxo3kAE4k) -[gimp](https://github.com/GNOME/gimp) | 一款功能强大且免费开源的图片处理工具,并支持 macOS、Windows 及 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hx9k486Vv) -[star-history](https://github.com/timqian/star-history) | 一个在线查看 GitHub Star 历史上涨记录的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwCUQD0Kx) -[ds-cheatsheets](https://github.com/FavioVazquez/ds-cheatsheets) | 数据科学相关的速查表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hws77xZia) -[gsbg](https://github.com/mayneyao/gsbg) | 如果你喜欢如附图一样的随机彩色块图片,那么可以用这款工具来生成 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) -[youtube-dl-interactive](https://github.com/synox/youtube-dl-interactive) | YouTube 视频终端下载工具,主要在 youtube-dl 基础上优化了用户操作体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hwk3RfEwb) -[WeChat-Shelter](https://github.com/YGYOOO/WeChat-Shelter) | Chrome 插件可以把某信伪装成云笔记,看着挺适合聊天摸鱼的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hw6U0Bcon) -[scar](https://github.com/cloudkj/scar) | 一键部署你的静态网站,并给其加上 HTTPS、全球 CDN、自定义域名等功能,用这个工具就可以做到! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvQp8acI7) -[SpaceVim](https://github.com/SpaceVim/SpaceVim) | SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织管理插件以及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全, 语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱即用的 Vim IDE | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvO30EQXr) -[DIYGame](https://github.com/Lawliet01/DIYGame) | GitHub 上一款在线游戏设计工具,用户在无任何技术背景的情况下,可随意打造一款属于自己的冒险游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvD36e4xt) -[gaea-editor](https://github.com/ascoders/gaea-editor) | 可以让你在浏览器上快速设计一个简单的网站,有点像 Strikingly 旗下的一款产品「上线了」的简陋版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvxy8pGWJ) -[terminus](https://github.com/Eugeny/terminus) | 一款免费开源、高颜值、可自定义配置的终端 Terminus,并支持 Windows、MacOS、Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvlLwmWG7) -[logodiy](https://github.com/sherlonWang/logodiy) | 一个简单的在线 Logo 制作工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuaHFEGTr) -[fusuma](https://github.com/hiroppy/fusuma) | 通过编写 Markdown 来快速生成演讲幻灯片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtApLeNo4) -[makegirlsmoe_web](https://github.com/makegirlsmoe/makegirlsmoe_web) | 一个二次元头像生成器,它通过设置发色、肤色、配饰等属性来随机生成一个二次元角色。另外这个项目还上链了,如果你觉得生成的二次元角色比较好看,可以直接到链上跟别人进行交易 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtlDEmDSG) -[terminal](https://github.com/microsoft/terminal) | 微软发布且开源了一款新的命令行终端工具 Windows Terminal | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ht5Bk8y03) -[auxpi](https://github.com/aimerforreimu/auxpi) | 它通过对多个图床平台进行整合,使得一个图床挂掉的时候,会自动将图片分发到其它图床上,让图片外链成为不死链! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsLr1mmg1) -[gameboy.live](https://github.com/HFO4/gameboy.live) | 这个项目在终端上面打造了一个 Gameboy 模拟器,让你可以直接在终端上面玩掌上游戏,牛逼啊! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hsrt1vVMt) -[quinesnake](https://github.com/taylorconor/quinesnake) | 在代码里面玩贪吃蛇 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hs0iwtuCc) -[jsproxy](https://github.com/EtherDream/jsproxy) | 一个基于 JS 实现的网络调试工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hr6RU2o4C) -[ikonate](https://github.com/mikolajdobrucki/ikonate) | 一个十分牛逼的图标库 Ikonate,上面的所有图标完全开源,皆可商用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqMWZ92rP) -[dadda-translate-crx](https://github.com/waynecz/dadda-translate-crx) | 一款高颜值的划词翻译插件,自带生词簿及吐司弹词记忆,可与有道、扇贝单词同步 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqMWDhBCc) -[tool](https://github.com/Louiszhai/tool) | Mac 生产力工具链推荐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqkF909yG) -[OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) | Mac 小工具,它支持一键在终端中打开当前目录或选中目录 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq1PUkypY) -[xg2xg](https://github.com/jhuangtw-dev/xg2xg) | Google 一名前员工在 GitHub 上分享了他在 Google 工作时日常会使用的一些工具,以及外界对应的替代方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpoIV2PSH) -[yapi](https://github.com/YMFE/yapi) | 一个高效、易用、功能强大、可视化的 API 管理平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoMOKCOmF) -[AutoPiano](https://github.com/WarpPrism/AutoPiano) | GitHub 上开源的这个 Web 钢琴应用(AutoPiano)让音乐爱好者可以在线练琴 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ho1GJ57x6) -[TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac) | 开源的图片无损压缩客户端 TinyPNG4Mac,该工具提供了 PNG 图片的 “几乎无损” 压缩服务,你可以通过简单的拖拽完成对 PNG 图片的压缩,无需打开浏览器,无需手动下载图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnW69rZjW) -[emoji-mosaic](https://github.com/ericandrewlewis/emoji-mosaic) | 一个有趣的工具,能根据原图配色,将图片转为用 emoji 填充的新图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnKoH9RK4) -[nps](https://github.com/cnlh/nps) | 一款轻量级、功能强大的内网穿透代理服务器,支持 TCP、UDP 流量转发,内网 HTTP、Socks5代理等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnDkjvfhn) -[PI-REC](https://github.com/youyuge34/PI-REC) | 通过与 AI 结合的方式,帮你快速将手绘草稿转为成品图,随便画几笔就能转成完整画像,简直堪称手残党的福音 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmXGNkKjt) -[imgurl](https://github.com/helloxz/imgurl) | 一款简单、纯粹的图床程序,支持拽拖、多图、粘贴、URL 上传,可裁剪、压缩、鉴黄图片,自动生成缩略图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmAI50BdI) -[mas](https://github.com/mas-cli/mas) | 一个 Mac 应用商店命令行工具,支持搜索、安装、更新应用等操作,用起来很方便 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmcWFmtbD) -[stegify](https://github.com/DimitarPetrov/stegify) | 一款神奇的命令行工具,能将任意文件隐藏到图片里面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hm37OeCGp) -[gifify](https://github.com/vvo/gifify) | 一款将视频转换成 GIF 图的工具,支持任何格式的视频以及选取某个时间段转换 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlXCR2q2k) -[zdict](https://github.com/zdict/zdict) | 一个运行在终端的在线字典工具,支持多款字典切换查询,查询结果高亮等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlPzB4gWe) -[Github-Monitor](https://github.com/VKSRC/Github-Monitor) | 一个用于监控 GitHub 代码仓库的系统,企业可利用该系统及时发现内部代码泄露 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlrpPpGWd) -[qrcode](https://github.com/sylnsfar/qrcode) | 二维码生成器,支持生成普通二维码、带图片的艺术二维码和动态二维码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hlni6uVsd) -[traduora](https://github.com/traduora/traduora) | 一个开源翻译平台,支持多人协作在线翻译,可导入导出 JSON、CSV、YAML 等多种文本格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HldVNp97O) -[sherlock](https://github.com/sherlock-project/sherlock) | 一个开源脚本,可在各大社交平台检查用户名是否被占用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hlcunnhqd) -[fx](https://github.com/antonmedv/fx) | 优化终端命令行 JSON 查阅体验,支持展开 JSON 数据,访问单个数据点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl8yPqXwl) -[nsfwjs](https://github.com/infinitered/nsfwjs) | 一款开源的黄图鉴别工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl33SdQfX) -[send](https://github.com/mozilla/send) | 由 mozilla 开源的一款简单、私密的文件分享服务,支持设置分享文件的下载次数、有效天数,并可对文件进行加密 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkPHQmIW9) -[nodeppt](https://github.com/ksky521/nodeppt) | 可能是迄今为止最好的网页版演示库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkGhlvc7R) -[devhub](https://github.com/devhubapp/devhub) | 一款跨平台的 GitHub 通知管理客户端,帮助开发者更好的收集、整理、查看 GitHub 消息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkwQQC0xz) -[vscode-maxPlus](https://github.com/AShujiao/vscode-maxPlus) | 一个开源的 VSCode 插件,让你能在 vscode 上划水看游戏资讯 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HksJ8if5F) -[olive](https://github.com/olive-editor/olive) | 一个开源的视频编辑器,支持 Windows、macOS、Linux 等主流桌面平台,推荐给想用 Final Cut Pro 却囊中羞涩的同学 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkjiCyGxC) -[screenshoteer](https://github.com/vladocar/screenshoteer) | 使用命令行一键截取网页图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjR18Bx9W) -[vsc-netease-music](https://github.com/nondanee/vsc-netease-music) | 一个开源的 VSCode 插件,让你能在 vscode 上划水听音乐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjdVUEAAE) -[NodeMail](https://github.com/Vincedream/NodeMail) | 一个基于 Node 的爬虫脚本,每天定时给女朋友发一封暖心邮件,非单身狗的程序员可以试用下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hja0nzdXe) -[iSimulator](https://github.com/wigl/iSimulator) | 一款实用的 GUI 工具,可用于控制模拟器和管理模拟器里安装的应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiWEl80bW) -[PicGo](https://github.com/Molunerfinn/PicGo) | 一款简单易用的图片上传工具,支持自定义第三方图床 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiJiiAAEd) -[notable](https://github.com/notable/notable) | 一款开源的高颜值、跨平台的 Markdown 编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiHIT4imo) -[mercury-parser](https://github.com/postlight/mercury-parser) | 一款 Web 内容提取工具。开发者可通过 JavaScript 与 CSS 选择器来定制解析器,以获取页面上指定内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HisSwz8rP) -[read-vscode-e](https://github.com/zrk1993/read-vscode-e) | 一个开源的 VSCode 插件,让你能在 vscode 上划水看小说 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiqrjtIFI) -[PPRows](https://github.com/jkpang/PPRows) | 一款在 Mac 上计算你写了多少行代码的工具,支持同时检测多文件夹代码,自定义检测的文件类型等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HijmW7MYE) -[lint-md](https://github.com/hustcc/lint-md) | 一个用于检查中文 Markdown 编写格式规范的命令行工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HibvR77oL) -[douban-movie-extension](https://github.com/Neulana/douban-movie-extension) | 一款 Chrome 浏览器扩展,在豆瓣电影页面增加电影资源模块,帮你轻松找到电影资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi60UvUqu) -[BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | 一款 Mac 音频工具,可以在播放其他音频时,自动暂停所有背景音乐,播放结束后再次恢复背景音乐,并支持控制单个应用的音量 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi25mgCCK) -[SwitchHosts](https://github.com/oldj/SwitchHosts) | 一款快速切换 Hosts 工具,支持 Win,Mac 和 Linux | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhWApFnyu) -[QuickLook](https://github.com/QL-Win/QuickLook) | 给 Windows 用户的福利,让 Windows 用户可以用上 Mac 系统的文件预览功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgY5SEElB) -[uppy](https://github.com/transloadit/uppy) | 一个基于 JavaScript 的文件上传工具,可无缝集成到任何应用。支持从本地磁盘、远程 urls、Google Drive、Dropbox、Instagram、snap 等位置上传文件,并在线预览编辑 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgUalh24R) -[daily-anime](https://github.com/deepred5/daily-anime) | 一个开源的 VSCode 插件,让你能在 VSCode 上划水追番 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhHFLwPce) -[Motrix](https://github.com/agalwood/Motrix) | 一款全能的下载工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgAwExNvV) -[gotop](https://github.com/cjbassi/gotop) | 一个酷炫的命令行活动监视器,基于 Go 语言编写 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgjf5x6Tb) -[AirtestProject](https://github.com/AirtestProject) | 一个网易开发的 UI 界面自动化测试工具,主要使用图像识别技术来定位页面具体的 UI 元素,这也就意味着它可以在不使用任何代码注入的情况下完成自动化测试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdplOtzj1) -[syncd](https://github.com/dreamans/syncd) | 一款使用 Go 语言开发的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcjM2jeRb) -[hacknical](https://github.com/ecmadao/hacknical) | 一个生成可视化 GitHub 简历的网站 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaRqC5A6C) -[BaiduPCS-Go](https://github.com/iikira/BaiduPCS-Go) | 一个仿 Linux shell 文件处理命令的百度网盘命令行客户端,支持 Windows, macOS, linux, 移动设备等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HauE4mekH) -[thefuck](https://github.com/nvbn/thefuck) | 输错命令后,fuck 一下,自动帮你更正命令,解气又实用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgsFzhOg2) -[RSSHub](https://github.com/DIYgod/RSSHub) | 一个轻量、易于扩展的 RSS 生成器,它可以给任何奇奇怪怪的内容生成 RSS 订阅源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He3p24W3S) -[cloudquery](https://github.com/t9tio/cloudquery) | 一款能给任意网站生成 API 的工具,开发者通过点击页面元素即可选择生成内容,非常方便,搞前端的同学可以了解下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdyIz2DSx) -[music-dl](https://github.com/0xHJK/music-dl) | 使用 Python 开发的一个可从网易云音乐、QQ音乐、酷狗音乐等搜索和下载最优音质歌曲的工具,支持多线程搜索和下载,还可以对搜索结果去重 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcM3xbOla) - -### 机器学习 / 人工智能 +[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) + +### 开源书籍/教程 库名 | 简述 | 源 ---- | ----- | ----- -[BitTigerLab](https://github.com/Fabsqrt/BitTigerLab) | 计算机科学中文学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcH3ipq5C) -[bustag](https://github.com/gxtrobot/bustag) | 基于机器学习的老司机车牌自动推荐系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IasqikBsx) -[computer-science](https://github.com/ossu/computer-science) | 一份开源的计算机科学教学资源,可用于自学编程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6TDmhBfv) -[ai-edu](https://github.com/microsoft/ai-edu) | 微软在 GitHub 上开源了一份 AI 教学资源,主要服务于国内学生、教师以及 IT 从业人员。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6LnVBo4e) -[ai-roadmap](https://github.com/apachecn/ai-roadmap) | 来自 ApacheCN 开源组织整理的一份 AI 人工智能路线图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0sW28AMe) -[Machine-Learning](https://github.com/shunliz/Machine-Learning) | 机器学习原理笔记整理。前半部分关注数学基础,机器学习和深度学习理论。后半部分关注工程实践和理论应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvRMn0al7) -[Chinese-Chatbot-PyTorch-Implementation](https://github.com/Doragd/Chinese-Chatbot-PyTorch-Implementation) | 一个利用有趣中文语料库 qingyun 训练出来的中文聊天机器人 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hu8lydUVK) -[machine-learning-course](https://github.com/machinelearningmindset/machine-learning-course) | 一份机器学习课程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtXlDrUaM) -[learning](https://github.com/amitness/learning) | 国外一名开发者分享的数据科学学习计划,旨在每日不断精进学习,以提升自己的技术水平 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsPere8j6) -[Awesome-Mobile-Machine-Learning](https://github.com/fritzlabs/Awesome-Mobile-Machine-Learning) | 移动端上的机器学习资源整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqLnd9dIF) -[Virgilio](https://github.com/virgili0/Virgilio) | 一份机器学习指南,该指南可作为你机器学习的导师,为你提供完整学习路径,让你了解更多工具的使用,掌握更多技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpW70c0JE) -[libfacedetection](https://github.com/ShiqiYu/libfacedetection) | 堪称史上最快图像中人脸检测的开源库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmlYOfcAu) -[deep-painterly-harmonization](https://github.com/luanfujun/deep-painterly-harmonization) | 一个基于深度学习的开源项目,让图片可以毫无违和感的融入到绘画作品中,这波操作太强了! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjV8QBljR) -[Deta_Parser](https://github.com/yaoguangluo/Deta_Parser) | 一个每秒高达 2700 万混合分词, 高精准确率,支持病句分析,词性,词频统计,自由扩充词库的快速神经网络中文分词包 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi7Dxwr7V) -[wukong-robot](https://github.com/wzpan/wukong-robot) | 一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhSES4lL0) -[edge-connect](https://github.com/knazeri/edge-connect) | 加拿大安大略理工大学开源的图像自动修复方法,可由线到面逐步修复受损或被打码的图像,也可进行图像拼接、移除、编辑等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhuiVnXVj) -[face_recognition](https://github.com/ageitgey/face_recognition) | 号称世界上最简单的人脸识别库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgueYxAsI) -[nlp-tutorial](https://github.com/graykode/nlp-tutorial) | 一份基于 TensorFlow 和 Pytorch 的自然语言处理教程,该课程主要面向深度学习开发者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgaBhsYXY) -[HyperDL-Tutorial](https://github.com/zeusees/HyperDL-Tutorial) | 一份深度学习相关的系列文章,作者总结了在深度学习实践中的一些经验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeVBT8K8w) -[spinningup](https://github.com/openai/spinningup) | 由 OpenAI 发布的一份深度强化学习教学资源集,内容包括易懂的深度强化学习代码示例、算法、习题、文档和教程等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hdxc0tvmN) -[git-recipes](https://github.com/geeeeeeeeek/git-recipes) | 一份开源的 Git 中文教程,源于国外社区的优秀文章和个人实践 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hdel1pSPz) -[funNLP](https://github.com/fighting41love/funNLP) | 一个作者在文本中抽取结构化信息时,整理出所用到 GitHub 上的资源整合,内容包括:中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd4UvDdep) -[awesome-reinforcement-learning-zh](https://github.com/wwxFromTju/awesome-reinforcement-learning-zh) | 一份强化学习从入门到放弃的资料汇总 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HctcwvT2n) - - -### 非开源的实用工具 - -地址 | 简述 | 源 +[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) + +### 图标库 +库名 | 简述 | 源 ---- | ----- | ----- -[Project Naptha](https://projectnaptha.com/) | 超级实用的 Chrome 插件,可选中、复制、编辑图片中的内嵌文字! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcO7FsbX3) -[Mathpix](https://mathpix.com/) | 这款工具能将带数学公式的截图一键转成 latex 代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hozgx9mUC) -[removebg](https://www.remove.bg/) | Google Chrome 的技术经理推荐的一款工具能帮你快速移除任何图片的背景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnzoMqRTU) -[OXYGEN](https://jeasonstudio.github.io/oxygen-demo/) | 这个网站可以帮你生成手绘风格的流程图或架构图,写文章的时候随手插入几张应该很有艺术感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpaYwf2Pv) -[Firefox Monitor](https://monitor.firefox.com/) | 国内外不少知名企业都曾经被拖库,为此 Firefox 专门搞了这么一个工具,来帮助用户检查自己的信息是否被泄露 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hpq69C8aO) -[codeimg](https://codeimg.io/) | 一款免费在线把源代码生成高逼格的图片工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0a52r5GX) -[iPic](https://toolinbox.net/iPic/) | Mac 上一个图床神器,可通过快捷键将本地图片上传到服务器,并自动生成 Markdown 图片格式的排版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hae4LEBqC) +[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) -### 其它 +### 有趣网站 -地址 | 简述 | 源 +库名 | 简述 | 源 ---- | ----- | ----- -[语雀 IT 百科](https://www.yuque.com/yuque/blog/yuque-info-tech-encyclopedia) | 一份高质量的 IT 百科知识库,上面涵盖诸多互联网技术领域的内容,具有一定的学习和参考价值 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HweL52O9M) -[go-best-practice](https://github.com/llitfkitfk/go-best-practice) | 一篇对国外文章《Go 语言实战: 编写可维护 Go 语言代码建议》的中文翻译版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImgYA92VY) -[api-guidelines](https://github.com/microsoft/api-guidelines) | 微软官方出品的 REST API 指导规范,希望能帮助开发者更好的设计接口 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkGYffcVS) -[uber_go_guide_cn](https://github.com/xxjwxc/uber_go_guide_cn) | Uber 团队出的 Go 语言编码规范,有人给翻译了中文版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkqCXhIsb) -[home-assistant](https://github.com/home-assistant/home-assistant) | 一款开源的智能家居系统,你可以利用它来追踪并控制家里的智能设备,如灯光、温度、声音等。另外,Home Assistant 还提供了交互友好的管理后台,可自定义控制面板,并支持跨终端使用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IknV59FKk) -[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) | 有位开发者整了个网易云音乐非官方 API,共有 100 多个接口,感觉还挺全面的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwaDmpthI) -[night-reading-go](https://github.com/developer-learning/night-reading-go) | 每周会通过在线直播的方式,向开发者分享 Go 相关的技术话题,于 Slack 上沟通交流编程技术话题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv2UwEUtq) -[hacker-laws-zh](https://github.com/nusr/hacker-laws-zh) | 主要收录了一些最常见的定律、原则以及模式,并对它们进行简要的讲解 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuAD2ss1G) -[battle-city](https://github.com/shinima/battle-city) | GitHub 上开源的这个坦克大战小游戏还原度好高啊,好玩得停不下来!还可以双人组队! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HugcDaYy0) -[RemixIcon](https://github.com/Remix-Design/RemixIcon) | 一套开源图标库 Remix Icon,主要面向设计师和开发者的开源图标库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtYQZi0eJ) -[synthwave-vscode](https://github.com/robb0wen/synthwave-vscode) | 一款有点骚的 VS Code 主题 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hsj9wsRZj) -[support.996.ICU](https://github.com/MSWorkers/support.996.ICU) | 微软和 GitHub 员工宣布支持 996.ICU 运动!如果你也想支持这一运动,可提交 PR 到该项目的支持者名单中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqWvF0wrr) -[cxk-ball](https://github.com/kasuganosoras/cxk-ball) | 有个在 GitHub 上写了个蔡徐坤打篮球的小游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqO7GxyD8) -[instantbox](https://github.com/instantbox/instantbox) | 让你能在不到 30 秒的时间内得到一个干净、开箱即用的临时 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlKgP86Rx) -[gtop](https://github.com/aksakalli/gtop) | 一个使用 Node.js 实现的终端系统监控面板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HllUSdvDU) -[ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes) | Chrome 插件英雄榜,为优秀的 Chrome 插件写一本中文说明书 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkrlT72sv) -[Free-Chinese-Fonts](https://github.com/zenozeng/Free-Chinese-Fonts) | 收录了一些免费的中文字体 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjChS7CJX) -[chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua) | 中华新华字典数据库,包括常用歇后语、成语、词语和汉字 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjjqSai6g) -[Micro8](https://github.com/Micropoor/Micro8) | 一份开源的渗透攻击教程,适用于初中级安全从业人员,乙方安全测试,甲方安全自检,网络安全爱好者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhOJkpaOi) -[How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | 这份文档将指导你如何让 Linux 服务器更加安全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgbnZ9e8S) -[VBlog](https://github.com/GitHub-Laziji/VBlog) | 一个借助 GitHub Pages 和 GitHub API 搭建的可动态发布文章的博客,如果你还在纠结于自己的博客系统用什么搭建 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd6zX0Gv4) - -## 声明 -[![](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)进行许可。 - - - - - - - - +[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) From 60ab65f3c40418e1cba41ac56c7c5342827a2f70 Mon Sep 17 00:00:00 2001 From: Jun Date: Fri, 31 Dec 2021 21:19:14 +0800 Subject: [PATCH 02/17] Update README --- 2020.md | 557 +++++++++++++++++++++++++++++ README.md | 1026 ++++++++++++++++++++++++++++------------------------- 2 files changed, 1094 insertions(+), 489 deletions(-) create mode 100644 2020.md 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 -库名 | 简述 | 源 +名称 | 简述 | 源 +---- | ----- | ----- +[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 +名称 | 简述 | 源 ---- | ----- | ----- -[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) +[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) - -### 命令行工具 - -库名 | 简述 | 源 +名称 | 简述 | 源 ---- | ----- | ----- -[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 插件 - -库名 | 简述 | 源 +[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) + +### 插件 + +名称 | 简述 | 源 ---- | ----- | ----- -[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) - -### 图标库 -库名 | 简述 | 源 ----- | ----- | ----- -[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) - -### 有趣网站 - -库名 | 简述 | 源 +[《系统设计面试指南》](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) + +### 有趣/实用网站 + +名称 | 简述 | 源 ---- | ----- | ----- -[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 From 017420f572decfa5cc638d95b117516cb945bc95 Mon Sep 17 00:00:00 2001 From: Jun Date: Fri, 31 Dec 2021 21:31:57 +0800 Subject: [PATCH 03/17] Update README --- README.md | 140 +++++++++++++++++++++++++++--------------------------- 1 file changed, 69 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index 63b19d8..be3cc2a 100755 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 - [Java](#java) - [Python](#python) - [Go](#go) -- [工具](#工具) - [前端](#前端) - [移动端](#移动端) +- [工具](#工具) - [插件](#插件) - [资料集合](#资料集合) -- [开源书籍/教程](#开源书籍教程) +- [书籍/教程](#开源书籍教程) - [机器学习/人工智能](#机器学习人工智能) - [有趣网站](#有趣网站) - [其他](#其他) @@ -150,6 +150,19 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 [《带你入门前端工程》](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) +### 移动端 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + ### 工具 名称 | 简述 | 源 @@ -278,20 +291,6 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 [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) - -### 移动端 - -名称 | 简述 | 源 ----- | ----- | ----- -[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) - ### 插件 名称 | 简述 | 源 @@ -392,60 +391,6 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 [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) -### 机器学习/人工智能 - -名称 | 简述 | 源 ----- | ----- | ----- -[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) - - ### 书籍/教程 名称 | 简述 | 源 @@ -543,6 +488,59 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 [《设计可用的电子产品》](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) +### 机器学习/人工智能 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + ### 有趣/实用网站 名称 | 简述 | 源 @@ -598,4 +596,4 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 ## 声明 [![](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 +本作品采用[知识共享署名-非商业性使用-禁止演绎 2.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh)进行许可。 From 8e00e53516586398b172f182f750d450c9fa357c Mon Sep 17 00:00:00 2001 From: YSoer Date: Sat, 1 Jan 2022 02:08:31 +0800 Subject: [PATCH 04/17] Update README --- README.md | 36 +++++++++++++++++++++++++++-------- assets/githubdaily_brand.png | Bin 0 -> 826204 bytes 2 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 assets/githubdaily_brand.png diff --git a/README.md b/README.md index be3cc2a..94e3d5c 100755 --- a/README.md +++ b/README.md @@ -1,25 +1,45 @@ - +

+ +

- + WeChat + Weibo + Zhihu + GitHub stars

## 宗旨 -GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给开发者, 帮助开发者们发现当下最火的开源项目, 令开发者们得以掌控技术脉搏, 扩大自己的技术视野, 并从开源项目的学习中获得技术能力的提升。 +多年以前,我曾看到 GitHub 开源项目作者、全栈工程师 TJ Holowaychunk 说过这么一句话: + +"I don't read books, never went to school, I just read other people's code and always wonder how things work"。 + +从那时起,我便认为,通过阅读源码,站在前辈的角度上,去思考代码架构与程序逻辑,乃是提升编程技巧最好的方式。 + +因此,GitHub 也自然而然的,成为我最喜爱的开发者平台。 + +秉着挖掘开源价值的初衷,GitHubDaily 自 2015 年 10 月 10 日正式成立。 + +我们希望能通过这一举措,帮助开发者们发现当下最火的开源项目,掌控最新技术动态, 扩大技术视野, 并从开源项目的学习中获得编程能力的提升。 + +目前,GitHubDaily 已累积分享超过 3000 个开源项目,内容包括但不限于 GitHub 上的开源技术资料、开发者工具、编程网站以及成熟应用。 + +除了 GitHub 之外,我们也开始在下面多个社交媒体平台,帮助开发者传播与分享优质开源项目,挖掘其未来的技术应用前景。 + +如果你想接收最新的 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) 推荐或自荐项目,让更多人知道你的项目。 +> 有不错的开源项目,也欢迎到本仓库的 [issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,我们期待你的分享。 --- ## 2021 年复盘 -下面是对 GitHubDaily 在 2021 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 +下面是对 GitHubDaily 在 2021 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 > 过往复盘 [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) @@ -595,5 +615,5 @@ GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给 [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)进行许可。 +[![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) +本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 diff --git a/assets/githubdaily_brand.png b/assets/githubdaily_brand.png new file mode 100644 index 0000000000000000000000000000000000000000..3a33b3e3372ead0b47127f08ce738831562741fc GIT binary patch literal 826204 zcmeFacU+U()-I|jVg(fxPy}3x2uM?U$A+{3p-ESf-a`#7BFl<^3W$^tmXt^r=}BnP z6a?EUj9(ymDY}c;+dHeSPEu;I(hJk-}dqUN&?#gZ9ngafF-R8Est+w_qLE!cN zUAvz+?Ap8e2=M0=@MqVqJ;}Rw?E(JXz1fz`@UNd9hb8a%*X#Xxn-A72C+^?1OJ$e( zbyWku-9P*DwfCwXy`jo{jEQ5Ehj8{)wc>XUtD@jmN5|gaNK$LwL_*}Q-3)v8ALUhf z@S9!?*@RGH`49ibPyA=k)(`HNHQD=n`}#nI?I`TId;RYm|7LHmLVSMLbpGpejxzq4 z_(!7nZyx`Hmr-Ya-_rlHuh(~|Jm35 zvOT|fOYNBHj+yS5>F=og8uJBy*t=+2b=C-)8FW&cY^*-(Ep9* z^pCW0C+P14{hgry`xulRLTZPQ`mG%2PSD>8`a41YH*TpNdVh!B|BdFf37&R>{!Y;U zttPb-^ml^(PSF32TWTlh?*#qdXihspe@A+d!VV%&n9tQ;+?R5B+zs%^kC$pf!J2wSS56e$%>@vL1zD3cN4>2R-?P9*BwX zj!Mw0a({Dg`w#4w9q5sZ`@OrCgZ(J%6yi?zZ!YxC?)@`y))}ew3)A%L1KricC47uQx~hylhA2L>>5r>H76)3h@A@V4lfG@%IA4A&AQ7sg|xUzj+EufhkzogXR9c zKE|D&cht*n`u^{of;;9apB>giEPk^lf5*)p-Ep(K8Ft((!;YI(*>STfJ8pLG{v9;C ze+SL(+Cj6scF^om-W@c{yF(f|$N9Rh)Ohd|)nArJuCdxt>SArKzy5D35&{J*~(w*J8vtphthflS7K{@R$$ zO3`D|(NnK)}LH%Qc5CWom@c zcFU4;f`?vMjzv;tz-onwNh%hd{Lfidz0xv?R}+ZArBnFD6eQGFPs`i%TZ=Pf{5vYJ z$;|5!F*v9*nge~egkCFv+iq7>hI$U}hxr#LWr7vOKb-$oCzbXx{dHbPq%T$5kbN*Z z7(2X_5Eb9{E_13rQ;=M=VU!_nJZ+ag-#_b_-1~}ZZ}txVC3M>&12n(;#s-`=HIoLa zs>n-LX}R0z%U%`DkN~@=zm{Yj3zg8P+(LT$xB9Ywie6jP?d~Q|loVH<`Fx}IY8iGQ zWx!79uNlg){NjGzcD#c~wPFrS&-OucOi|+626quf<)}`H~;Xb-q)&7ko66F0nWdJ|H4>FWH zvhEo;_Bgnh{((Tja|51A73-Gcz9Bj`oeS%2B=zkt!qKCnUZ*l0kAuh-#8@v@YkOOi z1Q|+BHeh(upU(D3@V(4X(0q0|ZwZxXMU>{N&d4)13IKaE$QZVEa!7)4uPib>w-;o; zTHXygUda|z)u!M+bzY-$;!5*4iYwwGf%YfVPAO-vJXw*Cmq?0xQ$ebxL(ptfo=tY)n!o^a znhK?hR(xp9&}M$5R0?d~K&)x&AR+21FWUvG1vSCG{G*EcZQ{MSMl<$-LNUs9M|~nn z$C+PJ+#Y4vaVTsy!ROxBL)-smP2igyzGQ-Y^H2=?#b;U;$Mp>@qcr=Xf-|dmFGQ(l z=j7BS;Qg;iNlD$a^Oe4tqSxVlhB7-4M!^S&x(2R$tmj$L1ex2`==5L-?Off1K4dGn z>#kp#hOHB`A9r-ODn#_pfpm}$u-qMz&SILW@eO*wQV>6Qo!Qsa$|_7VR-_KGf~Q|I zuMAck^q-!&ZDA2U<#mb&y$fwcUqIB8=wntRkvu_c(r*1v<$Y)O!vz0K0{M85-fXpI zocm_~)+4KSgFGHs%$O;|InA#8s1F)(ck;rYJH@Y&=?~$-|Lju(A8DO5!oPq zi(n}Ew7I!?r7d>jyoh;e^r|rd>5G3>NzbZ`Fq3wx$7WcdKcJzN&qc&CYj2JPEyUEk zGv98XkID!GoksIziGZ0+j!NexegR1rU43Q`Ohx&bjVa}g*wSE{zd6QB;Bn1e(<_r> z#M?Tm5Uar-Pgf6lXkRfrRRsAAYLf1(<$?VYor?m9HSll(#<78uOLlpYoTX< z$p?d(e*x>!(WRf44FA~r33HrmpU>V33%NxpNsyAwct)(irMkLGbIYcKH}Xs^{lthTQVRIZD-;wv~eZNe81 zS0?)VI3Xy#(U$^?G>!e9VtpwxTKryt`j6px9x zAiOfVA3ggM9!vH8O1UJgvu#OR;ALXG0WVU_e zZUoI(oFn*XiQ53=FRd9Pmu8(+fj+O@hJ0^{QAV6#nCh2It4bZ%xBQAYFcd#`H01aX ziB_}t8<&cN#%X-+8K+y}I#FNFSI}nM>c}%QQngbHV@={*QiAhewv<%4ZcaU9wA8r=UcwSOF#gm*HIKplnfFS4}lc5@>&8&vqRs4g>54%K_y8D=;$>-wXSp$1JTe zukJFZ$L#L!{zEUe#$fzLheNNu4Hs6v&tr_(=|>2cCiE6Li6?2jQ;*U-Y>;czJEpQ& z!M3lHxrOp|EjstRJ=;VpGIC~GejZse_}q7pdTo6ncEjqRmz+r2Y`~jcnd!oDm1wOv zlAgc9_K}x5Fcc;A&oWy>L5Q(=^4>F@vT*{8axuKAYbKcMsTcUp$J|QgDqNz928u5) zFOQJBD>-9DES@`xP1g7MXK3`?DZ3L}DAAYKkyxjcHgi)*$YXZ>QE5d1t6LByXQer> zwN9B%P*(iovjF2QvZ?{!=Zr(|O$Ynsw|@UGws7kJ2!o2XKhtLBm ztLL94Hc8yNt4)}f5i!RdRi=MI)jve3KTr6EqhR~1bgeff?|2m z#(2*_OoOL^!52j1L|=dZb7_3w6(i_}_PPx^qG85NnlOu$x5zi=&2zvIZ3YOzI@lj9 zzu4)m8;JW40Dqnp!+@>i~mBA+zD#Pz+NG?j=B9&D(+c*ZmUbfrf=Iaw&COhgh z+1ou&QDz6VTkEROK88G#(d=*R-&Z{S8yUn^U@i2MO+Y~Okm2#$EpCEknoYE@3t3rN z^EEs)86O{C>*@Zo+nkXpr&4*-aqstDNs~!Gp4PEXDy?Mwt7os>>X#gatTld?@mD?) zj0)a4CgFu5B=U?Kf}cKPwIN9#PpOPZsj0zPVABu16D;sVZ9fM?SpuC$OB;l2jpCt8Z9SR=o#S zaCevkdV3Yv@$l)KAN@a`R&MlFJ|m<&ohp{@U#X=Fh?4!j_H=Ic(-l z;qj6np3G7;M9Nqo$hVV8s2M-OAtWR;|420OED(UXt=8LO2}Hp8oXWY*Y$sT)DSK7G zPJAq&3@H>t@4x-R%(Or6>zCF#r=TF=id8h?RKt@e9<%*agLlsXynIvtWJwfzmPqbw zuMH6v+(ElS26OelGyvYKFQYb2fW3Y0ErZ2R=m8lbL!<_qzVRPSvO!})R?m>-NUqAk@l;u+DOwry;5M-Q-@caK4{zbhdaZJp;F zOCdKcT%iZA$Cq~(lmSqG{{Ha^5%Z^{3L5Q4&%m=U#Pi|41)dVnXAXkm>hSq{2GE%C z@qEX-SErg-?L61&e=4#I8YjgvBuI5h6SD9t{_De(jgveBD>CWrayg`f(gj2Bb3d(@ z;7e)W9$ky>-F7;2)b9a+kC>7t!O(W*AusWp7P|VZHA>er!W1&sUZeml)MLrC*v`&Q z83a8rkivwIoSB&s`J7>KIV{-G1S@#xlf_j7;>E?2R}-KlXTRdnii7-WZ4b%K;VY}s zmSNu;W#|nXD~NMXq|>r9mgVDZ=@#(28Ai()`bRtNA=XBoY_a*RZXUda3|FYg2Ro&GXUaqh?zcr}oQt@U=_Lm-rI*4#bZW)dIxZOKj6 zi27orJ7OaC@?VGjwr$r#$2Kv4i1pL0OHh?{Ntdjy))b;9F!kOhqwUXOdp6@d^RTS$ z+&WY+*~w#OmCTWojhhoot-iyN<>Zv_?J894TTDn%ri&}B&!w=98=%``MFm@r8yY6% zEub)N+Xcl#>Hux0nDLehw$8^wjyoBM29c5vr`}5aZqMiAL%HYcCR(u&qa5B8E82SR zwQc*GF6GGXVfUj>vY#EM&CT(H5t*4IDUoiq5{$BAS>f(P&%}7IZ-HGBY2_L?ead+3 z*6H}gmdKNUMcVVEfc5llh}!j2X&otC5rxGVZv4h~7HeN$=?esP32jsTBmMTiwfB1J*Ueki;(? zmMmYcWbUiEZDAD&WSCF#qe2sn_-B?bKtJo_i3f3|_|DEEsn1g@lQR24MeYcqMA0%w zGNX88HU^_;qO(grAjIY`b#2H7AcdDMuM5bY+X}5h*m-pgL)m8uf+;k@WtgQ=+y=QHGC39G8A@Ophj;H@_eo~3n1b1F`?eelu|H?{Ahl#gZ0;7!g z;=-%NPKltDHDYeN=+>|K#TF%1AP(^F;shD$oa4dNZ|O?i?{hu9^f7A@>&34hCRR|J zyRGfq+)j>m9ER#bPYKDYyR0z|$CUF&d6;7X?ka#(&are>Up6n}x)jpB2;cqG!(SC) zTfEKk!raHrB9O_(Xkx-vgRROqn5vSJ_&7S(@f&@4Mm0MRGSc?w(0qMK<%vFdd2wzX z%r5lnbqO7H$8OvQlvmQQJzsHg@jXw^a{vW+_({#%bi_h~cSAGYgxTB|{{uleBwrE^ z24+FX{VkT@mjU3Kasz}pGZ-&PJs{!oT0iDtA|^S7%g-QfDTPc9FLj^42LRiWkyY}{ zZO(~GTdgUz=Hw%4jxb#)MneI*wvdQu98CEx){@4H4i9g>ZDKM7;DG^Z;{hxwk>|sx zUUR_T$ZI!gK$a45FyMQFeUk7JdQ;z5GGERlyksy~9)P`l?y19#7a66Fw7JJ8graOc zo8sBmvZpTqVdf7zJqwJV0J88oi}EV(nId(y8D=v>>iWPuwmm67a*}y$yDli?%4SvP z1-)A4(+@eN?B;B-ZIX!h*YLFqH2p~W;nu)Op!e}rIo2mFUMY{bB%a; zd2#s8{%lxUk!eBpJrD3Dr7C33CTkx|Zp0fcpvNbauJK$}js}^Ht@8ucVrKyKlam(e zaR~$fh?*wvl{f+g5_yRiS;l$wv$K#uY7^pktUgx#>@9D(`w@zQ-)~XB+MV4e@Z`!F z9kjsbsf)Ay1Cc3&6q!nIrP-e(^qyt@ORa&E%Ys&cCo7T@zeH`_xxdsBQXm4XeD=lx zS)Q%q2tl)zD!;kdATs78?&CloWNyB>m|b!8phA3hPJJIfKz`EMH1Zj(EuTHG2 zTyzau(&I`~L8s^Tu|_EzBg+8oCy-ib#p7Bj5QhGli?U;d*8Fll^AWTP}mQnHUzpstBYNER3y!e z2AOEoCJ+4$z~YxF6vE&DR-kr@H@)3K$>g-DWDZ&njTM#?T28L7G3S;r1~G=M<^k4{ zhXK+AV;W+21!{}^4P6oVW_y~vTTQ!>ukrhJKKqPO-n!%j-LV6Qj5+h#9>#o^saQ!9 zt)CsVbhheyb|_ZlW~a_Ys=CWeVMUlHaoO}DWvLmK{ZS9AmVx>d*GBDqkCsS6k4`lJ z$s2syi0e#$SZGa(Jy9;mH{LkyCE8(N5EVUYkeEatGTJWMofA9&1jiV9VUW<4@m2|4 z(0%=qxQx|Q(JNrKnuTp(IBu#piZ*+5IM;P zHCu!e9u*}oCe2v;^c(oZGbGLqma{U+R!y}8bMd4dMfd!9fl=X1U2}r;J;cWH)s4_r zPyB?UU%VxVGx;@7S_mNabrw(pLznl7K=VR8Yz69{ms#Bw`{sQby@!dXNcE;{lY`jv zPBPhVI)_vb0a$Nj;k4#}(ndzsfU)bf#8nvIHwTAyyCu_>!I%UHIv=s-!_|*H?Ym4# z$-vHKD#R;KPfp6X_Lp*&xS{h+s@iKJU>JVHkKEO5hkscB)0ZbATp`+9bGso{#!RVu z0y@(VpJ_bMJK#keLAK3Z`tg1*horbAX9FsbJPlM!SlLA_pNBU$v;B;InA{tU4xX;_ znT_v+fA+)EN+V(MtO4V7vn7(f1h|i=Hpr*GT0&(yoI~ z{i%tXOoEU)7l$8PO=FAkZ|(0tS|9+vma86qwDtKaJGDCi0_6Y0d-n~)QHAu`#w+nk z;{xPVINY&C_Eb)GZFj{o`Nu$C*dlvNL;b2h_WY6NiPm0=^9I;rWM_9=I0dOQXCIj; z<%BvU3CJOo0KOYZqm>3wT>C3Ft0%7Luib_&v+eWqcX1o^wS0sf;-s6Qqp-5(%XS!~ zb3uXhYsLk_(tO^uHxkI0tL%)DYdObO(%7DN@UxC3r!SYYc*Lv8rrkkH*x5+D2oKNk zBbd1XG12u!LzJuPh8daBcG{M4jn=sK%ur_@N=&`ty&Foa*2n29<`9O4ECG{aF9DV# zC8dT=+QZMCgED*OCX%i$Za9S>fwmYBeMof~FZ{Rb2ULdiHnZL|Ymi?J zSEVVe%MiBuAVul3z?0KsSqLQK>9M2e%u}@huYWorVSYRT{~U=#0(1iZ35{7jK~w@f zHc-?HmAJv?mgZ_{N*w1%$F=h!Jxz58El7C}$}Ey?)ayz-=7mV0v1OkY!SZ0BoPxqF z&-kSzr|9Qp$O*635xs|r8VG6Pb}`>>2A0jV^A3AC$SPaJCIWL$-aX9EKC!_G9 zCV(>16@Jq(<;D&CqkC3=_XovUOa?Z+H<=WaxH)5?sCJC}8Yje{?Kgj~o<7%Y4 zePvSQWl)Z_EJL^;01Vid5wnre*ZQSed&d6sTy(D?x2Ca0ou3UC-j7!FqpvT4 zQMM>-6?GgQZN=Utd!obPRqZug=0c3a z4OZ#)#7bIUWmu#V{bG91OZ@|mg0gyJvdYfX=dkD0r`yJnd*1*KPdLmEgan!6Ja#eU zMnUToYgl|RFO%HZhZKyqW+qS^j>z$x_(%N(i^T$Dke#NE1SDJM#2aahGUrt7LPM~+ zci+V{gFN*o3Q7tu0w}X}&5_CxDIKoyTv~?jlEw`em)F)x2)-NZqVsN*8$p3{!%R~_ z2&u}oSp};*?dICsg=!(_6TlJ`!n#1X;9FWRHCqVHIE!t!AZicK@P%J#ekFw8lFqM^X*J}F1Bp!3dXV$ z#CAZS7>L93yA0%cI^#AVWN%0;BsompRKbTmsAGb+Nc|Q8sJ&8Gr8l=wS68>S%&F#w zuX}6JINYVls7TD6)WSg70}c*@BP}{@EvkBD23Hg#LPG=Q=hb-Xz7MMgM9dyqCE2H> zz{Uh!N%#mneYs>Fpakmjf@xW$@I~7W?*X@jiHZ0dsd;URwy18MNU^8r5N|)Qn$KN#!c- zusd61&EnYlTv7epiAFmGrKEITbZ99sDm@+aA}=~^SNb{z5ui*T=AoY*3?dD%jV?_C zVK;u}M-at4B@-r}Cm0kq({uUAwn2~r6iCX>!4HFk06#b*kv=Ja&cJF|>cN|LYlW&h zySUaDIdzY;(rJ~EGf3oZGb>H%%^(e^Ndl@VsEK4V3q$a%NSIa54W7y1%4YeK*x=dH z_PsoGWhj(Fm>jay(toP2-@W+leXu3-YYc!-*NG^)K=8&Bd;@-cW`ot2)UUo6+4PK? zda2>rXXx0aNb`Fyx8i_bY`Fs1-<5-4larTJ#S1W&L+Q;q&Hs?=VErW@*9>2}BoKB< zO-_**m>QZL09L^HTH+sQ5#hZzik$TE)zzxF zwOQ;u9ZRZH$IxNF)JC7A(w$zI>>eh*)4Op z&61m_!y3rrGMWrQer=778V5akwJDHMA7(@U+e2;bT$R_a76IzX5U6tGK=&-altA{> z(!M0DN-JKi+i)SU3}QWzDsKE$N_ViU)_XmI$TZXN0~s9>9c zps__tJrwA4^^9Nr@IEkNSpzxqWi>fnE?ppbN`}5NtmYBu^)jLZiFHQd7duo}CukJq zryHvXddZ5|BbhVY+{OC)_|dU8+pkT@oY)-Cr_75W<0%jp<2ZcJ#YI?3TAI+<>EtoB z5W~Uz#Nr#&>wu=LPsV*=#i{PmOKBgAM+L_yfw2_xg0Be_bQ0#7ziGp8IaVCW-AWv# zjy2weP?bspq=PAy}&eo0B-#k6S)|sqr>Ilt*G8@UgDwQy!`h~j&vG*7lcJ9$M6!_r4J;Ww{YcXBm z#S|gZt$w)rZU@;z?i!Nb?2R#nQ@E~r`}uM31TN{}D0C)|wdI-8*sG{_aW`W=A^+&~ z013$;M!toR1y0n#H)Dil+cJofZ|*81v{Wy_t>Y2b5w#Sc81Cx^2t#9}t_wuQmZmNQ z_MV#{!_iQ5;bK8ytdq3BpBWHU$P*@}86eRj+o)YdlEoqutCBi? z-=|IgOyv=m#tUG_INrp4yQoX(O1=_WM~8SHw4jS_y(hKb3Xtrc=0UIlrlQBwDbOhZtupX^ zDOa=@(>><&QprwE@dZW6Pt+AZ=+-?!H|MvqvHUv~WAr6}m5UCE0YTyJZ}vW}(fc_& zTRS@ld2y4#=HKy1A?91Ul)FIPr7=79grzA6zEkt8W>C3^BS4%Kx9dcBJH|V3^~*m^ zsR=Dsw0cDm&B7FnmN;nmVq(X6xVe=QLVeP>Jb;>gmEW2(%m$-8=2}@^H*cpzEG)80)Ums$SFn8 z{gWK)xDe$AJaP8@o4d zvV~#+rY1vQqenwHXIi`1I>yPb=Hib0v-f*$IvM2<4c z+`fG>GMA_Z4c?8|C$)hL5d6$i9WG^n-zz*i!>`kUMJ z-Pn(H3eSO5!a#@@5EvOUA^MH(tJjJ!lLtXuymQ%%tEDMv9|a~a(&V|003uy}AD?1t z1@4ABGFqydE(*}oBL*WcVd4EP#;(cGpor}UgK z<#8}r<3=yA5X~TBykG1r`#CXx@xI;|uz}cZf|gO}!07#yXqRZ#_%_LG{fGcZ<}6j` z?3@Oc;FXjg0|ViJ7{y0nV>C{i=dnQ=ybKyeEINVt2=8UJ8d%L$k+jD{=b#%&mYzZs zDep4?I)9cD8u}jH?)65ZO-H%R;lz}m!zCtVZNiF7t2RDi-1uxBJvBypyXi<0`oYGh zDY#=FNH$&NdGd4It(2IUw}3v$3D8c&c(DN1&1R7ebsaZZl&7>dEUch$Cl9{Cz)RW& zxB#MS_Og+W5I=Dc`+Z%0lg;1tK5$$KmWlj`t1z3`K1YNW5|bNP$OI9g@Xk3f#;1o} z%*^C+@!IHobSmw3N-&Pd8ct;Ml;Dgc6m?sLA^)L>b~G<_SK0@+%ryBF-S#PWVAMU; ze1fi+RLIYB7KK*S$n2Yy{-r6vd z&8!G6Y=tRqpOy4`!$4K`gn>bwInJY>t8X=NYK0Dqdv(c1C$H5O*l(-Yq~sz zZZt1S${x))bi==xi_$&wF$0P?2$xIh63@|pYS2xc%+Z(W;7yZGyNFJMhmpc&(j5NA zp{Ey&H(N`SU|?QU!8%0n5xcOZHjkgdDpROPUingNnYO94iCGvAeNrtSTfz>gff8am zQem>D0#DA4HEJK!Z#2%0U7I#grue47N5AAP*N!DRpqDl7YL^B3&R$?A^0pcMQu7yZlnEFnJ zUTjZ3RqLk^;ndenAd&$E;*s|F^dtI??5ztC8U%5ol7IKw&A#VT=p*jLk}r{o^9DN8 zZ_}}@0T{QLP&t@=dt>AKjW;5t8DFO%D8yPg<~I8B&+Q*M)CWXjUV_=rK^)`C5`#9% zJ-Q|gVjfD**?UfMz^}byMkPu4R5)<(NwnD4hY)794mHR62tN*G8;y2k-e<_}9X(#c z2OZKsjp!i75|S1=V`nUr=A^rYCq(i!_%$Uw0t5R8sf!E!3*|P0&a|s-?RR9J7Ik*s zKBM#QRQjWycWY0BgW5?63|S|;V&b=t$o#rC*P`gXKZtQzeo#66PJ*MBdWd~wBrPnz zBA+wMY1-wfzWg#*OZN>;Z%)monRQEas6=yNCC`S6#jQ?_!%vzJMLp@V6frWNoH6EoRj9Y3BKv7*8KJZLTw&GXoOd0TpAy zb`!)_WW$pTMGj+eQ_h<)CJO@|qr+ZlZf}F`aQpe-+ur<*v%`EL^vXF?A{p#>P}QLm zw_os>I{Q9pROAnsa1+2?WV{@1bkl>j3c-|E%V_h z#1up>Pp%bU+!7&=4HR3XLb=AHul@xSF^D}CWAe$YE{diu1-{HHoUTDV*Natq`Ie^lXn#}riW zK?h50`V!eY-hUAPMpIem^eeA>sOk>`ZsGx%>UJ_pO3tJnlT}aesKr-0vz8@z2deW#fcWQ3R-a4jfB?Gv2&Z?4-GcyGky*S*^IxKqeky-+psGKiL|>yVhxkSEQt_Q zpX|E*CQTp(ecN6a<}v)~5nG_whSeUCyaeOhTyX!GC_@-q=NH{{b6KV<-ositA9al3 zFF*a&Wo&F+bR?q@-_2-Jm9@j{mZFTLPznqtyV5~9CL^B%@v7eZTK`l2< z1bj1mnAp3BmL0=3u0JWCFirS>s#Cs$LHw?C8oq8`?@ar0zoFJz^S+$kP)hJO_!3yW z1R(;p;<*1wg$^-EK4MCw+&*mP|D)KDha4T6kZXbE?#{Iei~0VZMU5Dm)HVW@Rwm_{ z`6pSd=w%or*=!u|imtTFN8))VPDL7zG{!V}kOl`hF6}k*&M<7H%X3d?je{f=zhonT z5)Ys;BscnlB)8!HD$R?!-QEF2$FrsHkK7U@2~^qxNAOB2){vX!S3t83S7>$H6CIx( zG)`$l{Bb8^c2I-n(}MOg?JtQIYzW6$VfttbfMDTd-Wa8)tPS_&zGTJHm}uG>WPtXR~v{x@R#QKL6yUS(T$H^z`%8trr^ua*S$iFXTt%NN@RlvwK1kNkP188 zzUHi;?XN3OiJ^0mI&LVC`LGT8v^Vj9$~-_kQ{ai1@DoYJSzACDSKNY(B!`EyjT$UZ zW{S=l-^5_})wq2{7s2fG*CzX7$oG_e;b4X}H?ntM5K-?;5O)CTnndKeOl*yz_X{JV z5l<{CauZL&$o}S~KNw|W+9#lf5Csk6K3B6vl+GzsYaq@jBNo+U92NO$)?dzr#5G>X zF)1N$N3_BKTe$0U<}UU#nH$EXEEND4Tnd|l1XuV7u`_E%k&C(Y6MLcE=VKaU`WlH)&d($l z{Id|BrTk!+O1r%cpNLfjS3^UC-jRLB+Nauj>qf$6>Ks@UhDY|gY#+fG@X}(nMZn(Q zlBm+imAQ(*6s9~~kA+iR;~fG@>>y_$LIPjyt*y^h%=b>uhr8iU66ROF20~81ie`vy z3$Y7sPQ(EB!pYZGjE%hf6Ovu%e)3h@CF)*pZmS=qE`cPgrtNccrKwbi??~-%G4?Kl|vo zH)1BXyK>TL{&3h#l$8%`RJ|qfT6V5^85et-uW=|FL+7}PqQYUK$;{e$JBjTkq#>=v zRg(oYctr$=A!uIu5bb7Qn3i%#Fw^=d0Z@|xKDG|14<+{Xz91KME>%0=9R7HsfCOTw z-B-#&QNMA8b(wPB>9nI+ixaI4Wu6oFg1m*}rzB>%xr^Z1Ho+#9I30>*bIZ3gV?VKq zEAmU*MIdwU_U;pPv|a;y|J(rvS;8beF@-g3U(H=}8N^u;%hIDM^XK=~=pA&I6Ce9p zK1xu`ItQc?*{NdaFMeDA=_Q_&-NKL!J>PEqv+(eGHpFNA#~G0G7+Yrvq$NcEIFRgU zd}sve-HHT*3r-huU&B|wbIL@mU1FyEwy%v1A7HUgGm08#A>K%%H{M~atx$P{IfiFR zkwwln&Nz+K=v$@{5N{5gsN|?zp|%p9D6go#fR-8xa@Q=Cph6#2?iTiLTphDZ!pb1v zf9H_rc`<)ov=Zp1!>BOBpL0Y!21-6-rG8ZCVNaNz#x2LTDuvm}y5NQp*^_-#gC>$r zKpWRL32vPcPt=?$5|!W;9U#j z!+nqGBkxN8jT0&??2{X;=}&aTKy>U6s(Oyw6C$BN$}08(I7`!FA;UA#iqatsSW(7~ zzAu2q6kK{N103m}`ZMU9auS{B!*L;uOeW7-nnixOpQzE|Lu{HT8@t{l|3-gwzHa&N z=+0yW0H!|m2^cA7cQrZucqa6{E=Dt3SN3+4|GpYk^YUQfTokuZ8a^OsghKY?k^MrQTFWk_w9+BH;GuS*P$9BgO>;ZrgFFx z=hc^tkjr(nOqnP#`M<;v01};c-gLkG{3QfJmsHo<929UxG){*Rtzb#tJ5|=H6>A zQvva8xzV%y<=i-t?&qamQyS}3#3~-}ymSwz7>eUZZOnAKE6Midcse$>Eudm;QDI8< zD@aM}*I;kwNsjVf6lr?v+V98x$sk)G@JQap#iiIc=F>CGO1cQ2!&#xJM+ox>JHZJP zXB4p-`nvu8!HM|Z=XZPkH(CbRIy$aPPA+E?9S|=cT`9Z^8G!2$%t7xc z`;{4;>tVgUA{wm}z%vmBV$gv`d&j?DH7pF#HatO?cf|1PrTLVNFG6kgrWCHV)?JaL z{#Z;=Zr5ktJc?%)P9_)q`0+z)rf4*JL$1)VB=B1?)mdQNVVEmy=8>y5h{63DGQR}K zl})R@o!>elcO%B$TYp`+aYWMlaGNHxo2dyWAgoN&bk?wjw*(G;x%G~nY~kXr&m6De z>l(XgNX1dFwGAvQF7Aa-@vA#7jx143d;{I&R~Q=*0q5^%XwZoCyATYI$qj@bKO2!%sXCrLsM}3?Ohp z$ATQ}&1Y4_mgU1Of9>63nZIJaz%wX^kZQZt=|HZn9}p62o_vH=D_{bfcsy3rD%^8Iq~91@ zS`P@r(y$I8tRKOsv8~?=))ILZ2)W`fwLoZF0QEu(bpys!&~WS_pLj@Q3dFb3&9Px2 zF=`Q0Bsx-(C`l^+;ToC&vva&u?Ah&LE}QD05LesV>z}Axav~vNngR&dg6!-Z`lz*G z=$0#gqXzL|^Y}V;@}EZ}Hd#%;p3^LKnq-S3rGKq@;ialP2X0Q@Ilgp#UL%VNw zemrvR@sUaj$8yPVgZMs<%KV(_6>`;^-I2w`osL=T85E-vabJV5O$rmW;a@e4KE`X> zURI|+d~uo|k|;AFTj?xueD7@Kf7{AKT?ZsMr43q+Lku21UZ$|z6K#Fr-FW`pV9s;y z%<5Z`cO8SdUrV&EnM?_hV+-(+ma+u{vl)D%ghsewgY(J!A~IyX2|*PlMCnv;)(n4u z1og;ycispxHm)|DsZ{{8>Meorzjf%JlwJSLkZPAp8rop*FJy4J-+lvIh|P3CsQ`H0>gKX+G(@4JLCpG z3eoGXICAJ$dII*0yAYsf7--}Pdk50>LI%mb8Qt|f+IH~SYXhW)(Vxy4EzmE}0XU$tz7Qh_dE z+8k|Tynf^yrZh+(M`TwO^qp{p`^A&xZayL=C<=t%` zRcP95Zi_2Rw?z~c1gd};+?L7oE80AD)T^xAxpgjayBTPj%QCVFwN@KstA?rj$D<0` zxx||mmv69iK0hg-Poux9cpV)LWX|ND3`mSv+VWIqkk4JcfpuCnuap!%0AQ&^mI*O_|w;GU6=v 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%0D)cEj2O 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%0AIPx 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

u|Mg( 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 I|4hLD0jtJ}$^ZZW literal 0 HcmV?d00001 From d262e08d1eafed50710c0dc664e075aa32a0acf1 Mon Sep 17 00:00:00 2001 From: YSoer Date: Sat, 1 Jan 2022 02:14:28 +0800 Subject: [PATCH 05/17] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94e3d5c..b616f8a 100755 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ 除了 GitHub 之外,我们也开始在下面多个社交媒体平台,帮助开发者传播与分享优质开源项目,挖掘其未来的技术应用前景。 -如果你想接收最新的 GitHub 开源项目资讯,也可以关注一下。 +如果你想接收最新的 GitHub 开源项目资讯,可以关注一下👇 -- 公众号: [GitHubDaily](https://tva1.sinaimg.cn/large/007S8ZIlgy1geyb6wrwxgj3076076aa5.jpg) +- 公众号: [GitHubDaily](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) - 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) - 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) From 0dcb232eefc4a37a3934c86b5ac7eab1ab23d8f4 Mon Sep 17 00:00:00 2001 From: Azleal Date: Fri, 14 Jan 2022 18:11:55 +0800 Subject: [PATCH 06/17] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b616f8a..199249c 100755 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ [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) +[CasaOS](https://github.com/IceWhaleTech/CasaOS) | 一个简洁易用、开源的家庭云系统,基于 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) From 1aac2bca5998a0a18245b9fee6bba372066e4eaa Mon Sep 17 00:00:00 2001 From: Jun Date: Sat, 31 Dec 2022 15:09:24 +0800 Subject: [PATCH 07/17] Update README --- 2021.md | 619 +++++++++++++++++++++++++++++++++++ README.md | 955 ++++++++++++++++++++++++------------------------------ 2 files changed, 1045 insertions(+), 529 deletions(-) create mode 100644 2021.md diff --git a/2021.md b/2021.md new file mode 100644 index 0000000..199249c --- /dev/null +++ b/2021.md @@ -0,0 +1,619 @@ +

+ +

+ +

+ WeChat + Weibo + Zhihu + GitHub stars +

+ +## 宗旨 + +多年以前,我曾看到 GitHub 开源项目作者、全栈工程师 TJ Holowaychunk 说过这么一句话: + +"I don't read books, never went to school, I just read other people's code and always wonder how things work"。 + +从那时起,我便认为,通过阅读源码,站在前辈的角度上,去思考代码架构与程序逻辑,乃是提升编程技巧最好的方式。 + +因此,GitHub 也自然而然的,成为我最喜爱的开发者平台。 + +秉着挖掘开源价值的初衷,GitHubDaily 自 2015 年 10 月 10 日正式成立。 + +我们希望能通过这一举措,帮助开发者们发现当下最火的开源项目,掌控最新技术动态, 扩大技术视野, 并从开源项目的学习中获得编程能力的提升。 + +目前,GitHubDaily 已累积分享超过 3000 个开源项目,内容包括但不限于 GitHub 上的开源技术资料、开发者工具、编程网站以及成熟应用。 + +除了 GitHub 之外,我们也开始在下面多个社交媒体平台,帮助开发者传播与分享优质开源项目,挖掘其未来的技术应用前景。 + +如果你想接收最新的 GitHub 开源项目资讯,可以关注一下👇 + +- 公众号: [GitHubDaily](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) +- 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) +- 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) + +> 有不错的开源项目,也欢迎到本仓库的 [issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,我们期待你的分享。 + +--- + +## 2021 年复盘 + +下面是对 GitHubDaily 在 2021 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 + +> 过往复盘 [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) +- [前端](#前端) +- [移动端](#移动端) +- [工具](#工具) +- [插件](#插件) +- [资料集合](#资料集合) +- [书籍/教程](#开源书籍教程) +- [机器学习/人工智能](#机器学习人工智能) +- [有趣网站](#有趣网站) +- [其他](#其他) + +### Java + +名称 | 简述 | 源 +---- | ----- | ----- +[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 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 前端 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 移动端 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 工具 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) +### 插件 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 资料集合 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 书籍/教程 + +名称 | 简述 | 源 +---- | ----- | ----- +[《系统设计面试指南》](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) + +### 机器学习/人工智能 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 有趣/实用网站 + +名称 | 简述 | 源 +---- | ----- | ----- +[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) + +### 其他 +名称 | 简述 | 源 +---- | ----- | ----- +[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/CasaOS) | 一个简洁易用、开源的家庭云系统,基于 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/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) +本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 diff --git a/README.md b/README.md index 199249c..92ce53a 100755 --- a/README.md +++ b/README.md @@ -37,583 +37,480 @@ --- -## 2021 年复盘 +## 2022 年复盘 -下面是对 GitHubDaily 在 2021 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 +下面是对 GitHubDaily 在 2022 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 -> 过往复盘 [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) +> 过往复盘 [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) -- [前端](#前端) -- [移动端](#移动端) -- [工具](#工具) -- [插件](#插件) -- [资料集合](#资料集合) -- [书籍/教程](#开源书籍教程) -- [机器学习/人工智能](#机器学习人工智能) -- [有趣网站](#有趣网站) -- [其他](#其他) +- [宗旨](#宗旨) +- [2022 年复盘](#2022-年复盘) + - [目录](#目录) + - [Java](#java) + - [Python](#python) + - [前端](#前端) + - [工具](#工具) + - [插件](#插件) + - [资料集合](#资料集合) + - [开源书籍教程](#开源书籍教程) + - [机器学习人工智能](#机器学习人工智能) + - [开源字体](#开源字体) + - [其他](#其他) +- [声明](#声明) ### Java 名称 | 简述 | 源 ---- | ----- | ----- -[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) +[mall4cloud](https://github.com/gz-yami/mall4cloud) | 一个基于 Spring Cloud 构建的开源电商系统。采用主流微服务技术实现,支持集群部署、服务注册和发现以及拥有完整的订单流程等,是一个适合二次开发的电商平台系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC5Jk3w36) +[RuoYi](https://github.com/yangzongzhuan/RuoYi) | GitHub 上一款开源的权限管理系统:RuoYi,基于 SpringBoot 搭建,代码易读易懂、界面简洁美观。项目可用于所有的 Web 应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA,支持移动客户端访问。核心技术采用 Spring、MyBatis、Shiro,没有任何其它重度依赖,直接运行即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwBap7sg9) +[Bolo Solo](https://github.com/adlered/bolo-solo) | GitHub 上一个开源的个人博客系统:Bolo Solo,简单易部署,自带精致主题、数据统计表、邮件提醒、自定义图床、功能丰富的 Markdown 编辑器,专为程序员设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqqbdewnY) +[NBlog](https://github.com/Naccl/NBlog) | 一个前后端分离的开源博客系统,基于 Spring Boot + Vue 技术栈开发,界面清新简洁,拥有多个丰富的博客组件,自带管理后台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgMIKs1ng) +[algorithms](https://github.com/xingxingzaixian/django-drf-online-exam) | 一个开源的在线考试系统,按照不同功能,可划分为题目管理、答题系统、权限分配、评卷系统等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgGPqCVrZ) +[JavaSecInterview](https://github.com/4ra1n/JavaSecInterview) | 由国内开发者更新与维护的 Java 面试题库,主要围绕 Java 安全研究与安全开发领域,覆盖了Shiro 和 Spring 框架、Fastjson 和 Log4j2 组件等安全知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfUI46bDG) ### Python 名称 | 简述 | 源 ---- | ----- | ----- -[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) +[Pynecone](https://github.com/pynecone-io/pynecone) | GitHub 上的开源 Python 全栈开发框架:Pynecone,可让你在短短几分钟内,快速搭建一个 Web 应用。无需任何 Web 开发基础,即可上手使用。非常适合用来构建 AI 模型的 Demo 示例,简单又方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mjr16mOmN) +[python-tutorial](https://github.com/shibing624/python-tutorial) | GitHub 上一个开源 Python 实用教程。包括了 Python 基础,Python 高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。教程中包含的范例,涵盖了大多数 Python 日常脚本任务,可作为入门学习资料,亦可作为工作中编写脚本的参考实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaegHpKyi) +[PrettyMaps](https://github.com/marceloprates/prettymaps) | 一个在 GitHub 开源的小型 Python 库,可基于 OpenStreetMap 数据,帮助开发者快速绘制简洁美观的地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0eOpztkq) +[pyWhat](https://github.com/bee-san/pyWhat) | 推荐一款比较实用的 Python 脚本工具:pyWhat,能够快速提取信息中的 IP 地址、邮箱、信用卡、数字货币钱包地址、YouTube 视频等内容。不仅如此,pyWhat 还可对文件和目录进行扫描,通过递归搜索,快速获取核心信息,并对结果进行筛选、过滤、排序、导出等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M06z02xGH) +[MLScraper](https://github.com/lorey/mlscraper) | 一个开源的 Python 爬虫脚本,可基于机器学习自动从 HTML 页面中抓取数据。在给爬虫提供输出结果的示例后,它便会自动提取规则,对页面数据进行抓取,整个过程无需指定 CSS 选择器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE4hMxRgU) +[《动手开发一个 Python 小项目》](https://inventwithpython.com/bigbookpython/) | 书中收录了 80 多个 Python 项目,每个项目都是一个独立章节,其中包括项目实例、源码、进一步开发建议等内容。书中每个项目代码量最多只有 200 多行,对新手友好,适合快速上手学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBdwuw5KU) +[Kindle_download_helper](https://github.com/yihong0618/Kindle_download_helper) | 一年后,Kindle 将退出中国市场,此前购买的书籍,在 2024 年 6 月 30 日后,将无法进行下载。一个在 GitHub 上开源的 Python 脚本,可用于批量下载往期已购买的 Kindle 电子书,并将其保存到本地。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwLLWnfmd) +[NannyML](https://github.com/NannyML/nannyml) | 一个适合数据科学开发者使用的 Python 库:NannyML,该项目搭配了拥有简单、易用的可视化界面,让你可以提前预估部署后的模型性能,检测数据漂移。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ltqn287bb) +[PyScript](https://github.com/pyscript/pyscript) | 简单添加几行代码,便能在 HTML 中内嵌 Python 代码,并在浏览器上运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrWscwV7h) +[GDB dashboard](https://github.com/cyrus-and/gdb-dashboard) | GitHub 上开源的 Python 调试工具:GDB dashboard,为 Python GDB 提供了可视化界面,更清晰的显示了程序调试信息,使开发者能专注于 Python 控制流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqGG6kbV9) +[NIVOS](https://github.com/TheSadError/NIVOS) | 一个开源的 Python 工具包,可用于深入扫描、破解 WIFI,适用于所有 Linux 系统,部分功能仍在持续升级中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqeoBnWyo) +[Greppo](https://github.com/greppo-io/greppo) | GitHub 上的开源 Python 框架,可快速搭建一款可交互式的「地理空间」应用。该框架提供了一整套完整工具包,让你可以轻松打通数据、算法、可视化 UI 等模块,构建一款交互式应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Liw9zejPT) +[algorithms](https://github.com/xingxingzaixian/django-vue3.2-online-exam) | 一个开源的在线考试系统,按照不同功能,可划分为题目管理、答题系统、权限分配、评卷系统等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgGPqCVrZ) +[Kedro](https://github.com/kedro-org/kedro) | 一个开源 Python 框架,可帮助你创建可复用、可维护、模块化的数据科学代码,支持与 VSCode 和 PyCharm 搭配使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgmNn1rJ5) ### 前端 名称 | 简述 | 源 ---- | ----- | ----- -[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) - -### 移动端 +[「PoseMon 让爷康康」](https://github.com/linyiLYi/pose-monitor) | 国内开发者在 GitHub 开源的一款 Android 应用:「PoseMon 让爷康康」,可借助 AI 技术,实时监测不良坐姿,并及时给出语音提示。应用不需要联网使用,所有 AI 特性均在手机本地运行,不需要将视频画面传输至外部服务器,仅需要摄像头权限用于获取姿态画面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MecX2f7DZ) +[Magical Spider](https://github.com/lixi5338619/magical_spider​​​) | 神奇的蜘蛛,一个几乎适用于所有 Web 端站点的采集方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1jYX9t87) +[云开发情侣互动小程序](https://github.com/UxxHans/Rainbow-Cats-Personal-WeChat-MiniProgram) | GitHub 上这个情侣互动小程序可以玩一下,给生活增添点趣味。项目基于云开发能力构建,可作为情侣自己的任务和商城系统,主要特性包括做任务,攒积分,换商品等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFiSO1hRm) +[vuejs-challenges](https://github.com/webfansplz/vuejs-challenges) | 一个 Vue.js 在线挑战平台,里面提供了多道 Vue.js 练习题,帮你一步步掌握 Vue.js 的使用。该项目意在帮助你更好地了解 Vue.js,编写出实用程序,或单纯享受挑战乐趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC2YQimtz) +[Vue Flow](https://github.com/bcakmakoglu/vue-flow) | GitHub 上一个开源的 Web 流程图组件:Vue Flow,支持灵活定制、可应用于 Vue 3,具有丝滑的缩放与拖拽交互,自带 Minimap 和各类实用的图形组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyCh8l1Pt) +[WebGAL](https://github.com/MakinoharaShoko/WebGAL) | 这是一款界面美观、易于开发的网页端视觉小说引擎。通过该引擎,你可以快速制作属于自己的小游戏。项目配有使用教程,令你无需网页开发基础,3 分钟即可学会所有的语法。只要你有灵感,便可以立刻开始创作自己的 Galgame。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwJ1teQwW) +[Chirpy Jekyll Theme](https://github.com/cotes2020/jekyll-theme-chirpy) | 一个轻量级、响应式的个人静态博客主题:Chirpy Jekyll Theme,自带暗黑模式、可自动生成相关帖子,支持语法高亮、数学公式、流程图等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvylZlO9j) +[PaoPao](https://github.com/rocboss/paopao-ce) | 一个风格类似 Twitter 的开源社区,基于 Gin、Zinc、Vue 等技术栈搭建。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvrtLyUq7) +[CSS Buttons](https://github.com/eludadev/css-buttons) | 这个 GitHub 项目基于 CSS,实现了 100 种不同的 Web 按钮样式,包括动画效果、外观、转场过渡效果等,脑洞颇大。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtGtxq7JV) +[Geeker Admin](https://github.com/HalseySpicy/Geeker-Admin) | 推荐 GitHub 上一套开源的后台管理框架:Geeker Admin,项目基于 Vue3.2、TypeScript、Vite2、Pinia、Element-Plus 等技术栈开发而成。拥有数据大屏、统计信息可视化、表格操作 Hooks 封装、组件 UI 动态切换、i18n 国际化多语言、常见 Web 指令定制等诸多功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtjiEccit) +[Horizon UI](https://github.com/horizon-ui/horizon-ui-chakra) | GitHub 上一个开源的管理后台模板:Horizon UI,内置数百个组件与模块,可帮你快速开发出精美、简洁的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lqddyamna) +[Luckysheet](https://github.com/mengshukeji/Luckysheet) | 一款纯前端实现的,类似 Excel 的在线表格,功能强大、配置简单、完全开源。支持大部分 Excel 功能,如冻结行列、合并单元格、筛选、排序。并内置了透视表、图表、计算函数等数据分析常用功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoYe9w229) +[Fantastic-admin](https://github.com/hooray/fantastic-admin) | 一款开箱即用的 Vue 中后台管理系统框架,拥有多种布局与主题,动效丰富,可灵活定制,并支持多语言、多级路由缓存、自动生成导航栏等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnZlhmZjL) +[Instagram MERN](https://github.com/jigar-sable/instagram-mern) | 应该是我见过最全功能复现的 Instagram 克隆版了,基本上覆盖了诸多 ins 常用的前后端功能。支持登录注册、个人信息的增删改查、帖子与私信互动,Emoji 支持等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkVCh6wku) +[dooringx](https://github.com/H5-Dooring/dooringx) | GitHub 上开源的可视化平台搭建方案:dooringx,通过提供一套数据流事件机制、弹窗等解决方案,让你可以快速定制一个可视化拖拽平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgW9f0ltw) +[Vue vben admin](https://github.com/vbenjs/vue-vben-admin) | GitHub 上一个开源的管理后台模板:Vue vben admin,基于 Vue 构建,开箱即用,拥有多款可配置主题,内置 Mock 数据方案、动态路由权限生成方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeYLR12Zj) +[Medusa](https://github.com/medusajs/medusa) | GitHub 上一个开源的电商建站平台,可基于各种 UI 组件与 API,用模块拼装的方式,快速搭建个人电商平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LePllw9iF) +[Olympic](https://github.com/dragonir/3d/tree/master/src/containers/Olympic) | 国内开发者用代码实现的「冰墩墩」,基于 Three.js + React 技术栈构建,代码已在 GitHub 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeOahodSj) +[Graphics](https://github.com/entronad/graphic) | GitHub 上一个开源的可视化 Flutter 图表库,提供了一种基于图形语法的声明式定义,可组合出多种图表类型,并拥有丰富的属性配置和交互组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbACshpig) +[S2](https://github.com/antvis/S2) | 一款基于数据驱动的多维分析表格,通过提供底层能力库,基础组件,业务场景组件以及自由扩展的能力。具备高性能、高扩展、可交互、开箱即用等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaJZ0yxiX) +[Mall Cook](https://github.com/wangyuan389/mall-cook) | 一款开源的可视化商城搭建平台,包括多页面可视化构建、JSON Schema 生成器(可视化搭建物料控制面板),实现组件流水线式标准接入平台等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La8h0y4z3) -名称 | 简述 | 源 ----- | ----- | ----- -[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) ### 工具 名称 | 简述 | 源 ---- | ----- | ----- -[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) +[ILLA Builder](https://github.com/illacloud/illa-builder) | GitHub 上最近比较火的一款低代码开发工具:ILLA Builder。可让你在短短几分钟内,快速搭建一个企业内部应用。项目内置了一整套 UI 组件库,通过拖拽组件,即可完成应用搭建。此外,工具还接入了多种数据库和 API,让数据调用更加简单方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MkvLkwZ3j) +[Photoshot](https://github.com/shinework/photoshot) | 一款开源的 AI 头像生成器,用户将自己的个人头像上传后,可借助 Stable Diffusion 模型进行训练,并生成一款拥有不同风格的个人头像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mjgk2lKIG) +[ChatGPT 微信](https://github.com/fuergaosi233/wechat-chatgpt) | 可将 ChatGPT 集成到微信的开源项目,通过发送对话,即可接受到来自 ChatGPT 的结果反馈,玩起来又更方便了,另外一款是 [ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[Misskey](https://github.com/misskey-dev/misskey) | 一个开源的去中心化微博社交平台:Misskey,完美适配了 PC 与移动端界面。支持丰富且可定制化的 Web UI、Emoji 表情、在线笔记、云存储、多主题、统计图表、实用组件等多种功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mic1I1tiU) +[StockAI](https://www.stockai.com/) | 一款颇有意思的图片搜索引擎:StockAI。输入关键词即可搜索图片,如果图片不存在,则会通过 AI 自动生成近似图片。个人非商业可免费下载小图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mi4aDBbtZ) +[Lama Cleaner](https://github.com/Sanster/lama-cleaner) | GitHub 上一款开源的图像修复工具:Lama Cleaner,基于 SOTA AI 模型构建,功能颇为齐全。可用于快速去除图像中各种物品、人物、字体、水印等对象,并支持老照片修复、文本替换图像内容等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MftUc9pdK) +[AutoCut](https://github.com/mli/autocut) | GitHub 上一款开源的视频剪辑工具:AutoCut,可通过字幕快速剪切视频。工具支持自动生成字幕,用户无需使用视频编辑软件,仅需编辑文本文件,即可完成剪切。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MfktHxK73) +[GoToSocial](https://github.com/superseriousbusiness/gotosocial) | 一款开源的轻量级社交平台,类似 Twitter 与 Tumblr。支持关注他人、发布推文、点赞分享内容、一键拉黑等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MefjaiTnv) +[Stash](https://github.com/stashapp/stash) | 一款开源的视频与图像管理 Web 应用,基于 Go 编写,支持自部署,可将视频和图像按标签进行分类,以及信息提取与统计等功能。项目支持通过 Windows、macOS、Linux、Docker 等方式进行安装部署,并拥有多种 CSS 样式可供定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mee86n3KX) +[Memphis](https://github.com/memphisdev/memphis-broker) | GitHub 上一款开源的实时数据处理平台:Memphis,与 Apache Kafka 相比,构建数据流应用程序的速度快 9 倍。该项目提供了功能丰富的命令行与可视化界面,帮助实现快速开发,极大降低成本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MebnCFcES) +[VHS](https://github.com/charmbracelet/vhs) | 一款开源的命令行 GIF 生成工具,可自动生成命令行的 GIF 动画,并应用到教程、文档、工具演示、测试等场景上。该工具支持自定义配置动画字体、间距、行高、延迟、打字速度、主题、删除与指针移动效果等各种属性,功能非常齐全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md0I8aM1M) +[Pake](https://github.com/tw93/Pake) | 一个可将各种网页快速打包成 Mac App 的开源工具。相比 Electron 更加小巧易用,速度更快,同时实现了通用的快捷键透传、沉浸式窗口、拖动、打包样式兼容等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaZpcf4sH) +[RedEye](https://github.com/cisagov/RedEye) | GitHub 上一款开源的安全可视化分析工具:RedEye,可用于协助红队可视化报告指挥和控制行动。该工具允许操作员评估和展示复杂数据,调整策略,并根据红队评估做出有效决策。支持日志解析,格式化输出数据,对行动进行标注等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaV5in0Jr) +[Fyrox](https://github.com/FyroxEngine/Fyrox) | 一个基于 Rust 开发的 2D & 3D 游戏引擎。自带功能齐全的可视化操作界面、高度可扩展的渲染器、拥有创建复杂动画的内置系统、高品质双耳音响系统,支持 Windows、Linux、macOS 等主流操作系统。另外,该项目还配套了工具使用教程,帮助你更快的上手游戏开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaicgjMt5) +[Markwhen](https://github.com/kochrt/markwhen) | 一款可快速创建时间线的开源工具:Markwhen。通过类似 Markdown 语法,即可快速生成直观、可视化的时间线内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MafQ8dNRK) +[Umi-OCR](https://github.com/hiroi-sora/Umi-OCR) | 一款功能颇全的开源 OCR 软件,可离线使用,适用于 Win10 x64 平台。该软件支持截屏识别、粘贴图片,支持批量导入本地图片,将 OCR 结果输出到软件面板或本地文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma6pD0MW6) +[Sharing](https://github.com/parvardegr/sharing) | 一款开源的命令行工具。无需安装任何移动端 App,即可实现 PC 到移动端的文件共享功能,支持 iOS 和 Android。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9vSIpEPy) +[Code App](https://github.com/thebaselab/codeapp) | 一款开源的 iPad 代码编辑器:Code App。内置 Node.js、Python、C、C++、PHP 等多种开发环境,自带 Git、Pip、NPM 等工具,可连接并管理远程服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9t8ekIcm) +[Notes](https://github.com/nuttyartist/notes) | 一款开源的跨平台笔记应用,支持文件夹嵌套与标签管理、可自定义界面主题,采用QT、C++ 原生开发,响应速度快。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M7GyyFDWT) +[Gooey](https://github.com/chriskiehl/Gooey) | 一款可直接将 Python 命令行工具转为 GUI 应用的开源程序,帮助你优化用户体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6vGU7Izk) +[CubyText](https://github.com/vincentdchan/CubyText) | 一个开源的知识管理软件:Cuby Text,通过区块来管理内容,让信息更有条理。软件界面清新、简洁、数据存储在本地,可更快搜索查找,并支持 Windows、Linux、macOS 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6s9Ibq2z) +[Motionity](https://github.com/alyssaxuu/motionity) | 一个开源的动画编辑工具,可在浏览器直接打开使用。支持视频剪切、图像搜索过滤、文本动画库、图层蒙版等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4KSR1axX) +[Notesnook](https://github.com/streetwriters/notesnook) | 一个开源的端到端加密笔记软件,可用于替代 Evernote,该项目提供笔记共享、历史回溯、个性化主题定制、富文本编辑,并支持导出成 PDF 与 Markdown 等格式的笔记文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4BskoKun) +[SurrealDB](https://github.com/surrealdb/surrealdb) | GitHub 上一个开源的云原生数据库:SurrealDB,通过简化数据库和 API 堆栈,以减少项目开发时间,提高生产力。除了处理日常数据事务,该数据库还能当做 API 后端层使用。支持 SQL 查询、GraphQL、ACID 事务、WebSocket 连接、结构化和非结构化数据、图形查询、全文索引等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2xoVB8yQ) +[WSysMon](https://github.com/SlyFabi/WSysMon) | 一个开源的 Windows 任务管理工具克隆版,可用于 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2wdR50H3) +[TerrainDecorator](https://github.com/emrecancubukcu/Terrain-Decorator ) | 一款轻量级 Unity 3D 地形绘制工具:TerrainDecorator,包含了各种坡度、高度、噪声、图像遮罩和混合模式等过滤器,可帮助开发者快速创建地形纹理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2v2Nwh3a) +[One Last Image](https://github.com/itorr/one-last-image) | 一个能将「赛璐璐风格」动画截图或插画,转换成 One Last Kiss 封面风格的在线生成器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M18cku47e) +[pdf-diff](https://github.com/serhack/pdf-diff) | GitHub 上一款开源的 PDF 文件对比工具:pdf-diff。可用于追踪、对比不同 PDF 版本间的差异。像 Git 一样,让你更好的了解 PDF 内容变更情况。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0prZBkBt) +[Label Studio](https://github.com/heartexlabs/label-studio) | GitHub 上一款开源的数据标注神器:Label Studio,可用于标注音视频、文本、图像、时间序列等数据类型,并导出为多种模型格式。此外,该工具还支持多账号登录、流线型工作模式、可配置标签格式、集成机器学习模型、嵌入数据管道等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0fZuF2AD) +[AFFiNE](https://github.com/toeverything/AFFiNE) | GitHub 上又一个开源的 Notion 替代品:AFFiNE,一款功能颇为强大的知识库管理工具。界面样式清新简洁、支持所见即所得的编辑和排版,拥有基于 Markdown 的多任务管理、多人实时协作。私密性强,可在本地自部署,目前项目仍在持续更新迭代。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M04e0h98c) +[Wireflow](https://github.com/vanila-io/wireflow) | 一款开源的在线流程图绘制工具,支持使用 100 多种自定义图形、可进行多人协作、权限分配、实时聊天等功能、并拥有丰富的功能组件库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE36JxtQd) +[Pixel Art to CSS](https://github.com/jvalen/pixel-art-react) | 一个开源的像素风图像编辑工具,基于 React 开发,通过结合 CSS 的 box-shadow 和 keyframes 特性,实现了在线绘制像素风图像的需求。在绘制完成后,你还能将其导出成 GIF、静态图像或纯代码,并粘贴到自己的网站上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDj9ja8ou) +[DBER](https://github.com/findyourmagic/dber) | GitHub 上一个开源的数据库设计工具:DBER,基于实体连接图,支持可视化数据库结构设计、拖拽生成模型引用关系、一键导出 SQL 语句等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDgoP6gGD) +[Lensm](https://github.com/loov/lensm) | 一款基于 Go 语言开发的汇编及源代码浏览工具,可用于项目性能优化、调试等场景。作者还特地写了一篇文章,阐述了整个项目的开发历程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDaTSg1k6) +[Termtyper](https://github.com/kraanzu/termtyper) | 为了提升自己的打字速度,国外一位开发者在 GitHub 开源了一款命令行终端打字游戏,该游戏提供了一个简单直观的可交互界面,支持设置游戏难度、主题样式、游戏时间以及按键声音,最后还能统计打字精准度,帮你快速提升打字速度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD8xK6Kvp) +[DiceBear](https://github.com/dicebear/dicebear) | 一个开源的头像生成库,可通过给定的唯一标识,快速帮助开发者与设计师,生成一款简单可爱的用户头像。还提供了 API,供开发者接入调用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD6YkxV46) +[Navidrome](https://github.com/navidrome/navidrome) | GitHub 上一个开源的跨终端音乐播放器:Navidrome。基于 Material UI 设计风格构建,支持所有主流音乐格式,拥有播放、收藏、专辑管理等功能特性。该播放器兼容 macOS、Linux、Windows 等主流桌面系统与移动端,内置多语言模块,可随时翻译转换为其它语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCTq6fG7a) +[Lively Wallpaper](https://github.com/rocksdanister/lively) | 一个开源的动态壁纸软件,可快速更换、管理桌面动态壁纸,资源占用率极小。应用定制性强,可使用动态和交互式网页、3D 应用、音频可视化工具作为壁纸。支持多种不同分辨率屏幕,内容丰富,使用简单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCf9Pzg0N) +[qsv](https://github.com/jqnatividad/qsv) | 一个开源的 CSV 数据文件处理工具,提供了数十种可用的命令行,可以帮助你更加高效的索引、分析、拆分以及验证 CSV 数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCdYLCk3j) +[FontForge](https://github.com/fontforge/fontforge) | GitHub 上一个开源的跨平台字体编辑器:FontForge,可用于创建、编辑、转换其它多种格式的字体。编辑器提供了中文使用指南,方便新手更好入门。客户端支持 Windows、macOS、Linux 等主流桌面系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCcpls5Yj) +[PocketBase](https://github.com/pocketbase/pocketbase) | 一个基于 Go 编写的后端管理系统:PocketBase,集成简单,开箱即用,拥有清新简洁的后台管理面板。该系统内置实时数据库与 REST API,Google、GitHub 等多平台 OAuth 验证功能,文件可存储在本地或第三方平台,灵活性、扩展性强。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC4yhkJbz) +[massCode](https://github.com/massCodeIO/massCode) | 一个免费开源的跨平台代码片段管理工具,支持组织管理、Markdown 编辑、搜索同步、自动保存、JSON 存储等功能,并提供了 VS Code、Raycast、Alfred 等多个平台插件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBsQik4mH) +[Tooll 3](https://github.com/still-scene/t3) | GitHub 上一个开源的实时动画工具包:Tooll 3,搭配了简单直观的可视化界面,以及丰富的图形组件,让你可以快速创建实时动态图形。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBbalBhZn) +[SMSBoom](https://github.com/WhaleFell/SMSBoom) | 一个开源的 Python 压力测试工具:SMSBoom,可用于测压短信轰炸,全自动添加有效接口,支持异步协程等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAHHNsyvQ) +[wechat-backup](https://github.com/greycodee/wechat-backup) | 一款在 GitHub 开源的微信聊天记录备份工具:wechat-backup,可将聊天记录持久化备份本地硬盘,释放手机存储空间。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzQFZFcbs) +[Hetty](https://github.com/dstotijn/hetty) | 一款可用于安全研究方向的 HTTP 客户端,针对各类信息安全、漏洞悬赏需求进行量身定制,功能颇为丰富,亦可满足日常接口调试需求。该工具支持 HTTP 高级搜索、日志记录,可手动创建、更改、拦截请求、自带基于项目的数据库存储功能,以及简单易用的 UI 界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyUVX1ZPb) +[Watermark-Removal](https://github.com/zuruoke/watermark-removal) | 一个开源的图片去水印解决方案:Watermark-Removal,可基于机器学习的图像修复方法,自动去除图片水印。经处理后的图片,与原图几乎一致。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyTKUki45) +[supes.top](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s-r5s-N1) | 给喜欢折腾智能家居和路由的同学,推荐一个 OpenWrt 配置工具:supes.top。可用于快速下载、定制各种设备的 OpenWrt 固件。Web 界面上提供了多种可选配置,包括设备名称和型号、常用软件包、插件、主题风格、宽带信息等,部分功能需付费才能使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LySzR06g0) +[Redpanda Console](https://github.com/redpanda-data/console) | GitHub 上一款开源的数据流处理工具:Redpanda Console(前身是 Kowl),搭配可视化 UI,可用于快速管理和调试 Kafka/Redpanda 工作负载。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyMGxy6BC) +[tproxy](https://github.com/kevwan/tproxy) | 一款开源的 TCP 连接分析工具:tproxy,可用于监控网络连接,分析请求内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyDscu413) +[MiaoYan](https://github.com/tw93/MiaoYan) | 一款颜值颇高的 Markdown 编辑器:MiaoYan(妙言),拥有极简的设计风格,纯本地使用、支持语法高亮、黑暗模式、源文件保存、国际化等功能。项目基于 Swift5 原生开发,用起来比较丝滑,可自定义快捷和编辑器字体。目前仅支持 macOS 操作系统。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyfGMwxtX) +[BatNoter](https://github.com/batnoter/batnoter) | 一款基于 GitHub 的 Web 笔记应用:BatNoter,可将 GitHub 仓库作为个人笔记存储库,并支持笔记分类、搜索、Markdown 快捷编辑与预览、书签管理等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly6dG4Pxs) +[Beekeeper Studio](https://github.com/beekeeper-studio/beekeeper-studio) | 一款开源的跨平台 SQL 编辑器,提供 SQL 语法高亮、自动补全、数据表内容筛选与过滤、连接 Web 数据库、存储历史查询记录等功能。该编辑器支持 SQLite、MySQL、MariaDB、Postgres 等主流数据库,并兼容 Windows、macOS、Linux 等桌面操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxWrr9vO2) +[Think(云策文档)](https://github.com/fantasticit/think) | 一款开源知识管理工具:Think(云策文档),内置知识库、思维导图、文档模板、在线编辑器等多种工具。可通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxQWueRTz) +[EasyNode](https://github.com/chaos-zhu/easynode) | 一个简易的个人 Linux 服务器管理面板 :EasyNode,支持多服务器管,可通过 WebSocket 实时更新服务器基本信息,如系统、公网 IP、CPU、内存、硬盘、网卡等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxPLrhKGK) +[Pingu](https://github.com/sheepla/pingu) | 日本一位开发者开源的命令行网络诊断工具,可用于替代 ping。在使用时,会逐渐出现一只可爱的 ASCII 企鹅图形,并高亮关键字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxOAohmAw) +[coolify](https://github.com/coollabsio/coolify) | 一个在 GitHub 开源的项目自托管方案,可用于替代 Heroku 和 Netlify。支持反向代理、免费 SSL 证书配置、多种常用数据库配置、项目一键安装与升级等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwCls8WV9) +[vCard](https://github.com/codewithsadee/vcard-personal-portfolio) | 一个在 GitHub 开源的个人简历网站:vCard,支持响应式设计,能让你的个人信息、项目经验、工作经验在 Web 页面上,得到最佳的浏览体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwzAZjeYR) +[Gitploy](https://github.com/gitploy-io/gitploy) | 可在几分钟内,快速搭建一个基于 GitHub 的项目部署系统。项目提供了更为直观的可视化界面,让你可以快速针对项目分支、SHA、标签进行部署,并拥有持续交付和持续部署能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwsUX0jwN) +[Slashy](https://github.com/alyssaxuu/slashy) | 一个开源的 Notion 辅助工具:Slashy,可为 Notion 自定义各种快捷命令,如开启摄像头、录音、绘图、创建注释、可复用的内容模块等,进一步提高编辑效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwrJT9XVO) +[dashy](https://github.com/Lissy93/dashy) | 一个高度可定制化、自托管的服务器启动页构建工具,自带可视化编辑器、状态检测系统,并拥有各类丰富的组件及主题。借助该工具,便可为不同应用快速搭建一个服务器管理面板,并基于各种组件、图标、主题,完成自定义配置,项目内置身份验证、状态监测、搜索、备份、可视化配置、多语言支持等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwqaur6db) +[Wazuh](https://github.com/wazuh/wazuh) | GitHub 上一款免费开源的安全平台:Wazuh,集威胁预防、漏洞检测、风险响应、安全监控于一身。不仅如此,该开源平台还提供了搜索引擎和数据可视化工具,让用户可以更为直观的浏览、配置项目的安全监控信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwkRJ5U8o) +[CogVideo](https://github.com/THUDM/CogVideo) | 一个可基于文本生成视频的开源项目:CogVideo,由清华大学数据挖掘研究小组开源,项目 Repo 中附有论文。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvF1Z1to8) +[emojied](https://github.com/sekunho/emojied) | 一个可以把任意网址转换为 Emoji 表情符号的开源项目,还挺有意思的。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuvxzlSBe) +[LetsMarkdown](https://github.com/Cveinnt/LetsMarkdown.com) | 一个轻量级的网页版 Markdown 编辑器,支持实时协作编辑、语法高亮、自动补全、主题设置等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtI2XBqyG) +[infra](https://github.com/infrahq/infra ) | 一个让你能够快速访问项目基础设施(如 Kubernetes、数据库)的管理工具。集成了简单易用的命令行工具,支持配置同步、权限管理、日志记录、API 扩展等功能。目前项目功能仍在持续更新与迭代。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtC9FmJvV) +[code996](https://github.com/hellodigua/code996) | GitHub 上一个开源的命令行脚本。它可以统计 Git 项目的 commit 时间分布,进而推导出你当前的工作强度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtyCtBqRJ) +[Lapce](https://github.com/lapce/lapce) | GitHub 上一款开源的轻量级代码编辑器:Lapce,功能强大,运行丝滑,支持 Windows、Linux、macOS 等主流桌面系统。拥有类似 Vim 的模态编辑功能,支持代码自动补全、诊断,并内置了远程开发模式、命令行终端,为你提供顺畅的 "本地编码" 体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lti7AuFBl) +[LiveTerm](https://github.com/Cveinnt/LiveTerm) | 可以让你在几分钟内,快速搭建一个拥有命令行风格的网站。项目高度可定制、简单易用。在将项目 clone 到本地之后,只需要编辑项目仓库的 config.json,即可快速完成定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtgWxiaTS) +[cnchar](https://github.com/theajack/cnchar) | GitHub 上一个开源的汉字拼音笔画库:cnchar。功能非常齐全,支持汉字拼音、笔画数解析,多种模式绘制汉字,并能完成语音识别、语音合成等操作。项目支持离线使用,在多端通用,开发者还可进行自定义部署,自定义数据等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsCu3tf3D) +[Modren](https://github.com/RudraSwat/modren) | 一个开源的 Linux 应用商店。安装成功后,便可通过该商店下载、安装各类 Linux 应用。支持 APT、Snap、Flatpaks、DEB 等多种格式的安装包,可用于 Ubuntu、Debian 衍生发行版等系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsvO25LdJ) +[PointLess](https://github.com/kkoomen/pointless) | 一个开源的绘图画布应用:PointLess,开发者可以基于该项目,制作出一些绘画、白板、笔记等应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsoJGbInk) +[BlogHelper](https://github.com/onblog/BlogHelper) | 一个可帮助国内用户写作的托盘助手,支持将本地文章一键发布到主流博客平台,剪贴板图片一键上传至图床(新浪、GitHub、图壳、腾讯云、阿里云、又拍云、七牛云)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrSV0ACzm) +[Obsei](https://github.com/obsei/obsei) | GitHub 上一款开源的低代码工具:Obsei,基于 AI 驱动,可应用于各种开发及业务场景。通过这个工具,可实现社交平台舆论监控、客户投诉预警、自动生成工单、市场调查分析、为 AI 任务生成数据集等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrRlB38IO) +[HertzBeat](https://github.com/dromara/hertzbeat​​​) | 推荐 GitHub 上一个易用友好的云监控系统:HertzBeat。无需 Agent,拥有强大自定义的监控能力。支持网站监测,PING 连通性,端口可用性,数据库,操作系统,API 监控,阈值告警,告警通知等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrN1GclDo) +[BallCat](https://github.com/ballcat-projects/ballcat) | GitHub 上一个支持快速开发的后端脚手架,可快速搭建企业级后台管理系统,并提供多种便捷 starter 进行功能扩展。主要包括前后台用户分离、菜单权限、数据权限、定时任务、访问日志、操作日志、异常日志、统一异常处理、XSS 过滤、SQL 防注入、国际化等多种功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrLQCkU7F) +[AppMaster.io](https://appmaster.io/zh) | 一个无代码应用搭建平台:AppMaster.io,无需编写一行代码,即可快速创造出一个 App,大幅解放生产力。该工具可用于构建本地 Web 和移动端应用程序、自动化业务流程等场景。通过界面拖放,即可构建出可用于生产环境的 App,并支持部署到云端或导出源代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrDNmnxNg) +[DB Fiddle](https://www.db-fiddle.com/) | 一款可在线运行、调试 SQL 数据库的开发者工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrCq8n6VD) +[Actual](https://github.com/actualbudget/actual) | 一个在 GitHub 开源的金融系统,强调「本地优先」原则,可用于管理个人财务,注重安全性和私密性。拥有交易管理、预算跟踪、财务报告生成、交易拆分、跨设备同步、数据导入与迁移、端到端加密等功能。该工具适用于 macOS、Windows、Linux、iOS、Android 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqSEUaD8y) +[JSON Hero](https://github.com/jsonhero-io/jsonhero-web) | 一个实用的 JSON 工具:JSON Hero,提供了简洁直观的 UI 界面,让查阅和理解 JSON 数据变得更为轻松便捷。开发者借助这一工具,能以列表视图、树状视图、编辑器视图等多种方式来查看 JSON 文件,并自动识别数据内容,展示数据预览。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lquv8226L) +[portfolYOU](https://github.com/YoussefRaafatNasry/portfolYOU) | 一个简洁、直观的个人简历主题,可使用 GitHub Pages 快速搭建简历站点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[Spacedrive](https://github.com/spacedriveapp/spacedrive) | 一个开源的跨平台文件管理器,内置了虚拟分布式文件系统(VDFS)。支持从云服务到离线硬盘,将设备的存储容量和处理能力整合到个人分布式云中,用起来既安全又直观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lql4BmjC3) +[MM-Wiki](https://github.com/phachon/mm-wiki) | 一个开源的轻量级知识分享、团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。提供方便的安装界面程序,无需任何手动操作。部署方便,使用简单。具备完善的系统权限管理,系统可以自定义角色,可为不同角色授予不同的权限。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqfzErEAu) +[Perspective](https://github.com/finos/perspective) | 推荐 GitHub 上一个交互式、可视化数据分析工具:Perspective,可用于创建数据报告、数据面板、科研笔记及应用。为了便于开发者与数据科学家上手使用,开发团队还提供了十几个案例供参考学习,其中包含电影、超市、地铁、流媒体等多个分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqbE7EZFp) +[Apifox](https://www.apifox.cn/a1ghdaily) | 一款国产 API 管理工具,该工具基于可视化界面来管理 API 文档,支持 API 自动化测试、CI 持续集成、团队协作,并且它还能根据模型,自动为项目生成 API 代码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq3N29znI) +[Video-subtitle-extractor](https://github.com/YaoFANGUK/video-subtitle-extractor) | 一款开源的视频硬字幕提取工具,可自动生成 srt 文件,无需申请第三方 API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq2dCdEMY) +[LookScanned](https://github.com/rwv/lookscanned.io) | 一个可以将 PDF 转换成扫描文件的开源工具,支持设置文件角度、噪点、模糊度等属性,整个过程无需用到打印机和扫描仪。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lpl0GySm3) +[OpenBBTerminal](https://github.com/OpenBB-finance/OpenBBTerminal) | 一个在 GitHub 开源的股票和加密市场命令行工具。该项目提供了一个基于 Python 的集成环境,允许普通的交易员利用数据科学、机器学习技术来进行交易。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lph59bV0o) +[InvenTree](https://github.com/inventree/InvenTree) | GitHub 上一款开源的库存管理系统:InvenTree,简单易用,可用于跟踪及管理各类库存零件,并支持生成各种报告,可扩展性强。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpbAcf4Jp) +[DevStream](https://github.com/merico-dev/stream) | 一个开源 DevOps 工具链管理工具,将主流 DevOps 全生命周期的开源工具管理起来,提供了包括安装部署、最佳实践配置等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoZNznxuU) +[JavaScript Visualizer](https://github.com/Hopding/js-visualizer-9000-client) | 一个开源的 JavaScript 可视化调试工具,运行后,可动态展示任务队列、调用栈、Event Loop 等过程与结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LogxyjrsY) +[Blockly ML](https://github.com/chekoduadarsh/BlocklyML) | 一个开源的编程可视化工具,可用于辅助学习 Python 和机器学习,让学习过程变得不再枯燥。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo7AIkoE7) +[HertzBeat](https://github.com/dromara/hertzbeat) | 一个开源的、友好易用的监控告警系统:HertzBeat,支持网站,API,PING,端口,数据库,操作系统等监控类型,并自带可视化操作界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo5eBEErQ) +[Weylus](https://github.com/H-M-H/Weylus) | 一个颇有意思的开源项目,可将手机、平板电脑屏幕变成电脑的图形输入板与触摸屏。让你在手机、平板电脑上进行绘图,并呈现到电脑屏幕上,相当于给电脑外接了一块触控画板。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnYae1GmH) +[Amplication](https://github.com/amplication/amplication) | 一个开源的开发者工具,可用于快速构建高质量的前后端项目,提升开发效率。功能包括可视化数据模型管理,自动化批量代码生成,管理面板搭建,生成满足 CRUD 需求的 REST 和 GraphQL API 等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnVO5mgP8) +[JSON Visio](https://github.com/AykutSarac/jsonvisio.com) | 一个开源的 JSON 数据可视化工具,可通过图表节点,完美呈现 JSON 数据间的结构关系与详情,并支持离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnPUN7zmG) +[StartPack](https://github.com/tldr-devops/startpack) | 一些可用于早期项目启动和自托管的 devops 工具包,在项目初期时,可通过这些工具降低项目的开发与运维成本。里面包括了数据库存储、项目管理、实时通讯、内容管理、低代码搭建等技术解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmCuOCmgx) +[Amazing-QR](https://github.com/x-hw/amazing-qr) | GitHub 上开源的 Python 二维码生成器,可生成普通二维码、带图片的艺术二维码(黑白与彩色)、动态二维码(黑白与彩色) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmBjLjhdn) +[Magma Studio](https://magma.com/index) | 一款可用于游戏、动画等艺术创作的平台。支持多人协作绘图,可通过共享画布进行实时绘画,进行头脑风暴和构思。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmA8Gt6jk) +[Orchest](https://github.com/orchest/orchest) | 一款开源的可视化数据管道构建工具,以更简便的方式,快速构建数据管道,无需框架和 YAML 配置,可直接通过 Python、R、Julia 来编写代码,处理数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmxoc9Qlj) +[alist](https://github.com/Xhofe/alist) | 一个支持多存储的文件列表程序:alist,可配置与对接多个不同存储平台,部署方便,开箱即用,并能在线预览、管理多种不同格式的文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmt4iyi5U) +[PicoShare](https://github.com/mtlynch/picoshare) | 一款开源的文件共享系统,简单易用、不限制文件大小、可直接生成下载链接,支持自托管部署,数据安全性可控。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmjDOmblS) +[Cider](https://github.com/ciderapp/Cider) | 一款开源的跨平台 Apple Music 音乐播放器,基于 Vue.js 和 Electron 构建,内置音频增强、社交分享、远程操控等功能。适用于 Windows、Linux、macOS 等主流桌面操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmisKsxbb) +[Obsidian Memos](https://github.com/Quorafind/Obsidian-Memos) | 让你可以用一种全新的方式在 Obsidian 记录日程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LldicAWdh) +[bbtop](https://github.com/Lakr233/mobilePillowTalkLite) | 一个可在 iOS 端运行的 Linux 服务器监控和管理工具,可通过密码、密钥来验证服务器身份,FaceID/TouchID 保护、可配置文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll3RIEf5B) +[regex-vis](https://github.com/Bowen7/regex-vis) | 一个蛮不错的正则表达式可视化工具,作者提供了一系列组件,让你可在 Web 页面上通过配置,快速生成正则表达式,以及对应的可视化图形,并且还支持运行测试,检验结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll2GE6ZHw) +[SteamTools](https://github.com/BeyondDimension/SteamTools) | 一个开源跨平台的多功能 Steam 工具箱,能让你的 Steam 用起来更加丝滑。支持 Windows、Linux、macOS 等主流桌面系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkUre2PTo) +[SystemSix](https://github.com/EngineersNeedArt/SystemSix) | 一款可在树莓派上运行的电子水墨屏,可用于显示日历、天气、操作系统界面等内容,拿来折腾一些小工具应该挺好玩的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkTgabpYR) +[ToolJet](https://github.com/ToolJet/ToolJet) | GitHub 上一个开源的低代码开发框架。提供了丰富的可视化工具箱,仅需几步,即可快速构建企业级部署工具。该框架提供了 API,可对接 PostgreSQL、MongoDB、Elasticsearch 等多种外部数据源,以及常用的第三方服务,如 Stripe、Slack、Airtable。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkNmQpCTi) +[Reactive Resume](https://github.com/AmruthPillai/Reactive-Resume) | 一款颇为独特的简历生成器,可通过各种配置,让创建、更新、共享简历的过程变得更加简单便捷。免费开源、支持中文,可同时创建多份简历,并快速打印成 PDF。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkMbLEXmC) +[CodeEdit](https://github.com/CodeEditApp/CodeEdit) | 一款开源的 IDE 代码编辑器,主要面向 macOS 用户,致力于提供更为丝滑的编程体验,目前功能仍在持续迭代中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lkhyaeecg) +[Another Redis Desktop Manager](https://github.com/) | 一款更快、更好、更稳定的 Redis 桌面(GUI)管理客户端,兼容 Windows、Mac、Linux 等主流系统。性能出众,轻松加载海量键值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkfYKDcxA) +[avvvatars](https://github.com/nusu/avvvatars) | 一款比较火的头像生成器,可快速生成一款独特头像,拥有 40 种颜色、60 种形状搭配,支持自定制,可集成到 Web 项目中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkatN62SU) +[ecapture](https://github.com/ehids/ecapture) | 一款无需 CA 证书,就可以进行 HTTPS 通讯明文抓包的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk9iIE4Hu) +[Visualize Data on Spirals](https://github.com/jokergoo/spiralize) | GitHub 上的一款开源工具包:Visualize Data on Spirals,可快速搭建呈螺旋结构的可视化数据图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk2qwzeCE) +[Dasel](https://github.com/TomWright/dasel) | 一款比较实用的命令行工具:Dasel,可通过类似链式语法的方式,对 JSON、YAML、CSV 等文件进行增删改查、转换等操作。该工具支持多种结构化数据文件,如 JSON、YAML、TOML、XML、CSV 等。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiT8hhbDJ) +[Rayon](https://github.com/Lakr233/Rayon) | 一款开源的服务器监控工具,支持 libssh2 主机连接、密钥认证、远程代码执行、GPU & RAM & 硬盘使用情况监控等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiNDjtisH) +[Yao](https://github.com/) | 一款蛮不错的开源低代码应用引擎,无需编写一行代码,即可快速创建 Web 服务和管理后台,大幅解放生产力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiFA46ss1) +[Plasticity](https://github.com/nkallen/plasticity) | 一款开源的 3D 建模工具,主打小而美的功能,为概念艺术创作而生,可通过各类快捷操作,快速完成 3D 建模工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiD1LkfgL) +[Grist](https://github.com/gristlabs/grist-core) | 一款颇为实用的现代化数据表格,不同于其它普通的数据表格,该项目融合了电子表格的灵活性与数据库的稳定性,从用户体验与性能两方面,着重提高互联网用户的办公效率。该表格支持各类 Python 公式与 Excel 函数,拥有可扩展移植的数据格式、轻便的数据编辑功能,并自带可视化数据面板,开发者还可通过 API 与其它数据源对接。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgQs72lOT) +[TerraForge3D](https://github.com/Jaysmito101/TerraForge3D) | 一款专业的地形生成和建模工具,免费开源,开箱即用,附有多个视频教程供新手入门学习。这款功能包括的功能也颇为齐全,其中有基于 GPU 和 CPU 驱动的地形生成功能、无限制分辨率、可视化节点编辑器、天空和海平面生成器、风雨尘各类物理效果模拟器等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgEtjp5Y5) +[Cyberbrain](https://github.com/laike9m/Cyberbrain) | Google 工程师在 GitHub 开源的一款 Python 可视化调试工具:Cyberbrain(赛博大脑)。支持回溯代码变量的更改历史,查看程序执行状态(包括变量值),带代码进行循环调试等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgBIPrQji) +[vCards CN](https://github.com/metowolf/vCards) | 国内开发者在 GitHub 开源的一个项目:vCards CN(中国黄页 ),可为常用联系人导入头像,优化 iOS/macOS 来电、信息界面体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgxoWqPUI) +[Harmonoid](https://github.com/harmonoid/harmonoid​​​) | GitHub 上一款优雅、简洁的开源音乐播放器,基于 Material Design 理念设计,拥有强大的音乐分类管理功能,支持 Windows 和 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgwdT7Jir) +[china-holiday-calender](https://github.com/lanceliao/china-holiday-calender) | 国内一名开发者在 GitHub 上维护的假期日历:china-holiday-calender,在客户端订阅后,可以很方便的用于查看国内各种节假日、调休、补班日历。文件为 ICS 格式,可供 iOS、Google Calendar、Outlook 等客户端订阅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg2LkBEYD) +[Saikou](https://github.com/saikou-app/saikou) | 一款开源的动漫、漫画客户端:Saikou,名字取自日语 さいこう,有最高、最好之意。该客户端的主要作用,是可用于上传、下载 Anilist 的各类动漫与漫画资源,免费纯净、无广告。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfVT97mhu) +[Mermaid](https://github.com/mermaid-js/mermaid) | 一款受到 Markdown 语法启发而诞生的 JavaScript 图表工具,由开发者 Knut Sveidqvist 所负责维护,目前在 GitHub 已积累 42000 Star,在技术圈内受众颇广。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfTKQ2ym2) +[Trilium Notes](https://github.com/zadam/trilium) | 一个免费、开源的笔记应用程序,专注于建立大型个人知识库。支持树状笔记、笔记加密、全文搜索、自托管服务器,还可生成可视化笔记的关系图和链接图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeQwqhWcs) +[Gyroflow](https://github.com/gyroflow/gyroflow) | 一款开源应用:Gyroflow,可通过调整陀螺仪、加速度计等数据,让运动视频效果更加稳定。此外,它还支持实时预览、参数调整和各类复杂计算、GPU 处理和渲染等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeDancTlq) +[Midarr](https://github.com/midarrlabs/midarr-server) | 一款轻量级视频播放器:Midarr,作者称之为「下一代媒体服务器」,提供了清新简洁的界面,支持查看在线用户状态、可自托管。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeoeWpVV0) +[FireVerse](https://github.com/napthedev/fireverse) | 一款开源的聊天应用:FireVerse,功能齐全,允许一对一聊天、多人群聊。支持发送文字、GIF 图片、贴纸、表情符号等多种不同格式的消息内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Len3RyFBZ) +[DevToys Mac版](https://github.com/ObuchiYuki/DevToysMac) | 里面提供了诸多实用的开发者工具,比如 JSON 格式化、正则表达式测试、Base64 编码与解码、PNG/JPEG 图片压缩、色盲模拟器等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lekjp1SQt) +[tiler](https://github.com/nuno-faria/tiler) | 可以用来生成各种由图片拼接而成的马赛克图像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcIxsqoB1) +[Monitor](https://github.com/lxflxfcl/monitor) | 国内一位网络安全人员在 GitHub 开源了一款漏洞监控平台,主要用于监测 GitHub、微软、CNNVD 等各大平台发布的最新技术漏洞信息,并将漏洞按不同危险等级进行划分,最后再通过企业微信和邮箱进行消息推送。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcEBV4y4R) +[Ansible](https://github.com/ansible/ansible) | 一款开源的自动化运维工具,可让项目和系统变得更加容易部署和维护。通过简单的语法,快速实现从代码部署到网络配置,再到云管理。并使用 SSH 实现一切自动化流程,无需在远程系统上安装代理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcxVU1XlF) +[daedalOS](https://github.com/DustinBrett/daedalOS) | 国外一位工程师在 GitHub 上开源的桌面环境系统:daedalOS,可直接在浏览器运行。主要拥有开始菜单、任务栏、动态壁纸、文件系统等功能。此外,系统还内置了各类开发工具、浏览器、命令行终端、视频播放器等应用,功能颇为齐全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LclKVF9px) +[rnote](https://github.com/flxzt/rnote) | 一款简洁优雅的笔记软件,带有可调整参数的纹理笔触,可用于快速创建手写笔记和绘画。支持插入各类图表、手写注释和文档。你还能将笔记导出成 SVG 或 PDF 格式的文件,与他人分享 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcf4UiKGA) +[ROAPI](https://github.com/roapi/roapi) | 一款开源的开发者工具:ROAPI,无需编写一行代码,即可自动为静态数据集生成只读 API,快速完成静态数据的加载调用。静态数据集所支持的格式,包括 CSV、JSON、Excel、MySQL、Airtable、GraphQL 等格式。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbP9xxZKg) +[Agora Flat](https://github.com/netless-io/flat) | 声网在 GitHub 开源的一款白板工具,支持实时交互、多人音视频通讯和消息聊天、房间创建管理、课堂录制回放、课件存储、屏幕共享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbNYtB3L3) +[Zetane Viewe](https://github.com/zetane/viewer) | 一款在 GitHub 开源的机器学习模型和内部张量 3D 可视化工具。它的主要作用,是能通过理解模型架构、可视化内部数据(特征图、权重、偏差、图层输出张量),为你打开 AI 黑盒。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbMNq4Lm3) +[DevToys](https://github.com/veler/DevToys) | 作者将其称之为「开发人员的瑞士军刀」,里面提供了诸多实用的开发者工具,比如 JSON 格式化、正则表达式测试、Base64 编码与解码、PNG/JPEG 图片压缩、色盲模拟器等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbLCnjM65) +[矩阵乘法计算器](https://github.com/staltz/matrixmultiplication.xyz) | 一个「矩阵乘法计算器」,通过交互式动画,帮助你更好的了解与掌握线性代数中的矩阵乘法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lbv7ud0NF) +[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/LbtWqzTeR) +[DSQ](https://github.com/multiprocessio/dsq) | 命令行工具:DSQ,除了数据查询外,还支持多个文件合并查询,不同格式的数据源文件转化(比如将 CSV 转为 JSON)等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbsLn1orh) +[DataStation](https://github.com/multiprocessio/datastation) | 一款颇为实用的开发者工具,可通过 SQL 语句,快速查询 JSON、CSV、Excel、日志记录库等文件中的数据,并创建可视化图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbsLn1orh) +[mometa](https://github.com/imcuttle/mometa) | 一款面向研发的、代码可视设计编辑平台,对低代码平台不形成依赖,二次开发可以无缝进入代码开发模式;支持所见即所得的可视编辑,用于优化开发体验;可自定义物料,提升功能复用率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbrbXtF7s) +[Hitomi-Downloader](https://github.com/KurtBestor/Hitomi-Downloader) | GitHub 上一款开源的下载工具,可用于快速下载各大网站的视频、漫画、电影、音乐等内容。拥有简洁易用的 UI 界面,多线程及脚本支持。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbmS3hNG2) +[Yasso](https://github.com/sairson/Yasso) | 一款开源的内网渗透辅助工具集,集合了大量的常用功能,拥有丰富的 SQL 渗透辅助功能,支持 RDP, SSH,Redis,MongoDB,MySQL,WinRM 等服务爆破,端口扫描,Web 指纹识别功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb414qKNf) +[Focalboard](https://github.com/mattermost/focalboard) | 一款开源的看板工具,可用于日常工作任务和学习计划的分配、管理,并支持自托管服务器。该项目可作为 Trello、Notion 和 Asana 的开源替代品,支持 Windows、macOS、Linux 等主流操作系统。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb2PZEYuN) +[Papercups](https://github.com/papercups-io/papercups) | 通过该工具直接对接 Slack,简单几步操作,即可为 Web 应用打造一个在线聊天功能。此外,它还支持电子邮件回复、自定义聊天组件、Markdown 和 Emoji 文本等功能,并适配了 Flutter、React 等前端开发框架。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb0tT3TjX) +[Movie Robot](https://github.com/pofey/movie_robot) | 给影迷们推荐一款比较实用的工具:电影机器人,可自动从豆瓣电影的想看、在看、看过中获取影音信息,然后去 PT 站智能选种,找到最匹配的资源加入自己的影音库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaUAz0vDt) +[sqliteviz](https://github.com/lana-k/sqliteviz) | GitHub 上一款比较实用的开源工具,可为 SQLite 数据库快速生成可视化图表,支持导入 CSV 和 JSON 文件,可离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaR3nEvxg) +[Multipass](https://github.com/canonical/multipass) | 一款轻量级的虚拟机管理工具,提供了简单易用的命令行工具,可帮助开发者快速搭建 Ubuntu 虚拟机集群,用于开发测试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](weibo://L9jcZg8z6) +[SeaTunnel](https://github.com/apache/incubator-seatunnel) | 一个简单易用、超高性能的分布式数据集成平台:SeaTunnel,支持海量数据实时同步,每日可稳定高效同步数百亿数据,已在近百家公司生产上使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9eT7r3lz) +[Ghostly](https://github.com/patriksvensson/ghostly) | 一款开源的 GitHub 客户端,可用于接收、组织管理 GitHub 通知,包括 issue 追踪、PR 提交、漏洞修复等,支持 Windows 10/11 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9cwZESyq) +[wechat-report](https://github.com/myth984/wechat-report) | 国内有位开发者在 GitHub 上开源了一个《微信聊天记录年度报告》网页,可用于查看 2021 年与好友的聊天数据报告,项目中附有相关工具与教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9blUhI7P) +[Maui Shell](https://github.com/Nitrux/maui-shell) | 一款重量级 Linux 桌面系统,被国外不少开发者称之为「开启 Linux 桌面新时代」的新系统,项目的最大亮点,在于能同时兼容 Android 与 Linux 系统,跨终端工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L99MutuhT) + + ### 插件 名称 | 简述 | 源 ---- | ----- | ----- -[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) +[ChatGPT Chrome Extension](https://github.com/gragland/chatgpt-chrome-extension) | 一款专为 Chrome 用户开发的 ChatGPT 插件。安装后,在任意页面的文本框中点击右键,就会出现「Ask ChatGPT」选项。选中它,ChatGPT 就会根据当前文本框中的内容,帮你完成各种具体任务,比如写推文、修改邮件、修复 Bug 等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MiO83rqmq) +[「GPT for Google」](https://github.com/wong2/chat-gpt-google-extension) | 一款基于 ChatGPT 构建的 Chrome 插件:「GPT for Google」,还挺好用的。安装之后,除了会在浏览器正常展示 Google 搜索内容,还会在右侧展示 ChatGPT 反馈结果,进一步提升搜索效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MiuSHqAla) +[Obsidian Weread Plugin](https://github.com/zhaohongxuan/obsidian-weread-plugin) | GitHub 上一款开源的 Obsidian 微信读书插件:Obsidian Weread Plugin。可用于同步微信读书中书籍元信息、高亮标注,划线感想、书评等,并将这些信息转换为 markdown 格式保存到 Obsidian 的文件夹中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mbap6DBB3) +[audio-preview](https://github.com/sukumo28/vscode-audio-preview) | 如果你想在 VSCode 中直接播放或预览音频文件,可以安装下 audio-preview 这个扩展。该扩展支持在 VSCode 中查看各类音频文件,如 wav, aac, mp3, ogg, flac 等音频格式的声波图和音谱图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly7rn41bM) +[Motion DevTools](https://motion.dev/tools) | 一个 Chrome 开发者插件:Motion DevTools,可用于快速构建 Web 动画。支持对 CSS 编写的 Web 动画进行审视、编辑、导出等操作,非常方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lst3A5YHS) +[AI Doc Writer](https://github.com/mintlify/vscode-docs) | 国外一名小姐姐开源了一款 VSCode 插件,可通过选中代码块,自动为代码生成注释文档。目前支持 JavaScript、TypeScript、Python 等多种语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbCbSuUYJ) +[omni](https://github.com/alyssaxuu/omni) | 一款功能极其强大的 Chrome 插件,拥有 50 多项特性,为提高生产力而生,让你可以像极客一样来使用 Chrome。功能包括快速切换和搜索页面标签,搜索网页浏览记录,多个快捷键配置,并集成了 Notion、Figma、Docs 等多款工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaSerfrF4) + ### 资料集合 名称 | 简述 | 源 ---- | ----- | ----- -[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) - -### 书籍/教程 +[《程序员海外工作 / 英文面试手册》](https://github.com/eliaszon/Programmers-Overseas-Job-Interview-Handbook) | 上面收录了作者长期以来收集的直投海外找工作的技巧,包括简历润色、主流招聘网站、公司风评查询、面试准备、英文表达等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mm1hyir2i) +[《可用于代码面试的数据结构与算法》](https://github.com/SamirPaul1/DSAlgo) | 里面包含了多种基于 Python3 实现的数据结构与算法,覆盖动态规划、排序算法、二叉树、矩阵、哈希表等。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MlRR2uU6z) +[Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) | 里面整理了一系列与 ChatGPT 互动的玩法与技巧。你可以通过这些玩法,让 ChatGPT 变成 Linux 终端、文本翻译与修正、技术面试官、故事家、脱口秀演员、写作指导顾问、心理咨询家等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mj8a6ofH2) +[《DevOps 2022 技术路线图》](https://github.com/milanm/DevOps-Roadmap) | GitHub 上的开源学习资源:《DevOps 2022 技术路线图》,带你快速了解最新的 DevOps 技术栈。里面包含了 Git、常用编程语言、Linux、网络安全、容器、IaC、CI/CD 等各种 DevOps 相关的学习资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MdcuKtXjC) +[《AI 绘画资料合集》](https://github.com/hua1995116/awesome-ai-painting) | 一份开源的技术资源:《AI 绘画资料合集》,作者汇总了国内外可使用的 AI 绘画平台、技术教程、参数教程、部署教程、业界新闻等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md8XyyKiG) +[Answer](https://github.com/answerdev/answer) | 一个功能齐全的开源问答系统,可应用于产品技术支持、用户交流、工单管理等各种场景。完整适配了移动端,可通过 Docker 快速部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md7o8993M) +[《网络安全工具速查表》](https://github.com/CompassSecurity/Hacking_Tools_Cheat_Sheet) | GitHub 上的开源技术资源:《网络安全工具速查表》,主要整理了信息搜集、网络扫描、嗅探、破解、证书配置等功能的命令行操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md34gxgLY) +[《网络游戏开发技术图谱》](https://github.com/gonglei007/GameDevMind) | GitHub 上开源的学习资源:《网络游戏开发技术图谱》,网络游戏开发知识、技术与信息库,可作为游戏研发技术从业者的导航地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6qAigASE) +[GoBypassAV](https://github.com/TideSec/GoBypassAV ) | 整理了基于 Go 的 16 种 API 免杀测试、8 种加密测试、反沙盒测试、编译混淆、加壳、资源修改等免杀技术,并搜集汇总了一些资料和工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0oiYuS7J) +[bigdata_analyse](https://github.com/TurboWay/bigdata_analyse) | 国内一位开发者在 GitHub 开源的数据分析项目库:bigdata_analyse,收集了多个数据分析项目集合。每个项目都会包含一个友好的说明文档,用来阐述和展示整个开发流程。同时也会提供相关的数据集,以供下载练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD9IOF5uD) +[new-grad-positions](https://github.com/upupming/new-grad-positions) | 2023 届互联网公司校招、实习的最新官方招聘信息整理,帮助在校生消除信息不对称带来的劣势。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LChvXi8F7) +[《Papers for Software Engineers》](https://github.com/facundoolano/software-papers) | GitHub 上的开源技术资源,里面收录了一系列计算机大佬撰写的软件工程论文。内容覆盖计算机与智能、集成电路、共享数据库、密码学、软件工程本质、Web 搜索引擎解析、分布式存储系统、智能合约与去中心化平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC6Unlwtz) +[「云计算自学指南」](https://github.com/madebygps/self-taught-guide-to-cloud-computing) | 该指南主要拆分为六大模块,分别对应 Linux 及计算机网络基础、脚本及代码工具、云计算、DevOps 实践、学习资源、附加资源(技术相关话题)等内容。在每个不同时间段,帮你规划不同的学习路线,让你可以更为清晰的掌握云计算基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBXtUCWm8) +[Modern CPP Tricks](https://github.com/rachitiitr/modern-cpp-tricks) | 微软前工程师 Rachit Jain 在 GitHub 上开源的一份 C++ 知识库:Modern CPP Tricks,里面整理了一些 C++ 相关的开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBWiPgSgy) +[Satellite image deep learning](https://github.com/robmarkcole/satellite-image-deep-learning) | 主要整理了深度学习技术在卫星图像领域中的应用知识。仓库中包含了图像分类与分割、在线分析工具、图像标注、图形可视化、地理信息系统等开源软件,相关技术教程、博客文章等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBvcq7liC) +[《一图胜千言》](https://github.com/girliemac/a-picture-is-worth-a-1000-words) | 由微软工程师 Tomomi 手绘并整理发布。该仓库包含了数据结构与算法、Web 开发、机器学习、Git 开发等编程领域的涂鸦作品,其中有部分被应用到了微软的开源教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyB64suZx) +[《红队知识仓库》](https://github.com/Threekiii/Awesome-Redteam) | 里面收录了一系列网络安全相关的技术文档、开发工具、公开知识库等内容,覆盖漏洞研究、信息收集、内网渗透等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly8CqBp48) +[SVG Spinners](https://github.com/n3r4zzurr0/svg-spinners) | 这个 GitHub 项目收集了 40 多种不同风格的 SVG 加载动画,可用于网站或 App 项目开发。相对于常规的 GIF 格式图像来说,SVG 的可编辑性、可压缩性更强。因此在最近几年,不少网站都开始广泛采用 SVG 来做页面动画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxITe3aSn) +[Cloud-DevOps-Learning-Resources](https://github.com/ahmedtariq01/Cloud-DevOps-Learning-Resources) | 该仓库里面收录了一系列云原生开发学习资料(如 Docker、K8s、Azure),包括技术书籍、速查表、测验题、面试笔记等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwKATsm3B) +[Machine Learning Interview](https://github.com/khangich/machine-learning-interview) | GitHub 上开源的机器学习面试题库:Machine Learning Interview,收录了世界各大互联网公司的机器学习面试题。仓库中包括概率与统计、大数据、AB 测试、机器学习与深度学习领域的速查表、面试准备、学习指南、项目用例、面试经验等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwm2Km2tp) +[API Tracker](https://apitracker.io/) | 这个网站整理了非常多的 API 开放接口,包括一些常见的 API 工具、文章、视频等学习教程。覆盖社交媒体、金融、新闻、游戏、人工智能、音视频等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Luumv8rvc) +[Beautify GitHub Profile](https://github.com/rzashakeri/beautify-github-profile) | 这个 GitHub 仓库收录了多种工具及指南,让你的 GitHub 个人页面看起来更为丰富与美观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ltx33sjk4) +[flutter-tips-and-tricks](https://github.com/vandadnp/flutter-tips-and-trick) | 一份精心收集整理了 Flutter 和 Dart 开发的小技巧资料集合,每个小技巧除了提供代码还贴心的制作图片讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsHMQ0Buq) +[cs-self-learning](https://github.com/) | GitHub 上的开源 CS 自学指南,项目包含了诸多国外高质量 CS 课程,覆盖数据结构与算法、计算机系统安全、数据科学、人工智能、机器学习等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsGBLwrnR) +[「100 天编码挑战计划](https://github.com/kallaway/100-days-of-code) | 国外一名程序员在 GitHub 上发起了「100 天编码挑战计划」,规定所有参与的开发者,每天至少写 1 小时的代码,并提交到仓库中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsFqHABiq) +[Best-of Machine Learning with Python](https://github.com/ml-tooling/best-of-ml-python) | 里面收录了一些比较实用的机器学习与 Python 开源项目与工具。收录项目共计 900 多个,包括数据可视化、自然语言处理、文本与图像数据、Web 爬虫等分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqRhEtejl) +[《C++ Concurrency in Action 2ed 笔记》](https://github.com/downdemo/Cpp-Concurrency-in-Action-2ed) | C++11/14/17/20 多线程,掌握操作系统原理,解锁并发编程技术。原书籍前五章介绍了线程支持库的基本用法,后六章从实践角度介绍了并发编程的设计思想。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqmE2CXDT) +[《区块链黑暗森林自救手册》](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook) | GitHub 上的开源技术教程:《区块链黑暗森林自救手册》,主要介绍了关于区块链安全相关的攻击手段、技术防控知识等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq4Y5m4Pi) +[《机器学习笔记》](https://github.com/dair-ai/ML-Notebooks) | 整理了一系列机器学习任务、应用等代码示例。包括计算机图形、构建一个简单的神经网络、PyTorch 介绍、逻辑回归、文本分类、GNN 介绍等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpXTJxxSl) +[《Rust 新手入门指南》](https://github.com/jondot/rust-how-do-i-start) | GitHub 上的开源技术资源:《Rust 新手入门指南》(Rust 🦀. How do I start?),收录了可供 Rust 新手入门学习的教程、实战项目、开源库、开发者工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpiEzBwJK) +[《程序员延寿指南》](https://github.com/geekan/HowToLiveLonger) | 国内有个开发者撰写了一份《程序员延寿指南》,并开源到了 GitHub,希望通过各种数据与研究分析,进一步探索合理且健康的养生之道。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lpap8kkwd) +[Clone Wars](https://github.com/GorvGoyl/Clone-Wars) | 这个 GitHub 项目收录了 100 多个知名网站的克隆项目,包含教程、源码、Demo 演示、技术栈等内容,非常适合开发者研究学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo3FbheLO) +[AI-RecommenderSystem](https://github.com/zhongqiangwu960812/AI-RecommenderSystem) | 一个开源资料库沉淀了作者自学推荐系统的学习经验。其中包括经典算法模型和技术,各类工具、数据集的参考学习,并尝试用浅显易懂的语言,把每个模型或者算法解释清楚。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnOJJxJzj) +[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/LmrTf0SNM) +[MHDDoS](https://github.com/MHProDev/MHDDoS) | 一个具有 51 种攻击方法的 Python3 DDoS 开源脚本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmqIb3WK5) +[Hacking C++](https://hackingcpp.com/cpp/cheat_sheets.html) | 一份颇为全面的 C++ 速查表与信息图表。覆盖了算法、随机分布、序列、Lambda 表达式、设计指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmpx7t0FO) +[Hacking Tool](https://github.com/Z4nzu/hackingtool) | 作者收录了多款与计算机安全相关的开发者工具,包括网络攻击、DDOS 与 XSS 攻击工具、信息收集、SQL 注入、网络爬虫、哈希破解等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmhjHxoOu) +[Quantitative-analysis](https://github.com/hugo2046/Quantitative-analysis) | GitHub 上关于量化分析的资料参考:Quantitative-analysis,利用 Python 对国内各大券商的金工研报进行复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LlfEkpk3b) +[PeiQi-WIKI-Book](https://github.com/PeiQi0/PeiQi-WIKI-Book) | 一个面向网络安全从业者的知识文库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkiJejY3Z) +[Chinese voice corpus](https://github.com/fighting41love/zhvoice) | GitHub 上的开源中文语音语料:Chinese voice corpus,让中文语音更加清晰自然。里面包含了 8 个开源数据集,3200 个说话人,900 小时语音,1300 万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkbR1ro7B) +[Awesome Portfolio Websites](https://github.com/smaranjitghose/awesome-portfolio-websites) | GitHub 上的一个开源网站:Awesome Portfolio Websites,致力于帮助研究人员、开发者、分析师建立一个可用于展示多维度工作信息的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LjeJLxVQn) +[《2022 年杭州购房指南》](https://github.com/zkqiang/hangzhou-house-guide) | 一位在杭州工作的程序员,该指南是根据他个人多年购房选房经历,总结而成的一篇买房攻略,涉及新房摇号和二手房选购,包含大量杭州城市规划资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiVSLCDYb) +[Sec-Interview-4-2023](https://github.com/vvmdx/Sec-Interview-4-2023) | GitHub 上的开源技术资料库:Sec-Interview-4-2023,来自一位 2023 届毕业生收集的各大互联网安全面试题、面试经验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgnYs5V0I) +[《程序员做饭指南》](https://github.com/Anduin2017/HowToCook) | 详细介绍了地三鲜、回锅肉、鱼香肉丝等十几道菜品的具体料理方法。作者也希望通过开源的方式,让更多人参与到一本菜谱的改进与维护中来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgkrguvFT) +[.NET-Backend-Developer-Roadmap](https://github.com/Elfocrash/.NET-Backend-Developer-Roadmap) | 2022 年 .NET 后端开发者路线图,主要面向微服务架构的后端技术人员,完整高清大图可见 GitHub Repo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg1Agc8l6) +[AI-Expert-Roadmap](https://github.com/AMAI-GmbH/AI-Expert-Roadmap) | 人工智能技术 2022 年学习路线,完整高清大图在 GitHub Repo 可见。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeZWU1rDV) +[Time series resources](https://github.com/lmmentel/awesome-time-series) | 时间序列相关的学习资源整理。覆盖多个常用开发者工具、可视化开源库、技术论文、开源教程等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeXAOC2td) +[AtHomeWithAI](http://t.cn/A6L1qEWP) | Deepmind 发布的人工智能学习资源,包含线性代数、算法、机器学习、深度学习、自然语言处理等各类视频、PPT、指南、教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeRHt42rE) +[Leetcode-retag](https://github.com/resumejob/Leetcode-retag) | 重新分类 Leetcode 高频题,按照面试频率降序排列题目,增加难度分类,适合开发者从简单开始学习算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeMAS52th) +[《命令行速览》](https://github.com/vastutsav/command-line-quick-reference) | 里面总结了 30 多条命令行的基础知识,可帮你快速了解一些常用的命令行用法与开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcHmpq0qt) +[LeetCode 题解仓库](https://github.com/doocs/leetcode) | GitHub 上一个开源的 LeetCode 题解仓库,里面涵盖了多种编程语言的 LeetCode 代码实现,其中包括排序算法、链表、二叉树、栈和队列、动态规划等算法知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcvbrol44) +[《Arch Linux 简明指南》](https://github.com/NakanoMikuOrg/arch-guide) | 提供了从 Arch Linux 安装、显卡驱动、日常软件配置、多媒体制作、编程等所有内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaTpuzDZg) +[《文言文(古文)- 现代文平行语料》](https://github.com/NiuTrans/Classical-Modern) | 基本涵盖了大部分经典古籍著作,原始爬取的数据是篇章级对齐,经过脚本分句以及人工校对,形成共计约 96 万句对,source 下为文言文,target 下为现代文,文件内容按行对齐。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaG3tvogM) +[《深度学习 500 问》](https://github.com/shliang0603/Awesome-DeepLearning-500FAQ) | 国内开发者整理的一份 AI 学习资源,内容以问答形式,对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助有需要的读者。全书分为 18 个章节,50 余万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La5UToCva) + + +### 开源书籍教程 名称 | 简述 | 源 ---- | ----- | ----- -[《系统设计面试指南》](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) - -### 机器学习/人工智能 +[《Comprehensive Rust》](https://github.com/google/comprehensive-rust) | Google 开放的一个 Rust 技术教程,教程为期四天,涵盖了 Rust 基本语法到高级主题,如泛型和错误处理、Android 开发等相关内容。通过这一教程,你将全面学习 Rust 基础语法、编写 Rust 应用、掌握 Rust 常用开发技巧等技术。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MlIqyelZv) +[《标准 C++ 算法指南完整版》](https://github.com/HappyCerberus/book-cpp-algorithms) | GitHub 上的开源技术资源:《标准 C++ 算法指南完整版》,覆盖了该书所有相关的 LaTeX 与代码示例讲解,帮助大家更好的学习与总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mlg94gQoL) +[《Hello,算法 》](https://github.com/krahets/hello-algo) | 一本自带动画图解、能运行、可提问的数据结构与算法入门书。带你了解刷题所需的数据结构,介绍算法的设计思想、优势劣势、实现方法,并拥有可一键运行的配套代码,让你更好的深入学习算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MjTiAlqr0) +[《矩阵力量》鸢尾花书:从加减乘除到机器学习](https://github.com/Visualize-ML/Book4_Power-of-Matrix) | 主要面向开发者,讲解数学的基础知识。按内容划分为基础、坐标系、函数、解析几何、微积分、概率统计、线性代数等 7 大板块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MhUK8xWzx) +[《像黑客一样使用命令行》](https://github.com/xuxiaodong/usingcli-book) | 该书将从实际的例子出发,教你从无到有,一步一步学习命令行的使用。除了文字版本之外,亦有配套视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MgotbfdaD) +[《Stable Diffusion Book》](https://github.com/sudoskys/StableDiffusionBook) | GitHub 上的开源技术教程:《Stable Diffusion Book》,关于 AI 绘画的全面中文 Wiki、入门教程、开源文档。覆盖 AI 绘画相关的术语解释、安装配置、配置与调试、模型训练等相关内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/McZx4g2Ji) +[《机器学习系统:设计和实现》](https://github.com/openmlsys/openmlsys-zh) | GitHub 上的开源技术书籍:《机器学习系统:设计和实现》,主要讲解现代机器学习系统的设计原理和实现经验。该书覆盖编程接口、计算图基本构成、编译器前后端、模型部署、深度学习推荐系统、机器人系统等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb8PGvAyK) +[《基于物理的渲染:从理论到实现》](https://github.com/kanition/pbrtbook) | GitHub 上的开源教程:《基于物理的渲染:从理论到实现》中文翻译版。主要讲解几何与变换、成像过程、光的散射、光传输算法等计算机图形学内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb2Wovblc) +[《数据科学路线图》](https://github.com/Moataz-Elmesmary/Data-Science-Roadmap) | GitHub 上的开源学习资料:《数据科学路线图》,作者整理了一些开放性学习教程,并按照初中高级制定了不同学习路线。里面主要包含统计与概率、Python 基础及工具应用、数据清理与可视化、机器学习与爬虫、深度学习与模型等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb0YC6Ahe) +[《Enhance Your English Writing》](https://github.com/yzy1996/English-Writing ) | GitHub 上开源的学习资料:《Enhance Your English Writing》,作者是香港城市大学的一名博士生。主要收录他在阅读论文的过程中,发现的一些好的英语用法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma8noyjnF) +[《Solidity 极简入门》](https://github.com/AmazingAng/WTF-Solidity) | 每周更新 1-3 讲,主要讲解 Web3 基础开发技巧、合约安全、数字签名、时间锁,常见开发工具使用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma4QdwllJ) +[《手撸解释器》](https://github.com/GuoYaxiang/craftinginterpreters_zh) | 在本书中,作者将悉心拆解解释器相关的概念,在每一章节中逐步进行讲解和实现,并且保证每个章节结束之后都有一个可以运行的解释器版本。该书由一门小型的自创语言 Lox 开始,分别使用 Java 和 C 实现了两种类型的解释器,jlox 和 clox。内容上不会有太过深入的理论,对于普通编程爱好者也可以很容易地上手学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9uHEx8Tl) +[《Data Science: Theories, Models, Algorithms, and Analytics》](https://srdas.github.io/Papers/DSA_Book.pdf) | 主要讲解数据科学的基本知识,并覆盖相关常用算法、模型、R 语言、数据分析、金融应用、神经网络等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M7Fnv1EVp) +[《NLP 新手入门指南》](https://github.com/PKU-TANGENT/nlp-tutorial) | GitHub 上开源的学习资源:《NLP 新手入门指南》,项目作者为北京大学 TANGENT 实验室成员。该指南主要提供了 NLP 学习入门引导、常见任务的开发实现、各大技术教程与文献的相关推荐等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6tkMkriP) +[《Kubernetes 中文教程》](https://github.com/guangzhengli/k8s-tutorials) | GitHub 上的开源技术教程:《Kubernetes 中文教程》,内容偏向于实战进阶。通过带你渐进式修改代码,从最基础的 container 容器的定义开始,经过 pod, deployment, servcie 等资源来打包部署一套完整服务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4Msfkw2E) +[现代统计学概论》](https://github.com/openintrostat/ims) | 一本开放性技术书籍:《现代统计学概论》(Introduction to Modern Statistics),主要讲解数据分析理念与应用、回归建模、统计推断、推理建模等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2nYrA2He) +[《用 Rust 编写一个 JavaScript 编译器》](https://github.com/Boshen/javascript-compiler-in-rust) | JavaScript、Rust 和编译器都很难学,因此作者想将这三者结合起来,挑战自己,用 Rust 编写一个 JavaScript 编译器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1uAwaDtr) +[《Rust 性能优化手册》](https://github.com/nnethercote/perf-book) | 该书面向于 Rust 中级和高级开发者用户,结合理论与实践,讲解多种可以提高 Rust 程序性能的技术和技巧(速度和内存使用)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1la120wV) +[《线性代数的艺术》](https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra) | GitHub 上的开源技术教程:《线性代数的艺术》,主要针对 MIT 教授 Gilbert Strang 的《Linear Algebra for Everyone》教程提供了图形注释,让知识更易于吸收理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M16CUBr8Q) +[《系统设计》](https://github.com/codersguild/System-Design) | GitHub 上开源的技术学习资源:《系统设计》,里面主要整理了系统设计相关的基础知识、面试技巧、开发指南、最佳实践,以及各个互联网大厂的踩坑经验总结等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M05nUrVPg) +[《带你入门前端工程》](https://github.com/woai3c/introduction-to-front-end-engineering) | 分享一本开源的前端技术书籍:《带你入门前端工程》,主要记录作者在近两年来,在前端工程师实践经验和学习心得方面的总结。 书中大部分内容以理论知识 + 代码示例 + 图片进行讲解,部分章节会提供实践教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFgyIa9dz) +[《数据科学工具学习指南》](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/LEcxdvgtN) +[《语音增强初探》](https://github.com/WenzheLiu-Speech/The-guidebook-of-speech-enhancement​) | GitHub 上的开源技术教程:《语音增强初探》,主要讲解语音增强技术相关的技术解析,以及模型应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE5sQFN7t) +[《操作系统导论》中文版](https://github.com/remzi-arpacidusseau/ostep-translations) | 该书共有 50 个章节,内容深入浅出,围绕操作系统的虚拟化、并发、持久性展开讲解,涉及进程与进程、锁、CPU 调度、文件系统实现、分布式系统等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE1xicqHI) +[《Some Assembly Required》](https://github.com/hackclub/some-assembly-required) | GitHub 上一本开源的汇编入门指南:《Some Assembly Required》,主要包括 CPU 工作原理、指令映射、汇编语言与寄存器入门知识介绍等内容。每个章节都比较简短,且配有作者绘制的原理图与代码示例。让技术更易于理解,加深学习印象。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDlvqFy2g) +[《Effective Debugging》中文翻译版](https://github.com/Celthi/effective-debugging-zh) | GitHub 上的开源技术教程:《Effective Debugging》中文翻译版,主要讲述如何更有效率地调试大型程序(以 C/C++ 为例)的方法和技能。书中例子不仅丰富,而且都是从实际的工作经验提取,观点和方法有效且具有可行性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDhYfguVU) +[《BasicSR 中文解读文档》](https://github.com/XPixelGroup/BasicSR-docs) | BasicSR 是一个基于 PyTorch 的开源图像视频复原工具箱,提供了诸如超分辨率、去噪、去模糊、去 JPEG 压缩噪声等功能。该文档提供了关于图像、视频超分复原增强等相关技术知识的解读,以及开源库的使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCPGL2v8u) +[《动手构建一个简单数据库》](https://github.com/cstack/db_tutorial) | 作者将基于 C 语言,手把手构建一个类 SQLite 数据库,让你进一步了解数据库的工作原 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBu1lhaYT) +[《Rust 语言实战》](https://github.com/sunface/rust-by-practice) | 该书将通过有挑战性的示例、练习题、实践项目来提升 Rust 水平,建立从入门学习到上手实战的直通桥梁。书中通过大量的实战练习,帮助大家更好的学习和上手使用 Rust 语言。书中的练习题非常易于使用:你所需的就是在线完成练习,并让它通过编译。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBrFem2gX) +[《概率数值》](https://www.probabilistic-numerics.org/assets/ProbabilisticNumerics.pdf?continueFlag=1bafdcd5c034def869fecb4f3bdaed70) | 一本免费开放的技术书籍:《概率数值》(Probabilistic Numerics),共 400 多页,由 3 位来自各大高校与行业专家作者,历经 7 年写成。该书主要讲解数学基础、线性代数、积分、概率数值、机器学习模型优化、常微方程解法等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB9Zj88Qd) +[《动手学习数据可视化》](https://github.com/handsondataviz/book) | GitHub 上的开源技术教程:《动手学习数据可视化》,主要讲解 Excel 数据处理的常用技巧。数据清理、搜索、可视化,数据图表绘制,第三方开源库的开发指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB45Yt7Mj) +[《Python 项目实战》](https://github.com/learnbyexample/practice_python_projects) | 作者将通过 5 个 Python 实战项目,带你一步步了解 Python 的实际应用。其中包含用 Python 计算器优化命令行工具体验、抓取并分析 Reddit 评论数据、扫描 Markdown 和纯文本拼写错误、构建多选择题 GUI 界面、借助 AI 打造一款小游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LATupt21d) +[《2022 年开源操作系统训练营》](https://github.com/LearningOS/rust-based-os-comp2022) | 教程共分为八章,主要展示如何从零开始,用 Rust 语言写一个基于 RISC-V 架构的 类 Unix 内核 。 + | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAK3UD6yJ) +[《谷歌的软件工程》](https://github.com/qiangmzsx/Software-Engineering-at-Google) | GitHub 上的开源技术资源:《谷歌的软件工程》中文版(Software Engineering at Google),共 25 章,主要讲解 Google 技术团队在「软件工程」领域的实践。该指南覆盖了团队管理、效率测量、代码风格规范、项目测试、版本控制、静态分析、依赖管理、持续交付与集成等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzPuW8TUC) +[《图解 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/Lyif5kWmX) +[《英语论文写作指南》](https://github.com/OpenMindClub/awesome-scholarly-productivity) | 由阳志平团队整理发布。里面包含科技论文制图、数学公式排版、文献分析工具介绍、论文发表技巧、写作工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxY0T5643) +[《Web3 科学家极简入门指南》](https://github.com/gm365/Web3_Tutorial) | 通过学习并使用 Web3.py 模块,实现链上数据查询、转账、合约交互等简单功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxN0XdUfZ) +[《IPv6 简明指南》](https://github.com/tmplink/ipv6) | GitHub 上的开源学习资源:《IPv6 简明指南》,主要讲解 IPv6 的基础知识,让你进一步理解 IPv6 地址的常见概念,如前缀、子网、接口等。作者还会通过图文说明,带你了解家用场景下的 IPv6 实战。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwvtf9MlN) +[《C++ Primer 中文版(第 5 版)》](https://github.com/applenob/Cpp_Primer_Practice) | GitHub 上的开源学习资料:《C++ Primer 中文版(第 5 版)》学习仓库,整理了关于此书的笔记和课后练习答案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwu62CRVR) +[《基于 JavaScript 的区块链、Solidity、Web3 全栈开发教程》](https://github.com/smartcontractkit/full-blockchain-solidity-course-js) | 通过这个教程,你将学到关于区块链、Web 开发、智能合约、密码学、NFT 等各类技术栈原理与应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvAI6fRsp) +[《从零开始的 Kubernetes 攻防》](https://github.com/neargle/my-re0-k8s-security) | GitHub 上的开源技术资源:《从零开始的 Kubernetes 攻防》,主要讲解云原生技术的一些攻防技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuwICnn70) +[《从零开始制作一个操作系统》](https://github.com/yanull/os-guide-cn) | GitHub 上的开源技术教程:《从零开始制作一个操作系统》,教程比较简短,内容讲解不太详细,适合有一定技术基础的人学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtKp6fK6B) +[MLOps Zoomcamp](https://github.com/DataTalksClub/mlops-zoomcamp) | 一份 MLOps 教程,主要讲解 MLOps 基础知识、MLflow 入门、模型部署、模型监控、开发运维、CI/CD、机器学习画布等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtzNy6HgN) +[《现代 JavaScript 教程》](https://zh.javascript.info/) | GitHub 上一本开源的 JavaScript 教程,作者将以最新的 JavaScript 标准为基准。通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。教程划分为 3 部分,涵盖了 JavaScript 编程语言相关知识和浏览器行为。此外还有正则表达式、动画效果等一系列专题文章。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](javascript-tutorial/en.javascript.info) +[SQLBolt](https://sqlbolt.com/) | 一个 SQL 技术教程:SQLBolt,作者提供了一系列交互式 SQL 教程,共 20 个章节,以及课后作业,帮你快速掌握与运用 SQL 开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsyaacOUC) +[《The Kaggle Book》](https://github.com/PacktPublishing/The-Kaggle-Book) | GitHub 上的开源技术书籍:《The Kaggle Book》,Kaggle 是一个知名的科学竞赛平台,不少开发者会通过参加 Kaggle 上的竞赛,快速提升自己的编码经验。通过这本书,你将熟悉 Kaggle 平台的使用、了解不同建模任务(包括对象检测、NLP、时间序列),进一步学习充分利用 Kaggle Notebook、数据集和论坛来提升个人能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[《动手学习深度学习 - 视频笔记》](https://github.com/HIT-UG-Group/DeepLearning-MuLi-Notes) | 课程视频共 73 节,单个视频平均时长不超过 30 分钟。课程既包含少量的机器学习的基础知识;又有如今前沿应用的 各种深度学习模型,同时每一章节的讲解还配备由 pytorch 实现的代码、教科书等等。该课程可帮助同学在短期内,掌握深度学习的基础模型与前沿知识和并提高实践能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrkKblDb4) +[《给数据科学家看的 SQL 教程》](https://github.com/DataWithDanny/sql-masterclass) | GitHub 上的开源技术教程:《给数据科学家看的 SQL 教程》,作者将基于一个加密货币交易数据库,带你了解 SQL 的常见用法。该教程共分为 13 个章节,每个章节作者都会提供不少习题与答案,以便大家训练学习。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqFv23rZN) +[《树莓派编程实用教程》](https://github.com/wxlscm/raspberry_tutorial) | 全书共 31000 字,提供 20 多个树莓派应用实例,适合想在树莓派开发项目的工程师、学生参考学习。此外,该书还涵盖 Python,Linux 命令,C/C++,OpenCV,Darknet 等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqyqFDhTZ) +[《深度强化学习教程》](https://github.com/huggingface/deep-rl-class) | Hugging Face 在 GitHub 开源了一个《深度强化学习教程》,在该教程中,你将通过理论+实践的方式,了解深度强化学习相关的开源库、开发工具、项目发布等基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lqw4xfHVq) +[《语音合成:从入门到放弃》](https://github.com/cnlinxi/book-text-to-speech/releases) | 该书主要介绍当前语音合成技术的发展历史、开源资料、详解语音特征提取、声学模型、语音合成知识结构等技术,感兴趣的同学可以看一下。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmnXId8oh) +[《用 Rust 开发一个操作系统》](https://github.com/phil-opp/blog_os) | 通过这个教程,你将学习如何使用 Rust 来编写一个操作系统,每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LlaxJaW4P) +[《蘑菇书 EasyRL》](https://github.com/datawhalechina/easy-rl) | GitHub 上的深度学习技术书籍,覆盖了强化学习、马尔可夫决策过程、策略梯度、模仿学习等多个知识点。该教程也称为 “蘑菇书”,寓意是希望此书能够为读者注入活力,让读者 “吃” 下这本蘑菇之后,能够饶有兴致地探索强化学习,像马里奥那样愈加强大,继而在人工智能领域觅得意外的收获。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkRGJpxjI) +[《Rust 从零开发到上线》](https://github.com/LukeMathWalker/zero-to-production) | ,该项目主要教你如何通过 Rust 来开发一个后端 API 项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkjUiwhs3) +[《Rust 异步编程指南》](https://github.com/sunface/async-book) | GitHub 上的开源技术教程:《Rust 异步编程指南》,高质量手翻官方的 Async Book, 是一本非常好的异步编程学习使用教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk6yfrfK8) +[《代码整洁之道》](https://github.com/JuanCrg90/Clean-Code-Notes) | 主要讲解如何编写干净、整洁的代码,合理定义代码名称、单元测试、项目数据结构等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk16iblci) +[《机器学习系统:设计和实现》](https://github.com/openmlsys/openmlsys-zh) | 主要讲解现代机器学习系统的设计原理以及实现经验。覆盖了编程接口、计算图、编译器前后端、数据处理、模型部署、分布式训练等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LjbZgE85C) +[《区块链开发指南》](https://github.com/dcbuild3r/blockchain-development-guide) | 一个挺有意思的公益性技术教程,该教程主要讲解 Web 前后端开发、以太坊基础、智能合约、密码学、数据分析等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lj6ujqM5Y) +[《Rust 数据结构与算法》](https://github.com/QMHTMY/RustBook) | 共分九章,主要介绍计算机科学、基本数据结构与算法分析、递归、查找、排序等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiMsg7ZgN) +[《Python 设计模式》](https://github.com/faif/python-patterns) | 作者通过编码实现,为多种 Python 设计模式提供了代码参考示例。除了代码之外,项目中还收录了有关 Python 设计模式的视频讲解,适合配套学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiEcOErVK) +[《Rust 练习实践》](https://github.com/sunface/rust-by-practice) | 该教程将通过简单到困难的代码示例,让你学习如何基于小型项目来练习和实践 Rust。目前有提供中、英文两个版本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiBQHpvtu) +[《Linux 系统操作手册》](https://github.com/abarrak/linux-sysops-handbook) | 主要介绍了 Linux 系统常用的管理技术与运维工具。书中包括系统用户权限管理、Shell 使用技巧、文件权限设置、后台管理任务设置、日志记录的监控与分析等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiuMkmPQm) +[db-tutorial](https://github.com/dunwu/db-tutorial) | 一份数据库相关学习教程,里面含有 MySQL、NoSQL、MongoDB、Elasticsearch、Redis 等学习教程,其中 MySQL 与 Redis 提供了思维导图对学习重点内容进行梳理,以便大家更好学习理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LhUrzumpt) +[《NLP 中文学习笔记》](https://github.com/DengBoCong/nlp-paper) | 作者是来自华中科技大学的硕士生,里面主要记录了一些作者在学习过程中阅读过且感觉不错的论文。对于一些经典或思路很新奇的论文,作者会进行精读,并写一些阅读笔记同步上传更新。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgP4SebE6) +[《深度强化学习:基础、研究与应用 》](https://deepreinforcementlearningbook.org/) | 一本开放的 AI 技术教程,作者为北大助理教授董豪博士。书中主要讲解深度学习入门知识、常用算法、科技前沿研究方向、实际生活应用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgiRPEfVn) +[《代码分析与自动化重构》](https://github.com/modernizing/modernization) | GitHub 上的开源技术教程:《代码分析与自动化重构》,主要讲解如何自己动手设计源码解析、构建代码的代码模型、可视化代码、以及进行自动化的重构和守护。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg57riuYq) +[《概率机器学习》](https://github.com/probml/pml-book) | 作者是 Google 的研究科学家 Kevin P Murphy。来自微软、斯坦福、哈佛等各路大佬对本书的评价如下:"这是一本了不起的书,涵盖了概率机器学习的概念、理论和计算基础,从基础开始,无缝过渡到该领域的前沿" | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg00QipDU) +[《机器人 501:机器人数学》](https://github.com/michiganrobotics/rob501) | 该教程主要是为机器人工程师讲解应用数学相关知识,同时也被用于密歇根大学的研究生教学。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcRXXkIXb) +[《Everything curl》](https://github.com/bagder/everything-curl/) | GitHub 上一本开源技术教程,里面讲述了 curl 项目、命令行工具、开发库的发展历史及技术原理。除此之外,你还可以从中学习到网络协议、命令行工具开发、开源项目维护、软件架构等扩展知识,非常值得一读。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcO2qdbkh) +[《笨方法学 Go 泛型》](https://github.com/akutz/go-generics-the-hard-way) | GitHub 上的 Go 语言开源技术教程,主要包括开发环境安装、Hello World 示例、Go 泛型介绍及代码实现等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcnkm9qo2) +[《静态程序分析入门》](https://github.com/RangerNJU/Static-Program-Analysis-Book) | 作者将手把手教你编写一个静态程序分析器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lc3ij614A) +[《用 90 天学 DevOps》](https://github.com/MichaelCade/90DaysOfDevOps) | 里面记录了国外一名开发者学习 DevOps 的 90 天历程。内容包括 DevOps 定义、Linux 基础知识、计算机网络、k8s 及容器的使用、自动化配置管理、日志监控管理与数据可视化等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbK2WhptF) +[《Python 中的统计学与机器学习》](https://github.com/duchesnay/pystatsml) | GitHub 上开源人工智能技术教程,主要讲解 Python 基础语法、数据处理以及数据可视化、多元统计、线性代数、特征提取、卷积神经网络等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbwiziB52) +[《Rust语言圣经》](https://github.com/sunface/rust-course) | GitHub 上开源的 Rust 中文技术教程,主要包含 Rust 开发环境安装、语法基础入门与高级进阶、异步编程、代码最佳实践、错误处理等内容,对 Rust 进行了全面且深入的讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LblGZkRNB) +[EasyRL](https://github.com/datawhalechina/easy-rl) | GitHub 上开源的 AI 强化学习中文教程,主要包含了强化学习概述、马尔可夫决策过程 、表格型方法、策略梯度、模仿学习等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb1EWpbwm) +[《算法通关手册》](https://github.com/itcharge/LeetCode-Py) | 提供了超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。该教程将通过「算法理论学习」和「编程实战练习」相结合的方式,带你从零基础到彻底掌握算法知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaYUtwaCE) +[《深度学习面试》](https://github.com/BoltzmannEntropy/interviews.ai) | 全书近 400 页,收录了数百道深度学习面试题与答案,附带有精美的插图和图表。该书主要讲解微积分、贝叶斯深度学习、特征提取、逻辑回归等内容,附有 PyTorch、Python 和 C++ 代码示例。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Larea65be) +[《JavaScript 30 天编程挑战》](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 一个前端开源技术教程,作者提供了一个可循序渐进的前端开发指南,带你一步一步入门 JavaScript 开发。内容主要包括前端开发环境配置、VSCode 代码编辑器使用介绍、JavaScript 语法基础、JSON 处理、DOM 对象操作、数据可视化项目编写等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La4lu6yhC) +[《开源软件指南》](https://github.com/github/opensource.guide) | GitHub 官方发布的一套技术文档:《开源软件指南》,有多个语言版本。主要讲解如何启动一个开源项目、项目维护的最佳实践,怎么通过开源工作获得经济报酬等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9dI2pSpQ) + + +### 机器学习人工智能 名称 | 简述 | 源 ---- | ----- | ----- -[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) - -### 有趣/实用网站 +[Paper Picture Writing Code](https://github.com/MLNLP-World/Paper-Picture-Writing-Code) | GitHub 上开源的 LaTeX 画图代码库。里面包含了几种 AI 论文中常用的画图代码,如折线图、柱状图、散点图、注意力可视化以及结构图等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MbcmRFfDL) +[PaddleHub](https://github.com/PaddlePaddle/PaddleHub) | 百度在 GitHub 上开源的一款预训练模型工具包:PaddleHub,涵盖了大模型、CV、NLP、Audio、Video、工业应用等 400+ 预训练模型,代码全部开源,离线可运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M5Ici3sxr) +[AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying) | GitHub 上一个开源的 AI 知识库,主要帮助开发者快速上手 AI 理论及应用实战,基础知识、机器学习、深度学习、自然语言处理 BERT,含大量注释及数据集,力求每一位能看懂并复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFfMNz3bo) +[Dot](https://github.com/sensity-ai/dot) | 是 GitHub 上一个开源的 Deepfake AI 换脸攻击工具包。针对身份验证、视频会议系统等渗透测试工作而生,可供安全分析师、红队成员和生物识别研究人员使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB8pSEYV1) +[ClearML](https://github.com/allegroai/clearml) | GitHub 上一个开源的机器学习工具包:ClearML,自带简洁美观的可视化界面。该工具可用于简化机器学习开发、运维流程,自动完成实验跟踪与结果记录,并提供了灵活多变的数据管理方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyLvv9lJn) +[Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) | 日本开发者在 GitHub 开源的一款图像处理节点编辑器,通过该工具,可以辅助并完成深度学习的各项图像处理工作,快速验证、对比各个图像在不同条件下的执行结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly9NtmoMG) +[BEVFormer](https://github.com/zhiqi-li/BEVFormer) | GitHub 上一套开源的环视物体检测方案:BEVFormer,实现了在鸟瞰图视角下的特征优化,可应用于汽车自动驾驶场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxZbW6AGc) +[Paper2GUI](https://github.com/Baiyuetribe/paper2gui​​​) | 一款面向普通人的 AI 桌面 APP 工具箱,开箱即用,非常方便,已支持 15+ AI 模型,内容涵盖语音合成、视频补帧、视频超分、目标检测、图片风格化、图片 OCR 识别等领域,兼容 Windows、Mac、Linux 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwMX2DEr6) +[FinRL](https://github.com/AI4Finance-Foundation/FinRL) | GitHub 上一个开源的量化金融自动交易框架:FinRL,附带有完整的深度学习、量化交易技术教程。项目覆盖了各类常用市场,并提供先进的算法核心,支持各种金融任务(投资组合分配、加密货币交易、高频交易)、实时交易等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwDwv9lEw) +[internet-dataset](https://github.com/RimoChan/internet-dataset) |这个 GitHub 仓库收录了各种通过搜索引擎获取的数据集,整体数据量将近 50G,其中包括域名、网页、反向索引等数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lvzx3kXBi) +[Energon-AI](https://github.com/hpcaitech/ColossalAI) | GitHub 上一个开源的大模型推理系统:Energon-AI。仅需对现有项目进行极少量修改,即可完成自定义大模型的推理部署,获得并行扩展的超线性加速。对于 AI 大模型分布式推理加速,相比英伟达 FasterTransformer 可提升 50% 以上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvvNF8glt) +[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | 国人在 GitHub 开源的一个项目:Colossal-AI,仅需极少量修改,即可让现有深度学习项目,在单张消费级显卡上,完成大模型训练,极大降低了项目研发成本!简而言之,有了这个开源项目后,每个人都可以在家训练 AI 大模型!尤其是大幅度降低了 AI 大模型微调、推理等下游任务和应用部署的门槛。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtnCy6sQH) +[Gradio](https://github.com/gradio-app/gradio) | GitHub 上这个名为 Gradio 的开源项目,可在短短几分钟内,为机器学习模型生成一个简洁、优雅的 UI 界面,让你能在浏览器中进行项目演示。通过该界面,你可以完成拖拽上传图像、粘贴文本、声音录制等操作,并查看模型输出内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lr25mDzFw) +[nlp-paper](https://github.com/DengBoCong/nlp-paper ) | 字节跳动工程师在 GitHub 上整理的 NLP 论文列表(附阅读笔记),收录了一些比较经典或思路新奇的论文。其中包含 NLP 领域下的对话语音领域,复现模型以及数据处理等(代码含 TensorFlow 和 PyTorch 两版本) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqHRacIRL) +[Goopt](https://github.com/jokenox/Goopt) | 国外有位开发者基于 GPT-3 做了一款 AI 搜索引擎:Goopt,通过该搜索引擎检索到的所有内容,全部都是由 AI 和算法合成的。你可以在上面搜索任意术语,以获取相关结果与内容。通过这种方式,进一步模拟网页浏览体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqDVBBooN) +[AI-Paper-Collector](https://github.com/MLNLP-World/AI-Paper-collector) | GitHub 上一个开源的 Python 脚本:AI-Paper-Collector,可用于查找包含指定关键词的顶会论文列表,涵盖了 2019-2021 自然语言处理,计算机视觉,信息检索等领域的顶会论文。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq7keozHW) +[ChineseLyrics](https://github.com/dengxiuqi/ChineseLyrics) | GitHub 上开源的中文歌词数据库,作者收录了 10W+ 首歌词数据,给做 NLP 和数据分析领域的朋友们提供参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpWIF3AXx) +[ROS-Face](https://github.com/maHidaka/ros_face) | 一个挺有意思的开源项目。作者希望通过 ROS(机器人操作系统)来控制人脸面部表情,让面部动作听从机械指令 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp7EEn4EN) +[nlp-notebook](https://github.com/jasoncao11/nlp-notebook) | GitHub 上开源的 NLP 领域常见任务的实现:nlp-notebook,包括新词发现、以及基于 PyTorch 的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoicfBjgt) +[funNLP](https://github.com/fighting41love/funNLP) | 几乎最全的中文 NLP 资源库。包括中英文敏感词、语言检测、中外手机 / 电话归属地 / 运营商查询、名字推断性别、手机号抽取、身份证抽取等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo6pE6Y8x) +[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | GitHub 上一个增长迅猛的国产 AI 开源项目:Colossal-AI,可用于 AI 大规模并行训练,仅需一半数量的 GPU,便能完成相同效果的 GPT-3 训练工作,极大降低了项目研发成本! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnUeFy3vP) +[NeuralSpeech](https://github.com/microsoft/NeuralSpeech) | 微软亚洲研究院在 GitHub 开源的一个项目:NeuralSpeech ,提供了基于神经网络的语音处理,包括自动语音识别(ASR)、文本转语音(TTS)等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll1zDmhT5) +[virtual_try_on_use_deep_learning](https://github.com/hpc203/virtual_try_on_use_deep_learning) | 使用深度学习算法实现虚拟试衣,结合了人体姿态估计、人体分割、几何匹配和 GAN,四种模型,只依赖 opencv 库就能运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LklhwuxuG) +[ml4a](https://github.com/ml4a/ml4a) | 如果你正在尝试用 AI 来进行艺术创作,那么可以看下 ml4a 这个开源 Python 库。作者通过代码封装的方式,将 AI 艺术创作类的开源项目整合到了一起,包括图像风格迁移、基于素描的图像生成、图片分辨率增强、图像卡通话等模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiX3Pbnan) +[《AI as an API》](https://github.com/datastaxdevs/workshop-ai-as-api) | GitHub 上的人工智能技术教程:《AI as an API》,主要讲解如何基于 NLP 技术,开发一个文本分类器,并进行持续化数据存储,封装成 API。教程学习时长,约为 50 分钟左右,适合在工作之余的闲暇时间动手学习。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiUHHaTGV) +[FastFold](https://github.com/hpcaitech/FastFold) | GitHub 上开源了一套训练推理加速方案,通过引入 GPU 优化和大模型训练技术,可将 AlphaFold 总体训练时间 从 11 天减少到 67 小时,且总成本更低,在长序列推理中也实现 9.3 ∼ 11.6 倍提升,加速效果颇为显著。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiAhibPFD) +[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | 国人在 GitHub 开源的一个深度学习系统:Colossal-AI,可用于 AI 大规模并行训练。仅需一半数量的 GPU,便能完成相同效果的 GPT-3 训练工作,极大降低了项目研发成本! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lgsil82Rz) +[SofGAN](https://github.com/apchenstu/sofgan) | 作用是可通过计算机视觉和模式识别技术,生成一张支持风格动态调整的人物肖像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcGblczJr) +[Hugging Face](https://github.com/) | Hugging Face 对外开放的机器学习任务列表,可以说整理的非常全面了。里面覆盖了自然语言处理、音频、计算机视觉等多个分类,其中包括掩蔽语言填充、智能问答、文本分类、文本翻译、语音识别、图像分割和物体检测等任务。每个任务都附有相对应的使用场景介绍、实际案例、学习指南、模型、数据集等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcz6XyeZ9) +[NeRF](https://github.com/NVlabs/instant-ngp) | 一款 AI 模型,可借助人工智能技术,把多张 2D 图片进行拼接,进而生成该图片的 3D 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbExZlG9Q) +[annotated_latex_equations](https://github.com/synercys/annotated_latex_equations) | GitHub 上一个开源的 LaTeX 示例库,教你如何使用 Tikz 创建彩色的 LaTeX 注释,让论文变得更为简洁与美观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaINX18aQ) +[动漫肖像魔法](https://waifulabs.com/) | 来自麻省理工大学的工作室 sizigi,发布的一款很有意思的 AI 工具,你可以通过选择头像、滤镜、风格、动作等 4 个步骤,来定制一个专属的二次元老婆 / 老公 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaHCTp6gA) +[ddddocr](https://github.com/sml2h3/ddddocr) | 一个开源的中文 OCR 通用验证码 Python 识别库,通过大批量生成随机数据,并进行深度网络训练,帮助厂商检验自家验证码的难易强度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La75XeXlc) + +### 开源字体 名称 | 简述 | 源 ---- | ----- | ----- -[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) +[「得意黑 Smiley Sans」](https://github.com/telier-anchor/smiley-sans) | GitHub 上的中文开源字体:「得意黑 Smiley Sans」,一款在人文观感和几何特征中寻找平衡的中文黑体。整体字身窄而斜,细节融入了取法手绘美术字的特殊造型。字体支持简体中文常用字(覆盖 GB 2312 编码字符集)、拉丁字母、日文假名、阿拉伯数字和各类标点符号。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MfMLbxreE) +[《辰宇落雁體》](https://github.com/Chenyu-otf/chenyuluoyan_thin) | GitHub 上又一款开源中文字体:《辰宇落雁體》,由刘韦辰和王立宇两名同学联合创作,并基于 OFL 1.1 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M19npcwCE) +[方舟像素字体](https://github.com/TakWolf/ark-pixel-font) | GitHub 上又一款开源的像素风字体:泛中日韩像素字体。支持 10、12 和 16 像素。目标是为开发「像素风游戏」,提供一套开箱即用的字体解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuDUBmldF) +[煮豆黑体 Zhudou Sans](https://github.com/Buernia/Zhudou-Sans) | 一款开源的中文字体,支持中日韩标点、全角字母、全角数字及一些特殊符号。标点造型主要来源于 Noto Sans,可以为类似风格的西文字体带来更加协调的中外文混排效果。​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp9e496zx) +[「繁媛黑體」](https://github.com/ayaka14732/FanWunHak) | 一款开源的繁体字体,基于「源样黑体」进行开发设计,整体风格看起来清晰自然,还能满足 "一简对多繁" 的需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll52NDdH7) + ### 其他 + 名称 | 简述 | 源 ---- | ----- | ----- -[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/CasaOS) | 一个简洁易用、开源的家庭云系统,基于 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://github.com/reorx/cht-colors) | 一个记录了「中国传统色彩」配色的网站,网站代码已在 GitHub 开源。该网站提供了各个色彩的常用名称、别名、RGB 与 HEX 值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4D1KbSaY) +[Fluent Emoji](https://github.com/microsoft/fluentui-emoji) | 微软开源的一套简洁、友好、可爱的 Emoji 表情包,基于 MIT 协议开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2p9tv65f) +[Logto](https://github.com/logto-io/logto) | GitHub 上一个开源的用户登录认证系统:Logto,可在几分钟内,帮你快速构建完整的用户身份及登录体系。项目自带基于 OIDC 的身份服务,支持多个社交平台的登录集成,开箱即用,拥有丰富的图形化管理界面,另外还提供邮箱、短信等多种认证方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCO7kArvE) +[GDevelop](https://github.com/4ian/GDevelop) | 一个开源的跨平台游戏开发引擎,可帮助不懂编程的设计师,快速开发一款能够满足移动端、桌面端、Web 端的游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB2qwByCQ) +[GreaterWMS](https://github.com/Singosgu/GreaterWMS) | 一个开源的仓储管理系统:GreaterWMS,拥有报表中心、财务中心等系统,支持货物管理、人员管理、订单管理等功能,适可用于多种成品管理环节的货物管理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvxaVcMd4) +[Windmill.dev](https://github.com/windmill-labs/windmill) | 一个开源的 OSS 开发者平台。通过编写少量 Python 和 Typescript 脚本,便可快速构建出生产级、多步骤的自动化应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsnyCFb37) +[SVG Silh](https://svgsilh.com/) | 一个基于 CC0 协议开放的 SVG 素材网站,上面收录了诸多 SVG 图像与图标,所有素材均可免费商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lrp45CYgH) +[StreamX](https://github.com/streamxhub/streamx) | 一个神奇的开源框架,让流处理更简单。该框架规范了项目配置,鼓励函数式编程,定义了最佳的编程方式,提供了一系列开箱即用的 Connectors。标准化了配置、开发、测试、部署、监控、运维的整个过程,提供了 Scala/Java 两套 API,最终目的是打造一个一站式大数据平台,流批一体,湖仓一体的解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lrjz8mjH6) +[Kestra](https://github.com/kestra-io/kestra) | 一个可扩展性极强的开源编排和调度平台,可快速创建、运行、调度和监控数百万个复杂管道。支持任意类型的工作流程,易于上手学习,支持从 API、调度、检测、事件来触发执行,可通过界面直接配置流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpjPBuoJf) +[Cook](https://github.com/YunYouJun/cook) | 国内开发者开源的一个菜谱网站:Cook,可自动将各种食材进行组合,生成对应的菜谱,并配套有视频教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpcLeEUNS) +[Cytopia](https://github.com/CytopiaTeam/Cytopia) | 一款具有像素艺术风格的开源城市模拟器,基于 JSON 的自定义 UI 系统,可灵活定制,并通过程序生成多种地形,模拟城市构建。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp29H5jap) +[elest.io](https://elest.io/) | 在 Hacker New 上看到的一项开源软件托管服务,可在几分钟内,快速部署 150 多种开源软件。此外,该平台还会帮作者处理后续的软件安装、配置、加密、备份、系统更新、实时监控等工作,并将 10% 的收入跟开源作者共享。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LletgqaSO) +[《绝版游戏保护工程》](https://github.com/skywind3000/preserve-cd) | 收录了多款堪称经典的小游戏,让你重回童年。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgDifjm5j) +[sha256algorithm](https://github.com/dmarman/sha256algorithm) | 这个 GitHub 项目通过可视化的方式,让你更为直观的理解 SHA256 算法原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lf1k8Carf) +[Cubic 11](https://github.com/ACh-K/Cubic-11) | 一个开源的中文字体,像素风,可用于各类游戏及美术作品,支持商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcQMTlANS) +[吃掉小鹿乃](https://github.com/arcxingye/EatKano) | 国内开发者做的一款摸鱼小游戏:吃掉小鹿乃。玩家需要在 20 秒内,尽可能点掉更多鹿乃头像。目前该游戏浏览量已突破 1000 万,主要用于训练手指灵活度和反应能力 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcwKQmBEJ) +[Homelab](https://github.com/khuedoan/homelab) | 由越南一位程序员小哥在 GitHub 开源的家用自托管基础设施,支持自动配置、操作和更新各类自托管服务,可用于打造自己的家庭开发实验室。其中包括代码自托管、证书管理、CI/CD 持续集成与交付、K8s 自动化安装和管理、实时聊天系统、应用监控面板等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcgfZ3rHA) +[Kvrocks](https://github.com/KvrocksLabs/kvrocks) | 一个开源的 NoSQL 数据库,基于 RocksDB 并兼容 Redis 协议,磁盘类型的 Redis 为降低存储成本而生,存储成本可以降到 Redis 的 1/10 以上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbDmVs22N) ## 声明 [![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) -本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 +本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 \ No newline at end of file From 2158ecd54ddb267a918bcc54df21c55a4280ee09 Mon Sep 17 00:00:00 2001 From: Jun Date: Sat, 31 Dec 2022 15:44:34 +0800 Subject: [PATCH 08/17] Update README --- 2021.md | 28 ++++++++++++++++------------ README.md | 8 ++++---- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/2021.md b/2021.md index 199249c..432636b 100644 --- a/2021.md +++ b/2021.md @@ -45,18 +45,22 @@ ### 目录 -- [Java](#java) -- [Python](#python) -- [Go](#go) -- [前端](#前端) -- [移动端](#移动端) -- [工具](#工具) -- [插件](#插件) -- [资料集合](#资料集合) -- [书籍/教程](#开源书籍教程) -- [机器学习/人工智能](#机器学习人工智能) -- [有趣网站](#有趣网站) -- [其他](#其他) +- [宗旨](#宗旨) +- [2021 年复盘](#2021-年复盘) + - [目录](#目录) + - [Java](#java) + - [Python](#python) + - [Go](#go) + - [前端](#前端) + - [移动端](#移动端) + - [工具](#工具) + - [插件](#插件) + - [资料集合](#资料集合) + - [书籍/教程](#书籍教程) + - [机器学习/人工智能](#机器学习人工智能) + - [有趣/实用网站](#有趣实用网站) + - [其他](#其他) +- [声明](#声明) ### Java diff --git a/README.md b/README.md index 92ce53a..33cf216 100755 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ - [工具](#工具) - [插件](#插件) - [资料集合](#资料集合) - - [开源书籍教程](#开源书籍教程) - - [机器学习人工智能](#机器学习人工智能) + - [书籍/教程](#书籍教程) + - [机器学习/人工智能](#机器学习人工智能) - [开源字体](#开源字体) - [其他](#其他) - [声明](#声明) @@ -353,7 +353,7 @@ [《深度学习 500 问》](https://github.com/shliang0603/Awesome-DeepLearning-500FAQ) | 国内开发者整理的一份 AI 学习资源,内容以问答形式,对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助有需要的读者。全书分为 18 个章节,50 余万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La5UToCva) -### 开源书籍教程 +### 书籍/教程 名称 | 简述 | 源 ---- | ----- | ----- @@ -439,7 +439,7 @@ [《开源软件指南》](https://github.com/github/opensource.guide) | GitHub 官方发布的一套技术文档:《开源软件指南》,有多个语言版本。主要讲解如何启动一个开源项目、项目维护的最佳实践,怎么通过开源工作获得经济报酬等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9dI2pSpQ) -### 机器学习人工智能 +### 机器学习/人工智能 名称 | 简述 | 源 ---- | ----- | ----- From b300e7e2b6fde5e210e802b89ce8e69bc6e10ef8 Mon Sep 17 00:00:00 2001 From: Jun Date: Sat, 31 Dec 2022 16:01:04 +0800 Subject: [PATCH 09/17] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 33cf216..690e9fb 100755 --- a/README.md +++ b/README.md @@ -389,8 +389,7 @@ [《概率数值》](https://www.probabilistic-numerics.org/assets/ProbabilisticNumerics.pdf?continueFlag=1bafdcd5c034def869fecb4f3bdaed70) | 一本免费开放的技术书籍:《概率数值》(Probabilistic Numerics),共 400 多页,由 3 位来自各大高校与行业专家作者,历经 7 年写成。该书主要讲解数学基础、线性代数、积分、概率数值、机器学习模型优化、常微方程解法等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB9Zj88Qd) [《动手学习数据可视化》](https://github.com/handsondataviz/book) | GitHub 上的开源技术教程:《动手学习数据可视化》,主要讲解 Excel 数据处理的常用技巧。数据清理、搜索、可视化,数据图表绘制,第三方开源库的开发指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB45Yt7Mj) [《Python 项目实战》](https://github.com/learnbyexample/practice_python_projects) | 作者将通过 5 个 Python 实战项目,带你一步步了解 Python 的实际应用。其中包含用 Python 计算器优化命令行工具体验、抓取并分析 Reddit 评论数据、扫描 Markdown 和纯文本拼写错误、构建多选择题 GUI 界面、借助 AI 打造一款小游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LATupt21d) -[《2022 年开源操作系统训练营》](https://github.com/LearningOS/rust-based-os-comp2022) | 教程共分为八章,主要展示如何从零开始,用 Rust 语言写一个基于 RISC-V 架构的 类 Unix 内核 。 - | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAK3UD6yJ) +[《2022 年开源操作系统训练营》](https://github.com/LearningOS/rust-based-os-comp2022) | 教程共分为八章,主要展示如何从零开始,用 Rust 语言写一个基于 RISC-V 架构的 类 Unix 内核 。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAK3UD6yJ) [《谷歌的软件工程》](https://github.com/qiangmzsx/Software-Engineering-at-Google) | GitHub 上的开源技术资源:《谷歌的软件工程》中文版(Software Engineering at Google),共 25 章,主要讲解 Google 技术团队在「软件工程」领域的实践。该指南覆盖了团队管理、效率测量、代码风格规范、项目测试、版本控制、静态分析、依赖管理、持续交付与集成等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzPuW8TUC) [《图解 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/Lyif5kWmX) [《英语论文写作指南》](https://github.com/OpenMindClub/awesome-scholarly-productivity) | 由阳志平团队整理发布。里面包含科技论文制图、数学公式排版、文献分析工具介绍、论文发表技巧、写作工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxY0T5643) From 84a6a04382362f238eb351865013c9992e565ca9 Mon Sep 17 00:00:00 2001 From: Norlin <15863465252@163.com> Date: Mon, 20 Mar 2023 10:32:47 +0800 Subject: [PATCH 10/17] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正AnotherRedisDesktopManager的网址 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 690e9fb..01a72c1 100755 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ [ToolJet](https://github.com/ToolJet/ToolJet) | GitHub 上一个开源的低代码开发框架。提供了丰富的可视化工具箱,仅需几步,即可快速构建企业级部署工具。该框架提供了 API,可对接 PostgreSQL、MongoDB、Elasticsearch 等多种外部数据源,以及常用的第三方服务,如 Stripe、Slack、Airtable。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkNmQpCTi) [Reactive Resume](https://github.com/AmruthPillai/Reactive-Resume) | 一款颇为独特的简历生成器,可通过各种配置,让创建、更新、共享简历的过程变得更加简单便捷。免费开源、支持中文,可同时创建多份简历,并快速打印成 PDF。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkMbLEXmC) [CodeEdit](https://github.com/CodeEditApp/CodeEdit) | 一款开源的 IDE 代码编辑器,主要面向 macOS 用户,致力于提供更为丝滑的编程体验,目前功能仍在持续迭代中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lkhyaeecg) -[Another Redis Desktop Manager](https://github.com/) | 一款更快、更好、更稳定的 Redis 桌面(GUI)管理客户端,兼容 Windows、Mac、Linux 等主流系统。性能出众,轻松加载海量键值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkfYKDcxA) +[Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) | 一款更快、更好、更稳定的 Redis 桌面(GUI)管理客户端,兼容 Windows、Mac、Linux 等主流系统。性能出众,轻松加载海量键值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkfYKDcxA) [avvvatars](https://github.com/nusu/avvvatars) | 一款比较火的头像生成器,可快速生成一款独特头像,拥有 40 种颜色、60 种形状搭配,支持自定制,可集成到 Web 项目中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkatN62SU) [ecapture](https://github.com/ehids/ecapture) | 一款无需 CA 证书,就可以进行 HTTPS 通讯明文抓包的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk9iIE4Hu) [Visualize Data on Spirals](https://github.com/jokergoo/spiralize) | GitHub 上的一款开源工具包:Visualize Data on Spirals,可快速搭建呈螺旋结构的可视化数据图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk2qwzeCE) @@ -512,4 +512,4 @@ ## 声明 [![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) -本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 \ No newline at end of file +本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 From e6d8749fa378c23dc19ed4f2e9e3ded4ee509440 Mon Sep 17 00:00:00 2001 From: Jun Date: Sun, 31 Dec 2023 14:21:12 +0800 Subject: [PATCH 11/17] Update README --- 2022.md | 515 ++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 574 ++++++++++++++---------------------------------------- 2 files changed, 666 insertions(+), 423 deletions(-) create mode 100644 2022.md diff --git a/2022.md b/2022.md new file mode 100644 index 0000000..01a72c1 --- /dev/null +++ b/2022.md @@ -0,0 +1,515 @@ +

+ +

+ +

+ WeChat + Weibo + Zhihu + GitHub stars +

+ +## 宗旨 + +多年以前,我曾看到 GitHub 开源项目作者、全栈工程师 TJ Holowaychunk 说过这么一句话: + +"I don't read books, never went to school, I just read other people's code and always wonder how things work"。 + +从那时起,我便认为,通过阅读源码,站在前辈的角度上,去思考代码架构与程序逻辑,乃是提升编程技巧最好的方式。 + +因此,GitHub 也自然而然的,成为我最喜爱的开发者平台。 + +秉着挖掘开源价值的初衷,GitHubDaily 自 2015 年 10 月 10 日正式成立。 + +我们希望能通过这一举措,帮助开发者们发现当下最火的开源项目,掌控最新技术动态, 扩大技术视野, 并从开源项目的学习中获得编程能力的提升。 + +目前,GitHubDaily 已累积分享超过 3000 个开源项目,内容包括但不限于 GitHub 上的开源技术资料、开发者工具、编程网站以及成熟应用。 + +除了 GitHub 之外,我们也开始在下面多个社交媒体平台,帮助开发者传播与分享优质开源项目,挖掘其未来的技术应用前景。 + +如果你想接收最新的 GitHub 开源项目资讯,可以关注一下👇 + +- 公众号: [GitHubDaily](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) +- 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) +- 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) + +> 有不错的开源项目,也欢迎到本仓库的 [issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,我们期待你的分享。 + +--- + +## 2022 年复盘 + +下面是对 GitHubDaily 在 2022 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 + +> 过往复盘 [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) + +### 目录 + +- [宗旨](#宗旨) +- [2022 年复盘](#2022-年复盘) + - [目录](#目录) + - [Java](#java) + - [Python](#python) + - [前端](#前端) + - [工具](#工具) + - [插件](#插件) + - [资料集合](#资料集合) + - [书籍/教程](#书籍教程) + - [机器学习/人工智能](#机器学习人工智能) + - [开源字体](#开源字体) + - [其他](#其他) +- [声明](#声明) + +### Java + +名称 | 简述 | 源 +---- | ----- | ----- +[mall4cloud](https://github.com/gz-yami/mall4cloud) | 一个基于 Spring Cloud 构建的开源电商系统。采用主流微服务技术实现,支持集群部署、服务注册和发现以及拥有完整的订单流程等,是一个适合二次开发的电商平台系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC5Jk3w36) +[RuoYi](https://github.com/yangzongzhuan/RuoYi) | GitHub 上一款开源的权限管理系统:RuoYi,基于 SpringBoot 搭建,代码易读易懂、界面简洁美观。项目可用于所有的 Web 应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA,支持移动客户端访问。核心技术采用 Spring、MyBatis、Shiro,没有任何其它重度依赖,直接运行即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwBap7sg9) +[Bolo Solo](https://github.com/adlered/bolo-solo) | GitHub 上一个开源的个人博客系统:Bolo Solo,简单易部署,自带精致主题、数据统计表、邮件提醒、自定义图床、功能丰富的 Markdown 编辑器,专为程序员设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqqbdewnY) +[NBlog](https://github.com/Naccl/NBlog) | 一个前后端分离的开源博客系统,基于 Spring Boot + Vue 技术栈开发,界面清新简洁,拥有多个丰富的博客组件,自带管理后台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgMIKs1ng) +[algorithms](https://github.com/xingxingzaixian/django-drf-online-exam) | 一个开源的在线考试系统,按照不同功能,可划分为题目管理、答题系统、权限分配、评卷系统等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgGPqCVrZ) +[JavaSecInterview](https://github.com/4ra1n/JavaSecInterview) | 由国内开发者更新与维护的 Java 面试题库,主要围绕 Java 安全研究与安全开发领域,覆盖了Shiro 和 Spring 框架、Fastjson 和 Log4j2 组件等安全知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfUI46bDG) + +### Python + +名称 | 简述 | 源 +---- | ----- | ----- +[Pynecone](https://github.com/pynecone-io/pynecone) | GitHub 上的开源 Python 全栈开发框架:Pynecone,可让你在短短几分钟内,快速搭建一个 Web 应用。无需任何 Web 开发基础,即可上手使用。非常适合用来构建 AI 模型的 Demo 示例,简单又方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mjr16mOmN) +[python-tutorial](https://github.com/shibing624/python-tutorial) | GitHub 上一个开源 Python 实用教程。包括了 Python 基础,Python 高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。教程中包含的范例,涵盖了大多数 Python 日常脚本任务,可作为入门学习资料,亦可作为工作中编写脚本的参考实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaegHpKyi) +[PrettyMaps](https://github.com/marceloprates/prettymaps) | 一个在 GitHub 开源的小型 Python 库,可基于 OpenStreetMap 数据,帮助开发者快速绘制简洁美观的地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0eOpztkq) +[pyWhat](https://github.com/bee-san/pyWhat) | 推荐一款比较实用的 Python 脚本工具:pyWhat,能够快速提取信息中的 IP 地址、邮箱、信用卡、数字货币钱包地址、YouTube 视频等内容。不仅如此,pyWhat 还可对文件和目录进行扫描,通过递归搜索,快速获取核心信息,并对结果进行筛选、过滤、排序、导出等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M06z02xGH) +[MLScraper](https://github.com/lorey/mlscraper) | 一个开源的 Python 爬虫脚本,可基于机器学习自动从 HTML 页面中抓取数据。在给爬虫提供输出结果的示例后,它便会自动提取规则,对页面数据进行抓取,整个过程无需指定 CSS 选择器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE4hMxRgU) +[《动手开发一个 Python 小项目》](https://inventwithpython.com/bigbookpython/) | 书中收录了 80 多个 Python 项目,每个项目都是一个独立章节,其中包括项目实例、源码、进一步开发建议等内容。书中每个项目代码量最多只有 200 多行,对新手友好,适合快速上手学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBdwuw5KU) +[Kindle_download_helper](https://github.com/yihong0618/Kindle_download_helper) | 一年后,Kindle 将退出中国市场,此前购买的书籍,在 2024 年 6 月 30 日后,将无法进行下载。一个在 GitHub 上开源的 Python 脚本,可用于批量下载往期已购买的 Kindle 电子书,并将其保存到本地。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwLLWnfmd) +[NannyML](https://github.com/NannyML/nannyml) | 一个适合数据科学开发者使用的 Python 库:NannyML,该项目搭配了拥有简单、易用的可视化界面,让你可以提前预估部署后的模型性能,检测数据漂移。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ltqn287bb) +[PyScript](https://github.com/pyscript/pyscript) | 简单添加几行代码,便能在 HTML 中内嵌 Python 代码,并在浏览器上运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrWscwV7h) +[GDB dashboard](https://github.com/cyrus-and/gdb-dashboard) | GitHub 上开源的 Python 调试工具:GDB dashboard,为 Python GDB 提供了可视化界面,更清晰的显示了程序调试信息,使开发者能专注于 Python 控制流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqGG6kbV9) +[NIVOS](https://github.com/TheSadError/NIVOS) | 一个开源的 Python 工具包,可用于深入扫描、破解 WIFI,适用于所有 Linux 系统,部分功能仍在持续升级中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqeoBnWyo) +[Greppo](https://github.com/greppo-io/greppo) | GitHub 上的开源 Python 框架,可快速搭建一款可交互式的「地理空间」应用。该框架提供了一整套完整工具包,让你可以轻松打通数据、算法、可视化 UI 等模块,构建一款交互式应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Liw9zejPT) +[algorithms](https://github.com/xingxingzaixian/django-vue3.2-online-exam) | 一个开源的在线考试系统,按照不同功能,可划分为题目管理、答题系统、权限分配、评卷系统等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgGPqCVrZ) +[Kedro](https://github.com/kedro-org/kedro) | 一个开源 Python 框架,可帮助你创建可复用、可维护、模块化的数据科学代码,支持与 VSCode 和 PyCharm 搭配使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgmNn1rJ5) + +### 前端 + +名称 | 简述 | 源 +---- | ----- | ----- +[「PoseMon 让爷康康」](https://github.com/linyiLYi/pose-monitor) | 国内开发者在 GitHub 开源的一款 Android 应用:「PoseMon 让爷康康」,可借助 AI 技术,实时监测不良坐姿,并及时给出语音提示。应用不需要联网使用,所有 AI 特性均在手机本地运行,不需要将视频画面传输至外部服务器,仅需要摄像头权限用于获取姿态画面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MecX2f7DZ) +[Magical Spider](https://github.com/lixi5338619/magical_spider​​​) | 神奇的蜘蛛,一个几乎适用于所有 Web 端站点的采集方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1jYX9t87) +[云开发情侣互动小程序](https://github.com/UxxHans/Rainbow-Cats-Personal-WeChat-MiniProgram) | GitHub 上这个情侣互动小程序可以玩一下,给生活增添点趣味。项目基于云开发能力构建,可作为情侣自己的任务和商城系统,主要特性包括做任务,攒积分,换商品等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFiSO1hRm) +[vuejs-challenges](https://github.com/webfansplz/vuejs-challenges) | 一个 Vue.js 在线挑战平台,里面提供了多道 Vue.js 练习题,帮你一步步掌握 Vue.js 的使用。该项目意在帮助你更好地了解 Vue.js,编写出实用程序,或单纯享受挑战乐趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC2YQimtz) +[Vue Flow](https://github.com/bcakmakoglu/vue-flow) | GitHub 上一个开源的 Web 流程图组件:Vue Flow,支持灵活定制、可应用于 Vue 3,具有丝滑的缩放与拖拽交互,自带 Minimap 和各类实用的图形组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyCh8l1Pt) +[WebGAL](https://github.com/MakinoharaShoko/WebGAL) | 这是一款界面美观、易于开发的网页端视觉小说引擎。通过该引擎,你可以快速制作属于自己的小游戏。项目配有使用教程,令你无需网页开发基础,3 分钟即可学会所有的语法。只要你有灵感,便可以立刻开始创作自己的 Galgame。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwJ1teQwW) +[Chirpy Jekyll Theme](https://github.com/cotes2020/jekyll-theme-chirpy) | 一个轻量级、响应式的个人静态博客主题:Chirpy Jekyll Theme,自带暗黑模式、可自动生成相关帖子,支持语法高亮、数学公式、流程图等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvylZlO9j) +[PaoPao](https://github.com/rocboss/paopao-ce) | 一个风格类似 Twitter 的开源社区,基于 Gin、Zinc、Vue 等技术栈搭建。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvrtLyUq7) +[CSS Buttons](https://github.com/eludadev/css-buttons) | 这个 GitHub 项目基于 CSS,实现了 100 种不同的 Web 按钮样式,包括动画效果、外观、转场过渡效果等,脑洞颇大。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtGtxq7JV) +[Geeker Admin](https://github.com/HalseySpicy/Geeker-Admin) | 推荐 GitHub 上一套开源的后台管理框架:Geeker Admin,项目基于 Vue3.2、TypeScript、Vite2、Pinia、Element-Plus 等技术栈开发而成。拥有数据大屏、统计信息可视化、表格操作 Hooks 封装、组件 UI 动态切换、i18n 国际化多语言、常见 Web 指令定制等诸多功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtjiEccit) +[Horizon UI](https://github.com/horizon-ui/horizon-ui-chakra) | GitHub 上一个开源的管理后台模板:Horizon UI,内置数百个组件与模块,可帮你快速开发出精美、简洁的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lqddyamna) +[Luckysheet](https://github.com/mengshukeji/Luckysheet) | 一款纯前端实现的,类似 Excel 的在线表格,功能强大、配置简单、完全开源。支持大部分 Excel 功能,如冻结行列、合并单元格、筛选、排序。并内置了透视表、图表、计算函数等数据分析常用功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoYe9w229) +[Fantastic-admin](https://github.com/hooray/fantastic-admin) | 一款开箱即用的 Vue 中后台管理系统框架,拥有多种布局与主题,动效丰富,可灵活定制,并支持多语言、多级路由缓存、自动生成导航栏等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnZlhmZjL) +[Instagram MERN](https://github.com/jigar-sable/instagram-mern) | 应该是我见过最全功能复现的 Instagram 克隆版了,基本上覆盖了诸多 ins 常用的前后端功能。支持登录注册、个人信息的增删改查、帖子与私信互动,Emoji 支持等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkVCh6wku) +[dooringx](https://github.com/H5-Dooring/dooringx) | GitHub 上开源的可视化平台搭建方案:dooringx,通过提供一套数据流事件机制、弹窗等解决方案,让你可以快速定制一个可视化拖拽平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgW9f0ltw) +[Vue vben admin](https://github.com/vbenjs/vue-vben-admin) | GitHub 上一个开源的管理后台模板:Vue vben admin,基于 Vue 构建,开箱即用,拥有多款可配置主题,内置 Mock 数据方案、动态路由权限生成方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeYLR12Zj) +[Medusa](https://github.com/medusajs/medusa) | GitHub 上一个开源的电商建站平台,可基于各种 UI 组件与 API,用模块拼装的方式,快速搭建个人电商平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LePllw9iF) +[Olympic](https://github.com/dragonir/3d/tree/master/src/containers/Olympic) | 国内开发者用代码实现的「冰墩墩」,基于 Three.js + React 技术栈构建,代码已在 GitHub 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeOahodSj) +[Graphics](https://github.com/entronad/graphic) | GitHub 上一个开源的可视化 Flutter 图表库,提供了一种基于图形语法的声明式定义,可组合出多种图表类型,并拥有丰富的属性配置和交互组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbACshpig) +[S2](https://github.com/antvis/S2) | 一款基于数据驱动的多维分析表格,通过提供底层能力库,基础组件,业务场景组件以及自由扩展的能力。具备高性能、高扩展、可交互、开箱即用等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaJZ0yxiX) +[Mall Cook](https://github.com/wangyuan389/mall-cook) | 一款开源的可视化商城搭建平台,包括多页面可视化构建、JSON Schema 生成器(可视化搭建物料控制面板),实现组件流水线式标准接入平台等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La8h0y4z3) + + +### 工具 + +名称 | 简述 | 源 +---- | ----- | ----- +[ILLA Builder](https://github.com/illacloud/illa-builder) | GitHub 上最近比较火的一款低代码开发工具:ILLA Builder。可让你在短短几分钟内,快速搭建一个企业内部应用。项目内置了一整套 UI 组件库,通过拖拽组件,即可完成应用搭建。此外,工具还接入了多种数据库和 API,让数据调用更加简单方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MkvLkwZ3j) +[Photoshot](https://github.com/shinework/photoshot) | 一款开源的 AI 头像生成器,用户将自己的个人头像上传后,可借助 Stable Diffusion 模型进行训练,并生成一款拥有不同风格的个人头像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mjgk2lKIG) +[ChatGPT 微信](https://github.com/fuergaosi233/wechat-chatgpt) | 可将 ChatGPT 集成到微信的开源项目,通过发送对话,即可接受到来自 ChatGPT 的结果反馈,玩起来又更方便了,另外一款是 [ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[Misskey](https://github.com/misskey-dev/misskey) | 一个开源的去中心化微博社交平台:Misskey,完美适配了 PC 与移动端界面。支持丰富且可定制化的 Web UI、Emoji 表情、在线笔记、云存储、多主题、统计图表、实用组件等多种功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mic1I1tiU) +[StockAI](https://www.stockai.com/) | 一款颇有意思的图片搜索引擎:StockAI。输入关键词即可搜索图片,如果图片不存在,则会通过 AI 自动生成近似图片。个人非商业可免费下载小图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mi4aDBbtZ) +[Lama Cleaner](https://github.com/Sanster/lama-cleaner) | GitHub 上一款开源的图像修复工具:Lama Cleaner,基于 SOTA AI 模型构建,功能颇为齐全。可用于快速去除图像中各种物品、人物、字体、水印等对象,并支持老照片修复、文本替换图像内容等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MftUc9pdK) +[AutoCut](https://github.com/mli/autocut) | GitHub 上一款开源的视频剪辑工具:AutoCut,可通过字幕快速剪切视频。工具支持自动生成字幕,用户无需使用视频编辑软件,仅需编辑文本文件,即可完成剪切。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MfktHxK73) +[GoToSocial](https://github.com/superseriousbusiness/gotosocial) | 一款开源的轻量级社交平台,类似 Twitter 与 Tumblr。支持关注他人、发布推文、点赞分享内容、一键拉黑等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MefjaiTnv) +[Stash](https://github.com/stashapp/stash) | 一款开源的视频与图像管理 Web 应用,基于 Go 编写,支持自部署,可将视频和图像按标签进行分类,以及信息提取与统计等功能。项目支持通过 Windows、macOS、Linux、Docker 等方式进行安装部署,并拥有多种 CSS 样式可供定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mee86n3KX) +[Memphis](https://github.com/memphisdev/memphis-broker) | GitHub 上一款开源的实时数据处理平台:Memphis,与 Apache Kafka 相比,构建数据流应用程序的速度快 9 倍。该项目提供了功能丰富的命令行与可视化界面,帮助实现快速开发,极大降低成本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MebnCFcES) +[VHS](https://github.com/charmbracelet/vhs) | 一款开源的命令行 GIF 生成工具,可自动生成命令行的 GIF 动画,并应用到教程、文档、工具演示、测试等场景上。该工具支持自定义配置动画字体、间距、行高、延迟、打字速度、主题、删除与指针移动效果等各种属性,功能非常齐全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md0I8aM1M) +[Pake](https://github.com/tw93/Pake) | 一个可将各种网页快速打包成 Mac App 的开源工具。相比 Electron 更加小巧易用,速度更快,同时实现了通用的快捷键透传、沉浸式窗口、拖动、打包样式兼容等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaZpcf4sH) +[RedEye](https://github.com/cisagov/RedEye) | GitHub 上一款开源的安全可视化分析工具:RedEye,可用于协助红队可视化报告指挥和控制行动。该工具允许操作员评估和展示复杂数据,调整策略,并根据红队评估做出有效决策。支持日志解析,格式化输出数据,对行动进行标注等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaV5in0Jr) +[Fyrox](https://github.com/FyroxEngine/Fyrox) | 一个基于 Rust 开发的 2D & 3D 游戏引擎。自带功能齐全的可视化操作界面、高度可扩展的渲染器、拥有创建复杂动画的内置系统、高品质双耳音响系统,支持 Windows、Linux、macOS 等主流操作系统。另外,该项目还配套了工具使用教程,帮助你更快的上手游戏开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaicgjMt5) +[Markwhen](https://github.com/kochrt/markwhen) | 一款可快速创建时间线的开源工具:Markwhen。通过类似 Markdown 语法,即可快速生成直观、可视化的时间线内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MafQ8dNRK) +[Umi-OCR](https://github.com/hiroi-sora/Umi-OCR) | 一款功能颇全的开源 OCR 软件,可离线使用,适用于 Win10 x64 平台。该软件支持截屏识别、粘贴图片,支持批量导入本地图片,将 OCR 结果输出到软件面板或本地文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma6pD0MW6) +[Sharing](https://github.com/parvardegr/sharing) | 一款开源的命令行工具。无需安装任何移动端 App,即可实现 PC 到移动端的文件共享功能,支持 iOS 和 Android。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9vSIpEPy) +[Code App](https://github.com/thebaselab/codeapp) | 一款开源的 iPad 代码编辑器:Code App。内置 Node.js、Python、C、C++、PHP 等多种开发环境,自带 Git、Pip、NPM 等工具,可连接并管理远程服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9t8ekIcm) +[Notes](https://github.com/nuttyartist/notes) | 一款开源的跨平台笔记应用,支持文件夹嵌套与标签管理、可自定义界面主题,采用QT、C++ 原生开发,响应速度快。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M7GyyFDWT) +[Gooey](https://github.com/chriskiehl/Gooey) | 一款可直接将 Python 命令行工具转为 GUI 应用的开源程序,帮助你优化用户体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6vGU7Izk) +[CubyText](https://github.com/vincentdchan/CubyText) | 一个开源的知识管理软件:Cuby Text,通过区块来管理内容,让信息更有条理。软件界面清新、简洁、数据存储在本地,可更快搜索查找,并支持 Windows、Linux、macOS 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6s9Ibq2z) +[Motionity](https://github.com/alyssaxuu/motionity) | 一个开源的动画编辑工具,可在浏览器直接打开使用。支持视频剪切、图像搜索过滤、文本动画库、图层蒙版等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4KSR1axX) +[Notesnook](https://github.com/streetwriters/notesnook) | 一个开源的端到端加密笔记软件,可用于替代 Evernote,该项目提供笔记共享、历史回溯、个性化主题定制、富文本编辑,并支持导出成 PDF 与 Markdown 等格式的笔记文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4BskoKun) +[SurrealDB](https://github.com/surrealdb/surrealdb) | GitHub 上一个开源的云原生数据库:SurrealDB,通过简化数据库和 API 堆栈,以减少项目开发时间,提高生产力。除了处理日常数据事务,该数据库还能当做 API 后端层使用。支持 SQL 查询、GraphQL、ACID 事务、WebSocket 连接、结构化和非结构化数据、图形查询、全文索引等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2xoVB8yQ) +[WSysMon](https://github.com/SlyFabi/WSysMon) | 一个开源的 Windows 任务管理工具克隆版,可用于 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2wdR50H3) +[TerrainDecorator](https://github.com/emrecancubukcu/Terrain-Decorator ) | 一款轻量级 Unity 3D 地形绘制工具:TerrainDecorator,包含了各种坡度、高度、噪声、图像遮罩和混合模式等过滤器,可帮助开发者快速创建地形纹理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2v2Nwh3a) +[One Last Image](https://github.com/itorr/one-last-image) | 一个能将「赛璐璐风格」动画截图或插画,转换成 One Last Kiss 封面风格的在线生成器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M18cku47e) +[pdf-diff](https://github.com/serhack/pdf-diff) | GitHub 上一款开源的 PDF 文件对比工具:pdf-diff。可用于追踪、对比不同 PDF 版本间的差异。像 Git 一样,让你更好的了解 PDF 内容变更情况。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0prZBkBt) +[Label Studio](https://github.com/heartexlabs/label-studio) | GitHub 上一款开源的数据标注神器:Label Studio,可用于标注音视频、文本、图像、时间序列等数据类型,并导出为多种模型格式。此外,该工具还支持多账号登录、流线型工作模式、可配置标签格式、集成机器学习模型、嵌入数据管道等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0fZuF2AD) +[AFFiNE](https://github.com/toeverything/AFFiNE) | GitHub 上又一个开源的 Notion 替代品:AFFiNE,一款功能颇为强大的知识库管理工具。界面样式清新简洁、支持所见即所得的编辑和排版,拥有基于 Markdown 的多任务管理、多人实时协作。私密性强,可在本地自部署,目前项目仍在持续更新迭代。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M04e0h98c) +[Wireflow](https://github.com/vanila-io/wireflow) | 一款开源的在线流程图绘制工具,支持使用 100 多种自定义图形、可进行多人协作、权限分配、实时聊天等功能、并拥有丰富的功能组件库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE36JxtQd) +[Pixel Art to CSS](https://github.com/jvalen/pixel-art-react) | 一个开源的像素风图像编辑工具,基于 React 开发,通过结合 CSS 的 box-shadow 和 keyframes 特性,实现了在线绘制像素风图像的需求。在绘制完成后,你还能将其导出成 GIF、静态图像或纯代码,并粘贴到自己的网站上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDj9ja8ou) +[DBER](https://github.com/findyourmagic/dber) | GitHub 上一个开源的数据库设计工具:DBER,基于实体连接图,支持可视化数据库结构设计、拖拽生成模型引用关系、一键导出 SQL 语句等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDgoP6gGD) +[Lensm](https://github.com/loov/lensm) | 一款基于 Go 语言开发的汇编及源代码浏览工具,可用于项目性能优化、调试等场景。作者还特地写了一篇文章,阐述了整个项目的开发历程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDaTSg1k6) +[Termtyper](https://github.com/kraanzu/termtyper) | 为了提升自己的打字速度,国外一位开发者在 GitHub 开源了一款命令行终端打字游戏,该游戏提供了一个简单直观的可交互界面,支持设置游戏难度、主题样式、游戏时间以及按键声音,最后还能统计打字精准度,帮你快速提升打字速度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD8xK6Kvp) +[DiceBear](https://github.com/dicebear/dicebear) | 一个开源的头像生成库,可通过给定的唯一标识,快速帮助开发者与设计师,生成一款简单可爱的用户头像。还提供了 API,供开发者接入调用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD6YkxV46) +[Navidrome](https://github.com/navidrome/navidrome) | GitHub 上一个开源的跨终端音乐播放器:Navidrome。基于 Material UI 设计风格构建,支持所有主流音乐格式,拥有播放、收藏、专辑管理等功能特性。该播放器兼容 macOS、Linux、Windows 等主流桌面系统与移动端,内置多语言模块,可随时翻译转换为其它语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCTq6fG7a) +[Lively Wallpaper](https://github.com/rocksdanister/lively) | 一个开源的动态壁纸软件,可快速更换、管理桌面动态壁纸,资源占用率极小。应用定制性强,可使用动态和交互式网页、3D 应用、音频可视化工具作为壁纸。支持多种不同分辨率屏幕,内容丰富,使用简单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCf9Pzg0N) +[qsv](https://github.com/jqnatividad/qsv) | 一个开源的 CSV 数据文件处理工具,提供了数十种可用的命令行,可以帮助你更加高效的索引、分析、拆分以及验证 CSV 数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCdYLCk3j) +[FontForge](https://github.com/fontforge/fontforge) | GitHub 上一个开源的跨平台字体编辑器:FontForge,可用于创建、编辑、转换其它多种格式的字体。编辑器提供了中文使用指南,方便新手更好入门。客户端支持 Windows、macOS、Linux 等主流桌面系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCcpls5Yj) +[PocketBase](https://github.com/pocketbase/pocketbase) | 一个基于 Go 编写的后端管理系统:PocketBase,集成简单,开箱即用,拥有清新简洁的后台管理面板。该系统内置实时数据库与 REST API,Google、GitHub 等多平台 OAuth 验证功能,文件可存储在本地或第三方平台,灵活性、扩展性强。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC4yhkJbz) +[massCode](https://github.com/massCodeIO/massCode) | 一个免费开源的跨平台代码片段管理工具,支持组织管理、Markdown 编辑、搜索同步、自动保存、JSON 存储等功能,并提供了 VS Code、Raycast、Alfred 等多个平台插件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBsQik4mH) +[Tooll 3](https://github.com/still-scene/t3) | GitHub 上一个开源的实时动画工具包:Tooll 3,搭配了简单直观的可视化界面,以及丰富的图形组件,让你可以快速创建实时动态图形。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBbalBhZn) +[SMSBoom](https://github.com/WhaleFell/SMSBoom) | 一个开源的 Python 压力测试工具:SMSBoom,可用于测压短信轰炸,全自动添加有效接口,支持异步协程等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAHHNsyvQ) +[wechat-backup](https://github.com/greycodee/wechat-backup) | 一款在 GitHub 开源的微信聊天记录备份工具:wechat-backup,可将聊天记录持久化备份本地硬盘,释放手机存储空间。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzQFZFcbs) +[Hetty](https://github.com/dstotijn/hetty) | 一款可用于安全研究方向的 HTTP 客户端,针对各类信息安全、漏洞悬赏需求进行量身定制,功能颇为丰富,亦可满足日常接口调试需求。该工具支持 HTTP 高级搜索、日志记录,可手动创建、更改、拦截请求、自带基于项目的数据库存储功能,以及简单易用的 UI 界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyUVX1ZPb) +[Watermark-Removal](https://github.com/zuruoke/watermark-removal) | 一个开源的图片去水印解决方案:Watermark-Removal,可基于机器学习的图像修复方法,自动去除图片水印。经处理后的图片,与原图几乎一致。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyTKUki45) +[supes.top](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s-r5s-N1) | 给喜欢折腾智能家居和路由的同学,推荐一个 OpenWrt 配置工具:supes.top。可用于快速下载、定制各种设备的 OpenWrt 固件。Web 界面上提供了多种可选配置,包括设备名称和型号、常用软件包、插件、主题风格、宽带信息等,部分功能需付费才能使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LySzR06g0) +[Redpanda Console](https://github.com/redpanda-data/console) | GitHub 上一款开源的数据流处理工具:Redpanda Console(前身是 Kowl),搭配可视化 UI,可用于快速管理和调试 Kafka/Redpanda 工作负载。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyMGxy6BC) +[tproxy](https://github.com/kevwan/tproxy) | 一款开源的 TCP 连接分析工具:tproxy,可用于监控网络连接,分析请求内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyDscu413) +[MiaoYan](https://github.com/tw93/MiaoYan) | 一款颜值颇高的 Markdown 编辑器:MiaoYan(妙言),拥有极简的设计风格,纯本地使用、支持语法高亮、黑暗模式、源文件保存、国际化等功能。项目基于 Swift5 原生开发,用起来比较丝滑,可自定义快捷和编辑器字体。目前仅支持 macOS 操作系统。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyfGMwxtX) +[BatNoter](https://github.com/batnoter/batnoter) | 一款基于 GitHub 的 Web 笔记应用:BatNoter,可将 GitHub 仓库作为个人笔记存储库,并支持笔记分类、搜索、Markdown 快捷编辑与预览、书签管理等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly6dG4Pxs) +[Beekeeper Studio](https://github.com/beekeeper-studio/beekeeper-studio) | 一款开源的跨平台 SQL 编辑器,提供 SQL 语法高亮、自动补全、数据表内容筛选与过滤、连接 Web 数据库、存储历史查询记录等功能。该编辑器支持 SQLite、MySQL、MariaDB、Postgres 等主流数据库,并兼容 Windows、macOS、Linux 等桌面操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxWrr9vO2) +[Think(云策文档)](https://github.com/fantasticit/think) | 一款开源知识管理工具:Think(云策文档),内置知识库、思维导图、文档模板、在线编辑器等多种工具。可通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxQWueRTz) +[EasyNode](https://github.com/chaos-zhu/easynode) | 一个简易的个人 Linux 服务器管理面板 :EasyNode,支持多服务器管,可通过 WebSocket 实时更新服务器基本信息,如系统、公网 IP、CPU、内存、硬盘、网卡等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxPLrhKGK) +[Pingu](https://github.com/sheepla/pingu) | 日本一位开发者开源的命令行网络诊断工具,可用于替代 ping。在使用时,会逐渐出现一只可爱的 ASCII 企鹅图形,并高亮关键字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxOAohmAw) +[coolify](https://github.com/coollabsio/coolify) | 一个在 GitHub 开源的项目自托管方案,可用于替代 Heroku 和 Netlify。支持反向代理、免费 SSL 证书配置、多种常用数据库配置、项目一键安装与升级等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwCls8WV9) +[vCard](https://github.com/codewithsadee/vcard-personal-portfolio) | 一个在 GitHub 开源的个人简历网站:vCard,支持响应式设计,能让你的个人信息、项目经验、工作经验在 Web 页面上,得到最佳的浏览体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwzAZjeYR) +[Gitploy](https://github.com/gitploy-io/gitploy) | 可在几分钟内,快速搭建一个基于 GitHub 的项目部署系统。项目提供了更为直观的可视化界面,让你可以快速针对项目分支、SHA、标签进行部署,并拥有持续交付和持续部署能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwsUX0jwN) +[Slashy](https://github.com/alyssaxuu/slashy) | 一个开源的 Notion 辅助工具:Slashy,可为 Notion 自定义各种快捷命令,如开启摄像头、录音、绘图、创建注释、可复用的内容模块等,进一步提高编辑效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwrJT9XVO) +[dashy](https://github.com/Lissy93/dashy) | 一个高度可定制化、自托管的服务器启动页构建工具,自带可视化编辑器、状态检测系统,并拥有各类丰富的组件及主题。借助该工具,便可为不同应用快速搭建一个服务器管理面板,并基于各种组件、图标、主题,完成自定义配置,项目内置身份验证、状态监测、搜索、备份、可视化配置、多语言支持等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwqaur6db) +[Wazuh](https://github.com/wazuh/wazuh) | GitHub 上一款免费开源的安全平台:Wazuh,集威胁预防、漏洞检测、风险响应、安全监控于一身。不仅如此,该开源平台还提供了搜索引擎和数据可视化工具,让用户可以更为直观的浏览、配置项目的安全监控信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwkRJ5U8o) +[CogVideo](https://github.com/THUDM/CogVideo) | 一个可基于文本生成视频的开源项目:CogVideo,由清华大学数据挖掘研究小组开源,项目 Repo 中附有论文。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvF1Z1to8) +[emojied](https://github.com/sekunho/emojied) | 一个可以把任意网址转换为 Emoji 表情符号的开源项目,还挺有意思的。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuvxzlSBe) +[LetsMarkdown](https://github.com/Cveinnt/LetsMarkdown.com) | 一个轻量级的网页版 Markdown 编辑器,支持实时协作编辑、语法高亮、自动补全、主题设置等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtI2XBqyG) +[infra](https://github.com/infrahq/infra ) | 一个让你能够快速访问项目基础设施(如 Kubernetes、数据库)的管理工具。集成了简单易用的命令行工具,支持配置同步、权限管理、日志记录、API 扩展等功能。目前项目功能仍在持续更新与迭代。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtC9FmJvV) +[code996](https://github.com/hellodigua/code996) | GitHub 上一个开源的命令行脚本。它可以统计 Git 项目的 commit 时间分布,进而推导出你当前的工作强度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtyCtBqRJ) +[Lapce](https://github.com/lapce/lapce) | GitHub 上一款开源的轻量级代码编辑器:Lapce,功能强大,运行丝滑,支持 Windows、Linux、macOS 等主流桌面系统。拥有类似 Vim 的模态编辑功能,支持代码自动补全、诊断,并内置了远程开发模式、命令行终端,为你提供顺畅的 "本地编码" 体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lti7AuFBl) +[LiveTerm](https://github.com/Cveinnt/LiveTerm) | 可以让你在几分钟内,快速搭建一个拥有命令行风格的网站。项目高度可定制、简单易用。在将项目 clone 到本地之后,只需要编辑项目仓库的 config.json,即可快速完成定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtgWxiaTS) +[cnchar](https://github.com/theajack/cnchar) | GitHub 上一个开源的汉字拼音笔画库:cnchar。功能非常齐全,支持汉字拼音、笔画数解析,多种模式绘制汉字,并能完成语音识别、语音合成等操作。项目支持离线使用,在多端通用,开发者还可进行自定义部署,自定义数据等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsCu3tf3D) +[Modren](https://github.com/RudraSwat/modren) | 一个开源的 Linux 应用商店。安装成功后,便可通过该商店下载、安装各类 Linux 应用。支持 APT、Snap、Flatpaks、DEB 等多种格式的安装包,可用于 Ubuntu、Debian 衍生发行版等系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsvO25LdJ) +[PointLess](https://github.com/kkoomen/pointless) | 一个开源的绘图画布应用:PointLess,开发者可以基于该项目,制作出一些绘画、白板、笔记等应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsoJGbInk) +[BlogHelper](https://github.com/onblog/BlogHelper) | 一个可帮助国内用户写作的托盘助手,支持将本地文章一键发布到主流博客平台,剪贴板图片一键上传至图床(新浪、GitHub、图壳、腾讯云、阿里云、又拍云、七牛云)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrSV0ACzm) +[Obsei](https://github.com/obsei/obsei) | GitHub 上一款开源的低代码工具:Obsei,基于 AI 驱动,可应用于各种开发及业务场景。通过这个工具,可实现社交平台舆论监控、客户投诉预警、自动生成工单、市场调查分析、为 AI 任务生成数据集等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrRlB38IO) +[HertzBeat](https://github.com/dromara/hertzbeat​​​) | 推荐 GitHub 上一个易用友好的云监控系统:HertzBeat。无需 Agent,拥有强大自定义的监控能力。支持网站监测,PING 连通性,端口可用性,数据库,操作系统,API 监控,阈值告警,告警通知等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrN1GclDo) +[BallCat](https://github.com/ballcat-projects/ballcat) | GitHub 上一个支持快速开发的后端脚手架,可快速搭建企业级后台管理系统,并提供多种便捷 starter 进行功能扩展。主要包括前后台用户分离、菜单权限、数据权限、定时任务、访问日志、操作日志、异常日志、统一异常处理、XSS 过滤、SQL 防注入、国际化等多种功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrLQCkU7F) +[AppMaster.io](https://appmaster.io/zh) | 一个无代码应用搭建平台:AppMaster.io,无需编写一行代码,即可快速创造出一个 App,大幅解放生产力。该工具可用于构建本地 Web 和移动端应用程序、自动化业务流程等场景。通过界面拖放,即可构建出可用于生产环境的 App,并支持部署到云端或导出源代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrDNmnxNg) +[DB Fiddle](https://www.db-fiddle.com/) | 一款可在线运行、调试 SQL 数据库的开发者工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrCq8n6VD) +[Actual](https://github.com/actualbudget/actual) | 一个在 GitHub 开源的金融系统,强调「本地优先」原则,可用于管理个人财务,注重安全性和私密性。拥有交易管理、预算跟踪、财务报告生成、交易拆分、跨设备同步、数据导入与迁移、端到端加密等功能。该工具适用于 macOS、Windows、Linux、iOS、Android 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqSEUaD8y) +[JSON Hero](https://github.com/jsonhero-io/jsonhero-web) | 一个实用的 JSON 工具:JSON Hero,提供了简洁直观的 UI 界面,让查阅和理解 JSON 数据变得更为轻松便捷。开发者借助这一工具,能以列表视图、树状视图、编辑器视图等多种方式来查看 JSON 文件,并自动识别数据内容,展示数据预览。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lquv8226L) +[portfolYOU](https://github.com/YoussefRaafatNasry/portfolYOU) | 一个简洁、直观的个人简历主题,可使用 GitHub Pages 快速搭建简历站点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[Spacedrive](https://github.com/spacedriveapp/spacedrive) | 一个开源的跨平台文件管理器,内置了虚拟分布式文件系统(VDFS)。支持从云服务到离线硬盘,将设备的存储容量和处理能力整合到个人分布式云中,用起来既安全又直观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lql4BmjC3) +[MM-Wiki](https://github.com/phachon/mm-wiki) | 一个开源的轻量级知识分享、团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。提供方便的安装界面程序,无需任何手动操作。部署方便,使用简单。具备完善的系统权限管理,系统可以自定义角色,可为不同角色授予不同的权限。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqfzErEAu) +[Perspective](https://github.com/finos/perspective) | 推荐 GitHub 上一个交互式、可视化数据分析工具:Perspective,可用于创建数据报告、数据面板、科研笔记及应用。为了便于开发者与数据科学家上手使用,开发团队还提供了十几个案例供参考学习,其中包含电影、超市、地铁、流媒体等多个分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqbE7EZFp) +[Apifox](https://www.apifox.cn/a1ghdaily) | 一款国产 API 管理工具,该工具基于可视化界面来管理 API 文档,支持 API 自动化测试、CI 持续集成、团队协作,并且它还能根据模型,自动为项目生成 API 代码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq3N29znI) +[Video-subtitle-extractor](https://github.com/YaoFANGUK/video-subtitle-extractor) | 一款开源的视频硬字幕提取工具,可自动生成 srt 文件,无需申请第三方 API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq2dCdEMY) +[LookScanned](https://github.com/rwv/lookscanned.io) | 一个可以将 PDF 转换成扫描文件的开源工具,支持设置文件角度、噪点、模糊度等属性,整个过程无需用到打印机和扫描仪。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lpl0GySm3) +[OpenBBTerminal](https://github.com/OpenBB-finance/OpenBBTerminal) | 一个在 GitHub 开源的股票和加密市场命令行工具。该项目提供了一个基于 Python 的集成环境,允许普通的交易员利用数据科学、机器学习技术来进行交易。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lph59bV0o) +[InvenTree](https://github.com/inventree/InvenTree) | GitHub 上一款开源的库存管理系统:InvenTree,简单易用,可用于跟踪及管理各类库存零件,并支持生成各种报告,可扩展性强。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpbAcf4Jp) +[DevStream](https://github.com/merico-dev/stream) | 一个开源 DevOps 工具链管理工具,将主流 DevOps 全生命周期的开源工具管理起来,提供了包括安装部署、最佳实践配置等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoZNznxuU) +[JavaScript Visualizer](https://github.com/Hopding/js-visualizer-9000-client) | 一个开源的 JavaScript 可视化调试工具,运行后,可动态展示任务队列、调用栈、Event Loop 等过程与结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LogxyjrsY) +[Blockly ML](https://github.com/chekoduadarsh/BlocklyML) | 一个开源的编程可视化工具,可用于辅助学习 Python 和机器学习,让学习过程变得不再枯燥。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo7AIkoE7) +[HertzBeat](https://github.com/dromara/hertzbeat) | 一个开源的、友好易用的监控告警系统:HertzBeat,支持网站,API,PING,端口,数据库,操作系统等监控类型,并自带可视化操作界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo5eBEErQ) +[Weylus](https://github.com/H-M-H/Weylus) | 一个颇有意思的开源项目,可将手机、平板电脑屏幕变成电脑的图形输入板与触摸屏。让你在手机、平板电脑上进行绘图,并呈现到电脑屏幕上,相当于给电脑外接了一块触控画板。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnYae1GmH) +[Amplication](https://github.com/amplication/amplication) | 一个开源的开发者工具,可用于快速构建高质量的前后端项目,提升开发效率。功能包括可视化数据模型管理,自动化批量代码生成,管理面板搭建,生成满足 CRUD 需求的 REST 和 GraphQL API 等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnVO5mgP8) +[JSON Visio](https://github.com/AykutSarac/jsonvisio.com) | 一个开源的 JSON 数据可视化工具,可通过图表节点,完美呈现 JSON 数据间的结构关系与详情,并支持离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnPUN7zmG) +[StartPack](https://github.com/tldr-devops/startpack) | 一些可用于早期项目启动和自托管的 devops 工具包,在项目初期时,可通过这些工具降低项目的开发与运维成本。里面包括了数据库存储、项目管理、实时通讯、内容管理、低代码搭建等技术解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmCuOCmgx) +[Amazing-QR](https://github.com/x-hw/amazing-qr) | GitHub 上开源的 Python 二维码生成器,可生成普通二维码、带图片的艺术二维码(黑白与彩色)、动态二维码(黑白与彩色) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmBjLjhdn) +[Magma Studio](https://magma.com/index) | 一款可用于游戏、动画等艺术创作的平台。支持多人协作绘图,可通过共享画布进行实时绘画,进行头脑风暴和构思。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmA8Gt6jk) +[Orchest](https://github.com/orchest/orchest) | 一款开源的可视化数据管道构建工具,以更简便的方式,快速构建数据管道,无需框架和 YAML 配置,可直接通过 Python、R、Julia 来编写代码,处理数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmxoc9Qlj) +[alist](https://github.com/Xhofe/alist) | 一个支持多存储的文件列表程序:alist,可配置与对接多个不同存储平台,部署方便,开箱即用,并能在线预览、管理多种不同格式的文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmt4iyi5U) +[PicoShare](https://github.com/mtlynch/picoshare) | 一款开源的文件共享系统,简单易用、不限制文件大小、可直接生成下载链接,支持自托管部署,数据安全性可控。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmjDOmblS) +[Cider](https://github.com/ciderapp/Cider) | 一款开源的跨平台 Apple Music 音乐播放器,基于 Vue.js 和 Electron 构建,内置音频增强、社交分享、远程操控等功能。适用于 Windows、Linux、macOS 等主流桌面操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmisKsxbb) +[Obsidian Memos](https://github.com/Quorafind/Obsidian-Memos) | 让你可以用一种全新的方式在 Obsidian 记录日程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LldicAWdh) +[bbtop](https://github.com/Lakr233/mobilePillowTalkLite) | 一个可在 iOS 端运行的 Linux 服务器监控和管理工具,可通过密码、密钥来验证服务器身份,FaceID/TouchID 保护、可配置文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll3RIEf5B) +[regex-vis](https://github.com/Bowen7/regex-vis) | 一个蛮不错的正则表达式可视化工具,作者提供了一系列组件,让你可在 Web 页面上通过配置,快速生成正则表达式,以及对应的可视化图形,并且还支持运行测试,检验结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll2GE6ZHw) +[SteamTools](https://github.com/BeyondDimension/SteamTools) | 一个开源跨平台的多功能 Steam 工具箱,能让你的 Steam 用起来更加丝滑。支持 Windows、Linux、macOS 等主流桌面系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkUre2PTo) +[SystemSix](https://github.com/EngineersNeedArt/SystemSix) | 一款可在树莓派上运行的电子水墨屏,可用于显示日历、天气、操作系统界面等内容,拿来折腾一些小工具应该挺好玩的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkTgabpYR) +[ToolJet](https://github.com/ToolJet/ToolJet) | GitHub 上一个开源的低代码开发框架。提供了丰富的可视化工具箱,仅需几步,即可快速构建企业级部署工具。该框架提供了 API,可对接 PostgreSQL、MongoDB、Elasticsearch 等多种外部数据源,以及常用的第三方服务,如 Stripe、Slack、Airtable。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkNmQpCTi) +[Reactive Resume](https://github.com/AmruthPillai/Reactive-Resume) | 一款颇为独特的简历生成器,可通过各种配置,让创建、更新、共享简历的过程变得更加简单便捷。免费开源、支持中文,可同时创建多份简历,并快速打印成 PDF。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkMbLEXmC) +[CodeEdit](https://github.com/CodeEditApp/CodeEdit) | 一款开源的 IDE 代码编辑器,主要面向 macOS 用户,致力于提供更为丝滑的编程体验,目前功能仍在持续迭代中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lkhyaeecg) +[Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) | 一款更快、更好、更稳定的 Redis 桌面(GUI)管理客户端,兼容 Windows、Mac、Linux 等主流系统。性能出众,轻松加载海量键值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkfYKDcxA) +[avvvatars](https://github.com/nusu/avvvatars) | 一款比较火的头像生成器,可快速生成一款独特头像,拥有 40 种颜色、60 种形状搭配,支持自定制,可集成到 Web 项目中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkatN62SU) +[ecapture](https://github.com/ehids/ecapture) | 一款无需 CA 证书,就可以进行 HTTPS 通讯明文抓包的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk9iIE4Hu) +[Visualize Data on Spirals](https://github.com/jokergoo/spiralize) | GitHub 上的一款开源工具包:Visualize Data on Spirals,可快速搭建呈螺旋结构的可视化数据图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk2qwzeCE) +[Dasel](https://github.com/TomWright/dasel) | 一款比较实用的命令行工具:Dasel,可通过类似链式语法的方式,对 JSON、YAML、CSV 等文件进行增删改查、转换等操作。该工具支持多种结构化数据文件,如 JSON、YAML、TOML、XML、CSV 等。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiT8hhbDJ) +[Rayon](https://github.com/Lakr233/Rayon) | 一款开源的服务器监控工具,支持 libssh2 主机连接、密钥认证、远程代码执行、GPU & RAM & 硬盘使用情况监控等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiNDjtisH) +[Yao](https://github.com/) | 一款蛮不错的开源低代码应用引擎,无需编写一行代码,即可快速创建 Web 服务和管理后台,大幅解放生产力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiFA46ss1) +[Plasticity](https://github.com/nkallen/plasticity) | 一款开源的 3D 建模工具,主打小而美的功能,为概念艺术创作而生,可通过各类快捷操作,快速完成 3D 建模工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiD1LkfgL) +[Grist](https://github.com/gristlabs/grist-core) | 一款颇为实用的现代化数据表格,不同于其它普通的数据表格,该项目融合了电子表格的灵活性与数据库的稳定性,从用户体验与性能两方面,着重提高互联网用户的办公效率。该表格支持各类 Python 公式与 Excel 函数,拥有可扩展移植的数据格式、轻便的数据编辑功能,并自带可视化数据面板,开发者还可通过 API 与其它数据源对接。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgQs72lOT) +[TerraForge3D](https://github.com/Jaysmito101/TerraForge3D) | 一款专业的地形生成和建模工具,免费开源,开箱即用,附有多个视频教程供新手入门学习。这款功能包括的功能也颇为齐全,其中有基于 GPU 和 CPU 驱动的地形生成功能、无限制分辨率、可视化节点编辑器、天空和海平面生成器、风雨尘各类物理效果模拟器等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgEtjp5Y5) +[Cyberbrain](https://github.com/laike9m/Cyberbrain) | Google 工程师在 GitHub 开源的一款 Python 可视化调试工具:Cyberbrain(赛博大脑)。支持回溯代码变量的更改历史,查看程序执行状态(包括变量值),带代码进行循环调试等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgBIPrQji) +[vCards CN](https://github.com/metowolf/vCards) | 国内开发者在 GitHub 开源的一个项目:vCards CN(中国黄页 ),可为常用联系人导入头像,优化 iOS/macOS 来电、信息界面体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgxoWqPUI) +[Harmonoid](https://github.com/harmonoid/harmonoid​​​) | GitHub 上一款优雅、简洁的开源音乐播放器,基于 Material Design 理念设计,拥有强大的音乐分类管理功能,支持 Windows 和 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgwdT7Jir) +[china-holiday-calender](https://github.com/lanceliao/china-holiday-calender) | 国内一名开发者在 GitHub 上维护的假期日历:china-holiday-calender,在客户端订阅后,可以很方便的用于查看国内各种节假日、调休、补班日历。文件为 ICS 格式,可供 iOS、Google Calendar、Outlook 等客户端订阅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg2LkBEYD) +[Saikou](https://github.com/saikou-app/saikou) | 一款开源的动漫、漫画客户端:Saikou,名字取自日语 さいこう,有最高、最好之意。该客户端的主要作用,是可用于上传、下载 Anilist 的各类动漫与漫画资源,免费纯净、无广告。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfVT97mhu) +[Mermaid](https://github.com/mermaid-js/mermaid) | 一款受到 Markdown 语法启发而诞生的 JavaScript 图表工具,由开发者 Knut Sveidqvist 所负责维护,目前在 GitHub 已积累 42000 Star,在技术圈内受众颇广。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfTKQ2ym2) +[Trilium Notes](https://github.com/zadam/trilium) | 一个免费、开源的笔记应用程序,专注于建立大型个人知识库。支持树状笔记、笔记加密、全文搜索、自托管服务器,还可生成可视化笔记的关系图和链接图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeQwqhWcs) +[Gyroflow](https://github.com/gyroflow/gyroflow) | 一款开源应用:Gyroflow,可通过调整陀螺仪、加速度计等数据,让运动视频效果更加稳定。此外,它还支持实时预览、参数调整和各类复杂计算、GPU 处理和渲染等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeDancTlq) +[Midarr](https://github.com/midarrlabs/midarr-server) | 一款轻量级视频播放器:Midarr,作者称之为「下一代媒体服务器」,提供了清新简洁的界面,支持查看在线用户状态、可自托管。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeoeWpVV0) +[FireVerse](https://github.com/napthedev/fireverse) | 一款开源的聊天应用:FireVerse,功能齐全,允许一对一聊天、多人群聊。支持发送文字、GIF 图片、贴纸、表情符号等多种不同格式的消息内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Len3RyFBZ) +[DevToys Mac版](https://github.com/ObuchiYuki/DevToysMac) | 里面提供了诸多实用的开发者工具,比如 JSON 格式化、正则表达式测试、Base64 编码与解码、PNG/JPEG 图片压缩、色盲模拟器等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lekjp1SQt) +[tiler](https://github.com/nuno-faria/tiler) | 可以用来生成各种由图片拼接而成的马赛克图像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcIxsqoB1) +[Monitor](https://github.com/lxflxfcl/monitor) | 国内一位网络安全人员在 GitHub 开源了一款漏洞监控平台,主要用于监测 GitHub、微软、CNNVD 等各大平台发布的最新技术漏洞信息,并将漏洞按不同危险等级进行划分,最后再通过企业微信和邮箱进行消息推送。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcEBV4y4R) +[Ansible](https://github.com/ansible/ansible) | 一款开源的自动化运维工具,可让项目和系统变得更加容易部署和维护。通过简单的语法,快速实现从代码部署到网络配置,再到云管理。并使用 SSH 实现一切自动化流程,无需在远程系统上安装代理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcxVU1XlF) +[daedalOS](https://github.com/DustinBrett/daedalOS) | 国外一位工程师在 GitHub 上开源的桌面环境系统:daedalOS,可直接在浏览器运行。主要拥有开始菜单、任务栏、动态壁纸、文件系统等功能。此外,系统还内置了各类开发工具、浏览器、命令行终端、视频播放器等应用,功能颇为齐全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LclKVF9px) +[rnote](https://github.com/flxzt/rnote) | 一款简洁优雅的笔记软件,带有可调整参数的纹理笔触,可用于快速创建手写笔记和绘画。支持插入各类图表、手写注释和文档。你还能将笔记导出成 SVG 或 PDF 格式的文件,与他人分享 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcf4UiKGA) +[ROAPI](https://github.com/roapi/roapi) | 一款开源的开发者工具:ROAPI,无需编写一行代码,即可自动为静态数据集生成只读 API,快速完成静态数据的加载调用。静态数据集所支持的格式,包括 CSV、JSON、Excel、MySQL、Airtable、GraphQL 等格式。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbP9xxZKg) +[Agora Flat](https://github.com/netless-io/flat) | 声网在 GitHub 开源的一款白板工具,支持实时交互、多人音视频通讯和消息聊天、房间创建管理、课堂录制回放、课件存储、屏幕共享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbNYtB3L3) +[Zetane Viewe](https://github.com/zetane/viewer) | 一款在 GitHub 开源的机器学习模型和内部张量 3D 可视化工具。它的主要作用,是能通过理解模型架构、可视化内部数据(特征图、权重、偏差、图层输出张量),为你打开 AI 黑盒。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbMNq4Lm3) +[DevToys](https://github.com/veler/DevToys) | 作者将其称之为「开发人员的瑞士军刀」,里面提供了诸多实用的开发者工具,比如 JSON 格式化、正则表达式测试、Base64 编码与解码、PNG/JPEG 图片压缩、色盲模拟器等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbLCnjM65) +[矩阵乘法计算器](https://github.com/staltz/matrixmultiplication.xyz) | 一个「矩阵乘法计算器」,通过交互式动画,帮助你更好的了解与掌握线性代数中的矩阵乘法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lbv7ud0NF) +[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/LbtWqzTeR) +[DSQ](https://github.com/multiprocessio/dsq) | 命令行工具:DSQ,除了数据查询外,还支持多个文件合并查询,不同格式的数据源文件转化(比如将 CSV 转为 JSON)等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbsLn1orh) +[DataStation](https://github.com/multiprocessio/datastation) | 一款颇为实用的开发者工具,可通过 SQL 语句,快速查询 JSON、CSV、Excel、日志记录库等文件中的数据,并创建可视化图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbsLn1orh) +[mometa](https://github.com/imcuttle/mometa) | 一款面向研发的、代码可视设计编辑平台,对低代码平台不形成依赖,二次开发可以无缝进入代码开发模式;支持所见即所得的可视编辑,用于优化开发体验;可自定义物料,提升功能复用率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbrbXtF7s) +[Hitomi-Downloader](https://github.com/KurtBestor/Hitomi-Downloader) | GitHub 上一款开源的下载工具,可用于快速下载各大网站的视频、漫画、电影、音乐等内容。拥有简洁易用的 UI 界面,多线程及脚本支持。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbmS3hNG2) +[Yasso](https://github.com/sairson/Yasso) | 一款开源的内网渗透辅助工具集,集合了大量的常用功能,拥有丰富的 SQL 渗透辅助功能,支持 RDP, SSH,Redis,MongoDB,MySQL,WinRM 等服务爆破,端口扫描,Web 指纹识别功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb414qKNf) +[Focalboard](https://github.com/mattermost/focalboard) | 一款开源的看板工具,可用于日常工作任务和学习计划的分配、管理,并支持自托管服务器。该项目可作为 Trello、Notion 和 Asana 的开源替代品,支持 Windows、macOS、Linux 等主流操作系统。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb2PZEYuN) +[Papercups](https://github.com/papercups-io/papercups) | 通过该工具直接对接 Slack,简单几步操作,即可为 Web 应用打造一个在线聊天功能。此外,它还支持电子邮件回复、自定义聊天组件、Markdown 和 Emoji 文本等功能,并适配了 Flutter、React 等前端开发框架。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb0tT3TjX) +[Movie Robot](https://github.com/pofey/movie_robot) | 给影迷们推荐一款比较实用的工具:电影机器人,可自动从豆瓣电影的想看、在看、看过中获取影音信息,然后去 PT 站智能选种,找到最匹配的资源加入自己的影音库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaUAz0vDt) +[sqliteviz](https://github.com/lana-k/sqliteviz) | GitHub 上一款比较实用的开源工具,可为 SQLite 数据库快速生成可视化图表,支持导入 CSV 和 JSON 文件,可离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaR3nEvxg) +[Multipass](https://github.com/canonical/multipass) | 一款轻量级的虚拟机管理工具,提供了简单易用的命令行工具,可帮助开发者快速搭建 Ubuntu 虚拟机集群,用于开发测试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](weibo://L9jcZg8z6) +[SeaTunnel](https://github.com/apache/incubator-seatunnel) | 一个简单易用、超高性能的分布式数据集成平台:SeaTunnel,支持海量数据实时同步,每日可稳定高效同步数百亿数据,已在近百家公司生产上使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9eT7r3lz) +[Ghostly](https://github.com/patriksvensson/ghostly) | 一款开源的 GitHub 客户端,可用于接收、组织管理 GitHub 通知,包括 issue 追踪、PR 提交、漏洞修复等,支持 Windows 10/11 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9cwZESyq) +[wechat-report](https://github.com/myth984/wechat-report) | 国内有位开发者在 GitHub 上开源了一个《微信聊天记录年度报告》网页,可用于查看 2021 年与好友的聊天数据报告,项目中附有相关工具与教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9blUhI7P) +[Maui Shell](https://github.com/Nitrux/maui-shell) | 一款重量级 Linux 桌面系统,被国外不少开发者称之为「开启 Linux 桌面新时代」的新系统,项目的最大亮点,在于能同时兼容 Android 与 Linux 系统,跨终端工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L99MutuhT) + + +### 插件 + +名称 | 简述 | 源 +---- | ----- | ----- +[ChatGPT Chrome Extension](https://github.com/gragland/chatgpt-chrome-extension) | 一款专为 Chrome 用户开发的 ChatGPT 插件。安装后,在任意页面的文本框中点击右键,就会出现「Ask ChatGPT」选项。选中它,ChatGPT 就会根据当前文本框中的内容,帮你完成各种具体任务,比如写推文、修改邮件、修复 Bug 等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MiO83rqmq) +[「GPT for Google」](https://github.com/wong2/chat-gpt-google-extension) | 一款基于 ChatGPT 构建的 Chrome 插件:「GPT for Google」,还挺好用的。安装之后,除了会在浏览器正常展示 Google 搜索内容,还会在右侧展示 ChatGPT 反馈结果,进一步提升搜索效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MiuSHqAla) +[Obsidian Weread Plugin](https://github.com/zhaohongxuan/obsidian-weread-plugin) | GitHub 上一款开源的 Obsidian 微信读书插件:Obsidian Weread Plugin。可用于同步微信读书中书籍元信息、高亮标注,划线感想、书评等,并将这些信息转换为 markdown 格式保存到 Obsidian 的文件夹中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mbap6DBB3) +[audio-preview](https://github.com/sukumo28/vscode-audio-preview) | 如果你想在 VSCode 中直接播放或预览音频文件,可以安装下 audio-preview 这个扩展。该扩展支持在 VSCode 中查看各类音频文件,如 wav, aac, mp3, ogg, flac 等音频格式的声波图和音谱图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly7rn41bM) +[Motion DevTools](https://motion.dev/tools) | 一个 Chrome 开发者插件:Motion DevTools,可用于快速构建 Web 动画。支持对 CSS 编写的 Web 动画进行审视、编辑、导出等操作,非常方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lst3A5YHS) +[AI Doc Writer](https://github.com/mintlify/vscode-docs) | 国外一名小姐姐开源了一款 VSCode 插件,可通过选中代码块,自动为代码生成注释文档。目前支持 JavaScript、TypeScript、Python 等多种语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbCbSuUYJ) +[omni](https://github.com/alyssaxuu/omni) | 一款功能极其强大的 Chrome 插件,拥有 50 多项特性,为提高生产力而生,让你可以像极客一样来使用 Chrome。功能包括快速切换和搜索页面标签,搜索网页浏览记录,多个快捷键配置,并集成了 Notion、Figma、Docs 等多款工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaSerfrF4) + + +### 资料集合 + +名称 | 简述 | 源 +---- | ----- | ----- +[《程序员海外工作 / 英文面试手册》](https://github.com/eliaszon/Programmers-Overseas-Job-Interview-Handbook) | 上面收录了作者长期以来收集的直投海外找工作的技巧,包括简历润色、主流招聘网站、公司风评查询、面试准备、英文表达等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mm1hyir2i) +[《可用于代码面试的数据结构与算法》](https://github.com/SamirPaul1/DSAlgo) | 里面包含了多种基于 Python3 实现的数据结构与算法,覆盖动态规划、排序算法、二叉树、矩阵、哈希表等。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MlRR2uU6z) +[Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) | 里面整理了一系列与 ChatGPT 互动的玩法与技巧。你可以通过这些玩法,让 ChatGPT 变成 Linux 终端、文本翻译与修正、技术面试官、故事家、脱口秀演员、写作指导顾问、心理咨询家等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mj8a6ofH2) +[《DevOps 2022 技术路线图》](https://github.com/milanm/DevOps-Roadmap) | GitHub 上的开源学习资源:《DevOps 2022 技术路线图》,带你快速了解最新的 DevOps 技术栈。里面包含了 Git、常用编程语言、Linux、网络安全、容器、IaC、CI/CD 等各种 DevOps 相关的学习资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MdcuKtXjC) +[《AI 绘画资料合集》](https://github.com/hua1995116/awesome-ai-painting) | 一份开源的技术资源:《AI 绘画资料合集》,作者汇总了国内外可使用的 AI 绘画平台、技术教程、参数教程、部署教程、业界新闻等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md8XyyKiG) +[Answer](https://github.com/answerdev/answer) | 一个功能齐全的开源问答系统,可应用于产品技术支持、用户交流、工单管理等各种场景。完整适配了移动端,可通过 Docker 快速部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md7o8993M) +[《网络安全工具速查表》](https://github.com/CompassSecurity/Hacking_Tools_Cheat_Sheet) | GitHub 上的开源技术资源:《网络安全工具速查表》,主要整理了信息搜集、网络扫描、嗅探、破解、证书配置等功能的命令行操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md34gxgLY) +[《网络游戏开发技术图谱》](https://github.com/gonglei007/GameDevMind) | GitHub 上开源的学习资源:《网络游戏开发技术图谱》,网络游戏开发知识、技术与信息库,可作为游戏研发技术从业者的导航地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6qAigASE) +[GoBypassAV](https://github.com/TideSec/GoBypassAV ) | 整理了基于 Go 的 16 种 API 免杀测试、8 种加密测试、反沙盒测试、编译混淆、加壳、资源修改等免杀技术,并搜集汇总了一些资料和工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0oiYuS7J) +[bigdata_analyse](https://github.com/TurboWay/bigdata_analyse) | 国内一位开发者在 GitHub 开源的数据分析项目库:bigdata_analyse,收集了多个数据分析项目集合。每个项目都会包含一个友好的说明文档,用来阐述和展示整个开发流程。同时也会提供相关的数据集,以供下载练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD9IOF5uD) +[new-grad-positions](https://github.com/upupming/new-grad-positions) | 2023 届互联网公司校招、实习的最新官方招聘信息整理,帮助在校生消除信息不对称带来的劣势。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LChvXi8F7) +[《Papers for Software Engineers》](https://github.com/facundoolano/software-papers) | GitHub 上的开源技术资源,里面收录了一系列计算机大佬撰写的软件工程论文。内容覆盖计算机与智能、集成电路、共享数据库、密码学、软件工程本质、Web 搜索引擎解析、分布式存储系统、智能合约与去中心化平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC6Unlwtz) +[「云计算自学指南」](https://github.com/madebygps/self-taught-guide-to-cloud-computing) | 该指南主要拆分为六大模块,分别对应 Linux 及计算机网络基础、脚本及代码工具、云计算、DevOps 实践、学习资源、附加资源(技术相关话题)等内容。在每个不同时间段,帮你规划不同的学习路线,让你可以更为清晰的掌握云计算基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBXtUCWm8) +[Modern CPP Tricks](https://github.com/rachitiitr/modern-cpp-tricks) | 微软前工程师 Rachit Jain 在 GitHub 上开源的一份 C++ 知识库:Modern CPP Tricks,里面整理了一些 C++ 相关的开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBWiPgSgy) +[Satellite image deep learning](https://github.com/robmarkcole/satellite-image-deep-learning) | 主要整理了深度学习技术在卫星图像领域中的应用知识。仓库中包含了图像分类与分割、在线分析工具、图像标注、图形可视化、地理信息系统等开源软件,相关技术教程、博客文章等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBvcq7liC) +[《一图胜千言》](https://github.com/girliemac/a-picture-is-worth-a-1000-words) | 由微软工程师 Tomomi 手绘并整理发布。该仓库包含了数据结构与算法、Web 开发、机器学习、Git 开发等编程领域的涂鸦作品,其中有部分被应用到了微软的开源教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyB64suZx) +[《红队知识仓库》](https://github.com/Threekiii/Awesome-Redteam) | 里面收录了一系列网络安全相关的技术文档、开发工具、公开知识库等内容,覆盖漏洞研究、信息收集、内网渗透等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly8CqBp48) +[SVG Spinners](https://github.com/n3r4zzurr0/svg-spinners) | 这个 GitHub 项目收集了 40 多种不同风格的 SVG 加载动画,可用于网站或 App 项目开发。相对于常规的 GIF 格式图像来说,SVG 的可编辑性、可压缩性更强。因此在最近几年,不少网站都开始广泛采用 SVG 来做页面动画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxITe3aSn) +[Cloud-DevOps-Learning-Resources](https://github.com/ahmedtariq01/Cloud-DevOps-Learning-Resources) | 该仓库里面收录了一系列云原生开发学习资料(如 Docker、K8s、Azure),包括技术书籍、速查表、测验题、面试笔记等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwKATsm3B) +[Machine Learning Interview](https://github.com/khangich/machine-learning-interview) | GitHub 上开源的机器学习面试题库:Machine Learning Interview,收录了世界各大互联网公司的机器学习面试题。仓库中包括概率与统计、大数据、AB 测试、机器学习与深度学习领域的速查表、面试准备、学习指南、项目用例、面试经验等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwm2Km2tp) +[API Tracker](https://apitracker.io/) | 这个网站整理了非常多的 API 开放接口,包括一些常见的 API 工具、文章、视频等学习教程。覆盖社交媒体、金融、新闻、游戏、人工智能、音视频等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Luumv8rvc) +[Beautify GitHub Profile](https://github.com/rzashakeri/beautify-github-profile) | 这个 GitHub 仓库收录了多种工具及指南,让你的 GitHub 个人页面看起来更为丰富与美观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ltx33sjk4) +[flutter-tips-and-tricks](https://github.com/vandadnp/flutter-tips-and-trick) | 一份精心收集整理了 Flutter 和 Dart 开发的小技巧资料集合,每个小技巧除了提供代码还贴心的制作图片讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsHMQ0Buq) +[cs-self-learning](https://github.com/) | GitHub 上的开源 CS 自学指南,项目包含了诸多国外高质量 CS 课程,覆盖数据结构与算法、计算机系统安全、数据科学、人工智能、机器学习等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsGBLwrnR) +[「100 天编码挑战计划](https://github.com/kallaway/100-days-of-code) | 国外一名程序员在 GitHub 上发起了「100 天编码挑战计划」,规定所有参与的开发者,每天至少写 1 小时的代码,并提交到仓库中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsFqHABiq) +[Best-of Machine Learning with Python](https://github.com/ml-tooling/best-of-ml-python) | 里面收录了一些比较实用的机器学习与 Python 开源项目与工具。收录项目共计 900 多个,包括数据可视化、自然语言处理、文本与图像数据、Web 爬虫等分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqRhEtejl) +[《C++ Concurrency in Action 2ed 笔记》](https://github.com/downdemo/Cpp-Concurrency-in-Action-2ed) | C++11/14/17/20 多线程,掌握操作系统原理,解锁并发编程技术。原书籍前五章介绍了线程支持库的基本用法,后六章从实践角度介绍了并发编程的设计思想。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqmE2CXDT) +[《区块链黑暗森林自救手册》](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook) | GitHub 上的开源技术教程:《区块链黑暗森林自救手册》,主要介绍了关于区块链安全相关的攻击手段、技术防控知识等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq4Y5m4Pi) +[《机器学习笔记》](https://github.com/dair-ai/ML-Notebooks) | 整理了一系列机器学习任务、应用等代码示例。包括计算机图形、构建一个简单的神经网络、PyTorch 介绍、逻辑回归、文本分类、GNN 介绍等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpXTJxxSl) +[《Rust 新手入门指南》](https://github.com/jondot/rust-how-do-i-start) | GitHub 上的开源技术资源:《Rust 新手入门指南》(Rust 🦀. How do I start?),收录了可供 Rust 新手入门学习的教程、实战项目、开源库、开发者工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpiEzBwJK) +[《程序员延寿指南》](https://github.com/geekan/HowToLiveLonger) | 国内有个开发者撰写了一份《程序员延寿指南》,并开源到了 GitHub,希望通过各种数据与研究分析,进一步探索合理且健康的养生之道。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lpap8kkwd) +[Clone Wars](https://github.com/GorvGoyl/Clone-Wars) | 这个 GitHub 项目收录了 100 多个知名网站的克隆项目,包含教程、源码、Demo 演示、技术栈等内容,非常适合开发者研究学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo3FbheLO) +[AI-RecommenderSystem](https://github.com/zhongqiangwu960812/AI-RecommenderSystem) | 一个开源资料库沉淀了作者自学推荐系统的学习经验。其中包括经典算法模型和技术,各类工具、数据集的参考学习,并尝试用浅显易懂的语言,把每个模型或者算法解释清楚。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnOJJxJzj) +[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/LmrTf0SNM) +[MHDDoS](https://github.com/MHProDev/MHDDoS) | 一个具有 51 种攻击方法的 Python3 DDoS 开源脚本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmqIb3WK5) +[Hacking C++](https://hackingcpp.com/cpp/cheat_sheets.html) | 一份颇为全面的 C++ 速查表与信息图表。覆盖了算法、随机分布、序列、Lambda 表达式、设计指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmpx7t0FO) +[Hacking Tool](https://github.com/Z4nzu/hackingtool) | 作者收录了多款与计算机安全相关的开发者工具,包括网络攻击、DDOS 与 XSS 攻击工具、信息收集、SQL 注入、网络爬虫、哈希破解等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmhjHxoOu) +[Quantitative-analysis](https://github.com/hugo2046/Quantitative-analysis) | GitHub 上关于量化分析的资料参考:Quantitative-analysis,利用 Python 对国内各大券商的金工研报进行复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LlfEkpk3b) +[PeiQi-WIKI-Book](https://github.com/PeiQi0/PeiQi-WIKI-Book) | 一个面向网络安全从业者的知识文库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkiJejY3Z) +[Chinese voice corpus](https://github.com/fighting41love/zhvoice) | GitHub 上的开源中文语音语料:Chinese voice corpus,让中文语音更加清晰自然。里面包含了 8 个开源数据集,3200 个说话人,900 小时语音,1300 万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkbR1ro7B) +[Awesome Portfolio Websites](https://github.com/smaranjitghose/awesome-portfolio-websites) | GitHub 上的一个开源网站:Awesome Portfolio Websites,致力于帮助研究人员、开发者、分析师建立一个可用于展示多维度工作信息的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LjeJLxVQn) +[《2022 年杭州购房指南》](https://github.com/zkqiang/hangzhou-house-guide) | 一位在杭州工作的程序员,该指南是根据他个人多年购房选房经历,总结而成的一篇买房攻略,涉及新房摇号和二手房选购,包含大量杭州城市规划资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiVSLCDYb) +[Sec-Interview-4-2023](https://github.com/vvmdx/Sec-Interview-4-2023) | GitHub 上的开源技术资料库:Sec-Interview-4-2023,来自一位 2023 届毕业生收集的各大互联网安全面试题、面试经验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgnYs5V0I) +[《程序员做饭指南》](https://github.com/Anduin2017/HowToCook) | 详细介绍了地三鲜、回锅肉、鱼香肉丝等十几道菜品的具体料理方法。作者也希望通过开源的方式,让更多人参与到一本菜谱的改进与维护中来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgkrguvFT) +[.NET-Backend-Developer-Roadmap](https://github.com/Elfocrash/.NET-Backend-Developer-Roadmap) | 2022 年 .NET 后端开发者路线图,主要面向微服务架构的后端技术人员,完整高清大图可见 GitHub Repo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg1Agc8l6) +[AI-Expert-Roadmap](https://github.com/AMAI-GmbH/AI-Expert-Roadmap) | 人工智能技术 2022 年学习路线,完整高清大图在 GitHub Repo 可见。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeZWU1rDV) +[Time series resources](https://github.com/lmmentel/awesome-time-series) | 时间序列相关的学习资源整理。覆盖多个常用开发者工具、可视化开源库、技术论文、开源教程等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeXAOC2td) +[AtHomeWithAI](http://t.cn/A6L1qEWP) | Deepmind 发布的人工智能学习资源,包含线性代数、算法、机器学习、深度学习、自然语言处理等各类视频、PPT、指南、教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeRHt42rE) +[Leetcode-retag](https://github.com/resumejob/Leetcode-retag) | 重新分类 Leetcode 高频题,按照面试频率降序排列题目,增加难度分类,适合开发者从简单开始学习算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeMAS52th) +[《命令行速览》](https://github.com/vastutsav/command-line-quick-reference) | 里面总结了 30 多条命令行的基础知识,可帮你快速了解一些常用的命令行用法与开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcHmpq0qt) +[LeetCode 题解仓库](https://github.com/doocs/leetcode) | GitHub 上一个开源的 LeetCode 题解仓库,里面涵盖了多种编程语言的 LeetCode 代码实现,其中包括排序算法、链表、二叉树、栈和队列、动态规划等算法知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcvbrol44) +[《Arch Linux 简明指南》](https://github.com/NakanoMikuOrg/arch-guide) | 提供了从 Arch Linux 安装、显卡驱动、日常软件配置、多媒体制作、编程等所有内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaTpuzDZg) +[《文言文(古文)- 现代文平行语料》](https://github.com/NiuTrans/Classical-Modern) | 基本涵盖了大部分经典古籍著作,原始爬取的数据是篇章级对齐,经过脚本分句以及人工校对,形成共计约 96 万句对,source 下为文言文,target 下为现代文,文件内容按行对齐。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaG3tvogM) +[《深度学习 500 问》](https://github.com/shliang0603/Awesome-DeepLearning-500FAQ) | 国内开发者整理的一份 AI 学习资源,内容以问答形式,对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助有需要的读者。全书分为 18 个章节,50 余万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La5UToCva) + + +### 书籍/教程 + +名称 | 简述 | 源 +---- | ----- | ----- +[《Comprehensive Rust》](https://github.com/google/comprehensive-rust) | Google 开放的一个 Rust 技术教程,教程为期四天,涵盖了 Rust 基本语法到高级主题,如泛型和错误处理、Android 开发等相关内容。通过这一教程,你将全面学习 Rust 基础语法、编写 Rust 应用、掌握 Rust 常用开发技巧等技术。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MlIqyelZv) +[《标准 C++ 算法指南完整版》](https://github.com/HappyCerberus/book-cpp-algorithms) | GitHub 上的开源技术资源:《标准 C++ 算法指南完整版》,覆盖了该书所有相关的 LaTeX 与代码示例讲解,帮助大家更好的学习与总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mlg94gQoL) +[《Hello,算法 》](https://github.com/krahets/hello-algo) | 一本自带动画图解、能运行、可提问的数据结构与算法入门书。带你了解刷题所需的数据结构,介绍算法的设计思想、优势劣势、实现方法,并拥有可一键运行的配套代码,让你更好的深入学习算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MjTiAlqr0) +[《矩阵力量》鸢尾花书:从加减乘除到机器学习](https://github.com/Visualize-ML/Book4_Power-of-Matrix) | 主要面向开发者,讲解数学的基础知识。按内容划分为基础、坐标系、函数、解析几何、微积分、概率统计、线性代数等 7 大板块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MhUK8xWzx) +[《像黑客一样使用命令行》](https://github.com/xuxiaodong/usingcli-book) | 该书将从实际的例子出发,教你从无到有,一步一步学习命令行的使用。除了文字版本之外,亦有配套视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MgotbfdaD) +[《Stable Diffusion Book》](https://github.com/sudoskys/StableDiffusionBook) | GitHub 上的开源技术教程:《Stable Diffusion Book》,关于 AI 绘画的全面中文 Wiki、入门教程、开源文档。覆盖 AI 绘画相关的术语解释、安装配置、配置与调试、模型训练等相关内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/McZx4g2Ji) +[《机器学习系统:设计和实现》](https://github.com/openmlsys/openmlsys-zh) | GitHub 上的开源技术书籍:《机器学习系统:设计和实现》,主要讲解现代机器学习系统的设计原理和实现经验。该书覆盖编程接口、计算图基本构成、编译器前后端、模型部署、深度学习推荐系统、机器人系统等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb8PGvAyK) +[《基于物理的渲染:从理论到实现》](https://github.com/kanition/pbrtbook) | GitHub 上的开源教程:《基于物理的渲染:从理论到实现》中文翻译版。主要讲解几何与变换、成像过程、光的散射、光传输算法等计算机图形学内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb2Wovblc) +[《数据科学路线图》](https://github.com/Moataz-Elmesmary/Data-Science-Roadmap) | GitHub 上的开源学习资料:《数据科学路线图》,作者整理了一些开放性学习教程,并按照初中高级制定了不同学习路线。里面主要包含统计与概率、Python 基础及工具应用、数据清理与可视化、机器学习与爬虫、深度学习与模型等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb0YC6Ahe) +[《Enhance Your English Writing》](https://github.com/yzy1996/English-Writing ) | GitHub 上开源的学习资料:《Enhance Your English Writing》,作者是香港城市大学的一名博士生。主要收录他在阅读论文的过程中,发现的一些好的英语用法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma8noyjnF) +[《Solidity 极简入门》](https://github.com/AmazingAng/WTF-Solidity) | 每周更新 1-3 讲,主要讲解 Web3 基础开发技巧、合约安全、数字签名、时间锁,常见开发工具使用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma4QdwllJ) +[《手撸解释器》](https://github.com/GuoYaxiang/craftinginterpreters_zh) | 在本书中,作者将悉心拆解解释器相关的概念,在每一章节中逐步进行讲解和实现,并且保证每个章节结束之后都有一个可以运行的解释器版本。该书由一门小型的自创语言 Lox 开始,分别使用 Java 和 C 实现了两种类型的解释器,jlox 和 clox。内容上不会有太过深入的理论,对于普通编程爱好者也可以很容易地上手学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9uHEx8Tl) +[《Data Science: Theories, Models, Algorithms, and Analytics》](https://srdas.github.io/Papers/DSA_Book.pdf) | 主要讲解数据科学的基本知识,并覆盖相关常用算法、模型、R 语言、数据分析、金融应用、神经网络等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M7Fnv1EVp) +[《NLP 新手入门指南》](https://github.com/PKU-TANGENT/nlp-tutorial) | GitHub 上开源的学习资源:《NLP 新手入门指南》,项目作者为北京大学 TANGENT 实验室成员。该指南主要提供了 NLP 学习入门引导、常见任务的开发实现、各大技术教程与文献的相关推荐等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6tkMkriP) +[《Kubernetes 中文教程》](https://github.com/guangzhengli/k8s-tutorials) | GitHub 上的开源技术教程:《Kubernetes 中文教程》,内容偏向于实战进阶。通过带你渐进式修改代码,从最基础的 container 容器的定义开始,经过 pod, deployment, servcie 等资源来打包部署一套完整服务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4Msfkw2E) +[现代统计学概论》](https://github.com/openintrostat/ims) | 一本开放性技术书籍:《现代统计学概论》(Introduction to Modern Statistics),主要讲解数据分析理念与应用、回归建模、统计推断、推理建模等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2nYrA2He) +[《用 Rust 编写一个 JavaScript 编译器》](https://github.com/Boshen/javascript-compiler-in-rust) | JavaScript、Rust 和编译器都很难学,因此作者想将这三者结合起来,挑战自己,用 Rust 编写一个 JavaScript 编译器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1uAwaDtr) +[《Rust 性能优化手册》](https://github.com/nnethercote/perf-book) | 该书面向于 Rust 中级和高级开发者用户,结合理论与实践,讲解多种可以提高 Rust 程序性能的技术和技巧(速度和内存使用)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1la120wV) +[《线性代数的艺术》](https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra) | GitHub 上的开源技术教程:《线性代数的艺术》,主要针对 MIT 教授 Gilbert Strang 的《Linear Algebra for Everyone》教程提供了图形注释,让知识更易于吸收理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M16CUBr8Q) +[《系统设计》](https://github.com/codersguild/System-Design) | GitHub 上开源的技术学习资源:《系统设计》,里面主要整理了系统设计相关的基础知识、面试技巧、开发指南、最佳实践,以及各个互联网大厂的踩坑经验总结等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M05nUrVPg) +[《带你入门前端工程》](https://github.com/woai3c/introduction-to-front-end-engineering) | 分享一本开源的前端技术书籍:《带你入门前端工程》,主要记录作者在近两年来,在前端工程师实践经验和学习心得方面的总结。 书中大部分内容以理论知识 + 代码示例 + 图片进行讲解,部分章节会提供实践教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFgyIa9dz) +[《数据科学工具学习指南》](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/LEcxdvgtN) +[《语音增强初探》](https://github.com/WenzheLiu-Speech/The-guidebook-of-speech-enhancement​) | GitHub 上的开源技术教程:《语音增强初探》,主要讲解语音增强技术相关的技术解析,以及模型应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE5sQFN7t) +[《操作系统导论》中文版](https://github.com/remzi-arpacidusseau/ostep-translations) | 该书共有 50 个章节,内容深入浅出,围绕操作系统的虚拟化、并发、持久性展开讲解,涉及进程与进程、锁、CPU 调度、文件系统实现、分布式系统等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE1xicqHI) +[《Some Assembly Required》](https://github.com/hackclub/some-assembly-required) | GitHub 上一本开源的汇编入门指南:《Some Assembly Required》,主要包括 CPU 工作原理、指令映射、汇编语言与寄存器入门知识介绍等内容。每个章节都比较简短,且配有作者绘制的原理图与代码示例。让技术更易于理解,加深学习印象。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDlvqFy2g) +[《Effective Debugging》中文翻译版](https://github.com/Celthi/effective-debugging-zh) | GitHub 上的开源技术教程:《Effective Debugging》中文翻译版,主要讲述如何更有效率地调试大型程序(以 C/C++ 为例)的方法和技能。书中例子不仅丰富,而且都是从实际的工作经验提取,观点和方法有效且具有可行性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDhYfguVU) +[《BasicSR 中文解读文档》](https://github.com/XPixelGroup/BasicSR-docs) | BasicSR 是一个基于 PyTorch 的开源图像视频复原工具箱,提供了诸如超分辨率、去噪、去模糊、去 JPEG 压缩噪声等功能。该文档提供了关于图像、视频超分复原增强等相关技术知识的解读,以及开源库的使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCPGL2v8u) +[《动手构建一个简单数据库》](https://github.com/cstack/db_tutorial) | 作者将基于 C 语言,手把手构建一个类 SQLite 数据库,让你进一步了解数据库的工作原 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBu1lhaYT) +[《Rust 语言实战》](https://github.com/sunface/rust-by-practice) | 该书将通过有挑战性的示例、练习题、实践项目来提升 Rust 水平,建立从入门学习到上手实战的直通桥梁。书中通过大量的实战练习,帮助大家更好的学习和上手使用 Rust 语言。书中的练习题非常易于使用:你所需的就是在线完成练习,并让它通过编译。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBrFem2gX) +[《概率数值》](https://www.probabilistic-numerics.org/assets/ProbabilisticNumerics.pdf?continueFlag=1bafdcd5c034def869fecb4f3bdaed70) | 一本免费开放的技术书籍:《概率数值》(Probabilistic Numerics),共 400 多页,由 3 位来自各大高校与行业专家作者,历经 7 年写成。该书主要讲解数学基础、线性代数、积分、概率数值、机器学习模型优化、常微方程解法等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB9Zj88Qd) +[《动手学习数据可视化》](https://github.com/handsondataviz/book) | GitHub 上的开源技术教程:《动手学习数据可视化》,主要讲解 Excel 数据处理的常用技巧。数据清理、搜索、可视化,数据图表绘制,第三方开源库的开发指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB45Yt7Mj) +[《Python 项目实战》](https://github.com/learnbyexample/practice_python_projects) | 作者将通过 5 个 Python 实战项目,带你一步步了解 Python 的实际应用。其中包含用 Python 计算器优化命令行工具体验、抓取并分析 Reddit 评论数据、扫描 Markdown 和纯文本拼写错误、构建多选择题 GUI 界面、借助 AI 打造一款小游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LATupt21d) +[《2022 年开源操作系统训练营》](https://github.com/LearningOS/rust-based-os-comp2022) | 教程共分为八章,主要展示如何从零开始,用 Rust 语言写一个基于 RISC-V 架构的 类 Unix 内核 。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAK3UD6yJ) +[《谷歌的软件工程》](https://github.com/qiangmzsx/Software-Engineering-at-Google) | GitHub 上的开源技术资源:《谷歌的软件工程》中文版(Software Engineering at Google),共 25 章,主要讲解 Google 技术团队在「软件工程」领域的实践。该指南覆盖了团队管理、效率测量、代码风格规范、项目测试、版本控制、静态分析、依赖管理、持续交付与集成等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzPuW8TUC) +[《图解 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/Lyif5kWmX) +[《英语论文写作指南》](https://github.com/OpenMindClub/awesome-scholarly-productivity) | 由阳志平团队整理发布。里面包含科技论文制图、数学公式排版、文献分析工具介绍、论文发表技巧、写作工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxY0T5643) +[《Web3 科学家极简入门指南》](https://github.com/gm365/Web3_Tutorial) | 通过学习并使用 Web3.py 模块,实现链上数据查询、转账、合约交互等简单功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxN0XdUfZ) +[《IPv6 简明指南》](https://github.com/tmplink/ipv6) | GitHub 上的开源学习资源:《IPv6 简明指南》,主要讲解 IPv6 的基础知识,让你进一步理解 IPv6 地址的常见概念,如前缀、子网、接口等。作者还会通过图文说明,带你了解家用场景下的 IPv6 实战。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwvtf9MlN) +[《C++ Primer 中文版(第 5 版)》](https://github.com/applenob/Cpp_Primer_Practice) | GitHub 上的开源学习资料:《C++ Primer 中文版(第 5 版)》学习仓库,整理了关于此书的笔记和课后练习答案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwu62CRVR) +[《基于 JavaScript 的区块链、Solidity、Web3 全栈开发教程》](https://github.com/smartcontractkit/full-blockchain-solidity-course-js) | 通过这个教程,你将学到关于区块链、Web 开发、智能合约、密码学、NFT 等各类技术栈原理与应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvAI6fRsp) +[《从零开始的 Kubernetes 攻防》](https://github.com/neargle/my-re0-k8s-security) | GitHub 上的开源技术资源:《从零开始的 Kubernetes 攻防》,主要讲解云原生技术的一些攻防技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuwICnn70) +[《从零开始制作一个操作系统》](https://github.com/yanull/os-guide-cn) | GitHub 上的开源技术教程:《从零开始制作一个操作系统》,教程比较简短,内容讲解不太详细,适合有一定技术基础的人学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtKp6fK6B) +[MLOps Zoomcamp](https://github.com/DataTalksClub/mlops-zoomcamp) | 一份 MLOps 教程,主要讲解 MLOps 基础知识、MLflow 入门、模型部署、模型监控、开发运维、CI/CD、机器学习画布等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtzNy6HgN) +[《现代 JavaScript 教程》](https://zh.javascript.info/) | GitHub 上一本开源的 JavaScript 教程,作者将以最新的 JavaScript 标准为基准。通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。教程划分为 3 部分,涵盖了 JavaScript 编程语言相关知识和浏览器行为。此外还有正则表达式、动画效果等一系列专题文章。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](javascript-tutorial/en.javascript.info) +[SQLBolt](https://sqlbolt.com/) | 一个 SQL 技术教程:SQLBolt,作者提供了一系列交互式 SQL 教程,共 20 个章节,以及课后作业,帮你快速掌握与运用 SQL 开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsyaacOUC) +[《The Kaggle Book》](https://github.com/PacktPublishing/The-Kaggle-Book) | GitHub 上的开源技术书籍:《The Kaggle Book》,Kaggle 是一个知名的科学竞赛平台,不少开发者会通过参加 Kaggle 上的竞赛,快速提升自己的编码经验。通过这本书,你将熟悉 Kaggle 平台的使用、了解不同建模任务(包括对象检测、NLP、时间序列),进一步学习充分利用 Kaggle Notebook、数据集和论坛来提升个人能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[《动手学习深度学习 - 视频笔记》](https://github.com/HIT-UG-Group/DeepLearning-MuLi-Notes) | 课程视频共 73 节,单个视频平均时长不超过 30 分钟。课程既包含少量的机器学习的基础知识;又有如今前沿应用的 各种深度学习模型,同时每一章节的讲解还配备由 pytorch 实现的代码、教科书等等。该课程可帮助同学在短期内,掌握深度学习的基础模型与前沿知识和并提高实践能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrkKblDb4) +[《给数据科学家看的 SQL 教程》](https://github.com/DataWithDanny/sql-masterclass) | GitHub 上的开源技术教程:《给数据科学家看的 SQL 教程》,作者将基于一个加密货币交易数据库,带你了解 SQL 的常见用法。该教程共分为 13 个章节,每个章节作者都会提供不少习题与答案,以便大家训练学习。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqFv23rZN) +[《树莓派编程实用教程》](https://github.com/wxlscm/raspberry_tutorial) | 全书共 31000 字,提供 20 多个树莓派应用实例,适合想在树莓派开发项目的工程师、学生参考学习。此外,该书还涵盖 Python,Linux 命令,C/C++,OpenCV,Darknet 等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqyqFDhTZ) +[《深度强化学习教程》](https://github.com/huggingface/deep-rl-class) | Hugging Face 在 GitHub 开源了一个《深度强化学习教程》,在该教程中,你将通过理论+实践的方式,了解深度强化学习相关的开源库、开发工具、项目发布等基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lqw4xfHVq) +[《语音合成:从入门到放弃》](https://github.com/cnlinxi/book-text-to-speech/releases) | 该书主要介绍当前语音合成技术的发展历史、开源资料、详解语音特征提取、声学模型、语音合成知识结构等技术,感兴趣的同学可以看一下。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmnXId8oh) +[《用 Rust 开发一个操作系统》](https://github.com/phil-opp/blog_os) | 通过这个教程,你将学习如何使用 Rust 来编写一个操作系统,每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LlaxJaW4P) +[《蘑菇书 EasyRL》](https://github.com/datawhalechina/easy-rl) | GitHub 上的深度学习技术书籍,覆盖了强化学习、马尔可夫决策过程、策略梯度、模仿学习等多个知识点。该教程也称为 “蘑菇书”,寓意是希望此书能够为读者注入活力,让读者 “吃” 下这本蘑菇之后,能够饶有兴致地探索强化学习,像马里奥那样愈加强大,继而在人工智能领域觅得意外的收获。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkRGJpxjI) +[《Rust 从零开发到上线》](https://github.com/LukeMathWalker/zero-to-production) | ,该项目主要教你如何通过 Rust 来开发一个后端 API 项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkjUiwhs3) +[《Rust 异步编程指南》](https://github.com/sunface/async-book) | GitHub 上的开源技术教程:《Rust 异步编程指南》,高质量手翻官方的 Async Book, 是一本非常好的异步编程学习使用教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk6yfrfK8) +[《代码整洁之道》](https://github.com/JuanCrg90/Clean-Code-Notes) | 主要讲解如何编写干净、整洁的代码,合理定义代码名称、单元测试、项目数据结构等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk16iblci) +[《机器学习系统:设计和实现》](https://github.com/openmlsys/openmlsys-zh) | 主要讲解现代机器学习系统的设计原理以及实现经验。覆盖了编程接口、计算图、编译器前后端、数据处理、模型部署、分布式训练等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LjbZgE85C) +[《区块链开发指南》](https://github.com/dcbuild3r/blockchain-development-guide) | 一个挺有意思的公益性技术教程,该教程主要讲解 Web 前后端开发、以太坊基础、智能合约、密码学、数据分析等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lj6ujqM5Y) +[《Rust 数据结构与算法》](https://github.com/QMHTMY/RustBook) | 共分九章,主要介绍计算机科学、基本数据结构与算法分析、递归、查找、排序等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiMsg7ZgN) +[《Python 设计模式》](https://github.com/faif/python-patterns) | 作者通过编码实现,为多种 Python 设计模式提供了代码参考示例。除了代码之外,项目中还收录了有关 Python 设计模式的视频讲解,适合配套学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiEcOErVK) +[《Rust 练习实践》](https://github.com/sunface/rust-by-practice) | 该教程将通过简单到困难的代码示例,让你学习如何基于小型项目来练习和实践 Rust。目前有提供中、英文两个版本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiBQHpvtu) +[《Linux 系统操作手册》](https://github.com/abarrak/linux-sysops-handbook) | 主要介绍了 Linux 系统常用的管理技术与运维工具。书中包括系统用户权限管理、Shell 使用技巧、文件权限设置、后台管理任务设置、日志记录的监控与分析等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiuMkmPQm) +[db-tutorial](https://github.com/dunwu/db-tutorial) | 一份数据库相关学习教程,里面含有 MySQL、NoSQL、MongoDB、Elasticsearch、Redis 等学习教程,其中 MySQL 与 Redis 提供了思维导图对学习重点内容进行梳理,以便大家更好学习理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LhUrzumpt) +[《NLP 中文学习笔记》](https://github.com/DengBoCong/nlp-paper) | 作者是来自华中科技大学的硕士生,里面主要记录了一些作者在学习过程中阅读过且感觉不错的论文。对于一些经典或思路很新奇的论文,作者会进行精读,并写一些阅读笔记同步上传更新。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgP4SebE6) +[《深度强化学习:基础、研究与应用 》](https://deepreinforcementlearningbook.org/) | 一本开放的 AI 技术教程,作者为北大助理教授董豪博士。书中主要讲解深度学习入门知识、常用算法、科技前沿研究方向、实际生活应用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgiRPEfVn) +[《代码分析与自动化重构》](https://github.com/modernizing/modernization) | GitHub 上的开源技术教程:《代码分析与自动化重构》,主要讲解如何自己动手设计源码解析、构建代码的代码模型、可视化代码、以及进行自动化的重构和守护。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg57riuYq) +[《概率机器学习》](https://github.com/probml/pml-book) | 作者是 Google 的研究科学家 Kevin P Murphy。来自微软、斯坦福、哈佛等各路大佬对本书的评价如下:"这是一本了不起的书,涵盖了概率机器学习的概念、理论和计算基础,从基础开始,无缝过渡到该领域的前沿" | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg00QipDU) +[《机器人 501:机器人数学》](https://github.com/michiganrobotics/rob501) | 该教程主要是为机器人工程师讲解应用数学相关知识,同时也被用于密歇根大学的研究生教学。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcRXXkIXb) +[《Everything curl》](https://github.com/bagder/everything-curl/) | GitHub 上一本开源技术教程,里面讲述了 curl 项目、命令行工具、开发库的发展历史及技术原理。除此之外,你还可以从中学习到网络协议、命令行工具开发、开源项目维护、软件架构等扩展知识,非常值得一读。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcO2qdbkh) +[《笨方法学 Go 泛型》](https://github.com/akutz/go-generics-the-hard-way) | GitHub 上的 Go 语言开源技术教程,主要包括开发环境安装、Hello World 示例、Go 泛型介绍及代码实现等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcnkm9qo2) +[《静态程序分析入门》](https://github.com/RangerNJU/Static-Program-Analysis-Book) | 作者将手把手教你编写一个静态程序分析器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lc3ij614A) +[《用 90 天学 DevOps》](https://github.com/MichaelCade/90DaysOfDevOps) | 里面记录了国外一名开发者学习 DevOps 的 90 天历程。内容包括 DevOps 定义、Linux 基础知识、计算机网络、k8s 及容器的使用、自动化配置管理、日志监控管理与数据可视化等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbK2WhptF) +[《Python 中的统计学与机器学习》](https://github.com/duchesnay/pystatsml) | GitHub 上开源人工智能技术教程,主要讲解 Python 基础语法、数据处理以及数据可视化、多元统计、线性代数、特征提取、卷积神经网络等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbwiziB52) +[《Rust语言圣经》](https://github.com/sunface/rust-course) | GitHub 上开源的 Rust 中文技术教程,主要包含 Rust 开发环境安装、语法基础入门与高级进阶、异步编程、代码最佳实践、错误处理等内容,对 Rust 进行了全面且深入的讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LblGZkRNB) +[EasyRL](https://github.com/datawhalechina/easy-rl) | GitHub 上开源的 AI 强化学习中文教程,主要包含了强化学习概述、马尔可夫决策过程 、表格型方法、策略梯度、模仿学习等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb1EWpbwm) +[《算法通关手册》](https://github.com/itcharge/LeetCode-Py) | 提供了超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。该教程将通过「算法理论学习」和「编程实战练习」相结合的方式,带你从零基础到彻底掌握算法知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaYUtwaCE) +[《深度学习面试》](https://github.com/BoltzmannEntropy/interviews.ai) | 全书近 400 页,收录了数百道深度学习面试题与答案,附带有精美的插图和图表。该书主要讲解微积分、贝叶斯深度学习、特征提取、逻辑回归等内容,附有 PyTorch、Python 和 C++ 代码示例。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Larea65be) +[《JavaScript 30 天编程挑战》](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 一个前端开源技术教程,作者提供了一个可循序渐进的前端开发指南,带你一步一步入门 JavaScript 开发。内容主要包括前端开发环境配置、VSCode 代码编辑器使用介绍、JavaScript 语法基础、JSON 处理、DOM 对象操作、数据可视化项目编写等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La4lu6yhC) +[《开源软件指南》](https://github.com/github/opensource.guide) | GitHub 官方发布的一套技术文档:《开源软件指南》,有多个语言版本。主要讲解如何启动一个开源项目、项目维护的最佳实践,怎么通过开源工作获得经济报酬等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9dI2pSpQ) + + +### 机器学习/人工智能 + +名称 | 简述 | 源 +---- | ----- | ----- +[Paper Picture Writing Code](https://github.com/MLNLP-World/Paper-Picture-Writing-Code) | GitHub 上开源的 LaTeX 画图代码库。里面包含了几种 AI 论文中常用的画图代码,如折线图、柱状图、散点图、注意力可视化以及结构图等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MbcmRFfDL) +[PaddleHub](https://github.com/PaddlePaddle/PaddleHub) | 百度在 GitHub 上开源的一款预训练模型工具包:PaddleHub,涵盖了大模型、CV、NLP、Audio、Video、工业应用等 400+ 预训练模型,代码全部开源,离线可运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M5Ici3sxr) +[AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying) | GitHub 上一个开源的 AI 知识库,主要帮助开发者快速上手 AI 理论及应用实战,基础知识、机器学习、深度学习、自然语言处理 BERT,含大量注释及数据集,力求每一位能看懂并复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFfMNz3bo) +[Dot](https://github.com/sensity-ai/dot) | 是 GitHub 上一个开源的 Deepfake AI 换脸攻击工具包。针对身份验证、视频会议系统等渗透测试工作而生,可供安全分析师、红队成员和生物识别研究人员使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB8pSEYV1) +[ClearML](https://github.com/allegroai/clearml) | GitHub 上一个开源的机器学习工具包:ClearML,自带简洁美观的可视化界面。该工具可用于简化机器学习开发、运维流程,自动完成实验跟踪与结果记录,并提供了灵活多变的数据管理方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyLvv9lJn) +[Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) | 日本开发者在 GitHub 开源的一款图像处理节点编辑器,通过该工具,可以辅助并完成深度学习的各项图像处理工作,快速验证、对比各个图像在不同条件下的执行结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly9NtmoMG) +[BEVFormer](https://github.com/zhiqi-li/BEVFormer) | GitHub 上一套开源的环视物体检测方案:BEVFormer,实现了在鸟瞰图视角下的特征优化,可应用于汽车自动驾驶场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxZbW6AGc) +[Paper2GUI](https://github.com/Baiyuetribe/paper2gui​​​) | 一款面向普通人的 AI 桌面 APP 工具箱,开箱即用,非常方便,已支持 15+ AI 模型,内容涵盖语音合成、视频补帧、视频超分、目标检测、图片风格化、图片 OCR 识别等领域,兼容 Windows、Mac、Linux 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwMX2DEr6) +[FinRL](https://github.com/AI4Finance-Foundation/FinRL) | GitHub 上一个开源的量化金融自动交易框架:FinRL,附带有完整的深度学习、量化交易技术教程。项目覆盖了各类常用市场,并提供先进的算法核心,支持各种金融任务(投资组合分配、加密货币交易、高频交易)、实时交易等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwDwv9lEw) +[internet-dataset](https://github.com/RimoChan/internet-dataset) |这个 GitHub 仓库收录了各种通过搜索引擎获取的数据集,整体数据量将近 50G,其中包括域名、网页、反向索引等数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lvzx3kXBi) +[Energon-AI](https://github.com/hpcaitech/ColossalAI) | GitHub 上一个开源的大模型推理系统:Energon-AI。仅需对现有项目进行极少量修改,即可完成自定义大模型的推理部署,获得并行扩展的超线性加速。对于 AI 大模型分布式推理加速,相比英伟达 FasterTransformer 可提升 50% 以上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvvNF8glt) +[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | 国人在 GitHub 开源的一个项目:Colossal-AI,仅需极少量修改,即可让现有深度学习项目,在单张消费级显卡上,完成大模型训练,极大降低了项目研发成本!简而言之,有了这个开源项目后,每个人都可以在家训练 AI 大模型!尤其是大幅度降低了 AI 大模型微调、推理等下游任务和应用部署的门槛。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtnCy6sQH) +[Gradio](https://github.com/gradio-app/gradio) | GitHub 上这个名为 Gradio 的开源项目,可在短短几分钟内,为机器学习模型生成一个简洁、优雅的 UI 界面,让你能在浏览器中进行项目演示。通过该界面,你可以完成拖拽上传图像、粘贴文本、声音录制等操作,并查看模型输出内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lr25mDzFw) +[nlp-paper](https://github.com/DengBoCong/nlp-paper ) | 字节跳动工程师在 GitHub 上整理的 NLP 论文列表(附阅读笔记),收录了一些比较经典或思路新奇的论文。其中包含 NLP 领域下的对话语音领域,复现模型以及数据处理等(代码含 TensorFlow 和 PyTorch 两版本) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqHRacIRL) +[Goopt](https://github.com/jokenox/Goopt) | 国外有位开发者基于 GPT-3 做了一款 AI 搜索引擎:Goopt,通过该搜索引擎检索到的所有内容,全部都是由 AI 和算法合成的。你可以在上面搜索任意术语,以获取相关结果与内容。通过这种方式,进一步模拟网页浏览体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqDVBBooN) +[AI-Paper-Collector](https://github.com/MLNLP-World/AI-Paper-collector) | GitHub 上一个开源的 Python 脚本:AI-Paper-Collector,可用于查找包含指定关键词的顶会论文列表,涵盖了 2019-2021 自然语言处理,计算机视觉,信息检索等领域的顶会论文。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq7keozHW) +[ChineseLyrics](https://github.com/dengxiuqi/ChineseLyrics) | GitHub 上开源的中文歌词数据库,作者收录了 10W+ 首歌词数据,给做 NLP 和数据分析领域的朋友们提供参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpWIF3AXx) +[ROS-Face](https://github.com/maHidaka/ros_face) | 一个挺有意思的开源项目。作者希望通过 ROS(机器人操作系统)来控制人脸面部表情,让面部动作听从机械指令 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp7EEn4EN) +[nlp-notebook](https://github.com/jasoncao11/nlp-notebook) | GitHub 上开源的 NLP 领域常见任务的实现:nlp-notebook,包括新词发现、以及基于 PyTorch 的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoicfBjgt) +[funNLP](https://github.com/fighting41love/funNLP) | 几乎最全的中文 NLP 资源库。包括中英文敏感词、语言检测、中外手机 / 电话归属地 / 运营商查询、名字推断性别、手机号抽取、身份证抽取等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo6pE6Y8x) +[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | GitHub 上一个增长迅猛的国产 AI 开源项目:Colossal-AI,可用于 AI 大规模并行训练,仅需一半数量的 GPU,便能完成相同效果的 GPT-3 训练工作,极大降低了项目研发成本! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnUeFy3vP) +[NeuralSpeech](https://github.com/microsoft/NeuralSpeech) | 微软亚洲研究院在 GitHub 开源的一个项目:NeuralSpeech ,提供了基于神经网络的语音处理,包括自动语音识别(ASR)、文本转语音(TTS)等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll1zDmhT5) +[virtual_try_on_use_deep_learning](https://github.com/hpc203/virtual_try_on_use_deep_learning) | 使用深度学习算法实现虚拟试衣,结合了人体姿态估计、人体分割、几何匹配和 GAN,四种模型,只依赖 opencv 库就能运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LklhwuxuG) +[ml4a](https://github.com/ml4a/ml4a) | 如果你正在尝试用 AI 来进行艺术创作,那么可以看下 ml4a 这个开源 Python 库。作者通过代码封装的方式,将 AI 艺术创作类的开源项目整合到了一起,包括图像风格迁移、基于素描的图像生成、图片分辨率增强、图像卡通话等模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiX3Pbnan) +[《AI as an API》](https://github.com/datastaxdevs/workshop-ai-as-api) | GitHub 上的人工智能技术教程:《AI as an API》,主要讲解如何基于 NLP 技术,开发一个文本分类器,并进行持续化数据存储,封装成 API。教程学习时长,约为 50 分钟左右,适合在工作之余的闲暇时间动手学习。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiUHHaTGV) +[FastFold](https://github.com/hpcaitech/FastFold) | GitHub 上开源了一套训练推理加速方案,通过引入 GPU 优化和大模型训练技术,可将 AlphaFold 总体训练时间 从 11 天减少到 67 小时,且总成本更低,在长序列推理中也实现 9.3 ∼ 11.6 倍提升,加速效果颇为显著。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiAhibPFD) +[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | 国人在 GitHub 开源的一个深度学习系统:Colossal-AI,可用于 AI 大规模并行训练。仅需一半数量的 GPU,便能完成相同效果的 GPT-3 训练工作,极大降低了项目研发成本! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lgsil82Rz) +[SofGAN](https://github.com/apchenstu/sofgan) | 作用是可通过计算机视觉和模式识别技术,生成一张支持风格动态调整的人物肖像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcGblczJr) +[Hugging Face](https://github.com/) | Hugging Face 对外开放的机器学习任务列表,可以说整理的非常全面了。里面覆盖了自然语言处理、音频、计算机视觉等多个分类,其中包括掩蔽语言填充、智能问答、文本分类、文本翻译、语音识别、图像分割和物体检测等任务。每个任务都附有相对应的使用场景介绍、实际案例、学习指南、模型、数据集等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcz6XyeZ9) +[NeRF](https://github.com/NVlabs/instant-ngp) | 一款 AI 模型,可借助人工智能技术,把多张 2D 图片进行拼接,进而生成该图片的 3D 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbExZlG9Q) +[annotated_latex_equations](https://github.com/synercys/annotated_latex_equations) | GitHub 上一个开源的 LaTeX 示例库,教你如何使用 Tikz 创建彩色的 LaTeX 注释,让论文变得更为简洁与美观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaINX18aQ) +[动漫肖像魔法](https://waifulabs.com/) | 来自麻省理工大学的工作室 sizigi,发布的一款很有意思的 AI 工具,你可以通过选择头像、滤镜、风格、动作等 4 个步骤,来定制一个专属的二次元老婆 / 老公 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaHCTp6gA) +[ddddocr](https://github.com/sml2h3/ddddocr) | 一个开源的中文 OCR 通用验证码 Python 识别库,通过大批量生成随机数据,并进行深度网络训练,帮助厂商检验自家验证码的难易强度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La75XeXlc) + +### 开源字体 + +名称 | 简述 | 源 +---- | ----- | ----- +[「得意黑 Smiley Sans」](https://github.com/telier-anchor/smiley-sans) | GitHub 上的中文开源字体:「得意黑 Smiley Sans」,一款在人文观感和几何特征中寻找平衡的中文黑体。整体字身窄而斜,细节融入了取法手绘美术字的特殊造型。字体支持简体中文常用字(覆盖 GB 2312 编码字符集)、拉丁字母、日文假名、阿拉伯数字和各类标点符号。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MfMLbxreE) +[《辰宇落雁體》](https://github.com/Chenyu-otf/chenyuluoyan_thin) | GitHub 上又一款开源中文字体:《辰宇落雁體》,由刘韦辰和王立宇两名同学联合创作,并基于 OFL 1.1 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M19npcwCE) +[方舟像素字体](https://github.com/TakWolf/ark-pixel-font) | GitHub 上又一款开源的像素风字体:泛中日韩像素字体。支持 10、12 和 16 像素。目标是为开发「像素风游戏」,提供一套开箱即用的字体解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuDUBmldF) +[煮豆黑体 Zhudou Sans](https://github.com/Buernia/Zhudou-Sans) | 一款开源的中文字体,支持中日韩标点、全角字母、全角数字及一些特殊符号。标点造型主要来源于 Noto Sans,可以为类似风格的西文字体带来更加协调的中外文混排效果。​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp9e496zx) +[「繁媛黑體」](https://github.com/ayaka14732/FanWunHak) | 一款开源的繁体字体,基于「源样黑体」进行开发设计,整体风格看起来清晰自然,还能满足 "一简对多繁" 的需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll52NDdH7) + + +### 其他 + +名称 | 简述 | 源 +---- | ----- | ----- +[「中国传统色彩」](https://github.com/reorx/cht-colors) | 一个记录了「中国传统色彩」配色的网站,网站代码已在 GitHub 开源。该网站提供了各个色彩的常用名称、别名、RGB 与 HEX 值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4D1KbSaY) +[Fluent Emoji](https://github.com/microsoft/fluentui-emoji) | 微软开源的一套简洁、友好、可爱的 Emoji 表情包,基于 MIT 协议开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2p9tv65f) +[Logto](https://github.com/logto-io/logto) | GitHub 上一个开源的用户登录认证系统:Logto,可在几分钟内,帮你快速构建完整的用户身份及登录体系。项目自带基于 OIDC 的身份服务,支持多个社交平台的登录集成,开箱即用,拥有丰富的图形化管理界面,另外还提供邮箱、短信等多种认证方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCO7kArvE) +[GDevelop](https://github.com/4ian/GDevelop) | 一个开源的跨平台游戏开发引擎,可帮助不懂编程的设计师,快速开发一款能够满足移动端、桌面端、Web 端的游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB2qwByCQ) +[GreaterWMS](https://github.com/Singosgu/GreaterWMS) | 一个开源的仓储管理系统:GreaterWMS,拥有报表中心、财务中心等系统,支持货物管理、人员管理、订单管理等功能,适可用于多种成品管理环节的货物管理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvxaVcMd4) +[Windmill.dev](https://github.com/windmill-labs/windmill) | 一个开源的 OSS 开发者平台。通过编写少量 Python 和 Typescript 脚本,便可快速构建出生产级、多步骤的自动化应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsnyCFb37) +[SVG Silh](https://svgsilh.com/) | 一个基于 CC0 协议开放的 SVG 素材网站,上面收录了诸多 SVG 图像与图标,所有素材均可免费商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lrp45CYgH) +[StreamX](https://github.com/streamxhub/streamx) | 一个神奇的开源框架,让流处理更简单。该框架规范了项目配置,鼓励函数式编程,定义了最佳的编程方式,提供了一系列开箱即用的 Connectors。标准化了配置、开发、测试、部署、监控、运维的整个过程,提供了 Scala/Java 两套 API,最终目的是打造一个一站式大数据平台,流批一体,湖仓一体的解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lrjz8mjH6) +[Kestra](https://github.com/kestra-io/kestra) | 一个可扩展性极强的开源编排和调度平台,可快速创建、运行、调度和监控数百万个复杂管道。支持任意类型的工作流程,易于上手学习,支持从 API、调度、检测、事件来触发执行,可通过界面直接配置流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpjPBuoJf) +[Cook](https://github.com/YunYouJun/cook) | 国内开发者开源的一个菜谱网站:Cook,可自动将各种食材进行组合,生成对应的菜谱,并配套有视频教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpcLeEUNS) +[Cytopia](https://github.com/CytopiaTeam/Cytopia) | 一款具有像素艺术风格的开源城市模拟器,基于 JSON 的自定义 UI 系统,可灵活定制,并通过程序生成多种地形,模拟城市构建。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp29H5jap) +[elest.io](https://elest.io/) | 在 Hacker New 上看到的一项开源软件托管服务,可在几分钟内,快速部署 150 多种开源软件。此外,该平台还会帮作者处理后续的软件安装、配置、加密、备份、系统更新、实时监控等工作,并将 10% 的收入跟开源作者共享。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LletgqaSO) +[《绝版游戏保护工程》](https://github.com/skywind3000/preserve-cd) | 收录了多款堪称经典的小游戏,让你重回童年。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgDifjm5j) +[sha256algorithm](https://github.com/dmarman/sha256algorithm) | 这个 GitHub 项目通过可视化的方式,让你更为直观的理解 SHA256 算法原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lf1k8Carf) +[Cubic 11](https://github.com/ACh-K/Cubic-11) | 一个开源的中文字体,像素风,可用于各类游戏及美术作品,支持商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcQMTlANS) +[吃掉小鹿乃](https://github.com/arcxingye/EatKano) | 国内开发者做的一款摸鱼小游戏:吃掉小鹿乃。玩家需要在 20 秒内,尽可能点掉更多鹿乃头像。目前该游戏浏览量已突破 1000 万,主要用于训练手指灵活度和反应能力 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcwKQmBEJ) +[Homelab](https://github.com/khuedoan/homelab) | 由越南一位程序员小哥在 GitHub 开源的家用自托管基础设施,支持自动配置、操作和更新各类自托管服务,可用于打造自己的家庭开发实验室。其中包括代码自托管、证书管理、CI/CD 持续集成与交付、K8s 自动化安装和管理、实时聊天系统、应用监控面板等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcgfZ3rHA) +[Kvrocks](https://github.com/KvrocksLabs/kvrocks) | 一个开源的 NoSQL 数据库,基于 RocksDB 并兼容 Redis 协议,磁盘类型的 Redis 为降低存储成本而生,存储成本可以降到 Redis 的 1/10 以上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbDmVs22N) + +## 声明 +[![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) +本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 diff --git a/README.md b/README.md index 01a72c1..7b5b2fe 100755 --- a/README.md +++ b/README.md @@ -37,478 +37,206 @@ --- -## 2022 年复盘 +## 2023 年复盘 -下面是对 GitHubDaily 在 2022 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 +下面是对 GitHubDaily 在 2023 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 -> 过往复盘 [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) +> 过往复盘 [2022](https://github.com/GitHubDaily/GitHubDaily/blob/master/2022.md), [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) ### 目录 - [宗旨](#宗旨) -- [2022 年复盘](#2022-年复盘) +- [2023 年复盘](#2023-年复盘) - [目录](#目录) - - [Java](#java) - - [Python](#python) - - [前端](#前端) - - [工具](#工具) + - [AIGC](#aigc) + - [AI 工具](#ai-工具) + - [AI 绘画](#ai-绘画) + - [实用工具](#实用工具) - [插件](#插件) - [资料集合](#资料集合) - [书籍/教程](#书籍教程) - - [机器学习/人工智能](#机器学习人工智能) - - [开源字体](#开源字体) - [其他](#其他) - [声明](#声明) -### Java + +### AIGC 名称 | 简述 | 源 ---- | ----- | ----- -[mall4cloud](https://github.com/gz-yami/mall4cloud) | 一个基于 Spring Cloud 构建的开源电商系统。采用主流微服务技术实现,支持集群部署、服务注册和发现以及拥有完整的订单流程等,是一个适合二次开发的电商平台系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC5Jk3w36) -[RuoYi](https://github.com/yangzongzhuan/RuoYi) | GitHub 上一款开源的权限管理系统:RuoYi,基于 SpringBoot 搭建,代码易读易懂、界面简洁美观。项目可用于所有的 Web 应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA,支持移动客户端访问。核心技术采用 Spring、MyBatis、Shiro,没有任何其它重度依赖,直接运行即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwBap7sg9) -[Bolo Solo](https://github.com/adlered/bolo-solo) | GitHub 上一个开源的个人博客系统:Bolo Solo,简单易部署,自带精致主题、数据统计表、邮件提醒、自定义图床、功能丰富的 Markdown 编辑器,专为程序员设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqqbdewnY) -[NBlog](https://github.com/Naccl/NBlog) | 一个前后端分离的开源博客系统,基于 Spring Boot + Vue 技术栈开发,界面清新简洁,拥有多个丰富的博客组件,自带管理后台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgMIKs1ng) -[algorithms](https://github.com/xingxingzaixian/django-drf-online-exam) | 一个开源的在线考试系统,按照不同功能,可划分为题目管理、答题系统、权限分配、评卷系统等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgGPqCVrZ) -[JavaSecInterview](https://github.com/4ra1n/JavaSecInterview) | 由国内开发者更新与维护的 Java 面试题库,主要围绕 Java 安全研究与安全开发领域,覆盖了Shiro 和 Spring 框架、Fastjson 和 Log4j2 组件等安全知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfUI46bDG) - -### Python +[AnythingLLM](https://github.com/Mintplex-Labs/anything-llm) | 一个可打造成企业内部知识库的私人专属 GPT!可以将任何文档、资源或内容转换为大语言模型(LLM)知识库,使得在对话过程中可引用到里面的内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NwDwQrO9Y) +[chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt) | 有获取 GPTs 的 Prompt、Knowledge 以及如何防护的教程,另外单独对破解官方 GPTs 的 Prompt 进行分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvSp3wtRm) +[GPTs](https://github.com/linexjlin/GPTs) | 收集了超级多被破解的 GPTs Prompt | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvSp3wtRm) +[Awesome assistants](https://github.com/awesome-assistants/awesome-assistants) | 一份精心收集整理的优秀 AI 助手列表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvHARfYTA) +[Animate Anyone](https://github.com/HumanAIGC/AnimateAnyone) | 只需一张角色图片,即可生成与角色一致且动作可控的生动视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvAwuuUz1) +[SillyTavern](https://github.com/SillyTavern/SillyTavern/) | 一个可以安装在电脑(和安卓手机)上的用户界面,让你可以与文本生成的人工智能互动,并与社区创建的角色聊天/玩角色扮演游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nty2uEtjH) +[Prompt flow](https://github.com/microsoft/promptflow) | 微软在 GitHub 开源的一套 AI 工具,可用于简化大模型应用的开发周期。打通了从项目构思、原型设计、测试、评估到生产部署和监控的全流程,让开发者可以快速构建出高质量的大语言模型应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nj6Ut6pyi) +[supervision](https://github.com/roboflow/supervision) | 一个在 GitHub 开源的计算机视觉 AI 工具箱,安装简便,可供开发者重复使用,大幅提升效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ni2mLvoQ6) +[Code Interpreter API](https://github.com/shroominic/codeinterpreter-api​​​) | ChatGPT 代码解释器开源版,开发者可直接调用 API,在项目使用 AI 来快速处理数据分析、图像处理、股票图表展示等工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NaH2UpX58) +[RealChar](https://github.com/Shaunwei/RealChar) | 帮助你快速创建、自定义各种 AI 角色。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NaobWifhP) +[MetaGPT](https://github.com/geekan/MetaGPT) | 一个基于 AI 构建的实验性项目。可通过用户需求,直接生成产品分析文档、用户故事、竞品分析、数据结构、项目 API 等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N8znsi6tv) +[GPT Migrate](https://github.com/0xpayne/gpt-migrate) | 一个基于 GPT-4 的大胆尝试,让 AI 重写整个项目代码,实现所有代码框架、编程语言的迁移。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N89Mo5O1R) +[AI Getting Started](https://github.com/) | 一个简单的 AI 入门项目,实现了 AIGC 中常用的图像/文本模型、向量存储、身份验证、项目部署等一整套流程,可作为开发 AI 应用时的项目参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N6VXUbzqH) +[Vercel AI SDK](https://github.com/) | Vercel 在 GitHub 开源的一个 AI SDK,可帮你快速构建 AI 应用,包括 AI 对话、聊天界面、流式文本输出等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N61N34NeN) +[Liftoff Interviews](https://github.com/Tameyer41/liftoff) | 让 AI 对你进行技术面试,并给出能力评估,帮助你改善不足之处,提高面试通过率。用户可根据自身能力来选择面试题难度,项目支持自部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4Ykbek0d) +[Audiocraft](https://github.com/facebookresearch/audiocraft) | Meta 开源的一个 Python 库,可直接用 AI 生成音乐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4CSIibMS) +[LaWGPT](https://github.com/pengxiao-song/LaWGPT) | 个基于中文法律知识的大语言模型,你可以用它来打造一个 AI 专属法律顾问。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1J1ioVGI) +[GPT Code UI](https://github.com/ricklamers/gpt-code-ui/) | 简化版的 GPT 代码解释器,可利用大语言模型能力,自动生成与执行代码。另外还支持文件上传、下载,上下文理解,可选 GPT-3.5 和 GPT-4 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1o8NyGcw) +[Quivr](https://github.com/StanGirard/quivr) | 用 AI 来打造你的第二大脑。作为一个开源的 AI 知识库解决方案,Quivr 支持将文本、图像、视频、代码片段、PPT、Excel 数据表等内容直接上传云端,并通过大语言模型,快速实现信息检索、问答。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1nUy3Drf) +[Dify.AI](https://github.com/langgenius/dify) | 一个可用于快速创建 AI 应用的开源平台,帮助开发者创建可持续运营的原生 AI 应用。平台提供了多种类型应用的可视化编排,开箱即用,集成了诸多便于使用的 API。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N0Gk398PL) +[Shap-E](https://github.com/openai/shap-e) | OpenAI 开源的一个 3D 模型,可以根据文本或图像,直接生成 3D 对象。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFDY5rR1t) +[Pandas AI](https://github.com/gventuri/pandas-ai) | 为流行的数据分析和操作工具 Pandas 添加了生成人工智能功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MF2fL4dsY) +[Chart-GPT](https://github.com/whoiskatrin/chart-gpt) | 一个基于 GPT 实现的开源工具,可在几秒内,将文本快速转换为漂亮的图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDTlbwM34) +[Bloop](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ%3D%3D&mid=2457982448&idx=1&sn=aa3c06c76aa67ba2bf77ca32d8967865&chksm=8cb7b01abbc0390c8b8afefc8d4e982430c27a85b1f26719550da1252e33c9d13bbaf6dbd518&token=1761457851&lang=zh_CN#rd) | 一个基于 GPT-4 构建的代码搜索引擎,该工具采用基于 GPT-4 的 AI 智能模型,成功实现用自然语言,语义化的代码搜索方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDn59bLYx) +[Bark](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ%3D%3D&mid=2457982256&idx=1&sn=0db7f60f1d5670a0d9fc1da554f300a4&chksm=8cb7b0dabbc039cca80bc1eed9abe23dbc80aba1ff4c49278488aeda896b7a07674422469fa2&token=1761457851&lang=zh_CN#rd) | Suno 开源的 AI 项目能够生成高度逼真的人类语音(支持多个语种)及音乐。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDdnFumSh) +[LLaVA](https://github.com/haotian-liu/LLaVA) | 一个拥有类似 GPT-4 的大语言+视觉模型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD3zxft0Z) +[Cognosys](http://cognosys.ai/) | 可在线运行 Auto-GPT,,只需在线设定好机器人名称、目标、任务,即可自动运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCgPBlRz3) +[OpenPromptStudio](https://github.com/Moonvy/OpenPromptStudio) | 一款 Prompt(提示词)编辑神器,可以把 AIGC 提示词可视化,并提供在线编辑功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBsDYszbm) +[Grounded-Segment-Anything](https://github.com/IDEA-Research/Grounded-Segment-Anything) | 可实现自动检测、分割、生成图像与文本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBjsaDQBT) +[BingGPT](https://github.com/dice2o/BingGPT) | 一个 Bing 桌面客户端,支持 Windows、macOS、Linux 等主流操作系统,登录 Microsoft 账号即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAZWSdU8f) +[Spline AI](https://spline.design/ai) | 通过跟 AI 对话,基于文本快速实现 3D 建模。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAQfI0Gh4) +[OpusAI](https://opus.ai/) | 可通过文本来快速生成 3D 世界,构建一个属于自己的虚拟宇宙。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MA3SRoifJ) +[myGPTReader](https://github.com/madawei2699/myGPTReader) | 一个基于 ChatGPT 搭建的 Slack 机器人,可以完成阅读网页、电子书、视频 (YouTube) 或文档等操作,并使用 ChatGPT 对这些内容进行总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzfsJlgb9) +[Tune-A-Video](https://github.com/showlab/Tune-A-Video) | 可直接通过文本直接生成视频。只需要提供文本 prompt,再利用 Stable Diffusion 的能力,即可快速生成多种不同风格的视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzdJQ3FjI) +[ChatGPT 学术优化](https://github.com/binary-husky/chatgpt_academic) | 中科院科研工作专用,特别优化了学术 Paper 润色体验,支持自定义快捷按钮,支持 markdown 表格显示,Tex 公式双显示,代码显示功能完善,新增本地 Python 工程剖析功能 / 自我剖析功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mz4qLExXR) +[AICommand](https://github.com/keijiro/AICommand) | 将 ChatGPT 功能集成到 Unity 编辑器中。通过对话的方式,可视化动态调整与生成内容,提升游戏开发效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyNbf7iEn) +[The-HustleGPT-Challenge](https://github.com/jtmuller5/The-HustleGPT-Challenge) | 记录了一些可通过 GPT-4 实现的项目,其中有部分项目还实现盈利了。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyCzGD7eL) +[ChatGPT Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut) | 整理并汇总了多种让生产力加倍的 ChatGPT 快捷指令,按照领域和功能分区,可对提示词(Prompt)进行标签筛选、关键词搜索和一键复制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MxmNBjBre) +[川虎 ChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT) | 一个开源的 ChatGPT Web UI 应用,为 ChatGPT API 提供了一个 Web 图形界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwseCqYHc) +[ChatGPT Demo](https://github.com/Chanzhaoyu/chatgpt-web) | 一个开源的 ChatGPT 演示网页,基于 Express 和 Vue3 搭建,开发者可以用其搭建一个类似 ChatGPT 的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MvrMlFDmF) +[Edge GPT](https://github.com/acheong08/EdgeGPT) | 微软 Bing Chat 的逆向工程 API,利用该接口,开发者可自行搭建 EdgeGPT 聊天机器人,自定义智能搜索功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MsZhfkrPZ) + + +### AI 工具 名称 | 简述 | 源 ---- | ----- | ----- -[Pynecone](https://github.com/pynecone-io/pynecone) | GitHub 上的开源 Python 全栈开发框架:Pynecone,可让你在短短几分钟内,快速搭建一个 Web 应用。无需任何 Web 开发基础,即可上手使用。非常适合用来构建 AI 模型的 Demo 示例,简单又方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mjr16mOmN) -[python-tutorial](https://github.com/shibing624/python-tutorial) | GitHub 上一个开源 Python 实用教程。包括了 Python 基础,Python 高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。教程中包含的范例,涵盖了大多数 Python 日常脚本任务,可作为入门学习资料,亦可作为工作中编写脚本的参考实现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaegHpKyi) -[PrettyMaps](https://github.com/marceloprates/prettymaps) | 一个在 GitHub 开源的小型 Python 库,可基于 OpenStreetMap 数据,帮助开发者快速绘制简洁美观的地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0eOpztkq) -[pyWhat](https://github.com/bee-san/pyWhat) | 推荐一款比较实用的 Python 脚本工具:pyWhat,能够快速提取信息中的 IP 地址、邮箱、信用卡、数字货币钱包地址、YouTube 视频等内容。不仅如此,pyWhat 还可对文件和目录进行扫描,通过递归搜索,快速获取核心信息,并对结果进行筛选、过滤、排序、导出等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M06z02xGH) -[MLScraper](https://github.com/lorey/mlscraper) | 一个开源的 Python 爬虫脚本,可基于机器学习自动从 HTML 页面中抓取数据。在给爬虫提供输出结果的示例后,它便会自动提取规则,对页面数据进行抓取,整个过程无需指定 CSS 选择器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE4hMxRgU) -[《动手开发一个 Python 小项目》](https://inventwithpython.com/bigbookpython/) | 书中收录了 80 多个 Python 项目,每个项目都是一个独立章节,其中包括项目实例、源码、进一步开发建议等内容。书中每个项目代码量最多只有 200 多行,对新手友好,适合快速上手学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBdwuw5KU) -[Kindle_download_helper](https://github.com/yihong0618/Kindle_download_helper) | 一年后,Kindle 将退出中国市场,此前购买的书籍,在 2024 年 6 月 30 日后,将无法进行下载。一个在 GitHub 上开源的 Python 脚本,可用于批量下载往期已购买的 Kindle 电子书,并将其保存到本地。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwLLWnfmd) -[NannyML](https://github.com/NannyML/nannyml) | 一个适合数据科学开发者使用的 Python 库:NannyML,该项目搭配了拥有简单、易用的可视化界面,让你可以提前预估部署后的模型性能,检测数据漂移。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ltqn287bb) -[PyScript](https://github.com/pyscript/pyscript) | 简单添加几行代码,便能在 HTML 中内嵌 Python 代码,并在浏览器上运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrWscwV7h) -[GDB dashboard](https://github.com/cyrus-and/gdb-dashboard) | GitHub 上开源的 Python 调试工具:GDB dashboard,为 Python GDB 提供了可视化界面,更清晰的显示了程序调试信息,使开发者能专注于 Python 控制流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqGG6kbV9) -[NIVOS](https://github.com/TheSadError/NIVOS) | 一个开源的 Python 工具包,可用于深入扫描、破解 WIFI,适用于所有 Linux 系统,部分功能仍在持续升级中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqeoBnWyo) -[Greppo](https://github.com/greppo-io/greppo) | GitHub 上的开源 Python 框架,可快速搭建一款可交互式的「地理空间」应用。该框架提供了一整套完整工具包,让你可以轻松打通数据、算法、可视化 UI 等模块,构建一款交互式应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Liw9zejPT) -[algorithms](https://github.com/xingxingzaixian/django-vue3.2-online-exam) | 一个开源的在线考试系统,按照不同功能,可划分为题目管理、答题系统、权限分配、评卷系统等模块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgGPqCVrZ) -[Kedro](https://github.com/kedro-org/kedro) | 一个开源 Python 框架,可帮助你创建可复用、可维护、模块化的数据科学代码,支持与 VSCode 和 PyCharm 搭配使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgmNn1rJ5) - -### 前端 +[clone-voice](https://github.com/jianchang512/clone-voice) | 一个带 Web 界面简单易用的声音克隆工具。可使用任何人类音色,将一段文字合成为使用该音色说话的声音,或者将一个声音使用该音色转换为另一个声音。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NyUSJm4Zu) +[Amphion](https://github.com/open-mmlab/Amphion) | 一个开源的音频、音乐和语音生成整合工具包。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NyBlizeys) +[Lobe Chat](https://github.com/lobehub/lobe-chat) | 一键部署私人 GPT/LLM 的聊天机器人。支持语音合成、多模态和可扩展的插件系统,可以联网、画图、爬虫等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nxcuzzyku) +[GPT Crawler](https://github.com/BuilderIO/gpt-crawler) | 能够利用爬虫,自动抓取与整合指定 URL 地址中的各种信息,并生成一个`output.json`的数据文件。将其喂给 ChatGPT,便可快速定制你的专属 GPT,打造个人知识库或者智能助理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NttIAuO1X) +[screenshot-to-code](https://github.com/abi/screenshot-to-code) | 给 AI 看一眼截屏,便能直接生成代码。该项目可借助 GPT-4 Vision 的能力,直接给你将屏幕截图转换为 HTML/Tailwind CSS,并利用 DALL-E 3 的图像生成能力,生成外观相似的图像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ntsxx9wzI) +[Open Interpreter](https://github.com/KillianLucas/open-interpreter) | 可在命令行终端,直接调用与展示各种大模型能力。实现了视频和照片编辑、系统配置更改、自动生成并运行 Demo 源码,AI 一对一聊天问答等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NhJzrafM0) +[GPT Prompt Engineer](https://github.com/mshumer/gpt-prompt-engineer) | 该工具便会自动帮你生成各种 Prompt,自动对 Prompt 测试和评分,帮你尽可能找到最优项目提示。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N8EazkYv1) +[AIdea](https://github.com/mylxsw/aidea) | 一个在 GitHub 开源的 AI 应用,集成了主流大语言模型以及绘图模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nha6mFPW3) +[go-proxy-bing](https://github.com/adams549659584/go-proxy-bingai) | 让你无需登录,即可直接使用 New Bing。拥有与 Bing 一致的 UI 体验,并支持 ChatGPT 提示词。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3UK6u76u) +[Background Remover](https://github.com/nadermx/backgroundremover) | 一个开源的命令行工具,,可借助 AI 能力,快速移除图像和视频背景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFtZ5A6X1) +[open-chat-video-editor](https://github.com/SCUTlihaoyu/open-chat-video-editor) | 一款短视频生成和编辑工具,结合 ChatGPT,Stable Diffusion 和多模态搜索,实现短句转短视频、网页链接转短视频、长视频转短视频功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFrCY6STG) +[Chat-with-GitHub-Repo](https://github.com/peterw/Chat-with-Github-Repo) | 一个让你可以跟 GitHub 仓库进行对话的 Python 工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ME4o9jYBe) +[Chatbot Arena](https://chat.lmsys.org/) | 一个可以在线测试多种开源大语言模型的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD7t2pMJg) +[KeepChatGPT](https://githubdaily.gitee.io/posts/2023-04-21-keepchatgpt/) | 一个插件,让你的 ChatGPT 不再报错! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD3bAu4A1) +[MiniGPT-4](https://githubdaily.gitee.io/posts/2023-04-17-minigpt-4/) | 一个拥有类似 GPT-4 图像对话能力的项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCrYlzRNl) +[Animated Drawings](https://githubdaily.gitee.io/posts/2023-04-16-animated-drawings/) | 一款很有趣的 AI 工具,可以借助人工智能技术,让绘画作品动起来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCiok4UZG) +[CodeWhisperer](https://aws.amazon.com/cn/codewhisperer/) | 一款 AI 编程助手,可集成到 VSCode 和 IntelliJ IDEA 等代码编辑器上使用,个人版对所有开发者免费开放。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBVZY3W8f) +[ChatPaper](https://github.com/kaixindelele/ChatPaper) | 利用 ChatGPT 进行论文全文总结+专业翻译+润色+审稿+审稿回复 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBkWJ47D4) +[VideoCrafter](https://github.com/VideoCrafter/VideoCrafter) | 一款开源的 AI 工具,可直接基于文本,快速生成与编辑视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB3pDDgQk) +[Imagica](https://get.imagica.ai/) | 一分钟内,快速创建属于自己的 AI 应用。特点是:"零代码、实时数据、多模态、响应快速"。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAIcwt5uh) +[SpeechGPT](https://github.com/hahahumble/speechgpt) | 一个可以让你与 ChatGPT 进行语音聊天的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MArHECDIs) +[AI Code Translator](https://github.com/mckaywrigley/ai-code-translator) | 用 GPT 做了一款 AI 工具,可实现数十种编程语言的互相切换,支持 GPT-3.5 和 GPT-4。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAplwsiaS) +[ChatGPT Next Web](https://github.com/Yidadaa/ChatGPT-Next-Web) | 支持一键免费部署你的私人 ChatGPT 网页应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mzn339tqR) +[Play.ht](https://playground.play.ht) | 它可以从 20 秒的音频中快速生成克隆语音,并自动转换为英语。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mzjoh03kw) +[Cursor](https://github.com/getcursor/cursor) | 一个能利用 AI 辅助编程的代码编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mz3xcdoWB) +[GerevAI](https://github.com/) | 基于 ChatGPT 能力,可在几秒内找到任何聊天记录、文档或代码片段。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyVqG7ZNG) +[ChatAll](https://github.com/sunner/ChatALL) | 一个可以让你同时与多个 AI 机器人实时聊天的开源工具。支持 ChatGPT、Bing Chat、bard、Alpaca、Vincuna、Claude、ChatGLM、MOSS、iFlytek Spark、ERNIE 等主流 AI 聊天机器人。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N10ktk3O4) +[AI-Products-All-In-One](https://github.com/TheExplainthis/AI-Products-All-In-One) | 整理了一些 ChatGPT 以及 AI 相关的生产力工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyKP8c8dr) +[Shell GPT](https://github.com/TheR1D/shell_gpt) | 该工具直接在命令行中集成了 ChatGPT,通过它,可以帮助你快速编写 shell 命令、代码片段编写、Git 提交信息、文档、注释等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyJE4mTDI) +[飞书 GPT](https://github.com/Leizhenpeng/feishu-chatgpt) | 集成了飞书 + GPT-3.5 + Dall·E + Whisper 等 API,支持语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyDKKgfTp) +[ChatPDF](https://github.com/mayooear/gpt4-pdf-chatbot-langchain) | 它可以提取 PDF 文件中的内容,并将内容交给 ChatGPT 进行分析。待解析完成之后,你便可以跟它进行一对一对话交流,就好像它是一个完全理解内容的人一样。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Myukg0Qdo) +[GitHub Copilot X](https://githubdaily.gitee.io/posts/2023-03-23-github-copilot-x/) | 一款基于 AI 驱动的、跨时代代码编辑器,将为开发者带来前所未有的编程体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyyfNDa5k) +[OpenGpt](https://github.com/futantan/OpenGpt) | 一个可以让你快速尝试各种 ChatGPT 应用的开源项目,借助这个项目,你还能在几秒钟内创建属于自己的应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mxwe66eAv) + + +### AI 绘画 名称 | 简述 | 源 ---- | ----- | ----- -[「PoseMon 让爷康康」](https://github.com/linyiLYi/pose-monitor) | 国内开发者在 GitHub 开源的一款 Android 应用:「PoseMon 让爷康康」,可借助 AI 技术,实时监测不良坐姿,并及时给出语音提示。应用不需要联网使用,所有 AI 特性均在手机本地运行,不需要将视频画面传输至外部服务器,仅需要摄像头权限用于获取姿态画面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MecX2f7DZ) -[Magical Spider](https://github.com/lixi5338619/magical_spider​​​) | 神奇的蜘蛛,一个几乎适用于所有 Web 端站点的采集方案 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1jYX9t87) -[云开发情侣互动小程序](https://github.com/UxxHans/Rainbow-Cats-Personal-WeChat-MiniProgram) | GitHub 上这个情侣互动小程序可以玩一下,给生活增添点趣味。项目基于云开发能力构建,可作为情侣自己的任务和商城系统,主要特性包括做任务,攒积分,换商品等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFiSO1hRm) -[vuejs-challenges](https://github.com/webfansplz/vuejs-challenges) | 一个 Vue.js 在线挑战平台,里面提供了多道 Vue.js 练习题,帮你一步步掌握 Vue.js 的使用。该项目意在帮助你更好地了解 Vue.js,编写出实用程序,或单纯享受挑战乐趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC2YQimtz) -[Vue Flow](https://github.com/bcakmakoglu/vue-flow) | GitHub 上一个开源的 Web 流程图组件:Vue Flow,支持灵活定制、可应用于 Vue 3,具有丝滑的缩放与拖拽交互,自带 Minimap 和各类实用的图形组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyCh8l1Pt) -[WebGAL](https://github.com/MakinoharaShoko/WebGAL) | 这是一款界面美观、易于开发的网页端视觉小说引擎。通过该引擎,你可以快速制作属于自己的小游戏。项目配有使用教程,令你无需网页开发基础,3 分钟即可学会所有的语法。只要你有灵感,便可以立刻开始创作自己的 Galgame。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwJ1teQwW) -[Chirpy Jekyll Theme](https://github.com/cotes2020/jekyll-theme-chirpy) | 一个轻量级、响应式的个人静态博客主题:Chirpy Jekyll Theme,自带暗黑模式、可自动生成相关帖子,支持语法高亮、数学公式、流程图等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvylZlO9j) -[PaoPao](https://github.com/rocboss/paopao-ce) | 一个风格类似 Twitter 的开源社区,基于 Gin、Zinc、Vue 等技术栈搭建。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvrtLyUq7) -[CSS Buttons](https://github.com/eludadev/css-buttons) | 这个 GitHub 项目基于 CSS,实现了 100 种不同的 Web 按钮样式,包括动画效果、外观、转场过渡效果等,脑洞颇大。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtGtxq7JV) -[Geeker Admin](https://github.com/HalseySpicy/Geeker-Admin) | 推荐 GitHub 上一套开源的后台管理框架:Geeker Admin,项目基于 Vue3.2、TypeScript、Vite2、Pinia、Element-Plus 等技术栈开发而成。拥有数据大屏、统计信息可视化、表格操作 Hooks 封装、组件 UI 动态切换、i18n 国际化多语言、常见 Web 指令定制等诸多功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtjiEccit) -[Horizon UI](https://github.com/horizon-ui/horizon-ui-chakra) | GitHub 上一个开源的管理后台模板:Horizon UI,内置数百个组件与模块,可帮你快速开发出精美、简洁的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lqddyamna) -[Luckysheet](https://github.com/mengshukeji/Luckysheet) | 一款纯前端实现的,类似 Excel 的在线表格,功能强大、配置简单、完全开源。支持大部分 Excel 功能,如冻结行列、合并单元格、筛选、排序。并内置了透视表、图表、计算函数等数据分析常用功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoYe9w229) -[Fantastic-admin](https://github.com/hooray/fantastic-admin) | 一款开箱即用的 Vue 中后台管理系统框架,拥有多种布局与主题,动效丰富,可灵活定制,并支持多语言、多级路由缓存、自动生成导航栏等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnZlhmZjL) -[Instagram MERN](https://github.com/jigar-sable/instagram-mern) | 应该是我见过最全功能复现的 Instagram 克隆版了,基本上覆盖了诸多 ins 常用的前后端功能。支持登录注册、个人信息的增删改查、帖子与私信互动,Emoji 支持等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkVCh6wku) -[dooringx](https://github.com/H5-Dooring/dooringx) | GitHub 上开源的可视化平台搭建方案:dooringx,通过提供一套数据流事件机制、弹窗等解决方案,让你可以快速定制一个可视化拖拽平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgW9f0ltw) -[Vue vben admin](https://github.com/vbenjs/vue-vben-admin) | GitHub 上一个开源的管理后台模板:Vue vben admin,基于 Vue 构建,开箱即用,拥有多款可配置主题,内置 Mock 数据方案、动态路由权限生成方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeYLR12Zj) -[Medusa](https://github.com/medusajs/medusa) | GitHub 上一个开源的电商建站平台,可基于各种 UI 组件与 API,用模块拼装的方式,快速搭建个人电商平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LePllw9iF) -[Olympic](https://github.com/dragonir/3d/tree/master/src/containers/Olympic) | 国内开发者用代码实现的「冰墩墩」,基于 Three.js + React 技术栈构建,代码已在 GitHub 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeOahodSj) -[Graphics](https://github.com/entronad/graphic) | GitHub 上一个开源的可视化 Flutter 图表库,提供了一种基于图形语法的声明式定义,可组合出多种图表类型,并拥有丰富的属性配置和交互组件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbACshpig) -[S2](https://github.com/antvis/S2) | 一款基于数据驱动的多维分析表格,通过提供底层能力库,基础组件,业务场景组件以及自由扩展的能力。具备高性能、高扩展、可交互、开箱即用等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaJZ0yxiX) -[Mall Cook](https://github.com/wangyuan389/mall-cook) | 一款开源的可视化商城搭建平台,包括多页面可视化构建、JSON Schema 生成器(可视化搭建物料控制面板),实现组件流水线式标准接入平台等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La8h0y4z3) - - -### 工具 +[Stable Diffusion Cheat-Sheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet) | Stable Diffusion 开源速查表,里面拥有超过 700 种经过测试的艺术风格,可快速搜索查找各类艺术家,并支持一键复制 Prompt。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3Qqdubhy) +[StableStudio](https://github.com/Stability-AI/StableStudio) | 人手一个 Midjourney,Stability AI 开源的 AI 图像生成平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N14VOFWKZ) +[Roop](https://github.com/s0md3v/roop) | 一键实现 AI 换脸,仅需一张换脸图像,无需数据集,无需训练,自带敏感图像检测功能。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N63U7sEzT) +[pixian.ai](https://pixian.ai/) | 能够利用 AI 一键移除各种图像背景,并支持在线调整图片分辨率、背景颜色等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N5hJ6bIQ5) +[Inpaint Anything](https://github.com/geekyutao/Inpaint-Anything) | 一个 AI 图像编辑工具,支持一键擦除、替换图像中的指定物品,通过提示词来自动更换背景图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCqg6oZvy) +[Segment Anything (SAM)](https://github.com/facebookresearch/segment-anything) | 一个图像分割模型,可自动分割图片或视频中的所有物品,一键完成自动分割,并支持零样本转移到其他分割任务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAGpKkHqx) +[Docker 作图咒语生成器](https://github.com/soulteary/docker-prompt-generator) | 支持一键从图片中解析出 Prompt 描述,并能够基于描述进行扩展,以便二次图片生成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBvFcy0Mp) +[Plask.ai](https://plask.ai/) | 一个 AI 工具,可以通过 3D 建模,直接生成模特效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB4AHhvIU) +[MidJourney-Styles-and-Keywords-Reference](https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference) | 收录了很多实用的 Midjourney 提示词,包括图像风格样式关键词、分辨率、图像权重等,帮助你更好的完成 AI 绘画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyT4yjBL3) +[roomGPT](https://github.com/Nutlope/roomGPT) | 只需上传一张房间照片,即可用 AI 生成对应的梦幻房间效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwcUOvhgh) + + +### 实用工具 名称 | 简述 | 源 ---- | ----- | ----- -[ILLA Builder](https://github.com/illacloud/illa-builder) | GitHub 上最近比较火的一款低代码开发工具:ILLA Builder。可让你在短短几分钟内,快速搭建一个企业内部应用。项目内置了一整套 UI 组件库,通过拖拽组件,即可完成应用搭建。此外,工具还接入了多种数据库和 API,让数据调用更加简单方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MkvLkwZ3j) -[Photoshot](https://github.com/shinework/photoshot) | 一款开源的 AI 头像生成器,用户将自己的个人头像上传后,可借助 Stable Diffusion 模型进行训练,并生成一款拥有不同风格的个人头像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mjgk2lKIG) -[ChatGPT 微信](https://github.com/fuergaosi233/wechat-chatgpt) | 可将 ChatGPT 集成到微信的开源项目,通过发送对话,即可接受到来自 ChatGPT 的结果反馈,玩起来又更方便了,另外一款是 [ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() -[Misskey](https://github.com/misskey-dev/misskey) | 一个开源的去中心化微博社交平台:Misskey,完美适配了 PC 与移动端界面。支持丰富且可定制化的 Web UI、Emoji 表情、在线笔记、云存储、多主题、统计图表、实用组件等多种功能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mic1I1tiU) -[StockAI](https://www.stockai.com/) | 一款颇有意思的图片搜索引擎:StockAI。输入关键词即可搜索图片,如果图片不存在,则会通过 AI 自动生成近似图片。个人非商业可免费下载小图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mi4aDBbtZ) -[Lama Cleaner](https://github.com/Sanster/lama-cleaner) | GitHub 上一款开源的图像修复工具:Lama Cleaner,基于 SOTA AI 模型构建,功能颇为齐全。可用于快速去除图像中各种物品、人物、字体、水印等对象,并支持老照片修复、文本替换图像内容等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MftUc9pdK) -[AutoCut](https://github.com/mli/autocut) | GitHub 上一款开源的视频剪辑工具:AutoCut,可通过字幕快速剪切视频。工具支持自动生成字幕,用户无需使用视频编辑软件,仅需编辑文本文件,即可完成剪切。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MfktHxK73) -[GoToSocial](https://github.com/superseriousbusiness/gotosocial) | 一款开源的轻量级社交平台,类似 Twitter 与 Tumblr。支持关注他人、发布推文、点赞分享内容、一键拉黑等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MefjaiTnv) -[Stash](https://github.com/stashapp/stash) | 一款开源的视频与图像管理 Web 应用,基于 Go 编写,支持自部署,可将视频和图像按标签进行分类,以及信息提取与统计等功能。项目支持通过 Windows、macOS、Linux、Docker 等方式进行安装部署,并拥有多种 CSS 样式可供定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mee86n3KX) -[Memphis](https://github.com/memphisdev/memphis-broker) | GitHub 上一款开源的实时数据处理平台:Memphis,与 Apache Kafka 相比,构建数据流应用程序的速度快 9 倍。该项目提供了功能丰富的命令行与可视化界面,帮助实现快速开发,极大降低成本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MebnCFcES) -[VHS](https://github.com/charmbracelet/vhs) | 一款开源的命令行 GIF 生成工具,可自动生成命令行的 GIF 动画,并应用到教程、文档、工具演示、测试等场景上。该工具支持自定义配置动画字体、间距、行高、延迟、打字速度、主题、删除与指针移动效果等各种属性,功能非常齐全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md0I8aM1M) -[Pake](https://github.com/tw93/Pake) | 一个可将各种网页快速打包成 Mac App 的开源工具。相比 Electron 更加小巧易用,速度更快,同时实现了通用的快捷键透传、沉浸式窗口、拖动、打包样式兼容等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaZpcf4sH) -[RedEye](https://github.com/cisagov/RedEye) | GitHub 上一款开源的安全可视化分析工具:RedEye,可用于协助红队可视化报告指挥和控制行动。该工具允许操作员评估和展示复杂数据,调整策略,并根据红队评估做出有效决策。支持日志解析,格式化输出数据,对行动进行标注等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaV5in0Jr) -[Fyrox](https://github.com/FyroxEngine/Fyrox) | 一个基于 Rust 开发的 2D & 3D 游戏引擎。自带功能齐全的可视化操作界面、高度可扩展的渲染器、拥有创建复杂动画的内置系统、高品质双耳音响系统,支持 Windows、Linux、macOS 等主流操作系统。另外,该项目还配套了工具使用教程,帮助你更快的上手游戏开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MaicgjMt5) -[Markwhen](https://github.com/kochrt/markwhen) | 一款可快速创建时间线的开源工具:Markwhen。通过类似 Markdown 语法,即可快速生成直观、可视化的时间线内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MafQ8dNRK) -[Umi-OCR](https://github.com/hiroi-sora/Umi-OCR) | 一款功能颇全的开源 OCR 软件,可离线使用,适用于 Win10 x64 平台。该软件支持截屏识别、粘贴图片,支持批量导入本地图片,将 OCR 结果输出到软件面板或本地文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma6pD0MW6) -[Sharing](https://github.com/parvardegr/sharing) | 一款开源的命令行工具。无需安装任何移动端 App,即可实现 PC 到移动端的文件共享功能,支持 iOS 和 Android。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9vSIpEPy) -[Code App](https://github.com/thebaselab/codeapp) | 一款开源的 iPad 代码编辑器:Code App。内置 Node.js、Python、C、C++、PHP 等多种开发环境,自带 Git、Pip、NPM 等工具,可连接并管理远程服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9t8ekIcm) -[Notes](https://github.com/nuttyartist/notes) | 一款开源的跨平台笔记应用,支持文件夹嵌套与标签管理、可自定义界面主题,采用QT、C++ 原生开发,响应速度快。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M7GyyFDWT) -[Gooey](https://github.com/chriskiehl/Gooey) | 一款可直接将 Python 命令行工具转为 GUI 应用的开源程序,帮助你优化用户体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6vGU7Izk) -[CubyText](https://github.com/vincentdchan/CubyText) | 一个开源的知识管理软件:Cuby Text,通过区块来管理内容,让信息更有条理。软件界面清新、简洁、数据存储在本地,可更快搜索查找,并支持 Windows、Linux、macOS 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6s9Ibq2z) -[Motionity](https://github.com/alyssaxuu/motionity) | 一个开源的动画编辑工具,可在浏览器直接打开使用。支持视频剪切、图像搜索过滤、文本动画库、图层蒙版等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4KSR1axX) -[Notesnook](https://github.com/streetwriters/notesnook) | 一个开源的端到端加密笔记软件,可用于替代 Evernote,该项目提供笔记共享、历史回溯、个性化主题定制、富文本编辑,并支持导出成 PDF 与 Markdown 等格式的笔记文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4BskoKun) -[SurrealDB](https://github.com/surrealdb/surrealdb) | GitHub 上一个开源的云原生数据库:SurrealDB,通过简化数据库和 API 堆栈,以减少项目开发时间,提高生产力。除了处理日常数据事务,该数据库还能当做 API 后端层使用。支持 SQL 查询、GraphQL、ACID 事务、WebSocket 连接、结构化和非结构化数据、图形查询、全文索引等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2xoVB8yQ) -[WSysMon](https://github.com/SlyFabi/WSysMon) | 一个开源的 Windows 任务管理工具克隆版,可用于 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2wdR50H3) -[TerrainDecorator](https://github.com/emrecancubukcu/Terrain-Decorator ) | 一款轻量级 Unity 3D 地形绘制工具:TerrainDecorator,包含了各种坡度、高度、噪声、图像遮罩和混合模式等过滤器,可帮助开发者快速创建地形纹理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2v2Nwh3a) -[One Last Image](https://github.com/itorr/one-last-image) | 一个能将「赛璐璐风格」动画截图或插画,转换成 One Last Kiss 封面风格的在线生成器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M18cku47e) -[pdf-diff](https://github.com/serhack/pdf-diff) | GitHub 上一款开源的 PDF 文件对比工具:pdf-diff。可用于追踪、对比不同 PDF 版本间的差异。像 Git 一样,让你更好的了解 PDF 内容变更情况。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0prZBkBt) -[Label Studio](https://github.com/heartexlabs/label-studio) | GitHub 上一款开源的数据标注神器:Label Studio,可用于标注音视频、文本、图像、时间序列等数据类型,并导出为多种模型格式。此外,该工具还支持多账号登录、流线型工作模式、可配置标签格式、集成机器学习模型、嵌入数据管道等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0fZuF2AD) -[AFFiNE](https://github.com/toeverything/AFFiNE) | GitHub 上又一个开源的 Notion 替代品:AFFiNE,一款功能颇为强大的知识库管理工具。界面样式清新简洁、支持所见即所得的编辑和排版,拥有基于 Markdown 的多任务管理、多人实时协作。私密性强,可在本地自部署,目前项目仍在持续更新迭代。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M04e0h98c) -[Wireflow](https://github.com/vanila-io/wireflow) | 一款开源的在线流程图绘制工具,支持使用 100 多种自定义图形、可进行多人协作、权限分配、实时聊天等功能、并拥有丰富的功能组件库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE36JxtQd) -[Pixel Art to CSS](https://github.com/jvalen/pixel-art-react) | 一个开源的像素风图像编辑工具,基于 React 开发,通过结合 CSS 的 box-shadow 和 keyframes 特性,实现了在线绘制像素风图像的需求。在绘制完成后,你还能将其导出成 GIF、静态图像或纯代码,并粘贴到自己的网站上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDj9ja8ou) -[DBER](https://github.com/findyourmagic/dber) | GitHub 上一个开源的数据库设计工具:DBER,基于实体连接图,支持可视化数据库结构设计、拖拽生成模型引用关系、一键导出 SQL 语句等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDgoP6gGD) -[Lensm](https://github.com/loov/lensm) | 一款基于 Go 语言开发的汇编及源代码浏览工具,可用于项目性能优化、调试等场景。作者还特地写了一篇文章,阐述了整个项目的开发历程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDaTSg1k6) -[Termtyper](https://github.com/kraanzu/termtyper) | 为了提升自己的打字速度,国外一位开发者在 GitHub 开源了一款命令行终端打字游戏,该游戏提供了一个简单直观的可交互界面,支持设置游戏难度、主题样式、游戏时间以及按键声音,最后还能统计打字精准度,帮你快速提升打字速度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD8xK6Kvp) -[DiceBear](https://github.com/dicebear/dicebear) | 一个开源的头像生成库,可通过给定的唯一标识,快速帮助开发者与设计师,生成一款简单可爱的用户头像。还提供了 API,供开发者接入调用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD6YkxV46) -[Navidrome](https://github.com/navidrome/navidrome) | GitHub 上一个开源的跨终端音乐播放器:Navidrome。基于 Material UI 设计风格构建,支持所有主流音乐格式,拥有播放、收藏、专辑管理等功能特性。该播放器兼容 macOS、Linux、Windows 等主流桌面系统与移动端,内置多语言模块,可随时翻译转换为其它语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCTq6fG7a) -[Lively Wallpaper](https://github.com/rocksdanister/lively) | 一个开源的动态壁纸软件,可快速更换、管理桌面动态壁纸,资源占用率极小。应用定制性强,可使用动态和交互式网页、3D 应用、音频可视化工具作为壁纸。支持多种不同分辨率屏幕,内容丰富,使用简单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCf9Pzg0N) -[qsv](https://github.com/jqnatividad/qsv) | 一个开源的 CSV 数据文件处理工具,提供了数十种可用的命令行,可以帮助你更加高效的索引、分析、拆分以及验证 CSV 数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCdYLCk3j) -[FontForge](https://github.com/fontforge/fontforge) | GitHub 上一个开源的跨平台字体编辑器:FontForge,可用于创建、编辑、转换其它多种格式的字体。编辑器提供了中文使用指南,方便新手更好入门。客户端支持 Windows、macOS、Linux 等主流桌面系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCcpls5Yj) -[PocketBase](https://github.com/pocketbase/pocketbase) | 一个基于 Go 编写的后端管理系统:PocketBase,集成简单,开箱即用,拥有清新简洁的后台管理面板。该系统内置实时数据库与 REST API,Google、GitHub 等多平台 OAuth 验证功能,文件可存储在本地或第三方平台,灵活性、扩展性强。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC4yhkJbz) -[massCode](https://github.com/massCodeIO/massCode) | 一个免费开源的跨平台代码片段管理工具,支持组织管理、Markdown 编辑、搜索同步、自动保存、JSON 存储等功能,并提供了 VS Code、Raycast、Alfred 等多个平台插件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBsQik4mH) -[Tooll 3](https://github.com/still-scene/t3) | GitHub 上一个开源的实时动画工具包:Tooll 3,搭配了简单直观的可视化界面,以及丰富的图形组件,让你可以快速创建实时动态图形。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBbalBhZn) -[SMSBoom](https://github.com/WhaleFell/SMSBoom) | 一个开源的 Python 压力测试工具:SMSBoom,可用于测压短信轰炸,全自动添加有效接口,支持异步协程等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAHHNsyvQ) -[wechat-backup](https://github.com/greycodee/wechat-backup) | 一款在 GitHub 开源的微信聊天记录备份工具:wechat-backup,可将聊天记录持久化备份本地硬盘,释放手机存储空间。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzQFZFcbs) -[Hetty](https://github.com/dstotijn/hetty) | 一款可用于安全研究方向的 HTTP 客户端,针对各类信息安全、漏洞悬赏需求进行量身定制,功能颇为丰富,亦可满足日常接口调试需求。该工具支持 HTTP 高级搜索、日志记录,可手动创建、更改、拦截请求、自带基于项目的数据库存储功能,以及简单易用的 UI 界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyUVX1ZPb) -[Watermark-Removal](https://github.com/zuruoke/watermark-removal) | 一个开源的图片去水印解决方案:Watermark-Removal,可基于机器学习的图像修复方法,自动去除图片水印。经处理后的图片,与原图几乎一致。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyTKUki45) -[supes.top](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s-r5s-N1) | 给喜欢折腾智能家居和路由的同学,推荐一个 OpenWrt 配置工具:supes.top。可用于快速下载、定制各种设备的 OpenWrt 固件。Web 界面上提供了多种可选配置,包括设备名称和型号、常用软件包、插件、主题风格、宽带信息等,部分功能需付费才能使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LySzR06g0) -[Redpanda Console](https://github.com/redpanda-data/console) | GitHub 上一款开源的数据流处理工具:Redpanda Console(前身是 Kowl),搭配可视化 UI,可用于快速管理和调试 Kafka/Redpanda 工作负载。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyMGxy6BC) -[tproxy](https://github.com/kevwan/tproxy) | 一款开源的 TCP 连接分析工具:tproxy,可用于监控网络连接,分析请求内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyDscu413) -[MiaoYan](https://github.com/tw93/MiaoYan) | 一款颜值颇高的 Markdown 编辑器:MiaoYan(妙言),拥有极简的设计风格,纯本地使用、支持语法高亮、黑暗模式、源文件保存、国际化等功能。项目基于 Swift5 原生开发,用起来比较丝滑,可自定义快捷和编辑器字体。目前仅支持 macOS 操作系统。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyfGMwxtX) -[BatNoter](https://github.com/batnoter/batnoter) | 一款基于 GitHub 的 Web 笔记应用:BatNoter,可将 GitHub 仓库作为个人笔记存储库,并支持笔记分类、搜索、Markdown 快捷编辑与预览、书签管理等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly6dG4Pxs) -[Beekeeper Studio](https://github.com/beekeeper-studio/beekeeper-studio) | 一款开源的跨平台 SQL 编辑器,提供 SQL 语法高亮、自动补全、数据表内容筛选与过滤、连接 Web 数据库、存储历史查询记录等功能。该编辑器支持 SQLite、MySQL、MariaDB、Postgres 等主流数据库,并兼容 Windows、macOS、Linux 等桌面操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxWrr9vO2) -[Think(云策文档)](https://github.com/fantasticit/think) | 一款开源知识管理工具:Think(云策文档),内置知识库、思维导图、文档模板、在线编辑器等多种工具。可通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxQWueRTz) -[EasyNode](https://github.com/chaos-zhu/easynode) | 一个简易的个人 Linux 服务器管理面板 :EasyNode,支持多服务器管,可通过 WebSocket 实时更新服务器基本信息,如系统、公网 IP、CPU、内存、硬盘、网卡等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxPLrhKGK) -[Pingu](https://github.com/sheepla/pingu) | 日本一位开发者开源的命令行网络诊断工具,可用于替代 ping。在使用时,会逐渐出现一只可爱的 ASCII 企鹅图形,并高亮关键字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxOAohmAw) -[coolify](https://github.com/coollabsio/coolify) | 一个在 GitHub 开源的项目自托管方案,可用于替代 Heroku 和 Netlify。支持反向代理、免费 SSL 证书配置、多种常用数据库配置、项目一键安装与升级等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwCls8WV9) -[vCard](https://github.com/codewithsadee/vcard-personal-portfolio) | 一个在 GitHub 开源的个人简历网站:vCard,支持响应式设计,能让你的个人信息、项目经验、工作经验在 Web 页面上,得到最佳的浏览体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwzAZjeYR) -[Gitploy](https://github.com/gitploy-io/gitploy) | 可在几分钟内,快速搭建一个基于 GitHub 的项目部署系统。项目提供了更为直观的可视化界面,让你可以快速针对项目分支、SHA、标签进行部署,并拥有持续交付和持续部署能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwsUX0jwN) -[Slashy](https://github.com/alyssaxuu/slashy) | 一个开源的 Notion 辅助工具:Slashy,可为 Notion 自定义各种快捷命令,如开启摄像头、录音、绘图、创建注释、可复用的内容模块等,进一步提高编辑效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwrJT9XVO) -[dashy](https://github.com/Lissy93/dashy) | 一个高度可定制化、自托管的服务器启动页构建工具,自带可视化编辑器、状态检测系统,并拥有各类丰富的组件及主题。借助该工具,便可为不同应用快速搭建一个服务器管理面板,并基于各种组件、图标、主题,完成自定义配置,项目内置身份验证、状态监测、搜索、备份、可视化配置、多语言支持等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwqaur6db) -[Wazuh](https://github.com/wazuh/wazuh) | GitHub 上一款免费开源的安全平台:Wazuh,集威胁预防、漏洞检测、风险响应、安全监控于一身。不仅如此,该开源平台还提供了搜索引擎和数据可视化工具,让用户可以更为直观的浏览、配置项目的安全监控信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwkRJ5U8o) -[CogVideo](https://github.com/THUDM/CogVideo) | 一个可基于文本生成视频的开源项目:CogVideo,由清华大学数据挖掘研究小组开源,项目 Repo 中附有论文。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvF1Z1to8) -[emojied](https://github.com/sekunho/emojied) | 一个可以把任意网址转换为 Emoji 表情符号的开源项目,还挺有意思的。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuvxzlSBe) -[LetsMarkdown](https://github.com/Cveinnt/LetsMarkdown.com) | 一个轻量级的网页版 Markdown 编辑器,支持实时协作编辑、语法高亮、自动补全、主题设置等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtI2XBqyG) -[infra](https://github.com/infrahq/infra ) | 一个让你能够快速访问项目基础设施(如 Kubernetes、数据库)的管理工具。集成了简单易用的命令行工具,支持配置同步、权限管理、日志记录、API 扩展等功能。目前项目功能仍在持续更新与迭代。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtC9FmJvV) -[code996](https://github.com/hellodigua/code996) | GitHub 上一个开源的命令行脚本。它可以统计 Git 项目的 commit 时间分布,进而推导出你当前的工作强度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtyCtBqRJ) -[Lapce](https://github.com/lapce/lapce) | GitHub 上一款开源的轻量级代码编辑器:Lapce,功能强大,运行丝滑,支持 Windows、Linux、macOS 等主流桌面系统。拥有类似 Vim 的模态编辑功能,支持代码自动补全、诊断,并内置了远程开发模式、命令行终端,为你提供顺畅的 "本地编码" 体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lti7AuFBl) -[LiveTerm](https://github.com/Cveinnt/LiveTerm) | 可以让你在几分钟内,快速搭建一个拥有命令行风格的网站。项目高度可定制、简单易用。在将项目 clone 到本地之后,只需要编辑项目仓库的 config.json,即可快速完成定制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtgWxiaTS) -[cnchar](https://github.com/theajack/cnchar) | GitHub 上一个开源的汉字拼音笔画库:cnchar。功能非常齐全,支持汉字拼音、笔画数解析,多种模式绘制汉字,并能完成语音识别、语音合成等操作。项目支持离线使用,在多端通用,开发者还可进行自定义部署,自定义数据等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsCu3tf3D) -[Modren](https://github.com/RudraSwat/modren) | 一个开源的 Linux 应用商店。安装成功后,便可通过该商店下载、安装各类 Linux 应用。支持 APT、Snap、Flatpaks、DEB 等多种格式的安装包,可用于 Ubuntu、Debian 衍生发行版等系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsvO25LdJ) -[PointLess](https://github.com/kkoomen/pointless) | 一个开源的绘图画布应用:PointLess,开发者可以基于该项目,制作出一些绘画、白板、笔记等应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsoJGbInk) -[BlogHelper](https://github.com/onblog/BlogHelper) | 一个可帮助国内用户写作的托盘助手,支持将本地文章一键发布到主流博客平台,剪贴板图片一键上传至图床(新浪、GitHub、图壳、腾讯云、阿里云、又拍云、七牛云)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrSV0ACzm) -[Obsei](https://github.com/obsei/obsei) | GitHub 上一款开源的低代码工具:Obsei,基于 AI 驱动,可应用于各种开发及业务场景。通过这个工具,可实现社交平台舆论监控、客户投诉预警、自动生成工单、市场调查分析、为 AI 任务生成数据集等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrRlB38IO) -[HertzBeat](https://github.com/dromara/hertzbeat​​​) | 推荐 GitHub 上一个易用友好的云监控系统:HertzBeat。无需 Agent,拥有强大自定义的监控能力。支持网站监测,PING 连通性,端口可用性,数据库,操作系统,API 监控,阈值告警,告警通知等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrN1GclDo) -[BallCat](https://github.com/ballcat-projects/ballcat) | GitHub 上一个支持快速开发的后端脚手架,可快速搭建企业级后台管理系统,并提供多种便捷 starter 进行功能扩展。主要包括前后台用户分离、菜单权限、数据权限、定时任务、访问日志、操作日志、异常日志、统一异常处理、XSS 过滤、SQL 防注入、国际化等多种功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrLQCkU7F) -[AppMaster.io](https://appmaster.io/zh) | 一个无代码应用搭建平台:AppMaster.io,无需编写一行代码,即可快速创造出一个 App,大幅解放生产力。该工具可用于构建本地 Web 和移动端应用程序、自动化业务流程等场景。通过界面拖放,即可构建出可用于生产环境的 App,并支持部署到云端或导出源代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrDNmnxNg) -[DB Fiddle](https://www.db-fiddle.com/) | 一款可在线运行、调试 SQL 数据库的开发者工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrCq8n6VD) -[Actual](https://github.com/actualbudget/actual) | 一个在 GitHub 开源的金融系统,强调「本地优先」原则,可用于管理个人财务,注重安全性和私密性。拥有交易管理、预算跟踪、财务报告生成、交易拆分、跨设备同步、数据导入与迁移、端到端加密等功能。该工具适用于 macOS、Windows、Linux、iOS、Android 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqSEUaD8y) -[JSON Hero](https://github.com/jsonhero-io/jsonhero-web) | 一个实用的 JSON 工具:JSON Hero,提供了简洁直观的 UI 界面,让查阅和理解 JSON 数据变得更为轻松便捷。开发者借助这一工具,能以列表视图、树状视图、编辑器视图等多种方式来查看 JSON 文件,并自动识别数据内容,展示数据预览。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lquv8226L) -[portfolYOU](https://github.com/YoussefRaafatNasry/portfolYOU) | 一个简洁、直观的个人简历主题,可使用 GitHub Pages 快速搭建简历站点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() -[Spacedrive](https://github.com/spacedriveapp/spacedrive) | 一个开源的跨平台文件管理器,内置了虚拟分布式文件系统(VDFS)。支持从云服务到离线硬盘,将设备的存储容量和处理能力整合到个人分布式云中,用起来既安全又直观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lql4BmjC3) -[MM-Wiki](https://github.com/phachon/mm-wiki) | 一个开源的轻量级知识分享、团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。提供方便的安装界面程序,无需任何手动操作。部署方便,使用简单。具备完善的系统权限管理,系统可以自定义角色,可为不同角色授予不同的权限。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqfzErEAu) -[Perspective](https://github.com/finos/perspective) | 推荐 GitHub 上一个交互式、可视化数据分析工具:Perspective,可用于创建数据报告、数据面板、科研笔记及应用。为了便于开发者与数据科学家上手使用,开发团队还提供了十几个案例供参考学习,其中包含电影、超市、地铁、流媒体等多个分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqbE7EZFp) -[Apifox](https://www.apifox.cn/a1ghdaily) | 一款国产 API 管理工具,该工具基于可视化界面来管理 API 文档,支持 API 自动化测试、CI 持续集成、团队协作,并且它还能根据模型,自动为项目生成 API 代码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq3N29znI) -[Video-subtitle-extractor](https://github.com/YaoFANGUK/video-subtitle-extractor) | 一款开源的视频硬字幕提取工具,可自动生成 srt 文件,无需申请第三方 API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq2dCdEMY) -[LookScanned](https://github.com/rwv/lookscanned.io) | 一个可以将 PDF 转换成扫描文件的开源工具,支持设置文件角度、噪点、模糊度等属性,整个过程无需用到打印机和扫描仪。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lpl0GySm3) -[OpenBBTerminal](https://github.com/OpenBB-finance/OpenBBTerminal) | 一个在 GitHub 开源的股票和加密市场命令行工具。该项目提供了一个基于 Python 的集成环境,允许普通的交易员利用数据科学、机器学习技术来进行交易。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lph59bV0o) -[InvenTree](https://github.com/inventree/InvenTree) | GitHub 上一款开源的库存管理系统:InvenTree,简单易用,可用于跟踪及管理各类库存零件,并支持生成各种报告,可扩展性强。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpbAcf4Jp) -[DevStream](https://github.com/merico-dev/stream) | 一个开源 DevOps 工具链管理工具,将主流 DevOps 全生命周期的开源工具管理起来,提供了包括安装部署、最佳实践配置等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoZNznxuU) -[JavaScript Visualizer](https://github.com/Hopding/js-visualizer-9000-client) | 一个开源的 JavaScript 可视化调试工具,运行后,可动态展示任务队列、调用栈、Event Loop 等过程与结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LogxyjrsY) -[Blockly ML](https://github.com/chekoduadarsh/BlocklyML) | 一个开源的编程可视化工具,可用于辅助学习 Python 和机器学习,让学习过程变得不再枯燥。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo7AIkoE7) -[HertzBeat](https://github.com/dromara/hertzbeat) | 一个开源的、友好易用的监控告警系统:HertzBeat,支持网站,API,PING,端口,数据库,操作系统等监控类型,并自带可视化操作界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo5eBEErQ) -[Weylus](https://github.com/H-M-H/Weylus) | 一个颇有意思的开源项目,可将手机、平板电脑屏幕变成电脑的图形输入板与触摸屏。让你在手机、平板电脑上进行绘图,并呈现到电脑屏幕上,相当于给电脑外接了一块触控画板。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnYae1GmH) -[Amplication](https://github.com/amplication/amplication) | 一个开源的开发者工具,可用于快速构建高质量的前后端项目,提升开发效率。功能包括可视化数据模型管理,自动化批量代码生成,管理面板搭建,生成满足 CRUD 需求的 REST 和 GraphQL API 等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnVO5mgP8) -[JSON Visio](https://github.com/AykutSarac/jsonvisio.com) | 一个开源的 JSON 数据可视化工具,可通过图表节点,完美呈现 JSON 数据间的结构关系与详情,并支持离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnPUN7zmG) -[StartPack](https://github.com/tldr-devops/startpack) | 一些可用于早期项目启动和自托管的 devops 工具包,在项目初期时,可通过这些工具降低项目的开发与运维成本。里面包括了数据库存储、项目管理、实时通讯、内容管理、低代码搭建等技术解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmCuOCmgx) -[Amazing-QR](https://github.com/x-hw/amazing-qr) | GitHub 上开源的 Python 二维码生成器,可生成普通二维码、带图片的艺术二维码(黑白与彩色)、动态二维码(黑白与彩色) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmBjLjhdn) -[Magma Studio](https://magma.com/index) | 一款可用于游戏、动画等艺术创作的平台。支持多人协作绘图,可通过共享画布进行实时绘画,进行头脑风暴和构思。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmA8Gt6jk) -[Orchest](https://github.com/orchest/orchest) | 一款开源的可视化数据管道构建工具,以更简便的方式,快速构建数据管道,无需框架和 YAML 配置,可直接通过 Python、R、Julia 来编写代码,处理数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmxoc9Qlj) -[alist](https://github.com/Xhofe/alist) | 一个支持多存储的文件列表程序:alist,可配置与对接多个不同存储平台,部署方便,开箱即用,并能在线预览、管理多种不同格式的文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmt4iyi5U) -[PicoShare](https://github.com/mtlynch/picoshare) | 一款开源的文件共享系统,简单易用、不限制文件大小、可直接生成下载链接,支持自托管部署,数据安全性可控。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmjDOmblS) -[Cider](https://github.com/ciderapp/Cider) | 一款开源的跨平台 Apple Music 音乐播放器,基于 Vue.js 和 Electron 构建,内置音频增强、社交分享、远程操控等功能。适用于 Windows、Linux、macOS 等主流桌面操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmisKsxbb) -[Obsidian Memos](https://github.com/Quorafind/Obsidian-Memos) | 让你可以用一种全新的方式在 Obsidian 记录日程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LldicAWdh) -[bbtop](https://github.com/Lakr233/mobilePillowTalkLite) | 一个可在 iOS 端运行的 Linux 服务器监控和管理工具,可通过密码、密钥来验证服务器身份,FaceID/TouchID 保护、可配置文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll3RIEf5B) -[regex-vis](https://github.com/Bowen7/regex-vis) | 一个蛮不错的正则表达式可视化工具,作者提供了一系列组件,让你可在 Web 页面上通过配置,快速生成正则表达式,以及对应的可视化图形,并且还支持运行测试,检验结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll2GE6ZHw) -[SteamTools](https://github.com/BeyondDimension/SteamTools) | 一个开源跨平台的多功能 Steam 工具箱,能让你的 Steam 用起来更加丝滑。支持 Windows、Linux、macOS 等主流桌面系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkUre2PTo) -[SystemSix](https://github.com/EngineersNeedArt/SystemSix) | 一款可在树莓派上运行的电子水墨屏,可用于显示日历、天气、操作系统界面等内容,拿来折腾一些小工具应该挺好玩的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkTgabpYR) -[ToolJet](https://github.com/ToolJet/ToolJet) | GitHub 上一个开源的低代码开发框架。提供了丰富的可视化工具箱,仅需几步,即可快速构建企业级部署工具。该框架提供了 API,可对接 PostgreSQL、MongoDB、Elasticsearch 等多种外部数据源,以及常用的第三方服务,如 Stripe、Slack、Airtable。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkNmQpCTi) -[Reactive Resume](https://github.com/AmruthPillai/Reactive-Resume) | 一款颇为独特的简历生成器,可通过各种配置,让创建、更新、共享简历的过程变得更加简单便捷。免费开源、支持中文,可同时创建多份简历,并快速打印成 PDF。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkMbLEXmC) -[CodeEdit](https://github.com/CodeEditApp/CodeEdit) | 一款开源的 IDE 代码编辑器,主要面向 macOS 用户,致力于提供更为丝滑的编程体验,目前功能仍在持续迭代中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lkhyaeecg) -[Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager) | 一款更快、更好、更稳定的 Redis 桌面(GUI)管理客户端,兼容 Windows、Mac、Linux 等主流系统。性能出众,轻松加载海量键值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkfYKDcxA) -[avvvatars](https://github.com/nusu/avvvatars) | 一款比较火的头像生成器,可快速生成一款独特头像,拥有 40 种颜色、60 种形状搭配,支持自定制,可集成到 Web 项目中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkatN62SU) -[ecapture](https://github.com/ehids/ecapture) | 一款无需 CA 证书,就可以进行 HTTPS 通讯明文抓包的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk9iIE4Hu) -[Visualize Data on Spirals](https://github.com/jokergoo/spiralize) | GitHub 上的一款开源工具包:Visualize Data on Spirals,可快速搭建呈螺旋结构的可视化数据图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk2qwzeCE) -[Dasel](https://github.com/TomWright/dasel) | 一款比较实用的命令行工具:Dasel,可通过类似链式语法的方式,对 JSON、YAML、CSV 等文件进行增删改查、转换等操作。该工具支持多种结构化数据文件,如 JSON、YAML、TOML、XML、CSV 等。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiT8hhbDJ) -[Rayon](https://github.com/Lakr233/Rayon) | 一款开源的服务器监控工具,支持 libssh2 主机连接、密钥认证、远程代码执行、GPU & RAM & 硬盘使用情况监控等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiNDjtisH) -[Yao](https://github.com/) | 一款蛮不错的开源低代码应用引擎,无需编写一行代码,即可快速创建 Web 服务和管理后台,大幅解放生产力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiFA46ss1) -[Plasticity](https://github.com/nkallen/plasticity) | 一款开源的 3D 建模工具,主打小而美的功能,为概念艺术创作而生,可通过各类快捷操作,快速完成 3D 建模工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiD1LkfgL) -[Grist](https://github.com/gristlabs/grist-core) | 一款颇为实用的现代化数据表格,不同于其它普通的数据表格,该项目融合了电子表格的灵活性与数据库的稳定性,从用户体验与性能两方面,着重提高互联网用户的办公效率。该表格支持各类 Python 公式与 Excel 函数,拥有可扩展移植的数据格式、轻便的数据编辑功能,并自带可视化数据面板,开发者还可通过 API 与其它数据源对接。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgQs72lOT) -[TerraForge3D](https://github.com/Jaysmito101/TerraForge3D) | 一款专业的地形生成和建模工具,免费开源,开箱即用,附有多个视频教程供新手入门学习。这款功能包括的功能也颇为齐全,其中有基于 GPU 和 CPU 驱动的地形生成功能、无限制分辨率、可视化节点编辑器、天空和海平面生成器、风雨尘各类物理效果模拟器等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgEtjp5Y5) -[Cyberbrain](https://github.com/laike9m/Cyberbrain) | Google 工程师在 GitHub 开源的一款 Python 可视化调试工具:Cyberbrain(赛博大脑)。支持回溯代码变量的更改历史,查看程序执行状态(包括变量值),带代码进行循环调试等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgBIPrQji) -[vCards CN](https://github.com/metowolf/vCards) | 国内开发者在 GitHub 开源的一个项目:vCards CN(中国黄页 ),可为常用联系人导入头像,优化 iOS/macOS 来电、信息界面体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgxoWqPUI) -[Harmonoid](https://github.com/harmonoid/harmonoid​​​) | GitHub 上一款优雅、简洁的开源音乐播放器,基于 Material Design 理念设计,拥有强大的音乐分类管理功能,支持 Windows 和 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgwdT7Jir) -[china-holiday-calender](https://github.com/lanceliao/china-holiday-calender) | 国内一名开发者在 GitHub 上维护的假期日历:china-holiday-calender,在客户端订阅后,可以很方便的用于查看国内各种节假日、调休、补班日历。文件为 ICS 格式,可供 iOS、Google Calendar、Outlook 等客户端订阅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg2LkBEYD) -[Saikou](https://github.com/saikou-app/saikou) | 一款开源的动漫、漫画客户端:Saikou,名字取自日语 さいこう,有最高、最好之意。该客户端的主要作用,是可用于上传、下载 Anilist 的各类动漫与漫画资源,免费纯净、无广告。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfVT97mhu) -[Mermaid](https://github.com/mermaid-js/mermaid) | 一款受到 Markdown 语法启发而诞生的 JavaScript 图表工具,由开发者 Knut Sveidqvist 所负责维护,目前在 GitHub 已积累 42000 Star,在技术圈内受众颇广。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LfTKQ2ym2) -[Trilium Notes](https://github.com/zadam/trilium) | 一个免费、开源的笔记应用程序,专注于建立大型个人知识库。支持树状笔记、笔记加密、全文搜索、自托管服务器,还可生成可视化笔记的关系图和链接图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeQwqhWcs) -[Gyroflow](https://github.com/gyroflow/gyroflow) | 一款开源应用:Gyroflow,可通过调整陀螺仪、加速度计等数据,让运动视频效果更加稳定。此外,它还支持实时预览、参数调整和各类复杂计算、GPU 处理和渲染等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeDancTlq) -[Midarr](https://github.com/midarrlabs/midarr-server) | 一款轻量级视频播放器:Midarr,作者称之为「下一代媒体服务器」,提供了清新简洁的界面,支持查看在线用户状态、可自托管。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeoeWpVV0) -[FireVerse](https://github.com/napthedev/fireverse) | 一款开源的聊天应用:FireVerse,功能齐全,允许一对一聊天、多人群聊。支持发送文字、GIF 图片、贴纸、表情符号等多种不同格式的消息内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Len3RyFBZ) -[DevToys Mac版](https://github.com/ObuchiYuki/DevToysMac) | 里面提供了诸多实用的开发者工具,比如 JSON 格式化、正则表达式测试、Base64 编码与解码、PNG/JPEG 图片压缩、色盲模拟器等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lekjp1SQt) -[tiler](https://github.com/nuno-faria/tiler) | 可以用来生成各种由图片拼接而成的马赛克图像 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcIxsqoB1) -[Monitor](https://github.com/lxflxfcl/monitor) | 国内一位网络安全人员在 GitHub 开源了一款漏洞监控平台,主要用于监测 GitHub、微软、CNNVD 等各大平台发布的最新技术漏洞信息,并将漏洞按不同危险等级进行划分,最后再通过企业微信和邮箱进行消息推送。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcEBV4y4R) -[Ansible](https://github.com/ansible/ansible) | 一款开源的自动化运维工具,可让项目和系统变得更加容易部署和维护。通过简单的语法,快速实现从代码部署到网络配置,再到云管理。并使用 SSH 实现一切自动化流程,无需在远程系统上安装代理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcxVU1XlF) -[daedalOS](https://github.com/DustinBrett/daedalOS) | 国外一位工程师在 GitHub 上开源的桌面环境系统:daedalOS,可直接在浏览器运行。主要拥有开始菜单、任务栏、动态壁纸、文件系统等功能。此外,系统还内置了各类开发工具、浏览器、命令行终端、视频播放器等应用,功能颇为齐全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LclKVF9px) -[rnote](https://github.com/flxzt/rnote) | 一款简洁优雅的笔记软件,带有可调整参数的纹理笔触,可用于快速创建手写笔记和绘画。支持插入各类图表、手写注释和文档。你还能将笔记导出成 SVG 或 PDF 格式的文件,与他人分享 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcf4UiKGA) -[ROAPI](https://github.com/roapi/roapi) | 一款开源的开发者工具:ROAPI,无需编写一行代码,即可自动为静态数据集生成只读 API,快速完成静态数据的加载调用。静态数据集所支持的格式,包括 CSV、JSON、Excel、MySQL、Airtable、GraphQL 等格式。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbP9xxZKg) -[Agora Flat](https://github.com/netless-io/flat) | 声网在 GitHub 开源的一款白板工具,支持实时交互、多人音视频通讯和消息聊天、房间创建管理、课堂录制回放、课件存储、屏幕共享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbNYtB3L3) -[Zetane Viewe](https://github.com/zetane/viewer) | 一款在 GitHub 开源的机器学习模型和内部张量 3D 可视化工具。它的主要作用,是能通过理解模型架构、可视化内部数据(特征图、权重、偏差、图层输出张量),为你打开 AI 黑盒。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbMNq4Lm3) -[DevToys](https://github.com/veler/DevToys) | 作者将其称之为「开发人员的瑞士军刀」,里面提供了诸多实用的开发者工具,比如 JSON 格式化、正则表达式测试、Base64 编码与解码、PNG/JPEG 图片压缩、色盲模拟器等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbLCnjM65) -[矩阵乘法计算器](https://github.com/staltz/matrixmultiplication.xyz) | 一个「矩阵乘法计算器」,通过交互式动画,帮助你更好的了解与掌握线性代数中的矩阵乘法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lbv7ud0NF) -[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/LbtWqzTeR) -[DSQ](https://github.com/multiprocessio/dsq) | 命令行工具:DSQ,除了数据查询外,还支持多个文件合并查询,不同格式的数据源文件转化(比如将 CSV 转为 JSON)等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbsLn1orh) -[DataStation](https://github.com/multiprocessio/datastation) | 一款颇为实用的开发者工具,可通过 SQL 语句,快速查询 JSON、CSV、Excel、日志记录库等文件中的数据,并创建可视化图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbsLn1orh) -[mometa](https://github.com/imcuttle/mometa) | 一款面向研发的、代码可视设计编辑平台,对低代码平台不形成依赖,二次开发可以无缝进入代码开发模式;支持所见即所得的可视编辑,用于优化开发体验;可自定义物料,提升功能复用率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbrbXtF7s) -[Hitomi-Downloader](https://github.com/KurtBestor/Hitomi-Downloader) | GitHub 上一款开源的下载工具,可用于快速下载各大网站的视频、漫画、电影、音乐等内容。拥有简洁易用的 UI 界面,多线程及脚本支持。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbmS3hNG2) -[Yasso](https://github.com/sairson/Yasso) | 一款开源的内网渗透辅助工具集,集合了大量的常用功能,拥有丰富的 SQL 渗透辅助功能,支持 RDP, SSH,Redis,MongoDB,MySQL,WinRM 等服务爆破,端口扫描,Web 指纹识别功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb414qKNf) -[Focalboard](https://github.com/mattermost/focalboard) | 一款开源的看板工具,可用于日常工作任务和学习计划的分配、管理,并支持自托管服务器。该项目可作为 Trello、Notion 和 Asana 的开源替代品,支持 Windows、macOS、Linux 等主流操作系统。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb2PZEYuN) -[Papercups](https://github.com/papercups-io/papercups) | 通过该工具直接对接 Slack,简单几步操作,即可为 Web 应用打造一个在线聊天功能。此外,它还支持电子邮件回复、自定义聊天组件、Markdown 和 Emoji 文本等功能,并适配了 Flutter、React 等前端开发框架。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb0tT3TjX) -[Movie Robot](https://github.com/pofey/movie_robot) | 给影迷们推荐一款比较实用的工具:电影机器人,可自动从豆瓣电影的想看、在看、看过中获取影音信息,然后去 PT 站智能选种,找到最匹配的资源加入自己的影音库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaUAz0vDt) -[sqliteviz](https://github.com/lana-k/sqliteviz) | GitHub 上一款比较实用的开源工具,可为 SQLite 数据库快速生成可视化图表,支持导入 CSV 和 JSON 文件,可离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaR3nEvxg) -[Multipass](https://github.com/canonical/multipass) | 一款轻量级的虚拟机管理工具,提供了简单易用的命令行工具,可帮助开发者快速搭建 Ubuntu 虚拟机集群,用于开发测试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](weibo://L9jcZg8z6) -[SeaTunnel](https://github.com/apache/incubator-seatunnel) | 一个简单易用、超高性能的分布式数据集成平台:SeaTunnel,支持海量数据实时同步,每日可稳定高效同步数百亿数据,已在近百家公司生产上使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9eT7r3lz) -[Ghostly](https://github.com/patriksvensson/ghostly) | 一款开源的 GitHub 客户端,可用于接收、组织管理 GitHub 通知,包括 issue 追踪、PR 提交、漏洞修复等,支持 Windows 10/11 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9cwZESyq) -[wechat-report](https://github.com/myth984/wechat-report) | 国内有位开发者在 GitHub 上开源了一个《微信聊天记录年度报告》网页,可用于查看 2021 年与好友的聊天数据报告,项目中附有相关工具与教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9blUhI7P) -[Maui Shell](https://github.com/Nitrux/maui-shell) | 一款重量级 Linux 桌面系统,被国外不少开发者称之为「开启 Linux 桌面新时代」的新系统,项目的最大亮点,在于能同时兼容 Android 与 Linux 系统,跨终端工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L99MutuhT) +[Stirling-PDF](https://github.com/Frooodle/Stirling-PDF) | 一款强大的本地网页版 PDF 文件处理工具,可 Docker 部署。提供了丰富的 PDF 文件操作功能,包括拆分、合并、格式转换、内容排列、添加图片、旋转、压缩等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nz3Yy5Stj) +[TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader) | 一款完全免费开源的 抖音/TikTok 采集工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ny9wDsfl6) +[XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader) | 小红书的 图文/视频 作品采集工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ny9wDsfl6) +[Penpot](https://github.com/penpot/penpot) | 一款可平替 Figma 的开源免费工具,它是首个开源的 UI 设计与原型制作平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxPQPc0Su) +[Marker](https://github.com/VikParuchuri/marker) | 一个能够快速且准确地将 PDF、EPUB 和 MOBI 文档转换成 Markdown 格式的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvG1r1n32) +[Outline](https://github.com/outline/outline) | 一款可平替 Notion 的开源软件,可用于部署搭建团队内部知识库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nvyamr8nE) +[Latest](https://github.com/mangerlahn/Latest) | 一款开源免费 Mac 小众工具,用于检查并更新电脑上已安装应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvwAWfPux) +[雷池 WAF](https://github.com/chaitin/safeline) | 一款简单易用、广受好评的 Web 防火墙工具,可保护你的网站不受黑客攻击。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nj8EPqUGc) +[Graphite](https://github.com/GraphiteEditor/Graphite) | 一个开源的 2D 矢量图形编辑器,适用于照片编辑、图像处理、图形设计、插图、数据可视化、数字绘画等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NcBhtAAm3) +[OpenResume](https://github.com/xitanggg/open-resume ) | 一个功能强大的开源简历生成器,拥有简洁美观的 UI 设计,并支持导入与解析 PDF 简历文件,实时更新简历数据,帮你快速撰写出清晰直观的个人简历。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N7cduFVGC) +[QR Designer](https://github.com/kochrt/qr-designer) | 一个可用于二维码设计的项目,可以给二维码添加各种图案、文字、图像、更改背景颜色等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3aW86E0t) +[Dev Home](https://github.com/microsoft/devhome) | 微软开源了一款全新的开发工具,可在 Windows 系统中,内置了可视化控制面板。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N24UUwDwF) +[EasySpider](https://github.com/NaiboWang/EasySpider) | 一款可视化爬虫软件。使用图形化界面,无代码设计和执行爬虫任务。开发者只需在网页上选择爬取内容,并根据提示框操作,即可完成爬虫设计和执行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1K0G2vP5) +[Spider Suite](https://github.com/3nock/SpiderSuite) | 一款开源的多功能 GUI 网络安全爬虫工具,专为网络安全专业人员设计。目前支持 Windows 和 Linux 操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFKEnrGkU) +[RapidAPI for Mac](https://paw.cloud/) | 一款颜值颇高的 HTTP 调试工具,可以用它来编写 API 接口请求、完善 API 描述文档、测试服务器响应、生成客户端代码等工作,并支持多个团队成员实时协作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCUmtqa1t) +[DataEase](https://github.com/dataease/dataease) | 一款开源的数据可视化分析神器,操作简单易上手,开箱即用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCPoKEzsE) +[Upscayl](https://github.com/upscayl/upscayl) | 一款 AI 图像无损放大神器,可以快速将模糊图片秒变高清图。我用了挺长一段时间了,效果很不错。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCvL3mXDE) +[Hidden Bar](https://github.com/dwarvesf/hidden) | 一键折叠 Mac 菜单栏中的图标,长按 Command 对图标进行拖拽,自由调整图标的隐藏状态,非常方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCjTmDixW) +[NotionNext](https://github.com/tangly1024/NotionNext) | 一个开源的静态博客系统,基于 NextJS + Notion API 实现,支持多种部署方案,无需服务器、零门槛搭建网站,为 Notion 和所有创作者设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBCw0lWeu) +[PAG 动效组件](https://github.com/Tencent/libpag) | 腾讯开源的一款设计神器,提供了一套完善的动效设计工作流,可广泛应用于UI 动画、贴纸动画、视频编辑、模板设计等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBwSbxIfP) +[SQL Translator](https://github.com/whoiskatrin/sql-translator) | 一个可以将人类自然语言转换为 SQL 语言的开源工具,反之亦然,用起来很方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MxgUhgdNJ) +[FUXA](https://github.com/frangoteam/FUXA) | 一款开源的流程可视化 Web 应用,可为机器的实时数据,构建多种不同设计风格的可视化流程图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwiO8xyhd) +[Memos](https://github.com/usememos/memos) | 一个轻量级开源笔记应用,支持自托管、轻量级、开箱即用、知识管理、社交讨论等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mv8Vl4yuA) +[QGIS](https://github.com/qgis/QGIS) | 一个功能丰富、用户友好、免费开源的跨平台地理信息系统,支持在 macOS、Windows、Linux 等平台运行 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MsI5nx8Cj) +[LocalSend](https://github.com/localsend/localsend) | 一款开源的 AirDrop 替代品,可在附近设备间快速共享文件,跨终端,无需联网。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MqSXqalfr) ### 插件 名称 | 简述 | 源 ---- | ----- | ----- -[ChatGPT Chrome Extension](https://github.com/gragland/chatgpt-chrome-extension) | 一款专为 Chrome 用户开发的 ChatGPT 插件。安装后,在任意页面的文本框中点击右键,就会出现「Ask ChatGPT」选项。选中它,ChatGPT 就会根据当前文本框中的内容,帮你完成各种具体任务,比如写推文、修改邮件、修复 Bug 等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MiO83rqmq) -[「GPT for Google」](https://github.com/wong2/chat-gpt-google-extension) | 一款基于 ChatGPT 构建的 Chrome 插件:「GPT for Google」,还挺好用的。安装之后,除了会在浏览器正常展示 Google 搜索内容,还会在右侧展示 ChatGPT 反馈结果,进一步提升搜索效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MiuSHqAla) -[Obsidian Weread Plugin](https://github.com/zhaohongxuan/obsidian-weread-plugin) | GitHub 上一款开源的 Obsidian 微信读书插件:Obsidian Weread Plugin。可用于同步微信读书中书籍元信息、高亮标注,划线感想、书评等,并将这些信息转换为 markdown 格式保存到 Obsidian 的文件夹中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mbap6DBB3) -[audio-preview](https://github.com/sukumo28/vscode-audio-preview) | 如果你想在 VSCode 中直接播放或预览音频文件,可以安装下 audio-preview 这个扩展。该扩展支持在 VSCode 中查看各类音频文件,如 wav, aac, mp3, ogg, flac 等音频格式的声波图和音谱图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly7rn41bM) -[Motion DevTools](https://motion.dev/tools) | 一个 Chrome 开发者插件:Motion DevTools,可用于快速构建 Web 动画。支持对 CSS 编写的 Web 动画进行审视、编辑、导出等操作,非常方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lst3A5YHS) -[AI Doc Writer](https://github.com/mintlify/vscode-docs) | 国外一名小姐姐开源了一款 VSCode 插件,可通过选中代码块,自动为代码生成注释文档。目前支持 JavaScript、TypeScript、Python 等多种语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbCbSuUYJ) -[omni](https://github.com/alyssaxuu/omni) | 一款功能极其强大的 Chrome 插件,拥有 50 多项特性,为提高生产力而生,让你可以像极客一样来使用 Chrome。功能包括快速切换和搜索页面标签,搜索网页浏览记录,多个快捷键配置,并集成了 Notion、Figma、Docs 等多款工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaSerfrF4) +[Better Notes](https://github.com/windingwind/zotero-better-notes) | 一个比较实用的笔记插件,需搭配文献管理工具 Zotero 使用。集成了论文阅读、段落注释、做笔记、元数据分析、知识输出、AI 写作等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N6XqG6Z8F) +[CodeCursor](https://github.com/Helixform/CodeCursor) | 你可以利用这个插件将 Cursor 快速集成到 VSCode 上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzgfrmwMm) +[CopilotForXcode](https://github.com/intitni/CopilotForXcode) | 该插件可为 Xcode 提供 GitHub Copilot 和 ChatGPT 支持,帮助你更快开发出 iOS/macOS/iPadOS 软件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzehG7Grn) +[vscode-chatgpt](https://github.com/gencay/vscode-chatgpt) | 一个开源的 VSCode 插件,可将 OpenAI ChatGPT 集成到 VSCode | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyrY7E70X) +[ChatGPT Box](https://github.com/josStorer/chatGPTBox) | 一个可以将 ChatGPT 深度集成到浏览器中的开源插件。,除了对主流网站进行适配,还内置了诸如翻译、总结、润色、情感分析、段落划分、代码解释、问询等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MybtgAlNl) +[OpenAI Translator](https://github.com/yetone/openai-translator) | 一个基于 ChatGPT API 的划词翻译 Chrome 插件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mwmljj29i) ### 资料集合 名称 | 简述 | 源 ---- | ----- | ----- -[《程序员海外工作 / 英文面试手册》](https://github.com/eliaszon/Programmers-Overseas-Job-Interview-Handbook) | 上面收录了作者长期以来收集的直投海外找工作的技巧,包括简历润色、主流招聘网站、公司风评查询、面试准备、英文表达等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mm1hyir2i) -[《可用于代码面试的数据结构与算法》](https://github.com/SamirPaul1/DSAlgo) | 里面包含了多种基于 Python3 实现的数据结构与算法,覆盖动态规划、排序算法、二叉树、矩阵、哈希表等。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MlRR2uU6z) -[Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) | 里面整理了一系列与 ChatGPT 互动的玩法与技巧。你可以通过这些玩法,让 ChatGPT 变成 Linux 终端、文本翻译与修正、技术面试官、故事家、脱口秀演员、写作指导顾问、心理咨询家等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mj8a6ofH2) -[《DevOps 2022 技术路线图》](https://github.com/milanm/DevOps-Roadmap) | GitHub 上的开源学习资源:《DevOps 2022 技术路线图》,带你快速了解最新的 DevOps 技术栈。里面包含了 Git、常用编程语言、Linux、网络安全、容器、IaC、CI/CD 等各种 DevOps 相关的学习资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MdcuKtXjC) -[《AI 绘画资料合集》](https://github.com/hua1995116/awesome-ai-painting) | 一份开源的技术资源:《AI 绘画资料合集》,作者汇总了国内外可使用的 AI 绘画平台、技术教程、参数教程、部署教程、业界新闻等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md8XyyKiG) -[Answer](https://github.com/answerdev/answer) | 一个功能齐全的开源问答系统,可应用于产品技术支持、用户交流、工单管理等各种场景。完整适配了移动端,可通过 Docker 快速部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md7o8993M) -[《网络安全工具速查表》](https://github.com/CompassSecurity/Hacking_Tools_Cheat_Sheet) | GitHub 上的开源技术资源:《网络安全工具速查表》,主要整理了信息搜集、网络扫描、嗅探、破解、证书配置等功能的命令行操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Md34gxgLY) -[《网络游戏开发技术图谱》](https://github.com/gonglei007/GameDevMind) | GitHub 上开源的学习资源:《网络游戏开发技术图谱》,网络游戏开发知识、技术与信息库,可作为游戏研发技术从业者的导航地图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6qAigASE) -[GoBypassAV](https://github.com/TideSec/GoBypassAV ) | 整理了基于 Go 的 16 种 API 免杀测试、8 种加密测试、反沙盒测试、编译混淆、加壳、资源修改等免杀技术,并搜集汇总了一些资料和工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M0oiYuS7J) -[bigdata_analyse](https://github.com/TurboWay/bigdata_analyse) | 国内一位开发者在 GitHub 开源的数据分析项目库:bigdata_analyse,收集了多个数据分析项目集合。每个项目都会包含一个友好的说明文档,用来阐述和展示整个开发流程。同时也会提供相关的数据集,以供下载练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LD9IOF5uD) -[new-grad-positions](https://github.com/upupming/new-grad-positions) | 2023 届互联网公司校招、实习的最新官方招聘信息整理,帮助在校生消除信息不对称带来的劣势。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LChvXi8F7) -[《Papers for Software Engineers》](https://github.com/facundoolano/software-papers) | GitHub 上的开源技术资源,里面收录了一系列计算机大佬撰写的软件工程论文。内容覆盖计算机与智能、集成电路、共享数据库、密码学、软件工程本质、Web 搜索引擎解析、分布式存储系统、智能合约与去中心化平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LC6Unlwtz) -[「云计算自学指南」](https://github.com/madebygps/self-taught-guide-to-cloud-computing) | 该指南主要拆分为六大模块,分别对应 Linux 及计算机网络基础、脚本及代码工具、云计算、DevOps 实践、学习资源、附加资源(技术相关话题)等内容。在每个不同时间段,帮你规划不同的学习路线,让你可以更为清晰的掌握云计算基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBXtUCWm8) -[Modern CPP Tricks](https://github.com/rachitiitr/modern-cpp-tricks) | 微软前工程师 Rachit Jain 在 GitHub 上开源的一份 C++ 知识库:Modern CPP Tricks,里面整理了一些 C++ 相关的开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBWiPgSgy) -[Satellite image deep learning](https://github.com/robmarkcole/satellite-image-deep-learning) | 主要整理了深度学习技术在卫星图像领域中的应用知识。仓库中包含了图像分类与分割、在线分析工具、图像标注、图形可视化、地理信息系统等开源软件,相关技术教程、博客文章等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBvcq7liC) -[《一图胜千言》](https://github.com/girliemac/a-picture-is-worth-a-1000-words) | 由微软工程师 Tomomi 手绘并整理发布。该仓库包含了数据结构与算法、Web 开发、机器学习、Git 开发等编程领域的涂鸦作品,其中有部分被应用到了微软的开源教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyB64suZx) -[《红队知识仓库》](https://github.com/Threekiii/Awesome-Redteam) | 里面收录了一系列网络安全相关的技术文档、开发工具、公开知识库等内容,覆盖漏洞研究、信息收集、内网渗透等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly8CqBp48) -[SVG Spinners](https://github.com/n3r4zzurr0/svg-spinners) | 这个 GitHub 项目收集了 40 多种不同风格的 SVG 加载动画,可用于网站或 App 项目开发。相对于常规的 GIF 格式图像来说,SVG 的可编辑性、可压缩性更强。因此在最近几年,不少网站都开始广泛采用 SVG 来做页面动画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxITe3aSn) -[Cloud-DevOps-Learning-Resources](https://github.com/ahmedtariq01/Cloud-DevOps-Learning-Resources) | 该仓库里面收录了一系列云原生开发学习资料(如 Docker、K8s、Azure),包括技术书籍、速查表、测验题、面试笔记等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwKATsm3B) -[Machine Learning Interview](https://github.com/khangich/machine-learning-interview) | GitHub 上开源的机器学习面试题库:Machine Learning Interview,收录了世界各大互联网公司的机器学习面试题。仓库中包括概率与统计、大数据、AB 测试、机器学习与深度学习领域的速查表、面试准备、学习指南、项目用例、面试经验等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwm2Km2tp) -[API Tracker](https://apitracker.io/) | 这个网站整理了非常多的 API 开放接口,包括一些常见的 API 工具、文章、视频等学习教程。覆盖社交媒体、金融、新闻、游戏、人工智能、音视频等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Luumv8rvc) -[Beautify GitHub Profile](https://github.com/rzashakeri/beautify-github-profile) | 这个 GitHub 仓库收录了多种工具及指南,让你的 GitHub 个人页面看起来更为丰富与美观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ltx33sjk4) -[flutter-tips-and-tricks](https://github.com/vandadnp/flutter-tips-and-trick) | 一份精心收集整理了 Flutter 和 Dart 开发的小技巧资料集合,每个小技巧除了提供代码还贴心的制作图片讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsHMQ0Buq) -[cs-self-learning](https://github.com/) | GitHub 上的开源 CS 自学指南,项目包含了诸多国外高质量 CS 课程,覆盖数据结构与算法、计算机系统安全、数据科学、人工智能、机器学习等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsGBLwrnR) -[「100 天编码挑战计划](https://github.com/kallaway/100-days-of-code) | 国外一名程序员在 GitHub 上发起了「100 天编码挑战计划」,规定所有参与的开发者,每天至少写 1 小时的代码,并提交到仓库中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsFqHABiq) -[Best-of Machine Learning with Python](https://github.com/ml-tooling/best-of-ml-python) | 里面收录了一些比较实用的机器学习与 Python 开源项目与工具。收录项目共计 900 多个,包括数据可视化、自然语言处理、文本与图像数据、Web 爬虫等分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqRhEtejl) -[《C++ Concurrency in Action 2ed 笔记》](https://github.com/downdemo/Cpp-Concurrency-in-Action-2ed) | C++11/14/17/20 多线程,掌握操作系统原理,解锁并发编程技术。原书籍前五章介绍了线程支持库的基本用法,后六章从实践角度介绍了并发编程的设计思想。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqmE2CXDT) -[《区块链黑暗森林自救手册》](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook) | GitHub 上的开源技术教程:《区块链黑暗森林自救手册》,主要介绍了关于区块链安全相关的攻击手段、技术防控知识等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq4Y5m4Pi) -[《机器学习笔记》](https://github.com/dair-ai/ML-Notebooks) | 整理了一系列机器学习任务、应用等代码示例。包括计算机图形、构建一个简单的神经网络、PyTorch 介绍、逻辑回归、文本分类、GNN 介绍等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpXTJxxSl) -[《Rust 新手入门指南》](https://github.com/jondot/rust-how-do-i-start) | GitHub 上的开源技术资源:《Rust 新手入门指南》(Rust 🦀. How do I start?),收录了可供 Rust 新手入门学习的教程、实战项目、开源库、开发者工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpiEzBwJK) -[《程序员延寿指南》](https://github.com/geekan/HowToLiveLonger) | 国内有个开发者撰写了一份《程序员延寿指南》,并开源到了 GitHub,希望通过各种数据与研究分析,进一步探索合理且健康的养生之道。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lpap8kkwd) -[Clone Wars](https://github.com/GorvGoyl/Clone-Wars) | 这个 GitHub 项目收录了 100 多个知名网站的克隆项目,包含教程、源码、Demo 演示、技术栈等内容,非常适合开发者研究学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo3FbheLO) -[AI-RecommenderSystem](https://github.com/zhongqiangwu960812/AI-RecommenderSystem) | 一个开源资料库沉淀了作者自学推荐系统的学习经验。其中包括经典算法模型和技术,各类工具、数据集的参考学习,并尝试用浅显易懂的语言,把每个模型或者算法解释清楚。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnOJJxJzj) -[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/LmrTf0SNM) -[MHDDoS](https://github.com/MHProDev/MHDDoS) | 一个具有 51 种攻击方法的 Python3 DDoS 开源脚本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmqIb3WK5) -[Hacking C++](https://hackingcpp.com/cpp/cheat_sheets.html) | 一份颇为全面的 C++ 速查表与信息图表。覆盖了算法、随机分布、序列、Lambda 表达式、设计指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lmpx7t0FO) -[Hacking Tool](https://github.com/Z4nzu/hackingtool) | 作者收录了多款与计算机安全相关的开发者工具,包括网络攻击、DDOS 与 XSS 攻击工具、信息收集、SQL 注入、网络爬虫、哈希破解等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmhjHxoOu) -[Quantitative-analysis](https://github.com/hugo2046/Quantitative-analysis) | GitHub 上关于量化分析的资料参考:Quantitative-analysis,利用 Python 对国内各大券商的金工研报进行复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LlfEkpk3b) -[PeiQi-WIKI-Book](https://github.com/PeiQi0/PeiQi-WIKI-Book) | 一个面向网络安全从业者的知识文库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkiJejY3Z) -[Chinese voice corpus](https://github.com/fighting41love/zhvoice) | GitHub 上的开源中文语音语料:Chinese voice corpus,让中文语音更加清晰自然。里面包含了 8 个开源数据集,3200 个说话人,900 小时语音,1300 万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkbR1ro7B) -[Awesome Portfolio Websites](https://github.com/smaranjitghose/awesome-portfolio-websites) | GitHub 上的一个开源网站:Awesome Portfolio Websites,致力于帮助研究人员、开发者、分析师建立一个可用于展示多维度工作信息的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LjeJLxVQn) -[《2022 年杭州购房指南》](https://github.com/zkqiang/hangzhou-house-guide) | 一位在杭州工作的程序员,该指南是根据他个人多年购房选房经历,总结而成的一篇买房攻略,涉及新房摇号和二手房选购,包含大量杭州城市规划资料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiVSLCDYb) -[Sec-Interview-4-2023](https://github.com/vvmdx/Sec-Interview-4-2023) | GitHub 上的开源技术资料库:Sec-Interview-4-2023,来自一位 2023 届毕业生收集的各大互联网安全面试题、面试经验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgnYs5V0I) -[《程序员做饭指南》](https://github.com/Anduin2017/HowToCook) | 详细介绍了地三鲜、回锅肉、鱼香肉丝等十几道菜品的具体料理方法。作者也希望通过开源的方式,让更多人参与到一本菜谱的改进与维护中来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgkrguvFT) -[.NET-Backend-Developer-Roadmap](https://github.com/Elfocrash/.NET-Backend-Developer-Roadmap) | 2022 年 .NET 后端开发者路线图,主要面向微服务架构的后端技术人员,完整高清大图可见 GitHub Repo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg1Agc8l6) -[AI-Expert-Roadmap](https://github.com/AMAI-GmbH/AI-Expert-Roadmap) | 人工智能技术 2022 年学习路线,完整高清大图在 GitHub Repo 可见。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeZWU1rDV) -[Time series resources](https://github.com/lmmentel/awesome-time-series) | 时间序列相关的学习资源整理。覆盖多个常用开发者工具、可视化开源库、技术论文、开源教程等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeXAOC2td) -[AtHomeWithAI](http://t.cn/A6L1qEWP) | Deepmind 发布的人工智能学习资源,包含线性代数、算法、机器学习、深度学习、自然语言处理等各类视频、PPT、指南、教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeRHt42rE) -[Leetcode-retag](https://github.com/resumejob/Leetcode-retag) | 重新分类 Leetcode 高频题,按照面试频率降序排列题目,增加难度分类,适合开发者从简单开始学习算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LeMAS52th) -[《命令行速览》](https://github.com/vastutsav/command-line-quick-reference) | 里面总结了 30 多条命令行的基础知识,可帮你快速了解一些常用的命令行用法与开发技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcHmpq0qt) -[LeetCode 题解仓库](https://github.com/doocs/leetcode) | GitHub 上一个开源的 LeetCode 题解仓库,里面涵盖了多种编程语言的 LeetCode 代码实现,其中包括排序算法、链表、二叉树、栈和队列、动态规划等算法知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcvbrol44) -[《Arch Linux 简明指南》](https://github.com/NakanoMikuOrg/arch-guide) | 提供了从 Arch Linux 安装、显卡驱动、日常软件配置、多媒体制作、编程等所有内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaTpuzDZg) -[《文言文(古文)- 现代文平行语料》](https://github.com/NiuTrans/Classical-Modern) | 基本涵盖了大部分经典古籍著作,原始爬取的数据是篇章级对齐,经过脚本分句以及人工校对,形成共计约 96 万句对,source 下为文言文,target 下为现代文,文件内容按行对齐。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaG3tvogM) -[《深度学习 500 问》](https://github.com/shliang0603/Awesome-DeepLearning-500FAQ) | 国内开发者整理的一份 AI 学习资源,内容以问答形式,对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助有需要的读者。全书分为 18 个章节,50 余万字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La5UToCva) +[awesome-cto](https://github.com/kuchin/awesome-cto) | 一份专为首席技术官(CTO )设计的资源清单,含有 CTO 角色介绍、招聘技巧、团队管理、职业发展、项目管理实践、开发流程、初创公司指南、产品开发、市场营销等等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzmZDfDhj) +[SVGL](https://github.com/pheralb/svgl) | 一份 SVG Logo 资源合集,精心收集了所有目前主流行公司以及技术框架工具的 Logo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxlV4rGil) +[AI Collection](https://github.com/ai-collection/ai-collection) | 收集了诸多实用的 AI 工具,覆盖编程、金融、创作、教育、市场营销等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ME78CtvfS) +[zihao_course](https://github.com/) | 一份开源的 AI 技术资料。覆盖计算机视觉、图机器学习、人工智能可解释性、图像分类等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MoBYmeZhU) +[方糖全栈路线图](https://github.com/easychen/stack-roadmap) | 这是一份开源技术路线图,尝试让读者在短时间内补全包括商业模式、设计、开发、运营、增长在内的「最小可行技能栈」,帮助读者完成「从螺丝钉到一人企业」的蜕变。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MmCZwtbaN) ### 书籍/教程 名称 | 简述 | 源 ---- | ----- | ----- -[《Comprehensive Rust》](https://github.com/google/comprehensive-rust) | Google 开放的一个 Rust 技术教程,教程为期四天,涵盖了 Rust 基本语法到高级主题,如泛型和错误处理、Android 开发等相关内容。通过这一教程,你将全面学习 Rust 基础语法、编写 Rust 应用、掌握 Rust 常用开发技巧等技术。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MlIqyelZv) -[《标准 C++ 算法指南完整版》](https://github.com/HappyCerberus/book-cpp-algorithms) | GitHub 上的开源技术资源:《标准 C++ 算法指南完整版》,覆盖了该书所有相关的 LaTeX 与代码示例讲解,帮助大家更好的学习与总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mlg94gQoL) -[《Hello,算法 》](https://github.com/krahets/hello-algo) | 一本自带动画图解、能运行、可提问的数据结构与算法入门书。带你了解刷题所需的数据结构,介绍算法的设计思想、优势劣势、实现方法,并拥有可一键运行的配套代码,让你更好的深入学习算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MjTiAlqr0) -[《矩阵力量》鸢尾花书:从加减乘除到机器学习](https://github.com/Visualize-ML/Book4_Power-of-Matrix) | 主要面向开发者,讲解数学的基础知识。按内容划分为基础、坐标系、函数、解析几何、微积分、概率统计、线性代数等 7 大板块。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MhUK8xWzx) -[《像黑客一样使用命令行》](https://github.com/xuxiaodong/usingcli-book) | 该书将从实际的例子出发,教你从无到有,一步一步学习命令行的使用。除了文字版本之外,亦有配套视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MgotbfdaD) -[《Stable Diffusion Book》](https://github.com/sudoskys/StableDiffusionBook) | GitHub 上的开源技术教程:《Stable Diffusion Book》,关于 AI 绘画的全面中文 Wiki、入门教程、开源文档。覆盖 AI 绘画相关的术语解释、安装配置、配置与调试、模型训练等相关内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/McZx4g2Ji) -[《机器学习系统:设计和实现》](https://github.com/openmlsys/openmlsys-zh) | GitHub 上的开源技术书籍:《机器学习系统:设计和实现》,主要讲解现代机器学习系统的设计原理和实现经验。该书覆盖编程接口、计算图基本构成、编译器前后端、模型部署、深度学习推荐系统、机器人系统等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb8PGvAyK) -[《基于物理的渲染:从理论到实现》](https://github.com/kanition/pbrtbook) | GitHub 上的开源教程:《基于物理的渲染:从理论到实现》中文翻译版。主要讲解几何与变换、成像过程、光的散射、光传输算法等计算机图形学内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb2Wovblc) -[《数据科学路线图》](https://github.com/Moataz-Elmesmary/Data-Science-Roadmap) | GitHub 上的开源学习资料:《数据科学路线图》,作者整理了一些开放性学习教程,并按照初中高级制定了不同学习路线。里面主要包含统计与概率、Python 基础及工具应用、数据清理与可视化、机器学习与爬虫、深度学习与模型等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mb0YC6Ahe) -[《Enhance Your English Writing》](https://github.com/yzy1996/English-Writing ) | GitHub 上开源的学习资料:《Enhance Your English Writing》,作者是香港城市大学的一名博士生。主要收录他在阅读论文的过程中,发现的一些好的英语用法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma8noyjnF) -[《Solidity 极简入门》](https://github.com/AmazingAng/WTF-Solidity) | 每周更新 1-3 讲,主要讲解 Web3 基础开发技巧、合约安全、数字签名、时间锁,常见开发工具使用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ma4QdwllJ) -[《手撸解释器》](https://github.com/GuoYaxiang/craftinginterpreters_zh) | 在本书中,作者将悉心拆解解释器相关的概念,在每一章节中逐步进行讲解和实现,并且保证每个章节结束之后都有一个可以运行的解释器版本。该书由一门小型的自创语言 Lox 开始,分别使用 Java 和 C 实现了两种类型的解释器,jlox 和 clox。内容上不会有太过深入的理论,对于普通编程爱好者也可以很容易地上手学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M9uHEx8Tl) -[《Data Science: Theories, Models, Algorithms, and Analytics》](https://srdas.github.io/Papers/DSA_Book.pdf) | 主要讲解数据科学的基本知识,并覆盖相关常用算法、模型、R 语言、数据分析、金融应用、神经网络等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M7Fnv1EVp) -[《NLP 新手入门指南》](https://github.com/PKU-TANGENT/nlp-tutorial) | GitHub 上开源的学习资源:《NLP 新手入门指南》,项目作者为北京大学 TANGENT 实验室成员。该指南主要提供了 NLP 学习入门引导、常见任务的开发实现、各大技术教程与文献的相关推荐等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M6tkMkriP) -[《Kubernetes 中文教程》](https://github.com/guangzhengli/k8s-tutorials) | GitHub 上的开源技术教程:《Kubernetes 中文教程》,内容偏向于实战进阶。通过带你渐进式修改代码,从最基础的 container 容器的定义开始,经过 pod, deployment, servcie 等资源来打包部署一套完整服务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4Msfkw2E) -[现代统计学概论》](https://github.com/openintrostat/ims) | 一本开放性技术书籍:《现代统计学概论》(Introduction to Modern Statistics),主要讲解数据分析理念与应用、回归建模、统计推断、推理建模等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2nYrA2He) -[《用 Rust 编写一个 JavaScript 编译器》](https://github.com/Boshen/javascript-compiler-in-rust) | JavaScript、Rust 和编译器都很难学,因此作者想将这三者结合起来,挑战自己,用 Rust 编写一个 JavaScript 编译器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1uAwaDtr) -[《Rust 性能优化手册》](https://github.com/nnethercote/perf-book) | 该书面向于 Rust 中级和高级开发者用户,结合理论与实践,讲解多种可以提高 Rust 程序性能的技术和技巧(速度和内存使用)。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M1la120wV) -[《线性代数的艺术》](https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra) | GitHub 上的开源技术教程:《线性代数的艺术》,主要针对 MIT 教授 Gilbert Strang 的《Linear Algebra for Everyone》教程提供了图形注释,让知识更易于吸收理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M16CUBr8Q) -[《系统设计》](https://github.com/codersguild/System-Design) | GitHub 上开源的技术学习资源:《系统设计》,里面主要整理了系统设计相关的基础知识、面试技巧、开发指南、最佳实践,以及各个互联网大厂的踩坑经验总结等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M05nUrVPg) -[《带你入门前端工程》](https://github.com/woai3c/introduction-to-front-end-engineering) | 分享一本开源的前端技术书籍:《带你入门前端工程》,主要记录作者在近两年来,在前端工程师实践经验和学习心得方面的总结。 书中大部分内容以理论知识 + 代码示例 + 图片进行讲解,部分章节会提供实践教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFgyIa9dz) -[《数据科学工具学习指南》](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/LEcxdvgtN) -[《语音增强初探》](https://github.com/WenzheLiu-Speech/The-guidebook-of-speech-enhancement​) | GitHub 上的开源技术教程:《语音增强初探》,主要讲解语音增强技术相关的技术解析,以及模型应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE5sQFN7t) -[《操作系统导论》中文版](https://github.com/remzi-arpacidusseau/ostep-translations) | 该书共有 50 个章节,内容深入浅出,围绕操作系统的虚拟化、并发、持久性展开讲解,涉及进程与进程、锁、CPU 调度、文件系统实现、分布式系统等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LE1xicqHI) -[《Some Assembly Required》](https://github.com/hackclub/some-assembly-required) | GitHub 上一本开源的汇编入门指南:《Some Assembly Required》,主要包括 CPU 工作原理、指令映射、汇编语言与寄存器入门知识介绍等内容。每个章节都比较简短,且配有作者绘制的原理图与代码示例。让技术更易于理解,加深学习印象。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDlvqFy2g) -[《Effective Debugging》中文翻译版](https://github.com/Celthi/effective-debugging-zh) | GitHub 上的开源技术教程:《Effective Debugging》中文翻译版,主要讲述如何更有效率地调试大型程序(以 C/C++ 为例)的方法和技能。书中例子不仅丰富,而且都是从实际的工作经验提取,观点和方法有效且具有可行性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LDhYfguVU) -[《BasicSR 中文解读文档》](https://github.com/XPixelGroup/BasicSR-docs) | BasicSR 是一个基于 PyTorch 的开源图像视频复原工具箱,提供了诸如超分辨率、去噪、去模糊、去 JPEG 压缩噪声等功能。该文档提供了关于图像、视频超分复原增强等相关技术知识的解读,以及开源库的使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCPGL2v8u) -[《动手构建一个简单数据库》](https://github.com/cstack/db_tutorial) | 作者将基于 C 语言,手把手构建一个类 SQLite 数据库,让你进一步了解数据库的工作原 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBu1lhaYT) -[《Rust 语言实战》](https://github.com/sunface/rust-by-practice) | 该书将通过有挑战性的示例、练习题、实践项目来提升 Rust 水平,建立从入门学习到上手实战的直通桥梁。书中通过大量的实战练习,帮助大家更好的学习和上手使用 Rust 语言。书中的练习题非常易于使用:你所需的就是在线完成练习,并让它通过编译。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LBrFem2gX) -[《概率数值》](https://www.probabilistic-numerics.org/assets/ProbabilisticNumerics.pdf?continueFlag=1bafdcd5c034def869fecb4f3bdaed70) | 一本免费开放的技术书籍:《概率数值》(Probabilistic Numerics),共 400 多页,由 3 位来自各大高校与行业专家作者,历经 7 年写成。该书主要讲解数学基础、线性代数、积分、概率数值、机器学习模型优化、常微方程解法等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB9Zj88Qd) -[《动手学习数据可视化》](https://github.com/handsondataviz/book) | GitHub 上的开源技术教程:《动手学习数据可视化》,主要讲解 Excel 数据处理的常用技巧。数据清理、搜索、可视化,数据图表绘制,第三方开源库的开发指南等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB45Yt7Mj) -[《Python 项目实战》](https://github.com/learnbyexample/practice_python_projects) | 作者将通过 5 个 Python 实战项目,带你一步步了解 Python 的实际应用。其中包含用 Python 计算器优化命令行工具体验、抓取并分析 Reddit 评论数据、扫描 Markdown 和纯文本拼写错误、构建多选择题 GUI 界面、借助 AI 打造一款小游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LATupt21d) -[《2022 年开源操作系统训练营》](https://github.com/LearningOS/rust-based-os-comp2022) | 教程共分为八章,主要展示如何从零开始,用 Rust 语言写一个基于 RISC-V 架构的 类 Unix 内核 。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LAK3UD6yJ) -[《谷歌的软件工程》](https://github.com/qiangmzsx/Software-Engineering-at-Google) | GitHub 上的开源技术资源:《谷歌的软件工程》中文版(Software Engineering at Google),共 25 章,主要讲解 Google 技术团队在「软件工程」领域的实践。该指南覆盖了团队管理、效率测量、代码风格规范、项目测试、版本控制、静态分析、依赖管理、持续交付与集成等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LzPuW8TUC) -[《图解 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/Lyif5kWmX) -[《英语论文写作指南》](https://github.com/OpenMindClub/awesome-scholarly-productivity) | 由阳志平团队整理发布。里面包含科技论文制图、数学公式排版、文献分析工具介绍、论文发表技巧、写作工具等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxY0T5643) -[《Web3 科学家极简入门指南》](https://github.com/gm365/Web3_Tutorial) | 通过学习并使用 Web3.py 模块,实现链上数据查询、转账、合约交互等简单功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxN0XdUfZ) -[《IPv6 简明指南》](https://github.com/tmplink/ipv6) | GitHub 上的开源学习资源:《IPv6 简明指南》,主要讲解 IPv6 的基础知识,让你进一步理解 IPv6 地址的常见概念,如前缀、子网、接口等。作者还会通过图文说明,带你了解家用场景下的 IPv6 实战。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwvtf9MlN) -[《C++ Primer 中文版(第 5 版)》](https://github.com/applenob/Cpp_Primer_Practice) | GitHub 上的开源学习资料:《C++ Primer 中文版(第 5 版)》学习仓库,整理了关于此书的笔记和课后练习答案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lwu62CRVR) -[《基于 JavaScript 的区块链、Solidity、Web3 全栈开发教程》](https://github.com/smartcontractkit/full-blockchain-solidity-course-js) | 通过这个教程,你将学到关于区块链、Web 开发、智能合约、密码学、NFT 等各类技术栈原理与应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvAI6fRsp) -[《从零开始的 Kubernetes 攻防》](https://github.com/neargle/my-re0-k8s-security) | GitHub 上的开源技术资源:《从零开始的 Kubernetes 攻防》,主要讲解云原生技术的一些攻防技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuwICnn70) -[《从零开始制作一个操作系统》](https://github.com/yanull/os-guide-cn) | GitHub 上的开源技术教程:《从零开始制作一个操作系统》,教程比较简短,内容讲解不太详细,适合有一定技术基础的人学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtKp6fK6B) -[MLOps Zoomcamp](https://github.com/DataTalksClub/mlops-zoomcamp) | 一份 MLOps 教程,主要讲解 MLOps 基础知识、MLflow 入门、模型部署、模型监控、开发运维、CI/CD、机器学习画布等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtzNy6HgN) -[《现代 JavaScript 教程》](https://zh.javascript.info/) | GitHub 上一本开源的 JavaScript 教程,作者将以最新的 JavaScript 标准为基准。通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。教程划分为 3 部分,涵盖了 JavaScript 编程语言相关知识和浏览器行为。此外还有正则表达式、动画效果等一系列专题文章。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](javascript-tutorial/en.javascript.info) -[SQLBolt](https://sqlbolt.com/) | 一个 SQL 技术教程:SQLBolt,作者提供了一系列交互式 SQL 教程,共 20 个章节,以及课后作业,帮你快速掌握与运用 SQL 开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsyaacOUC) -[《The Kaggle Book》](https://github.com/PacktPublishing/The-Kaggle-Book) | GitHub 上的开源技术书籍:《The Kaggle Book》,Kaggle 是一个知名的科学竞赛平台,不少开发者会通过参加 Kaggle 上的竞赛,快速提升自己的编码经验。通过这本书,你将熟悉 Kaggle 平台的使用、了解不同建模任务(包括对象检测、NLP、时间序列),进一步学习充分利用 Kaggle Notebook、数据集和论坛来提升个人能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() -[《动手学习深度学习 - 视频笔记》](https://github.com/HIT-UG-Group/DeepLearning-MuLi-Notes) | 课程视频共 73 节,单个视频平均时长不超过 30 分钟。课程既包含少量的机器学习的基础知识;又有如今前沿应用的 各种深度学习模型,同时每一章节的讲解还配备由 pytorch 实现的代码、教科书等等。该课程可帮助同学在短期内,掌握深度学习的基础模型与前沿知识和并提高实践能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LrkKblDb4) -[《给数据科学家看的 SQL 教程》](https://github.com/DataWithDanny/sql-masterclass) | GitHub 上的开源技术教程:《给数据科学家看的 SQL 教程》,作者将基于一个加密货币交易数据库,带你了解 SQL 的常见用法。该教程共分为 13 个章节,每个章节作者都会提供不少习题与答案,以便大家训练学习。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqFv23rZN) -[《树莓派编程实用教程》](https://github.com/wxlscm/raspberry_tutorial) | 全书共 31000 字,提供 20 多个树莓派应用实例,适合想在树莓派开发项目的工程师、学生参考学习。此外,该书还涵盖 Python,Linux 命令,C/C++,OpenCV,Darknet 等相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqyqFDhTZ) -[《深度强化学习教程》](https://github.com/huggingface/deep-rl-class) | Hugging Face 在 GitHub 开源了一个《深度强化学习教程》,在该教程中,你将通过理论+实践的方式,了解深度强化学习相关的开源库、开发工具、项目发布等基础知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lqw4xfHVq) -[《语音合成:从入门到放弃》](https://github.com/cnlinxi/book-text-to-speech/releases) | 该书主要介绍当前语音合成技术的发展历史、开源资料、详解语音特征提取、声学模型、语音合成知识结构等技术,感兴趣的同学可以看一下。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LmnXId8oh) -[《用 Rust 开发一个操作系统》](https://github.com/phil-opp/blog_os) | 通过这个教程,你将学习如何使用 Rust 来编写一个操作系统,每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LlaxJaW4P) -[《蘑菇书 EasyRL》](https://github.com/datawhalechina/easy-rl) | GitHub 上的深度学习技术书籍,覆盖了强化学习、马尔可夫决策过程、策略梯度、模仿学习等多个知识点。该教程也称为 “蘑菇书”,寓意是希望此书能够为读者注入活力,让读者 “吃” 下这本蘑菇之后,能够饶有兴致地探索强化学习,像马里奥那样愈加强大,继而在人工智能领域觅得意外的收获。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkRGJpxjI) -[《Rust 从零开发到上线》](https://github.com/LukeMathWalker/zero-to-production) | ,该项目主要教你如何通过 Rust 来开发一个后端 API 项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LkjUiwhs3) -[《Rust 异步编程指南》](https://github.com/sunface/async-book) | GitHub 上的开源技术教程:《Rust 异步编程指南》,高质量手翻官方的 Async Book, 是一本非常好的异步编程学习使用教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk6yfrfK8) -[《代码整洁之道》](https://github.com/JuanCrg90/Clean-Code-Notes) | 主要讲解如何编写干净、整洁的代码,合理定义代码名称、单元测试、项目数据结构等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lk16iblci) -[《机器学习系统:设计和实现》](https://github.com/openmlsys/openmlsys-zh) | 主要讲解现代机器学习系统的设计原理以及实现经验。覆盖了编程接口、计算图、编译器前后端、数据处理、模型部署、分布式训练等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LjbZgE85C) -[《区块链开发指南》](https://github.com/dcbuild3r/blockchain-development-guide) | 一个挺有意思的公益性技术教程,该教程主要讲解 Web 前后端开发、以太坊基础、智能合约、密码学、数据分析等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lj6ujqM5Y) -[《Rust 数据结构与算法》](https://github.com/QMHTMY/RustBook) | 共分九章,主要介绍计算机科学、基本数据结构与算法分析、递归、查找、排序等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiMsg7ZgN) -[《Python 设计模式》](https://github.com/faif/python-patterns) | 作者通过编码实现,为多种 Python 设计模式提供了代码参考示例。除了代码之外,项目中还收录了有关 Python 设计模式的视频讲解,适合配套学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiEcOErVK) -[《Rust 练习实践》](https://github.com/sunface/rust-by-practice) | 该教程将通过简单到困难的代码示例,让你学习如何基于小型项目来练习和实践 Rust。目前有提供中、英文两个版本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiBQHpvtu) -[《Linux 系统操作手册》](https://github.com/abarrak/linux-sysops-handbook) | 主要介绍了 Linux 系统常用的管理技术与运维工具。书中包括系统用户权限管理、Shell 使用技巧、文件权限设置、后台管理任务设置、日志记录的监控与分析等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiuMkmPQm) -[db-tutorial](https://github.com/dunwu/db-tutorial) | 一份数据库相关学习教程,里面含有 MySQL、NoSQL、MongoDB、Elasticsearch、Redis 等学习教程,其中 MySQL 与 Redis 提供了思维导图对学习重点内容进行梳理,以便大家更好学习理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LhUrzumpt) -[《NLP 中文学习笔记》](https://github.com/DengBoCong/nlp-paper) | 作者是来自华中科技大学的硕士生,里面主要记录了一些作者在学习过程中阅读过且感觉不错的论文。对于一些经典或思路很新奇的论文,作者会进行精读,并写一些阅读笔记同步上传更新。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgP4SebE6) -[《深度强化学习:基础、研究与应用 》](https://deepreinforcementlearningbook.org/) | 一本开放的 AI 技术教程,作者为北大助理教授董豪博士。书中主要讲解深度学习入门知识、常用算法、科技前沿研究方向、实际生活应用等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgiRPEfVn) -[《代码分析与自动化重构》](https://github.com/modernizing/modernization) | GitHub 上的开源技术教程:《代码分析与自动化重构》,主要讲解如何自己动手设计源码解析、构建代码的代码模型、可视化代码、以及进行自动化的重构和守护。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg57riuYq) -[《概率机器学习》](https://github.com/probml/pml-book) | 作者是 Google 的研究科学家 Kevin P Murphy。来自微软、斯坦福、哈佛等各路大佬对本书的评价如下:"这是一本了不起的书,涵盖了概率机器学习的概念、理论和计算基础,从基础开始,无缝过渡到该领域的前沿" | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lg00QipDU) -[《机器人 501:机器人数学》](https://github.com/michiganrobotics/rob501) | 该教程主要是为机器人工程师讲解应用数学相关知识,同时也被用于密歇根大学的研究生教学。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcRXXkIXb) -[《Everything curl》](https://github.com/bagder/everything-curl/) | GitHub 上一本开源技术教程,里面讲述了 curl 项目、命令行工具、开发库的发展历史及技术原理。除此之外,你还可以从中学习到网络协议、命令行工具开发、开源项目维护、软件架构等扩展知识,非常值得一读。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcO2qdbkh) -[《笨方法学 Go 泛型》](https://github.com/akutz/go-generics-the-hard-way) | GitHub 上的 Go 语言开源技术教程,主要包括开发环境安装、Hello World 示例、Go 泛型介绍及代码实现等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcnkm9qo2) -[《静态程序分析入门》](https://github.com/RangerNJU/Static-Program-Analysis-Book) | 作者将手把手教你编写一个静态程序分析器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lc3ij614A) -[《用 90 天学 DevOps》](https://github.com/MichaelCade/90DaysOfDevOps) | 里面记录了国外一名开发者学习 DevOps 的 90 天历程。内容包括 DevOps 定义、Linux 基础知识、计算机网络、k8s 及容器的使用、自动化配置管理、日志监控管理与数据可视化等知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbK2WhptF) -[《Python 中的统计学与机器学习》](https://github.com/duchesnay/pystatsml) | GitHub 上开源人工智能技术教程,主要讲解 Python 基础语法、数据处理以及数据可视化、多元统计、线性代数、特征提取、卷积神经网络等知识点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbwiziB52) -[《Rust语言圣经》](https://github.com/sunface/rust-course) | GitHub 上开源的 Rust 中文技术教程,主要包含 Rust 开发环境安装、语法基础入门与高级进阶、异步编程、代码最佳实践、错误处理等内容,对 Rust 进行了全面且深入的讲解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LblGZkRNB) -[EasyRL](https://github.com/datawhalechina/easy-rl) | GitHub 上开源的 AI 强化学习中文教程,主要包含了强化学习概述、马尔可夫决策过程 、表格型方法、策略梯度、模仿学习等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lb1EWpbwm) -[《算法通关手册》](https://github.com/itcharge/LeetCode-Py) | 提供了超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。该教程将通过「算法理论学习」和「编程实战练习」相结合的方式,带你从零基础到彻底掌握算法知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaYUtwaCE) -[《深度学习面试》](https://github.com/BoltzmannEntropy/interviews.ai) | 全书近 400 页,收录了数百道深度学习面试题与答案,附带有精美的插图和图表。该书主要讲解微积分、贝叶斯深度学习、特征提取、逻辑回归等内容,附有 PyTorch、Python 和 C++ 代码示例。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Larea65be) -[《JavaScript 30 天编程挑战》](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 一个前端开源技术教程,作者提供了一个可循序渐进的前端开发指南,带你一步一步入门 JavaScript 开发。内容主要包括前端开发环境配置、VSCode 代码编辑器使用介绍、JavaScript 语法基础、JSON 处理、DOM 对象操作、数据可视化项目编写等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La4lu6yhC) -[《开源软件指南》](https://github.com/github/opensource.guide) | GitHub 官方发布的一套技术文档:《开源软件指南》,有多个语言版本。主要讲解如何启动一个开源项目、项目维护的最佳实践,怎么通过开源工作获得经济报酬等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/L9dI2pSpQ) - - -### 机器学习/人工智能 - -名称 | 简述 | 源 ----- | ----- | ----- -[Paper Picture Writing Code](https://github.com/MLNLP-World/Paper-Picture-Writing-Code) | GitHub 上开源的 LaTeX 画图代码库。里面包含了几种 AI 论文中常用的画图代码,如折线图、柱状图、散点图、注意力可视化以及结构图等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MbcmRFfDL) -[PaddleHub](https://github.com/PaddlePaddle/PaddleHub) | 百度在 GitHub 上开源的一款预训练模型工具包:PaddleHub,涵盖了大模型、CV、NLP、Audio、Video、工业应用等 400+ 预训练模型,代码全部开源,离线可运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M5Ici3sxr) -[AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying) | GitHub 上一个开源的 AI 知识库,主要帮助开发者快速上手 AI 理论及应用实战,基础知识、机器学习、深度学习、自然语言处理 BERT,含大量注释及数据集,力求每一位能看懂并复现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LFfMNz3bo) -[Dot](https://github.com/sensity-ai/dot) | 是 GitHub 上一个开源的 Deepfake AI 换脸攻击工具包。针对身份验证、视频会议系统等渗透测试工作而生,可供安全分析师、红队成员和生物识别研究人员使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB8pSEYV1) -[ClearML](https://github.com/allegroai/clearml) | GitHub 上一个开源的机器学习工具包:ClearML,自带简洁美观的可视化界面。该工具可用于简化机器学习开发、运维流程,自动完成实验跟踪与结果记录,并提供了灵活多变的数据管理方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LyLvv9lJn) -[Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) | 日本开发者在 GitHub 开源的一款图像处理节点编辑器,通过该工具,可以辅助并完成深度学习的各项图像处理工作,快速验证、对比各个图像在不同条件下的执行结果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ly9NtmoMG) -[BEVFormer](https://github.com/zhiqi-li/BEVFormer) | GitHub 上一套开源的环视物体检测方案:BEVFormer,实现了在鸟瞰图视角下的特征优化,可应用于汽车自动驾驶场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LxZbW6AGc) -[Paper2GUI](https://github.com/Baiyuetribe/paper2gui​​​) | 一款面向普通人的 AI 桌面 APP 工具箱,开箱即用,非常方便,已支持 15+ AI 模型,内容涵盖语音合成、视频补帧、视频超分、目标检测、图片风格化、图片 OCR 识别等领域,兼容 Windows、Mac、Linux 等主流操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwMX2DEr6) -[FinRL](https://github.com/AI4Finance-Foundation/FinRL) | GitHub 上一个开源的量化金融自动交易框架:FinRL,附带有完整的深度学习、量化交易技术教程。项目覆盖了各类常用市场,并提供先进的算法核心,支持各种金融任务(投资组合分配、加密货币交易、高频交易)、实时交易等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LwDwv9lEw) -[internet-dataset](https://github.com/RimoChan/internet-dataset) |这个 GitHub 仓库收录了各种通过搜索引擎获取的数据集,整体数据量将近 50G,其中包括域名、网页、反向索引等数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lvzx3kXBi) -[Energon-AI](https://github.com/hpcaitech/ColossalAI) | GitHub 上一个开源的大模型推理系统:Energon-AI。仅需对现有项目进行极少量修改,即可完成自定义大模型的推理部署,获得并行扩展的超线性加速。对于 AI 大模型分布式推理加速,相比英伟达 FasterTransformer 可提升 50% 以上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvvNF8glt) -[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | 国人在 GitHub 开源的一个项目:Colossal-AI,仅需极少量修改,即可让现有深度学习项目,在单张消费级显卡上,完成大模型训练,极大降低了项目研发成本!简而言之,有了这个开源项目后,每个人都可以在家训练 AI 大模型!尤其是大幅度降低了 AI 大模型微调、推理等下游任务和应用部署的门槛。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LtnCy6sQH) -[Gradio](https://github.com/gradio-app/gradio) | GitHub 上这个名为 Gradio 的开源项目,可在短短几分钟内,为机器学习模型生成一个简洁、优雅的 UI 界面,让你能在浏览器中进行项目演示。通过该界面,你可以完成拖拽上传图像、粘贴文本、声音录制等操作,并查看模型输出内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lr25mDzFw) -[nlp-paper](https://github.com/DengBoCong/nlp-paper ) | 字节跳动工程师在 GitHub 上整理的 NLP 论文列表(附阅读笔记),收录了一些比较经典或思路新奇的论文。其中包含 NLP 领域下的对话语音领域,复现模型以及数据处理等(代码含 TensorFlow 和 PyTorch 两版本) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqHRacIRL) -[Goopt](https://github.com/jokenox/Goopt) | 国外有位开发者基于 GPT-3 做了一款 AI 搜索引擎:Goopt,通过该搜索引擎检索到的所有内容,全部都是由 AI 和算法合成的。你可以在上面搜索任意术语,以获取相关结果与内容。通过这种方式,进一步模拟网页浏览体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LqDVBBooN) -[AI-Paper-Collector](https://github.com/MLNLP-World/AI-Paper-collector) | GitHub 上一个开源的 Python 脚本:AI-Paper-Collector,可用于查找包含指定关键词的顶会论文列表,涵盖了 2019-2021 自然语言处理,计算机视觉,信息检索等领域的顶会论文。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lq7keozHW) -[ChineseLyrics](https://github.com/dengxiuqi/ChineseLyrics) | GitHub 上开源的中文歌词数据库,作者收录了 10W+ 首歌词数据,给做 NLP 和数据分析领域的朋友们提供参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpWIF3AXx) -[ROS-Face](https://github.com/maHidaka/ros_face) | 一个挺有意思的开源项目。作者希望通过 ROS(机器人操作系统)来控制人脸面部表情,让面部动作听从机械指令 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp7EEn4EN) -[nlp-notebook](https://github.com/jasoncao11/nlp-notebook) | GitHub 上开源的 NLP 领域常见任务的实现:nlp-notebook,包括新词发现、以及基于 PyTorch 的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LoicfBjgt) -[funNLP](https://github.com/fighting41love/funNLP) | 几乎最全的中文 NLP 资源库。包括中英文敏感词、语言检测、中外手机 / 电话归属地 / 运营商查询、名字推断性别、手机号抽取、身份证抽取等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lo6pE6Y8x) -[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | GitHub 上一个增长迅猛的国产 AI 开源项目:Colossal-AI,可用于 AI 大规模并行训练,仅需一半数量的 GPU,便能完成相同效果的 GPT-3 训练工作,极大降低了项目研发成本! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LnUeFy3vP) -[NeuralSpeech](https://github.com/microsoft/NeuralSpeech) | 微软亚洲研究院在 GitHub 开源的一个项目:NeuralSpeech ,提供了基于神经网络的语音处理,包括自动语音识别(ASR)、文本转语音(TTS)等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll1zDmhT5) -[virtual_try_on_use_deep_learning](https://github.com/hpc203/virtual_try_on_use_deep_learning) | 使用深度学习算法实现虚拟试衣,结合了人体姿态估计、人体分割、几何匹配和 GAN,四种模型,只依赖 opencv 库就能运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LklhwuxuG) -[ml4a](https://github.com/ml4a/ml4a) | 如果你正在尝试用 AI 来进行艺术创作,那么可以看下 ml4a 这个开源 Python 库。作者通过代码封装的方式,将 AI 艺术创作类的开源项目整合到了一起,包括图像风格迁移、基于素描的图像生成、图片分辨率增强、图像卡通话等模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiX3Pbnan) -[《AI as an API》](https://github.com/datastaxdevs/workshop-ai-as-api) | GitHub 上的人工智能技术教程:《AI as an API》,主要讲解如何基于 NLP 技术,开发一个文本分类器,并进行持续化数据存储,封装成 API。教程学习时长,约为 50 分钟左右,适合在工作之余的闲暇时间动手学习。 ​​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiUHHaTGV) -[FastFold](https://github.com/hpcaitech/FastFold) | GitHub 上开源了一套训练推理加速方案,通过引入 GPU 优化和大模型训练技术,可将 AlphaFold 总体训练时间 从 11 天减少到 67 小时,且总成本更低,在长序列推理中也实现 9.3 ∼ 11.6 倍提升,加速效果颇为显著。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LiAhibPFD) -[Colossal-AI](https://github.com/hpcaitech/ColossalAI) | 国人在 GitHub 开源的一个深度学习系统:Colossal-AI,可用于 AI 大规模并行训练。仅需一半数量的 GPU,便能完成相同效果的 GPT-3 训练工作,极大降低了项目研发成本! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lgsil82Rz) -[SofGAN](https://github.com/apchenstu/sofgan) | 作用是可通过计算机视觉和模式识别技术,生成一张支持风格动态调整的人物肖像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcGblczJr) -[Hugging Face](https://github.com/) | Hugging Face 对外开放的机器学习任务列表,可以说整理的非常全面了。里面覆盖了自然语言处理、音频、计算机视觉等多个分类,其中包括掩蔽语言填充、智能问答、文本分类、文本翻译、语音识别、图像分割和物体检测等任务。每个任务都附有相对应的使用场景介绍、实际案例、学习指南、模型、数据集等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lcz6XyeZ9) -[NeRF](https://github.com/NVlabs/instant-ngp) | 一款 AI 模型,可借助人工智能技术,把多张 2D 图片进行拼接,进而生成该图片的 3D 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbExZlG9Q) -[annotated_latex_equations](https://github.com/synercys/annotated_latex_equations) | GitHub 上一个开源的 LaTeX 示例库,教你如何使用 Tikz 创建彩色的 LaTeX 注释,让论文变得更为简洁与美观。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaINX18aQ) -[动漫肖像魔法](https://waifulabs.com/) | 来自麻省理工大学的工作室 sizigi,发布的一款很有意思的 AI 工具,你可以通过选择头像、滤镜、风格、动作等 4 个步骤,来定制一个专属的二次元老婆 / 老公 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LaHCTp6gA) -[ddddocr](https://github.com/sml2h3/ddddocr) | 一个开源的中文 OCR 通用验证码 Python 识别库,通过大批量生成随机数据,并进行深度网络训练,帮助厂商检验自家验证码的难易强度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/La75XeXlc) - -### 开源字体 - -名称 | 简述 | 源 ----- | ----- | ----- -[「得意黑 Smiley Sans」](https://github.com/telier-anchor/smiley-sans) | GitHub 上的中文开源字体:「得意黑 Smiley Sans」,一款在人文观感和几何特征中寻找平衡的中文黑体。整体字身窄而斜,细节融入了取法手绘美术字的特殊造型。字体支持简体中文常用字(覆盖 GB 2312 编码字符集)、拉丁字母、日文假名、阿拉伯数字和各类标点符号。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MfMLbxreE) -[《辰宇落雁體》](https://github.com/Chenyu-otf/chenyuluoyan_thin) | GitHub 上又一款开源中文字体:《辰宇落雁體》,由刘韦辰和王立宇两名同学联合创作,并基于 OFL 1.1 开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M19npcwCE) -[方舟像素字体](https://github.com/TakWolf/ark-pixel-font) | GitHub 上又一款开源的像素风字体:泛中日韩像素字体。支持 10、12 和 16 像素。目标是为开发「像素风游戏」,提供一套开箱即用的字体解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LuDUBmldF) -[煮豆黑体 Zhudou Sans](https://github.com/Buernia/Zhudou-Sans) | 一款开源的中文字体,支持中日韩标点、全角字母、全角数字及一些特殊符号。标点造型主要来源于 Noto Sans,可以为类似风格的西文字体带来更加协调的中外文混排效果。​​ | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp9e496zx) -[「繁媛黑體」](https://github.com/ayaka14732/FanWunHak) | 一款开源的繁体字体,基于「源样黑体」进行开发设计,整体风格看起来清晰自然,还能满足 "一简对多繁" 的需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ll52NDdH7) +[GitHubCopilotAI](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming) | 微软出了一期学习 GitHub Copilot 教程。一共有 6 节课程,共 10 个小时。旨在教授如何有效使用 GitHub Copilot 并用于辅助编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxFSGaC1l) +[ChatGPT 提示工程](https://www.bilibili.com/video/BV1s24y1F7eq/) | 该教程由吴恩达老师与 OpenAI 开发者 Iza Fulford 联手教授。教程总共分为 9 个章节,时长一个多小时,里面主要涵盖:提示词最佳实践、评论情感分类、文本总结、邮件撰写、文本翻译、快速搭建一个聊天机器人等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MEhkq7gXG) +[JavaScript 新手教程](https://github.com/sumn2u/learn-javascript) | 本书主要介绍 JavaScript 基础知识、如何在 Web 浏览器上用 JavaScript 进行编程,以及 JavaScript 相关的各种重要话题、案例、练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBF7CadeE) +[Midjourney 学习导航](https://learningprompt.wiki/docs/midjourney-learning-path) | Midjourney 中文教程,能让不同水平的朋友快速了解和学会 Midjourney | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB13vj0QJ) ### 其他 名称 | 简述 | 源 ---- | ----- | ----- -[「中国传统色彩」](https://github.com/reorx/cht-colors) | 一个记录了「中国传统色彩」配色的网站,网站代码已在 GitHub 开源。该网站提供了各个色彩的常用名称、别名、RGB 与 HEX 值。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M4D1KbSaY) -[Fluent Emoji](https://github.com/microsoft/fluentui-emoji) | 微软开源的一套简洁、友好、可爱的 Emoji 表情包,基于 MIT 协议开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/M2p9tv65f) -[Logto](https://github.com/logto-io/logto) | GitHub 上一个开源的用户登录认证系统:Logto,可在几分钟内,帮你快速构建完整的用户身份及登录体系。项目自带基于 OIDC 的身份服务,支持多个社交平台的登录集成,开箱即用,拥有丰富的图形化管理界面,另外还提供邮箱、短信等多种认证方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LCO7kArvE) -[GDevelop](https://github.com/4ian/GDevelop) | 一个开源的跨平台游戏开发引擎,可帮助不懂编程的设计师,快速开发一款能够满足移动端、桌面端、Web 端的游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LB2qwByCQ) -[GreaterWMS](https://github.com/Singosgu/GreaterWMS) | 一个开源的仓储管理系统:GreaterWMS,拥有报表中心、财务中心等系统,支持货物管理、人员管理、订单管理等功能,适可用于多种成品管理环节的货物管理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LvxaVcMd4) -[Windmill.dev](https://github.com/windmill-labs/windmill) | 一个开源的 OSS 开发者平台。通过编写少量 Python 和 Typescript 脚本,便可快速构建出生产级、多步骤的自动化应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LsnyCFb37) -[SVG Silh](https://svgsilh.com/) | 一个基于 CC0 协议开放的 SVG 素材网站,上面收录了诸多 SVG 图像与图标,所有素材均可免费商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lrp45CYgH) -[StreamX](https://github.com/streamxhub/streamx) | 一个神奇的开源框架,让流处理更简单。该框架规范了项目配置,鼓励函数式编程,定义了最佳的编程方式,提供了一系列开箱即用的 Connectors。标准化了配置、开发、测试、部署、监控、运维的整个过程,提供了 Scala/Java 两套 API,最终目的是打造一个一站式大数据平台,流批一体,湖仓一体的解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lrjz8mjH6) -[Kestra](https://github.com/kestra-io/kestra) | 一个可扩展性极强的开源编排和调度平台,可快速创建、运行、调度和监控数百万个复杂管道。支持任意类型的工作流程,易于上手学习,支持从 API、调度、检测、事件来触发执行,可通过界面直接配置流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpjPBuoJf) -[Cook](https://github.com/YunYouJun/cook) | 国内开发者开源的一个菜谱网站:Cook,可自动将各种食材进行组合,生成对应的菜谱,并配套有视频教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LpcLeEUNS) -[Cytopia](https://github.com/CytopiaTeam/Cytopia) | 一款具有像素艺术风格的开源城市模拟器,基于 JSON 的自定义 UI 系统,可灵活定制,并通过程序生成多种地形,模拟城市构建。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lp29H5jap) -[elest.io](https://elest.io/) | 在 Hacker New 上看到的一项开源软件托管服务,可在几分钟内,快速部署 150 多种开源软件。此外,该平台还会帮作者处理后续的软件安装、配置、加密、备份、系统更新、实时监控等工作,并将 10% 的收入跟开源作者共享。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LletgqaSO) -[《绝版游戏保护工程》](https://github.com/skywind3000/preserve-cd) | 收录了多款堪称经典的小游戏,让你重回童年。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LgDifjm5j) -[sha256algorithm](https://github.com/dmarman/sha256algorithm) | 这个 GitHub 项目通过可视化的方式,让你更为直观的理解 SHA256 算法原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Lf1k8Carf) -[Cubic 11](https://github.com/ACh-K/Cubic-11) | 一个开源的中文字体,像素风,可用于各类游戏及美术作品,支持商用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcQMTlANS) -[吃掉小鹿乃](https://github.com/arcxingye/EatKano) | 国内开发者做的一款摸鱼小游戏:吃掉小鹿乃。玩家需要在 20 秒内,尽可能点掉更多鹿乃头像。目前该游戏浏览量已突破 1000 万,主要用于训练手指灵活度和反应能力 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcwKQmBEJ) -[Homelab](https://github.com/khuedoan/homelab) | 由越南一位程序员小哥在 GitHub 开源的家用自托管基础设施,支持自动配置、操作和更新各类自托管服务,可用于打造自己的家庭开发实验室。其中包括代码自托管、证书管理、CI/CD 持续集成与交付、K8s 自动化安装和管理、实时聊天系统、应用监控面板等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LcgfZ3rHA) -[Kvrocks](https://github.com/KvrocksLabs/kvrocks) | 一个开源的 NoSQL 数据库,基于 RocksDB 并兼容 Redis 协议,磁盘类型的 Redis 为降低存储成本而生,存储成本可以降到 Redis 的 1/10 以上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/LbDmVs22N) +[Windows 12 网页版](https://github.com/tjy-gitnub/win12) | 开源的 Windows 12 网页体验版,提供了精美的 UI 设计、丰富流畅的动画、各种功能小组件、动态壁纸、文件系统等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ni4FlyrEl) +[Mojo](https://www.modular.com/mojo) | 一种适用于所有 AI 开发人员的新编程语言,由 LLVM、Swift、Clang 作者 Chris Lattner 发布,被誉为 AI 新时代的编程语言变革者,比 Python 高效 35000 倍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MF7AUv9AT) +[Spinning Diagrams with CSS](https://x.st/spinning-diagrams-with-css/?continueFlag=a35c5f7ece912457d1540746cbcfe91f) | 不借助 JavaScript,纯使用 CSS 来生成 LateX 数学公式动画,给数学增添点趣味。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD92sA0XW) +[the-algorithm](https://github.com/twitter/the-algorithm) | Twitter 的推荐算法在 GitHub开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[happyhues.co](https://www.happyhues.co/palettes/11) | 这里提供了诸多 UI 配色方案,各种颜色直接点击就能获取,很方便,可在这里获取到做网站或设计时的主题配色灵感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzTcxwjmo) +[Vuestic UI](https://github.com/epicmaxco/vuestic-ui) | 一个开源的 Vue.js 3.0 UI 库,拥有超过 60 个可定制组件,具备简单易用、定制灵活度高等特点。支持国际化、暗黑模式、无缝集成等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MuQ4mgOi2) +[PyGWalker](https://github.com/Kanaries/pygwalker) | 一个最近在 GitHub 上较为流行的 Python 库,可用于简化 Jupyter Notebook 数据分析和数据可视化工作流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MuGDQyIL8) +[One Mono](https://github.com/intel/intel-one-mono) | 英特尔在 GitHub 开源的字体,一种富有表现力的等宽字体系列,在构建时考虑到了清晰度、易读性和开发人员的扩展需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4WI7kJxS) ## 声明 [![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) From a4c150ade50d39b7b97aa0a6afac494c17aaac41 Mon Sep 17 00:00:00 2001 From: Jun Date: Sun, 31 Dec 2023 14:33:50 +0800 Subject: [PATCH 12/17] Update README --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7b5b2fe..ed2e7f2 100755 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ - [宗旨](#宗旨) - [2023 年复盘](#2023-年复盘) - [目录](#目录) + - [AI 绘画](#ai-绘画) - [AIGC](#aigc) - [AI 工具](#ai-工具) - - [AI 绘画](#ai-绘画) - [实用工具](#实用工具) - [插件](#插件) - [资料集合](#资料集合) @@ -59,6 +59,22 @@ - [声明](#声明) +### AI 绘画 + +名称 | 简述 | 源 +---- | ----- | ----- +[Stable Diffusion Cheat-Sheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet) | Stable Diffusion 开源速查表,里面拥有超过 700 种经过测试的艺术风格,可快速搜索查找各类艺术家,并支持一键复制 Prompt。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3Qqdubhy) +[StableStudio](https://github.com/Stability-AI/StableStudio) | 人手一个 Midjourney,Stability AI 开源的 AI 图像生成平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N14VOFWKZ) +[Roop](https://github.com/s0md3v/roop) | 一键实现 AI 换脸,仅需一张换脸图像,无需数据集,无需训练,自带敏感图像检测功能。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N63U7sEzT) +[pixian.ai](https://pixian.ai/) | 能够利用 AI 一键移除各种图像背景,并支持在线调整图片分辨率、背景颜色等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N5hJ6bIQ5) +[Inpaint Anything](https://github.com/geekyutao/Inpaint-Anything) | 一个 AI 图像编辑工具,支持一键擦除、替换图像中的指定物品,通过提示词来自动更换背景图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCqg6oZvy) +[Segment Anything (SAM)](https://github.com/facebookresearch/segment-anything) | 一个图像分割模型,可自动分割图片或视频中的所有物品,一键完成自动分割,并支持零样本转移到其他分割任务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAGpKkHqx) +[Docker 作图咒语生成器](https://github.com/soulteary/docker-prompt-generator) | 支持一键从图片中解析出 Prompt 描述,并能够基于描述进行扩展,以便二次图片生成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBvFcy0Mp) +[Plask.ai](https://plask.ai/) | 一个 AI 工具,可以通过 3D 建模,直接生成模特效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB4AHhvIU) +[MidJourney-Styles-and-Keywords-Reference](https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference) | 收录了很多实用的 Midjourney 提示词,包括图像风格样式关键词、分辨率、图像权重等,帮助你更好的完成 AI 绘画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyT4yjBL3) +[roomGPT](https://github.com/Nutlope/roomGPT) | 只需上传一张房间照片,即可用 AI 生成对应的梦幻房间效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwcUOvhgh) + + ### AIGC 名称 | 简述 | 源 @@ -145,22 +161,6 @@ [OpenGpt](https://github.com/futantan/OpenGpt) | 一个可以让你快速尝试各种 ChatGPT 应用的开源项目,借助这个项目,你还能在几秒钟内创建属于自己的应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mxwe66eAv) -### AI 绘画 - -名称 | 简述 | 源 ----- | ----- | ----- -[Stable Diffusion Cheat-Sheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet) | Stable Diffusion 开源速查表,里面拥有超过 700 种经过测试的艺术风格,可快速搜索查找各类艺术家,并支持一键复制 Prompt。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3Qqdubhy) -[StableStudio](https://github.com/Stability-AI/StableStudio) | 人手一个 Midjourney,Stability AI 开源的 AI 图像生成平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N14VOFWKZ) -[Roop](https://github.com/s0md3v/roop) | 一键实现 AI 换脸,仅需一张换脸图像,无需数据集,无需训练,自带敏感图像检测功能。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N63U7sEzT) -[pixian.ai](https://pixian.ai/) | 能够利用 AI 一键移除各种图像背景,并支持在线调整图片分辨率、背景颜色等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N5hJ6bIQ5) -[Inpaint Anything](https://github.com/geekyutao/Inpaint-Anything) | 一个 AI 图像编辑工具,支持一键擦除、替换图像中的指定物品,通过提示词来自动更换背景图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCqg6oZvy) -[Segment Anything (SAM)](https://github.com/facebookresearch/segment-anything) | 一个图像分割模型,可自动分割图片或视频中的所有物品,一键完成自动分割,并支持零样本转移到其他分割任务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAGpKkHqx) -[Docker 作图咒语生成器](https://github.com/soulteary/docker-prompt-generator) | 支持一键从图片中解析出 Prompt 描述,并能够基于描述进行扩展,以便二次图片生成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBvFcy0Mp) -[Plask.ai](https://plask.ai/) | 一个 AI 工具,可以通过 3D 建模,直接生成模特效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB4AHhvIU) -[MidJourney-Styles-and-Keywords-Reference](https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference) | 收录了很多实用的 Midjourney 提示词,包括图像风格样式关键词、分辨率、图像权重等,帮助你更好的完成 AI 绘画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyT4yjBL3) -[roomGPT](https://github.com/Nutlope/roomGPT) | 只需上传一张房间照片,即可用 AI 生成对应的梦幻房间效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwcUOvhgh) - - ### 实用工具 名称 | 简述 | 源 From 151624752d3c24f0c0fac4795bae68a1847dcd90 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 2 Jan 2025 17:51:39 +0800 Subject: [PATCH 13/17] Update README.md --- 2023.md | 243 +++++++++++++++++++++ README.md | 622 ++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 702 insertions(+), 163 deletions(-) create mode 100644 2023.md diff --git a/2023.md b/2023.md new file mode 100644 index 0000000..ed2e7f2 --- /dev/null +++ b/2023.md @@ -0,0 +1,243 @@ +

+ +

+ +

+ WeChat + Weibo + Zhihu + GitHub stars +

+ +## 宗旨 + +多年以前,我曾看到 GitHub 开源项目作者、全栈工程师 TJ Holowaychunk 说过这么一句话: + +"I don't read books, never went to school, I just read other people's code and always wonder how things work"。 + +从那时起,我便认为,通过阅读源码,站在前辈的角度上,去思考代码架构与程序逻辑,乃是提升编程技巧最好的方式。 + +因此,GitHub 也自然而然的,成为我最喜爱的开发者平台。 + +秉着挖掘开源价值的初衷,GitHubDaily 自 2015 年 10 月 10 日正式成立。 + +我们希望能通过这一举措,帮助开发者们发现当下最火的开源项目,掌控最新技术动态, 扩大技术视野, 并从开源项目的学习中获得编程能力的提升。 + +目前,GitHubDaily 已累积分享超过 3000 个开源项目,内容包括但不限于 GitHub 上的开源技术资料、开发者工具、编程网站以及成熟应用。 + +除了 GitHub 之外,我们也开始在下面多个社交媒体平台,帮助开发者传播与分享优质开源项目,挖掘其未来的技术应用前景。 + +如果你想接收最新的 GitHub 开源项目资讯,可以关注一下👇 + +- 公众号: [GitHubDaily](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) +- 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) +- 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) + +> 有不错的开源项目,也欢迎到本仓库的 [issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,我们期待你的分享。 + +--- + +## 2023 年复盘 + +下面是对 GitHubDaily 在 2023 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 + +> 过往复盘 [2022](https://github.com/GitHubDaily/GitHubDaily/blob/master/2022.md), [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) + +### 目录 + +- [宗旨](#宗旨) +- [2023 年复盘](#2023-年复盘) + - [目录](#目录) + - [AI 绘画](#ai-绘画) + - [AIGC](#aigc) + - [AI 工具](#ai-工具) + - [实用工具](#实用工具) + - [插件](#插件) + - [资料集合](#资料集合) + - [书籍/教程](#书籍教程) + - [其他](#其他) +- [声明](#声明) + + +### AI 绘画 + +名称 | 简述 | 源 +---- | ----- | ----- +[Stable Diffusion Cheat-Sheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet) | Stable Diffusion 开源速查表,里面拥有超过 700 种经过测试的艺术风格,可快速搜索查找各类艺术家,并支持一键复制 Prompt。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3Qqdubhy) +[StableStudio](https://github.com/Stability-AI/StableStudio) | 人手一个 Midjourney,Stability AI 开源的 AI 图像生成平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N14VOFWKZ) +[Roop](https://github.com/s0md3v/roop) | 一键实现 AI 换脸,仅需一张换脸图像,无需数据集,无需训练,自带敏感图像检测功能。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N63U7sEzT) +[pixian.ai](https://pixian.ai/) | 能够利用 AI 一键移除各种图像背景,并支持在线调整图片分辨率、背景颜色等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N5hJ6bIQ5) +[Inpaint Anything](https://github.com/geekyutao/Inpaint-Anything) | 一个 AI 图像编辑工具,支持一键擦除、替换图像中的指定物品,通过提示词来自动更换背景图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCqg6oZvy) +[Segment Anything (SAM)](https://github.com/facebookresearch/segment-anything) | 一个图像分割模型,可自动分割图片或视频中的所有物品,一键完成自动分割,并支持零样本转移到其他分割任务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAGpKkHqx) +[Docker 作图咒语生成器](https://github.com/soulteary/docker-prompt-generator) | 支持一键从图片中解析出 Prompt 描述,并能够基于描述进行扩展,以便二次图片生成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBvFcy0Mp) +[Plask.ai](https://plask.ai/) | 一个 AI 工具,可以通过 3D 建模,直接生成模特效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB4AHhvIU) +[MidJourney-Styles-and-Keywords-Reference](https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference) | 收录了很多实用的 Midjourney 提示词,包括图像风格样式关键词、分辨率、图像权重等,帮助你更好的完成 AI 绘画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyT4yjBL3) +[roomGPT](https://github.com/Nutlope/roomGPT) | 只需上传一张房间照片,即可用 AI 生成对应的梦幻房间效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwcUOvhgh) + + +### AIGC + +名称 | 简述 | 源 +---- | ----- | ----- +[AnythingLLM](https://github.com/Mintplex-Labs/anything-llm) | 一个可打造成企业内部知识库的私人专属 GPT!可以将任何文档、资源或内容转换为大语言模型(LLM)知识库,使得在对话过程中可引用到里面的内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NwDwQrO9Y) +[chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt) | 有获取 GPTs 的 Prompt、Knowledge 以及如何防护的教程,另外单独对破解官方 GPTs 的 Prompt 进行分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvSp3wtRm) +[GPTs](https://github.com/linexjlin/GPTs) | 收集了超级多被破解的 GPTs Prompt | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvSp3wtRm) +[Awesome assistants](https://github.com/awesome-assistants/awesome-assistants) | 一份精心收集整理的优秀 AI 助手列表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvHARfYTA) +[Animate Anyone](https://github.com/HumanAIGC/AnimateAnyone) | 只需一张角色图片,即可生成与角色一致且动作可控的生动视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvAwuuUz1) +[SillyTavern](https://github.com/SillyTavern/SillyTavern/) | 一个可以安装在电脑(和安卓手机)上的用户界面,让你可以与文本生成的人工智能互动,并与社区创建的角色聊天/玩角色扮演游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nty2uEtjH) +[Prompt flow](https://github.com/microsoft/promptflow) | 微软在 GitHub 开源的一套 AI 工具,可用于简化大模型应用的开发周期。打通了从项目构思、原型设计、测试、评估到生产部署和监控的全流程,让开发者可以快速构建出高质量的大语言模型应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nj6Ut6pyi) +[supervision](https://github.com/roboflow/supervision) | 一个在 GitHub 开源的计算机视觉 AI 工具箱,安装简便,可供开发者重复使用,大幅提升效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ni2mLvoQ6) +[Code Interpreter API](https://github.com/shroominic/codeinterpreter-api​​​) | ChatGPT 代码解释器开源版,开发者可直接调用 API,在项目使用 AI 来快速处理数据分析、图像处理、股票图表展示等工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NaH2UpX58) +[RealChar](https://github.com/Shaunwei/RealChar) | 帮助你快速创建、自定义各种 AI 角色。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NaobWifhP) +[MetaGPT](https://github.com/geekan/MetaGPT) | 一个基于 AI 构建的实验性项目。可通过用户需求,直接生成产品分析文档、用户故事、竞品分析、数据结构、项目 API 等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N8znsi6tv) +[GPT Migrate](https://github.com/0xpayne/gpt-migrate) | 一个基于 GPT-4 的大胆尝试,让 AI 重写整个项目代码,实现所有代码框架、编程语言的迁移。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N89Mo5O1R) +[AI Getting Started](https://github.com/) | 一个简单的 AI 入门项目,实现了 AIGC 中常用的图像/文本模型、向量存储、身份验证、项目部署等一整套流程,可作为开发 AI 应用时的项目参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N6VXUbzqH) +[Vercel AI SDK](https://github.com/) | Vercel 在 GitHub 开源的一个 AI SDK,可帮你快速构建 AI 应用,包括 AI 对话、聊天界面、流式文本输出等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N61N34NeN) +[Liftoff Interviews](https://github.com/Tameyer41/liftoff) | 让 AI 对你进行技术面试,并给出能力评估,帮助你改善不足之处,提高面试通过率。用户可根据自身能力来选择面试题难度,项目支持自部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4Ykbek0d) +[Audiocraft](https://github.com/facebookresearch/audiocraft) | Meta 开源的一个 Python 库,可直接用 AI 生成音乐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4CSIibMS) +[LaWGPT](https://github.com/pengxiao-song/LaWGPT) | 个基于中文法律知识的大语言模型,你可以用它来打造一个 AI 专属法律顾问。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1J1ioVGI) +[GPT Code UI](https://github.com/ricklamers/gpt-code-ui/) | 简化版的 GPT 代码解释器,可利用大语言模型能力,自动生成与执行代码。另外还支持文件上传、下载,上下文理解,可选 GPT-3.5 和 GPT-4 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1o8NyGcw) +[Quivr](https://github.com/StanGirard/quivr) | 用 AI 来打造你的第二大脑。作为一个开源的 AI 知识库解决方案,Quivr 支持将文本、图像、视频、代码片段、PPT、Excel 数据表等内容直接上传云端,并通过大语言模型,快速实现信息检索、问答。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1nUy3Drf) +[Dify.AI](https://github.com/langgenius/dify) | 一个可用于快速创建 AI 应用的开源平台,帮助开发者创建可持续运营的原生 AI 应用。平台提供了多种类型应用的可视化编排,开箱即用,集成了诸多便于使用的 API。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N0Gk398PL) +[Shap-E](https://github.com/openai/shap-e) | OpenAI 开源的一个 3D 模型,可以根据文本或图像,直接生成 3D 对象。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFDY5rR1t) +[Pandas AI](https://github.com/gventuri/pandas-ai) | 为流行的数据分析和操作工具 Pandas 添加了生成人工智能功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MF2fL4dsY) +[Chart-GPT](https://github.com/whoiskatrin/chart-gpt) | 一个基于 GPT 实现的开源工具,可在几秒内,将文本快速转换为漂亮的图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDTlbwM34) +[Bloop](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ%3D%3D&mid=2457982448&idx=1&sn=aa3c06c76aa67ba2bf77ca32d8967865&chksm=8cb7b01abbc0390c8b8afefc8d4e982430c27a85b1f26719550da1252e33c9d13bbaf6dbd518&token=1761457851&lang=zh_CN#rd) | 一个基于 GPT-4 构建的代码搜索引擎,该工具采用基于 GPT-4 的 AI 智能模型,成功实现用自然语言,语义化的代码搜索方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDn59bLYx) +[Bark](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ%3D%3D&mid=2457982256&idx=1&sn=0db7f60f1d5670a0d9fc1da554f300a4&chksm=8cb7b0dabbc039cca80bc1eed9abe23dbc80aba1ff4c49278488aeda896b7a07674422469fa2&token=1761457851&lang=zh_CN#rd) | Suno 开源的 AI 项目能够生成高度逼真的人类语音(支持多个语种)及音乐。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDdnFumSh) +[LLaVA](https://github.com/haotian-liu/LLaVA) | 一个拥有类似 GPT-4 的大语言+视觉模型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD3zxft0Z) +[Cognosys](http://cognosys.ai/) | 可在线运行 Auto-GPT,,只需在线设定好机器人名称、目标、任务,即可自动运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCgPBlRz3) +[OpenPromptStudio](https://github.com/Moonvy/OpenPromptStudio) | 一款 Prompt(提示词)编辑神器,可以把 AIGC 提示词可视化,并提供在线编辑功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBsDYszbm) +[Grounded-Segment-Anything](https://github.com/IDEA-Research/Grounded-Segment-Anything) | 可实现自动检测、分割、生成图像与文本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBjsaDQBT) +[BingGPT](https://github.com/dice2o/BingGPT) | 一个 Bing 桌面客户端,支持 Windows、macOS、Linux 等主流操作系统,登录 Microsoft 账号即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAZWSdU8f) +[Spline AI](https://spline.design/ai) | 通过跟 AI 对话,基于文本快速实现 3D 建模。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAQfI0Gh4) +[OpusAI](https://opus.ai/) | 可通过文本来快速生成 3D 世界,构建一个属于自己的虚拟宇宙。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MA3SRoifJ) +[myGPTReader](https://github.com/madawei2699/myGPTReader) | 一个基于 ChatGPT 搭建的 Slack 机器人,可以完成阅读网页、电子书、视频 (YouTube) 或文档等操作,并使用 ChatGPT 对这些内容进行总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzfsJlgb9) +[Tune-A-Video](https://github.com/showlab/Tune-A-Video) | 可直接通过文本直接生成视频。只需要提供文本 prompt,再利用 Stable Diffusion 的能力,即可快速生成多种不同风格的视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzdJQ3FjI) +[ChatGPT 学术优化](https://github.com/binary-husky/chatgpt_academic) | 中科院科研工作专用,特别优化了学术 Paper 润色体验,支持自定义快捷按钮,支持 markdown 表格显示,Tex 公式双显示,代码显示功能完善,新增本地 Python 工程剖析功能 / 自我剖析功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mz4qLExXR) +[AICommand](https://github.com/keijiro/AICommand) | 将 ChatGPT 功能集成到 Unity 编辑器中。通过对话的方式,可视化动态调整与生成内容,提升游戏开发效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyNbf7iEn) +[The-HustleGPT-Challenge](https://github.com/jtmuller5/The-HustleGPT-Challenge) | 记录了一些可通过 GPT-4 实现的项目,其中有部分项目还实现盈利了。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyCzGD7eL) +[ChatGPT Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut) | 整理并汇总了多种让生产力加倍的 ChatGPT 快捷指令,按照领域和功能分区,可对提示词(Prompt)进行标签筛选、关键词搜索和一键复制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MxmNBjBre) +[川虎 ChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT) | 一个开源的 ChatGPT Web UI 应用,为 ChatGPT API 提供了一个 Web 图形界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwseCqYHc) +[ChatGPT Demo](https://github.com/Chanzhaoyu/chatgpt-web) | 一个开源的 ChatGPT 演示网页,基于 Express 和 Vue3 搭建,开发者可以用其搭建一个类似 ChatGPT 的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MvrMlFDmF) +[Edge GPT](https://github.com/acheong08/EdgeGPT) | 微软 Bing Chat 的逆向工程 API,利用该接口,开发者可自行搭建 EdgeGPT 聊天机器人,自定义智能搜索功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MsZhfkrPZ) + + +### AI 工具 + +名称 | 简述 | 源 +---- | ----- | ----- +[clone-voice](https://github.com/jianchang512/clone-voice) | 一个带 Web 界面简单易用的声音克隆工具。可使用任何人类音色,将一段文字合成为使用该音色说话的声音,或者将一个声音使用该音色转换为另一个声音。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NyUSJm4Zu) +[Amphion](https://github.com/open-mmlab/Amphion) | 一个开源的音频、音乐和语音生成整合工具包。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NyBlizeys) +[Lobe Chat](https://github.com/lobehub/lobe-chat) | 一键部署私人 GPT/LLM 的聊天机器人。支持语音合成、多模态和可扩展的插件系统,可以联网、画图、爬虫等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nxcuzzyku) +[GPT Crawler](https://github.com/BuilderIO/gpt-crawler) | 能够利用爬虫,自动抓取与整合指定 URL 地址中的各种信息,并生成一个`output.json`的数据文件。将其喂给 ChatGPT,便可快速定制你的专属 GPT,打造个人知识库或者智能助理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NttIAuO1X) +[screenshot-to-code](https://github.com/abi/screenshot-to-code) | 给 AI 看一眼截屏,便能直接生成代码。该项目可借助 GPT-4 Vision 的能力,直接给你将屏幕截图转换为 HTML/Tailwind CSS,并利用 DALL-E 3 的图像生成能力,生成外观相似的图像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ntsxx9wzI) +[Open Interpreter](https://github.com/KillianLucas/open-interpreter) | 可在命令行终端,直接调用与展示各种大模型能力。实现了视频和照片编辑、系统配置更改、自动生成并运行 Demo 源码,AI 一对一聊天问答等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NhJzrafM0) +[GPT Prompt Engineer](https://github.com/mshumer/gpt-prompt-engineer) | 该工具便会自动帮你生成各种 Prompt,自动对 Prompt 测试和评分,帮你尽可能找到最优项目提示。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N8EazkYv1) +[AIdea](https://github.com/mylxsw/aidea) | 一个在 GitHub 开源的 AI 应用,集成了主流大语言模型以及绘图模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nha6mFPW3) +[go-proxy-bing](https://github.com/adams549659584/go-proxy-bingai) | 让你无需登录,即可直接使用 New Bing。拥有与 Bing 一致的 UI 体验,并支持 ChatGPT 提示词。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3UK6u76u) +[Background Remover](https://github.com/nadermx/backgroundremover) | 一个开源的命令行工具,,可借助 AI 能力,快速移除图像和视频背景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFtZ5A6X1) +[open-chat-video-editor](https://github.com/SCUTlihaoyu/open-chat-video-editor) | 一款短视频生成和编辑工具,结合 ChatGPT,Stable Diffusion 和多模态搜索,实现短句转短视频、网页链接转短视频、长视频转短视频功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFrCY6STG) +[Chat-with-GitHub-Repo](https://github.com/peterw/Chat-with-Github-Repo) | 一个让你可以跟 GitHub 仓库进行对话的 Python 工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ME4o9jYBe) +[Chatbot Arena](https://chat.lmsys.org/) | 一个可以在线测试多种开源大语言模型的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD7t2pMJg) +[KeepChatGPT](https://githubdaily.gitee.io/posts/2023-04-21-keepchatgpt/) | 一个插件,让你的 ChatGPT 不再报错! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD3bAu4A1) +[MiniGPT-4](https://githubdaily.gitee.io/posts/2023-04-17-minigpt-4/) | 一个拥有类似 GPT-4 图像对话能力的项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCrYlzRNl) +[Animated Drawings](https://githubdaily.gitee.io/posts/2023-04-16-animated-drawings/) | 一款很有趣的 AI 工具,可以借助人工智能技术,让绘画作品动起来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCiok4UZG) +[CodeWhisperer](https://aws.amazon.com/cn/codewhisperer/) | 一款 AI 编程助手,可集成到 VSCode 和 IntelliJ IDEA 等代码编辑器上使用,个人版对所有开发者免费开放。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBVZY3W8f) +[ChatPaper](https://github.com/kaixindelele/ChatPaper) | 利用 ChatGPT 进行论文全文总结+专业翻译+润色+审稿+审稿回复 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBkWJ47D4) +[VideoCrafter](https://github.com/VideoCrafter/VideoCrafter) | 一款开源的 AI 工具,可直接基于文本,快速生成与编辑视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB3pDDgQk) +[Imagica](https://get.imagica.ai/) | 一分钟内,快速创建属于自己的 AI 应用。特点是:"零代码、实时数据、多模态、响应快速"。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAIcwt5uh) +[SpeechGPT](https://github.com/hahahumble/speechgpt) | 一个可以让你与 ChatGPT 进行语音聊天的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MArHECDIs) +[AI Code Translator](https://github.com/mckaywrigley/ai-code-translator) | 用 GPT 做了一款 AI 工具,可实现数十种编程语言的互相切换,支持 GPT-3.5 和 GPT-4。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAplwsiaS) +[ChatGPT Next Web](https://github.com/Yidadaa/ChatGPT-Next-Web) | 支持一键免费部署你的私人 ChatGPT 网页应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mzn339tqR) +[Play.ht](https://playground.play.ht) | 它可以从 20 秒的音频中快速生成克隆语音,并自动转换为英语。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mzjoh03kw) +[Cursor](https://github.com/getcursor/cursor) | 一个能利用 AI 辅助编程的代码编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mz3xcdoWB) +[GerevAI](https://github.com/) | 基于 ChatGPT 能力,可在几秒内找到任何聊天记录、文档或代码片段。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyVqG7ZNG) +[ChatAll](https://github.com/sunner/ChatALL) | 一个可以让你同时与多个 AI 机器人实时聊天的开源工具。支持 ChatGPT、Bing Chat、bard、Alpaca、Vincuna、Claude、ChatGLM、MOSS、iFlytek Spark、ERNIE 等主流 AI 聊天机器人。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N10ktk3O4) +[AI-Products-All-In-One](https://github.com/TheExplainthis/AI-Products-All-In-One) | 整理了一些 ChatGPT 以及 AI 相关的生产力工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyKP8c8dr) +[Shell GPT](https://github.com/TheR1D/shell_gpt) | 该工具直接在命令行中集成了 ChatGPT,通过它,可以帮助你快速编写 shell 命令、代码片段编写、Git 提交信息、文档、注释等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyJE4mTDI) +[飞书 GPT](https://github.com/Leizhenpeng/feishu-chatgpt) | 集成了飞书 + GPT-3.5 + Dall·E + Whisper 等 API,支持语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyDKKgfTp) +[ChatPDF](https://github.com/mayooear/gpt4-pdf-chatbot-langchain) | 它可以提取 PDF 文件中的内容,并将内容交给 ChatGPT 进行分析。待解析完成之后,你便可以跟它进行一对一对话交流,就好像它是一个完全理解内容的人一样。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Myukg0Qdo) +[GitHub Copilot X](https://githubdaily.gitee.io/posts/2023-03-23-github-copilot-x/) | 一款基于 AI 驱动的、跨时代代码编辑器,将为开发者带来前所未有的编程体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyyfNDa5k) +[OpenGpt](https://github.com/futantan/OpenGpt) | 一个可以让你快速尝试各种 ChatGPT 应用的开源项目,借助这个项目,你还能在几秒钟内创建属于自己的应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mxwe66eAv) + + +### 实用工具 + +名称 | 简述 | 源 +---- | ----- | ----- +[Stirling-PDF](https://github.com/Frooodle/Stirling-PDF) | 一款强大的本地网页版 PDF 文件处理工具,可 Docker 部署。提供了丰富的 PDF 文件操作功能,包括拆分、合并、格式转换、内容排列、添加图片、旋转、压缩等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nz3Yy5Stj) +[TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader) | 一款完全免费开源的 抖音/TikTok 采集工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ny9wDsfl6) +[XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader) | 小红书的 图文/视频 作品采集工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ny9wDsfl6) +[Penpot](https://github.com/penpot/penpot) | 一款可平替 Figma 的开源免费工具,它是首个开源的 UI 设计与原型制作平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxPQPc0Su) +[Marker](https://github.com/VikParuchuri/marker) | 一个能够快速且准确地将 PDF、EPUB 和 MOBI 文档转换成 Markdown 格式的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvG1r1n32) +[Outline](https://github.com/outline/outline) | 一款可平替 Notion 的开源软件,可用于部署搭建团队内部知识库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nvyamr8nE) +[Latest](https://github.com/mangerlahn/Latest) | 一款开源免费 Mac 小众工具,用于检查并更新电脑上已安装应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvwAWfPux) +[雷池 WAF](https://github.com/chaitin/safeline) | 一款简单易用、广受好评的 Web 防火墙工具,可保护你的网站不受黑客攻击。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nj8EPqUGc) +[Graphite](https://github.com/GraphiteEditor/Graphite) | 一个开源的 2D 矢量图形编辑器,适用于照片编辑、图像处理、图形设计、插图、数据可视化、数字绘画等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NcBhtAAm3) +[OpenResume](https://github.com/xitanggg/open-resume ) | 一个功能强大的开源简历生成器,拥有简洁美观的 UI 设计,并支持导入与解析 PDF 简历文件,实时更新简历数据,帮你快速撰写出清晰直观的个人简历。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N7cduFVGC) +[QR Designer](https://github.com/kochrt/qr-designer) | 一个可用于二维码设计的项目,可以给二维码添加各种图案、文字、图像、更改背景颜色等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3aW86E0t) +[Dev Home](https://github.com/microsoft/devhome) | 微软开源了一款全新的开发工具,可在 Windows 系统中,内置了可视化控制面板。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N24UUwDwF) +[EasySpider](https://github.com/NaiboWang/EasySpider) | 一款可视化爬虫软件。使用图形化界面,无代码设计和执行爬虫任务。开发者只需在网页上选择爬取内容,并根据提示框操作,即可完成爬虫设计和执行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1K0G2vP5) +[Spider Suite](https://github.com/3nock/SpiderSuite) | 一款开源的多功能 GUI 网络安全爬虫工具,专为网络安全专业人员设计。目前支持 Windows 和 Linux 操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFKEnrGkU) +[RapidAPI for Mac](https://paw.cloud/) | 一款颜值颇高的 HTTP 调试工具,可以用它来编写 API 接口请求、完善 API 描述文档、测试服务器响应、生成客户端代码等工作,并支持多个团队成员实时协作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCUmtqa1t) +[DataEase](https://github.com/dataease/dataease) | 一款开源的数据可视化分析神器,操作简单易上手,开箱即用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCPoKEzsE) +[Upscayl](https://github.com/upscayl/upscayl) | 一款 AI 图像无损放大神器,可以快速将模糊图片秒变高清图。我用了挺长一段时间了,效果很不错。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCvL3mXDE) +[Hidden Bar](https://github.com/dwarvesf/hidden) | 一键折叠 Mac 菜单栏中的图标,长按 Command 对图标进行拖拽,自由调整图标的隐藏状态,非常方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCjTmDixW) +[NotionNext](https://github.com/tangly1024/NotionNext) | 一个开源的静态博客系统,基于 NextJS + Notion API 实现,支持多种部署方案,无需服务器、零门槛搭建网站,为 Notion 和所有创作者设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBCw0lWeu) +[PAG 动效组件](https://github.com/Tencent/libpag) | 腾讯开源的一款设计神器,提供了一套完善的动效设计工作流,可广泛应用于UI 动画、贴纸动画、视频编辑、模板设计等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBwSbxIfP) +[SQL Translator](https://github.com/whoiskatrin/sql-translator) | 一个可以将人类自然语言转换为 SQL 语言的开源工具,反之亦然,用起来很方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MxgUhgdNJ) +[FUXA](https://github.com/frangoteam/FUXA) | 一款开源的流程可视化 Web 应用,可为机器的实时数据,构建多种不同设计风格的可视化流程图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwiO8xyhd) +[Memos](https://github.com/usememos/memos) | 一个轻量级开源笔记应用,支持自托管、轻量级、开箱即用、知识管理、社交讨论等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mv8Vl4yuA) +[QGIS](https://github.com/qgis/QGIS) | 一个功能丰富、用户友好、免费开源的跨平台地理信息系统,支持在 macOS、Windows、Linux 等平台运行 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MsI5nx8Cj) +[LocalSend](https://github.com/localsend/localsend) | 一款开源的 AirDrop 替代品,可在附近设备间快速共享文件,跨终端,无需联网。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MqSXqalfr) + + +### 插件 + +名称 | 简述 | 源 +---- | ----- | ----- +[Better Notes](https://github.com/windingwind/zotero-better-notes) | 一个比较实用的笔记插件,需搭配文献管理工具 Zotero 使用。集成了论文阅读、段落注释、做笔记、元数据分析、知识输出、AI 写作等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N6XqG6Z8F) +[CodeCursor](https://github.com/Helixform/CodeCursor) | 你可以利用这个插件将 Cursor 快速集成到 VSCode 上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzgfrmwMm) +[CopilotForXcode](https://github.com/intitni/CopilotForXcode) | 该插件可为 Xcode 提供 GitHub Copilot 和 ChatGPT 支持,帮助你更快开发出 iOS/macOS/iPadOS 软件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzehG7Grn) +[vscode-chatgpt](https://github.com/gencay/vscode-chatgpt) | 一个开源的 VSCode 插件,可将 OpenAI ChatGPT 集成到 VSCode | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyrY7E70X) +[ChatGPT Box](https://github.com/josStorer/chatGPTBox) | 一个可以将 ChatGPT 深度集成到浏览器中的开源插件。,除了对主流网站进行适配,还内置了诸如翻译、总结、润色、情感分析、段落划分、代码解释、问询等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MybtgAlNl) +[OpenAI Translator](https://github.com/yetone/openai-translator) | 一个基于 ChatGPT API 的划词翻译 Chrome 插件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mwmljj29i) + + +### 资料集合 + +名称 | 简述 | 源 +---- | ----- | ----- +[awesome-cto](https://github.com/kuchin/awesome-cto) | 一份专为首席技术官(CTO )设计的资源清单,含有 CTO 角色介绍、招聘技巧、团队管理、职业发展、项目管理实践、开发流程、初创公司指南、产品开发、市场营销等等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzmZDfDhj) +[SVGL](https://github.com/pheralb/svgl) | 一份 SVG Logo 资源合集,精心收集了所有目前主流行公司以及技术框架工具的 Logo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxlV4rGil) +[AI Collection](https://github.com/ai-collection/ai-collection) | 收集了诸多实用的 AI 工具,覆盖编程、金融、创作、教育、市场营销等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ME78CtvfS) +[zihao_course](https://github.com/) | 一份开源的 AI 技术资料。覆盖计算机视觉、图机器学习、人工智能可解释性、图像分类等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MoBYmeZhU) +[方糖全栈路线图](https://github.com/easychen/stack-roadmap) | 这是一份开源技术路线图,尝试让读者在短时间内补全包括商业模式、设计、开发、运营、增长在内的「最小可行技能栈」,帮助读者完成「从螺丝钉到一人企业」的蜕变。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MmCZwtbaN) + + +### 书籍/教程 + +名称 | 简述 | 源 +---- | ----- | ----- +[GitHubCopilotAI](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming) | 微软出了一期学习 GitHub Copilot 教程。一共有 6 节课程,共 10 个小时。旨在教授如何有效使用 GitHub Copilot 并用于辅助编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxFSGaC1l) +[ChatGPT 提示工程](https://www.bilibili.com/video/BV1s24y1F7eq/) | 该教程由吴恩达老师与 OpenAI 开发者 Iza Fulford 联手教授。教程总共分为 9 个章节,时长一个多小时,里面主要涵盖:提示词最佳实践、评论情感分类、文本总结、邮件撰写、文本翻译、快速搭建一个聊天机器人等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MEhkq7gXG) +[JavaScript 新手教程](https://github.com/sumn2u/learn-javascript) | 本书主要介绍 JavaScript 基础知识、如何在 Web 浏览器上用 JavaScript 进行编程,以及 JavaScript 相关的各种重要话题、案例、练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBF7CadeE) +[Midjourney 学习导航](https://learningprompt.wiki/docs/midjourney-learning-path) | Midjourney 中文教程,能让不同水平的朋友快速了解和学会 Midjourney | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB13vj0QJ) + + +### 其他 + +名称 | 简述 | 源 +---- | ----- | ----- +[Windows 12 网页版](https://github.com/tjy-gitnub/win12) | 开源的 Windows 12 网页体验版,提供了精美的 UI 设计、丰富流畅的动画、各种功能小组件、动态壁纸、文件系统等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ni4FlyrEl) +[Mojo](https://www.modular.com/mojo) | 一种适用于所有 AI 开发人员的新编程语言,由 LLVM、Swift、Clang 作者 Chris Lattner 发布,被誉为 AI 新时代的编程语言变革者,比 Python 高效 35000 倍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MF7AUv9AT) +[Spinning Diagrams with CSS](https://x.st/spinning-diagrams-with-css/?continueFlag=a35c5f7ece912457d1540746cbcfe91f) | 不借助 JavaScript,纯使用 CSS 来生成 LateX 数学公式动画,给数学增添点趣味。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD92sA0XW) +[the-algorithm](https://github.com/twitter/the-algorithm) | Twitter 的推荐算法在 GitHub开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() +[happyhues.co](https://www.happyhues.co/palettes/11) | 这里提供了诸多 UI 配色方案,各种颜色直接点击就能获取,很方便,可在这里获取到做网站或设计时的主题配色灵感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzTcxwjmo) +[Vuestic UI](https://github.com/epicmaxco/vuestic-ui) | 一个开源的 Vue.js 3.0 UI 库,拥有超过 60 个可定制组件,具备简单易用、定制灵活度高等特点。支持国际化、暗黑模式、无缝集成等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MuQ4mgOi2) +[PyGWalker](https://github.com/Kanaries/pygwalker) | 一个最近在 GitHub 上较为流行的 Python 库,可用于简化 Jupyter Notebook 数据分析和数据可视化工作流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MuGDQyIL8) +[One Mono](https://github.com/intel/intel-one-mono) | 英特尔在 GitHub 开源的字体,一种富有表现力的等宽字体系列,在构建时考虑到了清晰度、易读性和开发人员的扩展需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4WI7kJxS) + +## 声明 +[![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) +本作品采用[知识共享署名-非商业性使用-禁止演绎 4.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)进行许可。 diff --git a/README.md b/README.md index ed2e7f2..8ecaac0 100755 --- a/README.md +++ b/README.md @@ -37,206 +37,502 @@ --- -## 2023 年复盘 +## 2024 年复盘 -下面是对 GitHubDaily 在 2023 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 +下面是对 GitHubDaily 在 2024 年所推荐的项目进行分类整理,方便大家查找以往分享过的内容。 -> 过往复盘 [2022](https://github.com/GitHubDaily/GitHubDaily/blob/master/2022.md), [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) +> 过往复盘 [2023](https://github.com/GitHubDaily/GitHubDaily/blob/master/2023.md), [2022](https://github.com/GitHubDaily/GitHubDaily/blob/master/2022.md), [2021](https://github.com/GitHubDaily/GitHubDaily/blob/master/2021.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) ### 目录 - [宗旨](#宗旨) -- [2023 年复盘](#2023-年复盘) +- [2024 年复盘](#2024-年复盘) - [目录](#目录) - - [AI 绘画](#ai-绘画) - - [AIGC](#aigc) + - [AI 技术](#ai-技术) - [AI 工具](#ai-工具) + - [免费书籍](#免费书籍) + - [学习教程](#学习教程) - [实用工具](#实用工具) - - [插件](#插件) + - [实用插件](#实用插件) - [资料集合](#资料集合) - - [书籍/教程](#书籍教程) - [其他](#其他) - [声明](#声明) -### AI 绘画 +### AI 技术 -名称 | 简述 | 源 +项目 | 简述 | 源 ---- | ----- | ----- -[Stable Diffusion Cheat-Sheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet) | Stable Diffusion 开源速查表,里面拥有超过 700 种经过测试的艺术风格,可快速搜索查找各类艺术家,并支持一键复制 Prompt。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3Qqdubhy) -[StableStudio](https://github.com/Stability-AI/StableStudio) | 人手一个 Midjourney,Stability AI 开源的 AI 图像生成平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N14VOFWKZ) -[Roop](https://github.com/s0md3v/roop) | 一键实现 AI 换脸,仅需一张换脸图像,无需数据集,无需训练,自带敏感图像检测功能。| [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N63U7sEzT) -[pixian.ai](https://pixian.ai/) | 能够利用 AI 一键移除各种图像背景,并支持在线调整图片分辨率、背景颜色等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N5hJ6bIQ5) -[Inpaint Anything](https://github.com/geekyutao/Inpaint-Anything) | 一个 AI 图像编辑工具,支持一键擦除、替换图像中的指定物品,通过提示词来自动更换背景图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCqg6oZvy) -[Segment Anything (SAM)](https://github.com/facebookresearch/segment-anything) | 一个图像分割模型,可自动分割图片或视频中的所有物品,一键完成自动分割,并支持零样本转移到其他分割任务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAGpKkHqx) -[Docker 作图咒语生成器](https://github.com/soulteary/docker-prompt-generator) | 支持一键从图片中解析出 Prompt 描述,并能够基于描述进行扩展,以便二次图片生成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBvFcy0Mp) -[Plask.ai](https://plask.ai/) | 一个 AI 工具,可以通过 3D 建模,直接生成模特效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB4AHhvIU) -[MidJourney-Styles-and-Keywords-Reference](https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference) | 收录了很多实用的 Midjourney 提示词,包括图像风格样式关键词、分辨率、图像权重等,帮助你更好的完成 AI 绘画。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyT4yjBL3) -[roomGPT](https://github.com/Nutlope/roomGPT) | 只需上传一张房间照片,即可用 AI 生成对应的梦幻房间效果图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwcUOvhgh) - - -### AIGC - -名称 | 简述 | 源 ----- | ----- | ----- -[AnythingLLM](https://github.com/Mintplex-Labs/anything-llm) | 一个可打造成企业内部知识库的私人专属 GPT!可以将任何文档、资源或内容转换为大语言模型(LLM)知识库,使得在对话过程中可引用到里面的内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NwDwQrO9Y) -[chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt) | 有获取 GPTs 的 Prompt、Knowledge 以及如何防护的教程,另外单独对破解官方 GPTs 的 Prompt 进行分类。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvSp3wtRm) -[GPTs](https://github.com/linexjlin/GPTs) | 收集了超级多被破解的 GPTs Prompt | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvSp3wtRm) -[Awesome assistants](https://github.com/awesome-assistants/awesome-assistants) | 一份精心收集整理的优秀 AI 助手列表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvHARfYTA) -[Animate Anyone](https://github.com/HumanAIGC/AnimateAnyone) | 只需一张角色图片,即可生成与角色一致且动作可控的生动视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvAwuuUz1) -[SillyTavern](https://github.com/SillyTavern/SillyTavern/) | 一个可以安装在电脑(和安卓手机)上的用户界面,让你可以与文本生成的人工智能互动,并与社区创建的角色聊天/玩角色扮演游戏。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nty2uEtjH) -[Prompt flow](https://github.com/microsoft/promptflow) | 微软在 GitHub 开源的一套 AI 工具,可用于简化大模型应用的开发周期。打通了从项目构思、原型设计、测试、评估到生产部署和监控的全流程,让开发者可以快速构建出高质量的大语言模型应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nj6Ut6pyi) -[supervision](https://github.com/roboflow/supervision) | 一个在 GitHub 开源的计算机视觉 AI 工具箱,安装简便,可供开发者重复使用,大幅提升效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ni2mLvoQ6) -[Code Interpreter API](https://github.com/shroominic/codeinterpreter-api​​​) | ChatGPT 代码解释器开源版,开发者可直接调用 API,在项目使用 AI 来快速处理数据分析、图像处理、股票图表展示等工作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NaH2UpX58) -[RealChar](https://github.com/Shaunwei/RealChar) | 帮助你快速创建、自定义各种 AI 角色。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NaobWifhP) -[MetaGPT](https://github.com/geekan/MetaGPT) | 一个基于 AI 构建的实验性项目。可通过用户需求,直接生成产品分析文档、用户故事、竞品分析、数据结构、项目 API 等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N8znsi6tv) -[GPT Migrate](https://github.com/0xpayne/gpt-migrate) | 一个基于 GPT-4 的大胆尝试,让 AI 重写整个项目代码,实现所有代码框架、编程语言的迁移。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N89Mo5O1R) -[AI Getting Started](https://github.com/) | 一个简单的 AI 入门项目,实现了 AIGC 中常用的图像/文本模型、向量存储、身份验证、项目部署等一整套流程,可作为开发 AI 应用时的项目参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N6VXUbzqH) -[Vercel AI SDK](https://github.com/) | Vercel 在 GitHub 开源的一个 AI SDK,可帮你快速构建 AI 应用,包括 AI 对话、聊天界面、流式文本输出等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N61N34NeN) -[Liftoff Interviews](https://github.com/Tameyer41/liftoff) | 让 AI 对你进行技术面试,并给出能力评估,帮助你改善不足之处,提高面试通过率。用户可根据自身能力来选择面试题难度,项目支持自部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4Ykbek0d) -[Audiocraft](https://github.com/facebookresearch/audiocraft) | Meta 开源的一个 Python 库,可直接用 AI 生成音乐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4CSIibMS) -[LaWGPT](https://github.com/pengxiao-song/LaWGPT) | 个基于中文法律知识的大语言模型,你可以用它来打造一个 AI 专属法律顾问。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1J1ioVGI) -[GPT Code UI](https://github.com/ricklamers/gpt-code-ui/) | 简化版的 GPT 代码解释器,可利用大语言模型能力,自动生成与执行代码。另外还支持文件上传、下载,上下文理解,可选 GPT-3.5 和 GPT-4 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1o8NyGcw) -[Quivr](https://github.com/StanGirard/quivr) | 用 AI 来打造你的第二大脑。作为一个开源的 AI 知识库解决方案,Quivr 支持将文本、图像、视频、代码片段、PPT、Excel 数据表等内容直接上传云端,并通过大语言模型,快速实现信息检索、问答。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1nUy3Drf) -[Dify.AI](https://github.com/langgenius/dify) | 一个可用于快速创建 AI 应用的开源平台,帮助开发者创建可持续运营的原生 AI 应用。平台提供了多种类型应用的可视化编排,开箱即用,集成了诸多便于使用的 API。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N0Gk398PL) -[Shap-E](https://github.com/openai/shap-e) | OpenAI 开源的一个 3D 模型,可以根据文本或图像,直接生成 3D 对象。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFDY5rR1t) -[Pandas AI](https://github.com/gventuri/pandas-ai) | 为流行的数据分析和操作工具 Pandas 添加了生成人工智能功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MF2fL4dsY) -[Chart-GPT](https://github.com/whoiskatrin/chart-gpt) | 一个基于 GPT 实现的开源工具,可在几秒内,将文本快速转换为漂亮的图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDTlbwM34) -[Bloop](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ%3D%3D&mid=2457982448&idx=1&sn=aa3c06c76aa67ba2bf77ca32d8967865&chksm=8cb7b01abbc0390c8b8afefc8d4e982430c27a85b1f26719550da1252e33c9d13bbaf6dbd518&token=1761457851&lang=zh_CN#rd) | 一个基于 GPT-4 构建的代码搜索引擎,该工具采用基于 GPT-4 的 AI 智能模型,成功实现用自然语言,语义化的代码搜索方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDn59bLYx) -[Bark](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ%3D%3D&mid=2457982256&idx=1&sn=0db7f60f1d5670a0d9fc1da554f300a4&chksm=8cb7b0dabbc039cca80bc1eed9abe23dbc80aba1ff4c49278488aeda896b7a07674422469fa2&token=1761457851&lang=zh_CN#rd) | Suno 开源的 AI 项目能够生成高度逼真的人类语音(支持多个语种)及音乐。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MDdnFumSh) -[LLaVA](https://github.com/haotian-liu/LLaVA) | 一个拥有类似 GPT-4 的大语言+视觉模型 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD3zxft0Z) -[Cognosys](http://cognosys.ai/) | 可在线运行 Auto-GPT,,只需在线设定好机器人名称、目标、任务,即可自动运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCgPBlRz3) -[OpenPromptStudio](https://github.com/Moonvy/OpenPromptStudio) | 一款 Prompt(提示词)编辑神器,可以把 AIGC 提示词可视化,并提供在线编辑功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBsDYszbm) -[Grounded-Segment-Anything](https://github.com/IDEA-Research/Grounded-Segment-Anything) | 可实现自动检测、分割、生成图像与文本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBjsaDQBT) -[BingGPT](https://github.com/dice2o/BingGPT) | 一个 Bing 桌面客户端,支持 Windows、macOS、Linux 等主流操作系统,登录 Microsoft 账号即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAZWSdU8f) -[Spline AI](https://spline.design/ai) | 通过跟 AI 对话,基于文本快速实现 3D 建模。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAQfI0Gh4) -[OpusAI](https://opus.ai/) | 可通过文本来快速生成 3D 世界,构建一个属于自己的虚拟宇宙。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MA3SRoifJ) -[myGPTReader](https://github.com/madawei2699/myGPTReader) | 一个基于 ChatGPT 搭建的 Slack 机器人,可以完成阅读网页、电子书、视频 (YouTube) 或文档等操作,并使用 ChatGPT 对这些内容进行总结。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzfsJlgb9) -[Tune-A-Video](https://github.com/showlab/Tune-A-Video) | 可直接通过文本直接生成视频。只需要提供文本 prompt,再利用 Stable Diffusion 的能力,即可快速生成多种不同风格的视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzdJQ3FjI) -[ChatGPT 学术优化](https://github.com/binary-husky/chatgpt_academic) | 中科院科研工作专用,特别优化了学术 Paper 润色体验,支持自定义快捷按钮,支持 markdown 表格显示,Tex 公式双显示,代码显示功能完善,新增本地 Python 工程剖析功能 / 自我剖析功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mz4qLExXR) -[AICommand](https://github.com/keijiro/AICommand) | 将 ChatGPT 功能集成到 Unity 编辑器中。通过对话的方式,可视化动态调整与生成内容,提升游戏开发效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyNbf7iEn) -[The-HustleGPT-Challenge](https://github.com/jtmuller5/The-HustleGPT-Challenge) | 记录了一些可通过 GPT-4 实现的项目,其中有部分项目还实现盈利了。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyCzGD7eL) -[ChatGPT Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut) | 整理并汇总了多种让生产力加倍的 ChatGPT 快捷指令,按照领域和功能分区,可对提示词(Prompt)进行标签筛选、关键词搜索和一键复制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MxmNBjBre) -[川虎 ChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT) | 一个开源的 ChatGPT Web UI 应用,为 ChatGPT API 提供了一个 Web 图形界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwseCqYHc) -[ChatGPT Demo](https://github.com/Chanzhaoyu/chatgpt-web) | 一个开源的 ChatGPT 演示网页,基于 Express 和 Vue3 搭建,开发者可以用其搭建一个类似 ChatGPT 的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MvrMlFDmF) -[Edge GPT](https://github.com/acheong08/EdgeGPT) | 微软 Bing Chat 的逆向工程 API,利用该接口,开发者可自行搭建 EdgeGPT 聊天机器人,自定义智能搜索功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MsZhfkrPZ) +[OmniParser](http://t.cn/A6n4HUTW) | 一款基于纯视觉的 GUI 智能体,能够准确识别界面上可交互图标以及理解截图中各元素语义,实现自动化界面交互场景,如自动化测试、自动化操作等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODDGE9iKe) +[ChatTTS](https://github.com/2noise/ChatTTS) | 一款专门为对话场景设计的语音生成模型,主要用于 LLM 助手对话任务、对话语音以及视频介绍等,支持中英文混合文本合成语音,音色表现强,能达到真假难辨程度。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgtYGiyMo) +[DLRover](https://github.com/intelligent-machine-learning/dlrover) | 一套 AI 大模型训练方案,可实现训练"自动驾驶",提高训练效率,降低研发成本,具有容错性、快速恢复和自动扩展等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NF2cklwac) +[SwiftInfer](https://github.com/hpcaitech/SwiftInfer) | 一款基于 TensorRT 实现的 StreamingLLM 推理加速框架,可提升大模型推理性能 46 %,为多轮对话推理提供高效可靠的落地方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAS7K9B1u) +[Audio2PhotoReal](https://github.com/facebookresearch/audio2photoreal) | 一项由 Meta AI 发布的新技术,能够通过音频驱动生成全身逼真的虚拟人物对话,包括动作、表情和多人对话等,可广泛应用于虚拟现实、影视制作等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAqwLvBIV) +[OpenVoice](https://github.com/myshell-ai/OpenVoice) | 一项由 MyShell 团队开发的多功能即时声音克隆技术,只需提供简短音频样本,即可克隆原发言者的声音,生成多种语言语音,支持高精度音色克隆、灵活的声音风格调控以及无需样本的跨语言声音克隆。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAiw7rRNh) ### AI 工具 -名称 | 简述 | 源 +项目 | 简述 | 源 +---- | ----- | ----- +[Shortest](https://github.com/anti-work/shortest) | 一款利用 Claude 模型能力的端到端 AI 测试框架,通过自然语言编写可执行的单元测试,支持 GitHub 与 2FA 集成,提供安全认证方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P78T3tP8F) +[STranslate](https://github.com/ZGGSONG/STranslate) | 一款开箱即用的翻译和 OCR 工具,支持多种翻译方式、多家翻译服务、离线 OCR、回译、TTS 等功能,提升翻译效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6VVmEi17) +[x-kit](https://github.com/xiaoxiunique/x-kit) | 一款用于抓取和分析 Twitter 推友数据的工具,可自动抓取指定推友的基本信息和推文,支持定时更新时间线数据和本地存储。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6Q246RBv) +[MMAudio](https://huggingface.co/spaces/hkchengrex/MMAudio) | 一款视频自动配音工具,可根据视频内容或文本提示生成符合场景的音效,并与视频画面动作保持同步对齐。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6OR0gwq7) +[Hoarder](https://github.com/hoarder-app/hoarder) | 一款自托管的书签管理 AI 工具,支持保存链接、笔记、图片和 PDF 文件,利用 AI 自动打标签分类存储,提供全文搜索能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6wew9VS5) +[Midscene.js](https://github.com/web-infra-dev/midscene) | 一款由 AI 驱动的 UI 自动化 SDK,通过自然语言描述对任意网页进行自动化操作、验证和数据提取,生成可视化测试报告,支持多种主流 AI 模型和自动化库集成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6v17rEJR) +[Browser Use](https://github.com/browser-use/browser-use) | 一款开源工具,能让 AI 智能体自动化操作浏览器,像真人一样理解网页内容并完成复杂任务,如投递简历、查询航班等,具备视觉识别、HTML 解析、多标签页管理等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6lCEB88t) +[Video Ocean](https://github.com/hpcaitech/Open-Sora) | 一款基于 Colossal - AI 优化的 Sora 视频模型的免费视频生成平台,提供极低成本、快速的视频生成服务,并将优化方案开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6kdo241Y) +[LogoCreator](https://github.com/Nutlope/logocreator) | 一款开源的 AI Logo 生成器,使用 Flux Pro 1 . 1 模型快速生成 Logo 图标,支持编辑样式,代码完全开源并提供免费体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P64YnygK8) +[MarkltDown](https://github.com/microsoft/markitdown) | 一款由微软开源的工具,可将常见文件如 Word、Excel、PPT 等转换为 Markdown 格式,支持 OCR 和 AI 模型处理多媒体文件,提供命令行、Python API 和 Docker 三种使用方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5H89CIC8) +[PDFMathTranslate](https://github.com/Byaidu/PDFMathTranslate) | 一款开源的 PDF 文档翻译及双语对照工具,能够很好地保留公式、图表、目录和注释等排版,支持多种语言和翻译服务,可通过命令行、GUI 界面、Docker 等方式使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5CICinD6) +[Gemini-Teacher](https://github.com/nishuzumi/gemini-teacher) | 一款基于 Gemini 2 . 0 开发的英语口语练习 AI 助手,能实时识别发音并提供反馈和纠正建议,适合英语口语学习和教学。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5xHF6P6c) +[XHS Note Generator](https://github.com/whotto/Video_note_generator) | 一款小红书笔记 AI 生成器,支持快速批量将视频或直播内容一键转换为符合小红书风格的爆款笔记,自动优化内容和配图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5tbArUkt) +[ScreenPipe](https://github.com/mediar-ai/screenpipe) | 一款强大的开源 AI 桌面应用,可 24 小时监控电脑,通过屏幕录制、OCR、音频输入和转录收集信息,保存到本地数据库,利用 LLM 对话、总结和回顾你所做的事情。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P1c7O5pXF) +[RMBG-2.0](https://huggingface.co/briaai/RMBG-2.0) | 一款高效的背景移除工具,支持处理各种图像,一键移除背景,效果出色且处理速度快,适用于电商、广告等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P12Dlmfo7) +[Comfyui_Object_Migration](https://github.com/TTPlanetPig/Comfyui_Object_Migration) | 一套基于 ComfyUI 的服装迁移工作流,可将服装照片自然真实地迁移到模特身上,支持虚拟试穿和风格迁移(如动漫转现实风格),还原度较高。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P0YSLnIPZ) +[NSFW Detector](https://github.com/tmplink/nsfw_detector) | 一款开源免费的 NSFW 内容检测器,使用 Google 模型,准确度高,支持检测图片、PDF 文件、视频、压缩包等多种文件类型,支持纯 CPU 推理,提供 API 服务便于集成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P0UmHjmi7) +[VideoCaptioner](https://github.com/WEIFENG2333/VideoCaptioner) | 一款功能强大的视频字幕翻译助手,提供可视化操作界面,支持字幕智能断句、校正、优化、翻译,一键生成双字幕视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P0BvHjG5I) +[MagicQuill](https://github.com/magic-quill/magicquill) | 一款开源的 AI 互动式图像编辑工具,用户只需通过画笔涂抹和简单提示词,即可轻松实现插入元素、擦除物体、调整颜色等各种图像编辑操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P0sfgqLQl) +[Voice-Pro](https://github.com/abus-aikorea/voice-pro) | 一款集转录、翻译和文字转语音为一体的开源工具,提供简洁直观的可视化操作界面,支持实时转录和翻译,以及批量处理模式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFXg2nrNa) +[AdvancedLivePortrait-WebUI](https://github.com/jhj0517/AdvancedLivePortrait-WebUI) | 一款基于 Gradio 开发的开源工具,能够对图像中的人物进行实时面部表情精确控制,如微笑、眨眼、摇头等,支持多种部署方式使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OF8Ana05p) +[pdf-extract-api](https://github.com/CatchTheTornado/pdf-extract-api) | 一款基于 FastAPI 的 PDF 文档提取和解析工具,利用 OCR 技术和 Ollama 模型将 PDF 或图像转换为 Markdown 文本或 JSON 文档,支持表格、公式等格式解析,使用 Redis 缓存提高效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OES7rAt81) +[Cerebellum](https://github.com/theredsix/cerebellum) | 一款基于智能体的浏览器自动化工具,通过使用 LLM 构建的智能体实现自动化操作键盘和鼠标,在网页上完成数据抓取、自动化测试等任务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEPJnt0p7) +[PromptFix](https://github.com/yeates/PromptFix) | 一款基于提示的 AI 图像修复工具,能够根据输入的提示对图像进行上色、移除物体、去除水印、高清化、调整光线等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEzct54QI) +[Maxun](https://github.com/getmaxun/maxun) | 一款开源的自动化网页数据爬取工具,无需编写代码,通过可视化界面构建自定义机器人实现网页数据捕获、提取和处理等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEpO15B1v) +[AI Podcast Generator](http://t.cn/A6nVnoTM) | 一款开源的自动化 AI 播客生成工具,能够自动抓取网络新闻内容,并生成自然流畅的叙述性音频播客,提供简单易用的界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OE6X11vEB) +[MegaParse](http://t.cn/A6nfRDtg) | 一款基于大型语言模型构建的功能强大的文档解析开源工具,可以轻松处理 PDF、PPT、Word、Excel 等常见格式,保证解析过程中不丢失任何信息,还能准确识别文档中的表格、目录、页眉页脚和图片等内容,解析速度快,效率高。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODXwwqWPu) +[SoniTranslate](http://t.cn/A6nVFPdz) | 一款基于 Gradio 构建的简单易用的视频翻译工具,支持将视频一键翻译成多种语言,并提供视频同声翻译功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODVaoqul9) +[EveryoneNobel](https://github.com/16131zzzzzzzz/EveryoneNobel) | 一款开源的 AI 工具,可用于生成个性化诺贝尔奖项图片,利用 ComfyUI 进行图像生成,并结合 HTML 模板展示图片上的文本,只需提供个人肖像图即可生成诺贝尔奖项风格图像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODjspfWSC) +[PodCastLM](https://github.com/YOYZHANG/PodCastLM) | 一款开源免费的工具,可以将 PDF 内容转化为适合音频播客的自然对话,并输出为 MP3 文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODco2x491) +[Agent.exe](https://github.com/corbt/agent.exe) | 一款开源的 AI 自主操作计脑工具,利用 Claude 3 . 5 Sonnet 直接控制本地电脑,展示了 Claude 的 Computer Use 能力,可用于自动化智能体开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OD8EGbgkh) +[Zerox](https://github.com/getomni-ai/zerox) | 一款简单易用的 OCR 文档工具,支持 PDF、Docx、图像等文件格式,可将文件转换为图像后利用 gpt - 4o - mini 模型识别图像信息并输出 Markdown 格式文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OD48BgZ27) +[UVR5-UI](https://github.com/Eddycrack864/UVR5-UI) | 一款功能强大的人声伴奏分离 AI 工具,提供在线简洁易用的操作界面,支持选择不同的 AI 模型以及输出格式和质量,支持批量处理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCGnbC7UP) +[Virtual Try-On Application](https://github.com/adarshb3/Virtual-Try-On-Application-using-Flask-Twilio-and-Gradio) | 一款基于 WhatsApp API 和 IDM - VTON 虚拟试穿模型的 AI 应用,用户只需在 WhatsApp 上传个人照片和服装照片,即可生成虚拟试穿效果图,提供便捷的虚拟试衣体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCAG362B4) +[Claude Financial Data Analyst](https://github.com/anthropics/anthropic-quickstarts/tree/main/financial-data-analyst) | 一款由 Anthropic 开源的基于 Next . js 和 Claude AI 构建的金融数据分析助手,支持多种格式文件上传,通过聊天界面进行财务数据分析并生成可视化图表。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCj07iHiB) +[Tabled](https://github.com/VikParuchuri/tabled) | 一款基于 Surya 开发的 OCR 小工具,能够识别 PDF、图像、Word 和 PPT 等文件中的表格,并将表格内容提取转换为 Markdown、CSV 或 HTML 格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OChP4iiej) +[Surya](https://github.com/VikParuchuri/surya) | 一款开源且强大的文档 OCR 工具,专注于文档图像的处理和分析,能够准确进行逐行文本检测和识别,支持 90 多种语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OC62rozdB) +[Animate-X](https://lucaria-academy.github.io/Animate-X/) | 一款基于 AI 的动画生成工具,可以通过输入角色图片和参考动作视频,自动生成角色按照指定动作移动的动画效果,支持真人、游戏、卡通等多种类型的角色,保持角色一致性并允许大幅度动作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OC0f8wojR) +[AsrTools](https://github.com/WEIFENG2333/AsrTools) | 一款开源的智能语音转字幕文本工具,集成了多家公司的语音识别接口,支持多种音频格式,提供批量处理和生成字幕文件功能,界面简单易用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBLOcu6QU) +[Podcastfy](https://huggingface.co/spaces/thatupiso/Podcastfy.ai_demo) | 一款开源工具,可将视频、PDF、论文、网站和文章等内容转换为对话式的播客音频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBdPAmvWp) +[gptme](https://github.com/ErikBjare/gptme) | 一款功能强大的开源终端 AI 助手,支持在终端执行本地代码、读写文件、搜索浏览网页和进行视觉识别等操作,可连接 OpenAI、Anthropic、OpenRouter 等主流 LLM 提供商,也可使用 llama . cpp 在本地提供服务。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OALy5o5df) +[FinRL](https://github.com/AI4Finance-Foundation/FinRL) | 一个开源的量化金融自动交易框架,包含市场环境、智能体和应用三层架构,提供先进算法核心支持连续交易决策。支持投资组合分配、加密货币交易、高频交易等金融任务和实时交易功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OACdjiyiF) +[Youtube-Whisper](https://yt-whisper.danilotpnta.com/) | 一款利用 OpenAI Whisper 模型实现音频转文本的轻量级开源免费工具,可输入 YouTube 视频链接提取音频并转换为文本,支持多种语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAsGnlCN8) +[ebook2audiobookXTTS](https://github.com/DrewThomasson/ebook2audiobookXTTS) | 一款开源的 AI 工具,利用 Calibre 和 Coqui TTS 将电子书转换为高质量的有声读物,支持多种语言和语音克隆功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA0kD8uPB) +[Text Behind Image](https://github.com/RexanWONG/text-behind-image) | 一款简单有趣的开源免费工具,可以轻松将文本添加到图像中指定对象的背后,如动物、人物或物品等,并支持保存到本地。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OzSaaDpcL) +[Compiler Explorer](https://godbolt.org) | 一款在线交互式编程语言编译器探索工具,支持超过 30 种语言如 C、C ++、Rust、Go 等,可在浏览器中实时编辑代码并查看编译后的汇编代码输出,提供多种编辑器、工具和可视化选项。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OyvjHA5lr) +[Local File Organizer](https://github.com/QiuYannnn/Local-File-Organizer) | 一款基于 AI 的本地文件整理器,可以自动扫描指定目录中的文件,理解文件内容并生成相关描述、文件夹名称和文件名,将文件整理到新的目录结构中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OykI8FvUd) +[OpenScanner](https://github.com/pencilresearch/OpenScanner) | 一款快速、易用且开源免费的文档扫描工具,具有自动文本识别、文档命名、地理位置标记、签名添加、Vision Pro 支持等功能,可保存、编辑、注释和分享扫描文档。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxQaLinEV) +[Diffusers Image Outpaint](https://huggingface.co/spaces/huggingface/diffusers-image-outpaint) | 一款在线 AI 扩图工具,可以免费使用,只需上传图片并选择扩展比例,即可一键完成图像扩展。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxKbdDZTX) +[GOT-OCR2.0](https://huggingface.co/ucaslcl/GOT-OCR2_0) | 一款端到端的开源 OCR 模型,被称为 OCR 2 . 0,支持识别场景文本、文档、乐谱、图表、数学公式等多种内容,在 BLEU 评测中取得 0 . 972 的高分,模型体积仅 1 . 43GB。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxgIFBROC) +[Python Tutor](https://网页链接) | 除了 Python 外,还支持 Java、C、C ++和 JavaScript 等编程语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwFav6ZaV) +[Fish Speech](https://huggingface.co/spaces/fishaudio/fish-speech-1) | 一款开源的多语言 TTS 模型,使用 70 万小时数据训练,支持英语、中文、韩语、日语、法语、德语、阿拉伯语和西班牙语 8 种语言。具有快速语音合成、低延迟、声音丰富、混合语言和语音克隆等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwwLfEVIn) +[wcf.js](https://github.com/wechatferry/wechatferry) | 一款强大、快速、开源的微信机器人底层框架,提供消息监听、发送和群聊操作的一站式解决方案,内置强大易用的 Agent 库和开发者工具包,具有高效稳定的处理能力和自由控制发消息频率的功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwaojcwHV) +[markmap](https://github.com/markmap/markmap) | 一款开源免费的工具,可以将 Markdown 文档内容转换为直观可视化的思维导图,支持图像、链接、代码块、内联样式和数学公式等格式内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvU3a3PwQ) +[Video2x](https://github.com/k4yt3x/video2x/) | 一款开源免费的无损放大视频和图像工具,使用多种先进的超分辨率算法如 waifu2x、Anime4K、SRMD 和 RealSR 等实现视频/ GIF /图像的无损放大和提高帧速率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvGIlvBh5) +[PptxGenJS](https://github.com/gitbrent/PptxGenJS) | 一款基于 JavaScript 的开源库,可用于生成 PPT 演示文稿,支持添加图表、表格、图像、视频等多种元素,生成的文件与 PowerPoint 等应用兼容,并提供 HTML 转 PPT 功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvCcgy1il) +[DataEase](https://github.com/dataease/dataease) | 一款功能强大的开源数据可视化分析工具,可作为 Tableau 的替代品,提供丰富美观的图表展示、制作和数据引擎等功能,支持多种数据链接、拖拽式图表制作和与他人分享,并具备 AI 辅助分析和模板市场等创新功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ovx7Hct4m) +[MoneyPrinterPlus](https://github.com/ddean2009/MoneyPrinterPlus) | 一款开源免费的全自动化 AI 视频剪辑工具,借助 AI 技术一键生成和批量混剪各类短视频,支持自动发布到视频平台,助力变现。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvrAIaFqb) +[Melty](https://github.com/meltylabs/melty) | 一款专为 10x 工程师打造的开源 AI 代码编辑器,能够与开发者的整个开发流程集成,理解从终端到 GitHub 的操作,协助高效编写和重构代码,支持多文件大规模更改。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvpglxhG4) +[Easy Voice Toolkit](https://github.com/Spr-Aachen/Easy-Voice-Toolkit) | 一套功能丰富的开源 AI 语音工具箱,包括音频处理、语音识别、语音转录、数据集制作和语音合成等,形成完整语音模型训练工作流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ov8JJd1Z3) +[ChartDB](https://github.com/chartdb/chartdb) | 一款基于 Web 的功能强大的数据库图表编辑器,支持多种数据库如 PostgreSQL、MySQL、SQL Server 等,提供基于 AI 的导出功能生成 DDL 脚本方便数据库迁移,可在线使用或本地部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ov0uhu4Py) +[FireCrawl](https://github.com/mendableai/firecrawl) | 一款开源且强大的 Web 爬虫工具,可爬取任何网站内容并转换为 Markdown 或结构化数据,为大语言模型训练、检索增强生成(RAG)提供数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OuXaFn2ws) +[MaxKB](https://github.com/1Panel-dev/MaxKB) | 支持多种大语言模型对接,内置工作流引擎编排 AI 过程,可无缝嵌入第三方系统,在短时间内获得 9000 +星。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oux1JkeSB) +[HivisionIDPhoto](https://github.com/Zeyi-Lin/HivisionIDPhotos) | 一款轻量级的 AI 证件照制作工具,可识别多种用户拍照场景,实现抠图和生成标准尺寸的证件照。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Outin1JV2) +[VideoLingo](https://github.com/Huanshere/VideoLingo) | 一款全自动视频翻译的 AI 工具,能够一键对视频进行字幕切割、翻译、精准对齐和个性化配音,生成高质量的字幕和配音。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ouarniyk4) +[Cursor](https://cursor.directory/) | 一款智能代码编辑神器,提供代码补全、错误修复等功能,支持多种编程语言。该项目收集了各语言的最佳配置提示词和使用教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ou3LmbyQh) +[NarratoAI](https://github.com/linyqh/NarratoAI) | 一款一站式自动化影视解说的 AI 视频剪辑工具,基于 LLM 实现文案撰写、自动化视频剪辑、配音和字幕生成,是影视解说剪辑神器,可高效创作内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OtVxY92hM) +[voicechat2](https://github.com/lhl/voicechat2) | 一款响应快速且完全本地化的 AI 语音聊天工具,使用 WebSockets 实现低延迟语音交互并允许远程访问,可本地运行语音识别、文本转语音和大语言模型,在 4090 显卡上延迟低至 300 毫秒。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OtfSor20F) +[CyberScraper 2077](https://github.com/itsOwen/CyberScraper-2077) | 一款基于 OpenAI 大语言模型的强大网络爬虫工具,能够智能理解和解析网页内容,提供简单易用的可视化界面,无需编程知识即可操作使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ot7P94c8X) +[awesome-digital-human-live2d](https://github.com/wan-h/awesome-digital-human-live2d) | 一个开源项目,旨在打造一个有温度的数字人,支持 Docker 快速部署、Dify 服务接入、ASR、LLM、TTS、Agent 模块化扩展、Live2d 人物模型扩展和控制、PC 端和移动端 Web 访问。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsX1p7nxr) +[LLM-Aided OCR](https://github.com/Dicklesworthstone/llm_aided_ocr) | 一款基于大语言模型(LLM)的开源 OCR 扫描 PDF 工具,可将原始 OCR 扫描 PDF 文本转换成高准确度、格式正确且易于阅读的 Markdown 文档。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsRkgr9JW) +[Product Hunt Daily Hot](https://github.com/ViggoZ/producthunt-daily-hot) | 一款基于 GitHub Action 的自动化工具,每天定时爬取并生成 Product Hunt 热门产品榜单的 Markdown 文件,使用 GPT - 4 模型翻译产品描述,帮助快速查看每日热门榜单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsQsKDY0a) +[moffee](https://github.com/BMPixel/moffee) | 一款开源免费的 PPT 制作工具,能够将 Markdown 文档一键转换为干净、专业的幻灯片,提供 web 界面实时预览效果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsFxEhRIP) +[Linly-Dubbing](https://github.com/Kedreamix/Linly-Dubbing) | 一款开源且强大的视频多语言 AI 配音/翻译工具,能自动下载视频、翻译字幕、人声分离、克隆音色配音并合成视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Osw79mpN5) +[Transformer Explainer](https://poloclub.github.io/transformer-explainer/) | 一个可视化交互式学习工具,以 GPT - 2 为例,通过输入文本实时观察 Transformer 各组件(嵌入层、自注意力机制、MLP 等)的工作过程和预测下一个 Token,适合教学和理解 Transformer 内部原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsmMgmpvX) +[AI Scientist](https://github.com/SakanaAI/AI-Scientist) | 一款全球首个自动化科学研究 AI 系统,能够从构思、编写代码、进行实验、总结结果到撰写完整论文和进行同行评审的全过程,支持多种主流大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Os6bNfuRq) +[Clapper](https://github.com/jbilcke-hf/clapper) | 一款集成多种 AI 功能的开源视频剪辑工具,可一键生成图像、视频、语音、音乐等素材,并进行二次剪辑,让用户无需专业技能即可通过互动迭代的方式制作视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OrWLifEcS) +[ai-renamer](https://github.com/ozgrozer/ai-renamer) | 一款基于 Node . js 的命令行工具,可根据文件内容自动批量重命名本地文件、图像或视频,默认使用 Ollama 本地模型如 Gemma、Llama 等进行智能识别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oq3TYgib9) +[metahuman-stream](https://github.com/lipku/metahuman-stream) | 一个开源项目,实现实时交互流式数字人,支持音视频同步对话,具有多种功能如数字人模型选择、声音克隆、对话被打断处理、全身视频拼接、推流、视频编排和大语言模型对话等,基本可达到商用效果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpVQIrJFX) +[PPTX2MD](https://github.com/ssine/pptx2md) | 一个开源免费的工具,能够将 PPT 幻灯片转换为 Markdown 文件,支持保留标题、列表、粗体、斜体、颜色、超链接、图片、表格以及合并单元格等 PPT 内容格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpPXpBoi2) +[Fake Screenshot Generator](https://disksing.com/fake-screenshot) | 一款可直接在线免费使用的字幕截图生成器工具,可生成逼真的带字幕的截图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpCZIs2Dd) +[MinerU](https://github.com/opendatalab/MinerU) | 一款一站式、开源、高质量的数据提取工具,能够将 PDF、网页以及多格式电子书转换为 Markdown 格式,提取图像、表格并转换公式为 LaTex,支持多种语言识别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpvVlCyPv) +[Llama Tutor](https://github.com/Nutlope/llamatutor) | 一款开源免费的 AI 个人导师工具,基于 Next . js 和 Tailwind CSS 构建,集成 Llama 3 . 1 和 Serper 提供强大的推理和搜索能力,可根据用户选择的教育水平生成个性化导师解答各种问题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpmuQEURu) +[bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker) | 一款利用大语言模型(如 ChatGPT、Claude 等)对文件和图书进行多语言翻译的开源工具,支持 epub、txt 和 srt 等格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoQtZtumW) +[Claude Engineer](https://github.com/Doriandarko/claude-engineer) | 一款基于 Claude 3 . 5 模型的交互式命令行工具,整合了文件系统操作、网络搜索等功能,可协助完成各种软件开发任务,如智能代码分析、修改建议、项目管理等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoKMRyN4F) +[AudioNotes](https://github.com/harry0703/AudioNotes) | 一款开源免费的音视频转结构化笔记工具,基于 FunASR 和 Qwen2 构建,可快速提取音视频内容,并利用大模型能力整理成结构化 Markdown 笔记,方便快速阅读。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoIvdqNoc) +[Swapy](https://github.com/TahaSh/swapy) | 一个简单的 JavaScript 开源工具,只需几行代码就可以将网页上任何布局转换为可拖动交换布局,适用于 React、Vue 等主流前端框架。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoBmn2TwN) +[Kspider](https://github.com/kkangert/kspider) | 一款开源免费的可视化爬虫平台,通过流程图配置即可完成数据爬取工作,无需编写代码,对小白极其友好。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoeM0ylVt) +[AI Shell](https://github.com/BuilderIO/ai-shell) | 一款开源的终端 AI 助手,可在命令行界面通过自然语言转换为对应的 Shell 命令执行,支持多种语言输入,提高终端操作效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnGNolhEO) +[Crawlee](https://github.com/apify/crawlee-python) | 一款开源免费且非常强大的 Python 网页抓取和浏览器自动化库,旨在构建可靠的爬虫为 AI、大语言模型、检索增强生成或 GPTs 提取数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OntDwxRMQ) +[Enchanted](https://github.com/AugustDev/enchanted) | 一款开源的本地大模型 Mac 客户端,类似于 ChatGPT 客户端,需搭配 Ollama 使用,可轻松连接本地部署的私有模型,如 Llama2、Mistral 以及 Vicuna 等,提供在 iOS 生态系统中无过滤、安全、私密和多模态的使用体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnnWp76yF) +[Whisper Timestamped](https://github.com/xenova/transformers.js/tree/v3/examples/whisper-word-timestamps) | 一款基于 Transformers . js 的浏览器内语音识别工具,可本地运行 whisper - base 模型进行语音转文字,支持 100 种语言并生成单词级时间戳。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnlAhtJnJ) +[Vanna](https://github.com/vanna-ai/vanna) | 一款 SQL 生成 AI 框架,允许在自有数据上训练 RAG 模型,通过自然语言准确生成 SQL 查询语句,支持多种主流大模型,使用简单,开源可自行部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmTiME6d3) +[Great Tables](https://github.com/posit-dev/great-tables) | 一款用于制作高质量表格的 Python 库,内置丰富的表格组件和格式化选项,可以组合创建多种类型的精美表格。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmLfwjEBF) +[Comic Translate](https://github.com/ogkalu2/comic-translate) | 一款利用 GPT - 4 视觉能力的开源漫画自动翻译神器,支持多种格式如图像、PDF、Epub 等,可实现多种语言之间互译,包括日语、英语、中文、韩语、德语、荷兰语等,并提供可视化操作界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmpE3eQpQ) +[CodeGeeX](https://codegeex.cn/zh-CN?article=24075) | 一款功能全面的国产开源代码模型,集成代码补全、生成、问答、解释、工具调用、联网搜索等多种能力,覆盖编程开发各种场景,在百亿参数以下性能最强。同时也提供 CodeGeeX 智能编程助手插件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmawqkiTI) +[遇见李白](https://github.com/BinNong/meet-libai) | 一个开源项目,旨在通过构建李白知识图谱的 AI 智能体,以生成式对话应用的形式推广和普及李白古诗词文化,最终目标是开发一款生成式对话应用,实现实时互动并提供个性化的李白诗歌鉴赏体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om2gZgi95) +[WebDesignAgent](https://github.com/DAMO-NLP-SG/WebDesignAgent) | 一款基于人工智能的网站构建工具,支持多页面管理、用户自定义添加/删除、迭代优化和视觉优化等功能,可通过文本、图片、视觉线索或混合方式生成设计精美的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlIeVCnbi) +[AI-YinMei](https://github.com/worm128/AI-YinMei) | 一款功能齐全的 AI 虚拟主播(Vtuber)工具,集成了 FastGPT 知识库聊天、语音合成、Stable Diffusion 绘画、AI 唱歌等技术,可实现聊天、唱歌、绘画、跳舞、表情切换、换装、搜图、场景切换等多种功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlxOia4uv) +[OmniParse](https://github.com/adithya-s-k/omniparse) | 一款开源工具,能够将各种非结构化数据如文档、表格、图像、视频、音频和网页转化为结构化的可操作数据,方便用于检索增强生成(RAG)和微调。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Olh8vj7To) +[gptpdf](https://github.com/CosmosShadow/gptpdf) | 一款基于 GPT - 4o 视觉大语言模型的开源工具,仅用 293 行代码就能将 PDF 文件解析为 Markdown 格式,几乎完美地解析排版、数学公式、表格、图片和图表等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlgrhbhsQ) +[Streamer-Sales](https://github.com/PeterH0323/Streamer-Sales) | 一款能够根据商品特点进行解说的卖货主播大模型,通过生成细腻、独到的解说词,激发用户购买欲望,提供多种功能如文案生成、语音转换、视频生成等,旨在成为销售助手,提升销量和用户体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OkEft1zqt) +[Wiseflow](https://github.com/TeamWiseFlow/wiseflow) | 一款敏捷的信息挖掘开源免费工具,可从网站、公众号、社交平台等渠道爬取相关信息,擅长从公众号文章中提取信息。支持对爬取信息进行筛选、提炼、贴标签等处理,并可整合到任意 Agent 项目中作为动态知识库。可完全本地部署,无需 GPU,适合任何硬件环境。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OkBTkBzRA) +[GPT Computer Assistant](https://github.com/onuratakan/gpt-computer-assistant) | 一款开源的 GPT 客户端应用程序,旨在为 Windows 和 Linux 系统提供类似 macOS 上 GPT 应用的功能,包括屏幕读取、麦克风长音频输入、编写和运行程序以及知识库管理等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OkuOY0Env) +[Diffutoon](https://github.com/modelscope/DiffSynth-Studio/blob/main/examples/Diffutoon/README.md) | 一款开源的视频动漫化项目,提供 Colab 运行笔记,无需部署即可一键动漫化视频,转换后的视频画面稳定流畅,还可编辑和添加视频效果。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OkssQgFpm) +[RTranslator](https://github.com/niedev/RTranslator) | 一款开源免费、可离线的实时翻译应用,能够实时将对方说的语言翻译成你能听懂的语言,支持对话模式、对讲模式和文本翻译模式,使用 Meta 的 NLLB 和 OpenAI 的 Whisper 进行翻译和语音识别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Okr5B6urE) +[AI Math Notes](https://github.com/ayushpai/AI-Math-Notes) | 一款基于 Python 开发的交互式绘图应用程序,允许用户在画布上手写数学方程,利用多模态大语言模型(LLM)计算并显示结果,实现了类似苹果"备忘录数学计算器"的功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OjqPulncY) +[Whisper Web](https://huggingface.co/spaces/Xenova/whisper-web) | 一款基于 OpenAI 的 Whisper 语音识别模型的开源 Web 应用程序,允许直接在浏览器中运行使用 Whisper 进行语音转文本,支持 WebGPU 加速,无需后端服务器,可导出 TXT 和 JSON 格式文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oj5Cn7Qqk) +[GPT Academic](https://github.com/binary-husky/gpt_academic) | 一款功能强大的 GPT 学术优化开源项目,提供论文翻译、代码解析、知识获取、语法校对、论文润色、摘要生成等多种功能,支持接入多种 LLM 模型,提升学术研究效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OiYyb1dgs) +[Translation Agent](https://github.com/andrewyng/translation-agent) | 一套由吴恩达老师开源的 AI 翻译工作流程,基于大语言模型进行翻译、反思和优化,可控制语气、地区和术语翻译一致性,翻译质量媲美商业工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OiDkSzO3J) +[ScrapeGraphAI](https://github.com/VinciGit00/Scrapegraph-ai) | 一款基于大语言模型和直接图逻辑的 AI 网页爬虫工具,可以根据用户提示自动为网站和本地文档创建爬取管道,支持单页、多页和语音爬取,提高数据采集效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OhVJA5eQR) +[MiGPT](https://github.com/idootop/mi-gpt) | 一个开源项目,旨在将小米小爱音箱打造成专属的 AI 语音助手,将小爱音箱和米家智能设备与 ChatGPT 等大模型的理解能力完美融合,提供 LLM 回答、角色扮演、流式响应、长短期记忆、自定义 TTS 和智能家居 Agent 等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OhHoECwbO) +[pyVideoTrans](https://github.com/jianchang512/pyvideotrans) | 一款开源的视频翻译配音工具,可将一种语言的视频自动翻译为指定语言的视频,生成字幕和配音,支持多种翻译服务和配音引擎,可本地离线使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OhCSAkXdw) +[cloudflare-ai-web](https://github.com/Jazee6/cloudflare-ai-web) | 一个开源项目,利用 Cloudflare Workers AI 免费提供的大模型,可快速搭建多模态 AI 平台,支持一键部署、无需服务器、个性化定制等,集成了 ChatGPT、Stable Diffusion 等多种 AI 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ohsh2rkhe) +[ChatTTS-ui](https://github.com/jianchang512/ChatTTS-ui) | 一款开箱即用的 ChatTTS 安装包,提供 Web 界面和 API 接口,支持 Windows、Linux、macOS 部署,Windows 用户可直接下载安装包一键安装使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgO23Cn8P) +[Perplexica](https://github.com/ItzCrazyKns/Perplexica) | 一款由 AI 驱动的开源搜索工具,能够深入互联网提供精准答案,理解问题并优化搜索结果,提供带引用来源的明确答案。具有隐私保护、本地大语言模型支持、双模式搜索和专注模式等特征。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgkybrvOe) +[RAGapp](https://github.com/ragapp/ragapp) | 一款无需编码的可视化界面工具,用于配置基于 LlamaIndex 构建的 RAG 聊天机器人,类似于 OpenAI 的 GPT 模型,可轻松部署在自有云基础设施中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgfDLz9xc) +[MusicGPT](https://github.com/gabotechs/MusicGPT) | 一款开源免费的 AI 音乐生成器,支持在 Windows、macOS 和 Linux 系统上本地高效运行最新音乐生成 AI 模型,如 Meta 的 MusicGen 模型,无需安装依赖,易于使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgcuWezqY) +[Khoj](https://github.com/khoj-ai/khoj) | 一款融合本地文档和在线搜索的 AI 第二大脑工具,可连接个人知识库、提供强大搜索引擎、支持在线离线使用,并提供定制 AI 智能代理协助完成任务,完全开源免费。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OfW04hxRS) +[Talk With Gemini](https://github.com/Amery2010/TalkWithGemini) | 一款可一键免费部署的私人 Gemini 应用程序,支持最新的 Gemini 模型,如 Gemini 1 . 5 Pro、Gemini 1 . 5 Flash 等,具有多模态支持、语音模式、视觉识别、助理市场、Markdown 支持、上下文压缩、隐私安全、精心设计的 UI 等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OfKdrkyjt) +[ugly-avatar](https://github.com/txstc55/ugly-avatar) | 一个开源免费的潦草头像生成器,可以生成极具特色的头像,受到许多网友的喜爱。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ofki4s5aO) +[DashPlayer](https://github.com/solidSpoon/DashPlayer) | 一款专为英语学习打造的视频播放器,提供双语字幕、按字幕跳转、查词查询、可调整界面尺寸、记录播放位置、蓝牙遥控操作、夜间模式、AI 字幕生成、长视频切分和视频下载等功能,助力通过观看视频提升英语水平。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ofc2DBgRT) +[OpenGlass](https://github.com/BasedHardware/openglass) | 一款基于开源硬件的 AI 智能眼镜系统,只需 20 美元的成本即可将普通眼镜升级为智能眼镜,实现记录生活、识别物体、计算卡路里、实时翻译等多项 AI 功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oe6S6wjjP) +[PicProse](https://github.com/gezhaoyou/picprose) | 一款开源免费的封面图片制作工具,能帮助用户轻松为 Medium、Wordpress、微信等平台的文章制作精美封面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OaVb6EzZm) +[Reader](https://github.com/jina-ai/reader) | 一款开源免费的工具,专门用于将网页内容转换为 Markdown 格式,方便将网页内容整合到知识库中。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa7PjB0mS) +[SuperMemory](https://github.com/Dhravya/supermemory) | 一款开源免费的个人知识管理工具,可以帮助用户轻松收集和管理网上的有价值内容,通过 AI 快速查找和回顾已保存的内容,打造属于自己的"第二大脑"。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa0kHfLaq) +[STORM](https://storm.genie.stanford.edu/) | 一款由斯坦福大学开发的创新型 AI 写作工具,可根据主题自动收集信息、创建大纲,模拟专家对话并撰写完整文章,帮助编写出具有深度和广度的高质量内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O9vH5ciur) +[LLocalSearch](https://github.com/nilsherzig/LLocalSearch) | 一款完全本地化的 AI 搜索集成工具,无需依赖任何外部 API,通过 LLM Agents 寻找答案,支持低配置硬件运行,提供详细进度日志和后续问题交互,界面美观支持浅色深色主题,支持 Docker Compose 部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8XwhBOt1) +[FreeAskInternet](https://github.com/nashsu/FreeAskInternet) | 一款开源免费的基于搜索的问答 AI 工具,可本地运行无需 GPU 硬件支持,通过多引擎搜索并利用 GPT - 3 . 5 处理结果生成答案,确保隐私安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8EFinFty) +[poster-design](https://github.com/palxiao/poster-design) | 一款开源的在线创意图片编辑器,适用于海报图片生成、电商分享图、文章长图等场景,提供丰富的编辑功能,如元素拖拽、图片编辑、SVG 编辑、画布自定义等,无需客户端即可轻松完成图文排版。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8DueqJmG) +[Open WebUI](https://github.com/open-webui/open-webui) | 一款专为大型语言模型(LLM)设计的可扩展且功能丰富的 Web 界面,支持运行各种 LLM 模型,包括 Ollama、OpenAI 兼容 API、Gemini、Groq、Claude 等,提供直观界面、响应式设计、代码语法高亮、Markdown 和 LaTeX 支持、本地检索增强生成(RAG)集成、多模型支持与多模态互动、安全和多用户管理等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7TwOm5sS) +[Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API) | 一款开源免费的高性能异步数据爬取工具,支持 API 调用和在线批量解析及下载无水印视频或图集,覆盖抖音、快手、TikTok、B 站等多个视频平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7K6jeyVS) +[AI Comic Factory](https://aicomicfactory.app/) | 一款基于 LLM + SDXL 技术的开源免费在线 AI 漫画生成工具,可自动生成精美漫画作品,支持自定义 LLM 和图像生成模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7IVfn7ua) +[Suno-API](https://github.com/SunoAI-API/Suno-API) | 一个非官方的 Suno AI API 项目,支持生成歌曲、歌词等功能,具有自动维护 token、全异步响应、代码简单易维护等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7gDL4J5k) +[Claude-Journalist](https://github.com/mshumer/ai-journalist) | 一款基于 Claude 3 的 AI 写作助手,可根据输入主题自动搜索相关信息、撰写和编辑高质量文章,提高写作效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6TRedZob) +[MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo) | 一款开源免费的 AI 工具,可以根据提供的主题或关键词自动生成视频文案、素材、字幕和背景音乐,并合成高清短视频,支持多种功能如自定义文案、视频尺寸、批量生成、语音合成、字幕设置等,提高短视频制作效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6Omh9qzQ) +[LiveStory](https://github.com/zeke/livestory) | 一款利用 AI 进行实时语音绘图的工具,将传统的文本输入换成语音输入,实时生成图像,支持语音控制绘图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6cO4n2jo) +[Buzz](https://github.com/chidiwilliams/buzz) | 一款开源免费、简洁、可离线的音频转录和翻译工具,基于 OpenAI Whisper 开发,支持拖放导入音视频文件进行转录和翻译,转录文本可导出多种格式,支持多种语音识别框架和命令行操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5Rwp4vbC) +[MediaCrawler](https://github.com/NanmiCoder/MediaCrawler) | 一款开源的自媒体爬虫工具,支持小红书、抖音、快手、B 站、微博等平台的视频、图片、评论、点赞、转发数据抓取,具备多种登录方式、指定数据爬取、IP 代理池和多种数据格式保存等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5AWioP9X) +[小浣熊智能助手](http://t.cn/A6YeOe86) | 一款由商汤科技研发的功能全面的国产 AI 工具,内置代码模式和办公模式,可大幅提升编程开发和协作办公效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4QYSysWr) +[Comflowy](https://github.com/6174/comflowyspace) | 一款针对 Mac 用户优化的 ComfyUI 整合包,提供一键部署、模型管理、工作流管理和扩展管理等功能,使用体验比官方 ComfyUI 更佳。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O3D4eDi2N) +[Inpaint-web](https://github.com/lxfater/inpaint-web/tree/main) | 一款基于 WebGPU 技术开发的开源免费图像修复和放大工具,可直接在浏览器上运行,无需客户端,提供图像局部擦除修复和超分辨率放大功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O3t0QckJj) +[AutoPrompt](https://github.com/Eladlev/AutoPrompt) | 一个自动优化提示词的开源框架,可根据用户意图生成高质量详细的提示词,并通过迭代数据集不断优化提示词,减少工作量,解决敏感性和歧义性问题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O2QI6s9hf) +[青梧字幕](https://github.com/melon/qingwu-zimu) | 一款基于 Whisper 的开源字幕提取工具,支持智能提取、编辑和高质量翻译字幕,可生成单/双语字幕并选择多种格式下载。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O2IGr0tzU) +[Chat with MLX](https://github.com/qnguyen3/chat-with-mlx) | 一款开源的本地 AI 对话助手工具,可与本地数据进行交互,支持多种文件格式和语言,并可集成多个开源大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O2Ijy2cy3) +[StickerBaker](https://github.com/fofr/cog-stickers) | 一款开源的 AI 贴纸制作工具,结合了 Stickers SDXL Lora 和 BRIA 背景移除工具,只需输入简单的提示词,即可快速生成高清精美的贴纸。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O2yomp6bK) +[OOTDiffusion](https://github.com/levihsu/OOTDiffusion) | 一款开源的 AI 虚拟试衣工具,支持一键试穿上半身/下半身/连衣裙,服装与模特贴合自然,试穿效果逼真。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1CSjxOJV) +[MoneyPrinter](http://t.cn/A6YSFjDa) | 一款自动化创建短视频的工具,可根据主题自动生成带配乐及字幕的视频,并上传到 YouTube 获取收益。支持使用 GPT、DALL - E 等大模型生成脚本和图像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1m9sxX52) +[NotesGPT](https://github.com/Nutlope/notesGPT) | 一款开源免费的语音笔记工具,界面简洁,支持语音输入转文字和自动总结,内置 Mixtral LLM 和 Whisper 转录引擎,支持中英混合输入。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1kYomKnv) +[Reor](https://github.com/reorproject/reor) | 一款由 AI 驱动的开源免费桌面笔记工具,能够智能整理和归纳笔记内容,自动关联相关想法,内置 LLM 提供问答和语义搜索功能,可作为个人知识管理工具使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1jXYpMNd) +[Noi](https://github.com/lencx/Noi) | 一款开源的高颜值 AI 客户端,集成了 ChatGPT、Claude、Bard、Poe 等主流 AI 模型,并内置 GitHub、HuggingFace 和 VS Code 等工具,支持自定义 Prompt 管理、多语言、多主题等功能,可在 MacOS、Windows、Linux 系统上安装使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NF1I7z18y) +[ChatGPT Web + Midjourney Proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy) | 一款功能全面的镜像站,支持 AI 对话、AI 换脸、Midjourney、GPTs、TTS Whisper 等多种 AI 功能,提供 Vercel 一键部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEIagC5Iw) +[ChatGemini](https://github.com/bclswl0827/ChatGemini) | 一款开源的简洁 Google Gemini 网页客户端,界面和交互类似 ChatGPT,支持在对话框中上传图片并自动调用 Gemini - Pro - Vision 模型进行图像识别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NExFt37tW) +[WhisperFusion](https://github.com/collabora/WhisperFusion) | 一款基于 WhisperLive 和 WhisperSpeech 构建的 AI 对话系统,集成了 Mistral 大语言模型,实现了极低延迟的语音与 AI 对话体验,并通过 TensorRT 引擎优化和 torch . compile 技术提升了运行效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEqulvSJE) +[search_with_lepton](https://github.com/leptonai/search_with_lepton) | 一款使用不到 500 行代码构建的对话式搜索引擎,实现了类似 Perplexity 的效果,集成了大语言模型(Llama2、Mixtral)和搜索引擎(支持 Bing、Google 搜索),具有可自定义的个性化 UI 界面,支持搜索结果的共享和缓存。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEmX9xo03) +[AI红包封面生成器](https://github.com/all-in-aigc/aicover) | 一款基于 DALL - E 3 的 AI 红包封面生成工具,支持自定义生成红包封面图像,采用 Next . js 全栈开发,集成了多种功能如谷歌登录、图片上传、支付等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEf2A0zm1) +[Zed](https://github.com/zed-industries/zed) | 一款开源的高性能可多人协作代码编辑器,集成了 AI 代码生成和重构功能,提供语言感知、集成终端、多种编辑模式、团队协作和远程代码操作等强大功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDWgHEVOi) +[Web LLM](https://github.com/mlc-ai/web-llm) | 一款可在浏览器中直接运行大型语言模型的工具,支持 Llama 2 7B / 13B、Mistral 7B 和 WizadMath 等模型,并通过 WebGPU 实现加速,无需服务器支持。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDMulfXnj) +[WhisperSpeech](https://github.com/collabora/WhisperSpeech) | 一款基于 Whisper 语音识别模型的开源文本转语音工具,目前仅支持英语,作者计划在下一个版本增加多语言支持,可用于商业用途。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCHfHoIKx) +[GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) | 一款开源的中文语音克隆工具,仅需 5 秒语音样本即可实现 80 %~ 95 %相似度的声音克隆,提供 1 分钟语音可逼近真人效果并生成高质量 TTS 模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCo6Xt3ta) +[QAnything](https://github.com/netease-youdao/QAnything) | 一款开源的知识库问答引擎,支持本地部署和调用云端大模型服务,可导入多种格式文档,提供准确快速可靠的问答体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCivo7c6k) +[AI Gateway](https://github.com/Portkey-AI/gateway) | 一款统一的 API 网关工具,可轻松快速接入 100 多种大语言模型,如 OpenAI、Anthropic、Mistral、LLama2、Google Gemini 等,具有占用空间小、处理速度快、支持负载均衡、故障转移、自动重试等优势,已在超过 100B Tokens 上进行实战测试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NC6ILzu2Q) +[cutword](https://github.com/liwenju0/cutword) | 一个简单快速的中文分词和命名实体识别工具,分词速度是知名"结巴"中文分词的两倍,字典文件根据最新数据统计得到,词频更加合理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NC3YicKMg) +[DDColor](https://github.com/piddnad/DDColor) | 一款基于 AI 的图像着色工具,可为黑白老旧照片和动漫游戏场景提供逼真自然的着色效果,实现照片级真实感。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NBYtl76nL) +[ReplaceAnything](https://github.com/AIGCDesignGroup/ReplaceAnything) | 一款由阿里巴巴发布的 AI 内容替换工具,能够准确保留指定的物体(如人脸、人物、服装、物品等),并通过输入提示词实现超高质量的内容替换,可用于人物替换、服装替换、背景替换等多种场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NBXz9pRhx) +[Jan](https://github.com/janhq/jan) | 一款开源的本地 AI 工具,可无需编码运行主流大语言模型如 Mistral、Llama、Mixtral 等,支持 Windows、Mac 和 Linux 系统,拥有简洁美观的 UI 界面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NB2WZDMgy) +[Mobile ALOHA](nan) | 一款多功能家务机器人,可以帮助浇花、拖地、做饭、逗猫、扔垃圾、洗衣服、铺床单、整理衣物等家务活动,具有模仿学习和远程操作功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAqQMF5ST) +[Auto Job Find Assistant](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa) | 一款结合 GPT 和 RPA 技术的自动投简历助手,可根据个人简历和职位要求自动匹配合适的工作机会,生成自我介绍和求职信,并自动发送给 HR,实现一键寻找工作的全流程自动化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAimK7naB) + + +### 免费书籍 + +项目 | 简述 | 源 +---- | ----- | ----- +[Large Language Model in Action](https://github.com/wangwei1237/LLM_in_Action) | 一本专注于大语言模型实践应用的开源书籍,通过介绍工具和案例实践,帮助读者快速上手大模型应用开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P63IAy7du) +[Select Star SQL](https://无) | 一本免费的互动式学习 SQL 书籍,共五章内容,每章约 30 分钟,涵盖行操作、分组聚合、表连接等主题,结合实际案例学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCnwbDxHU) +[The Little Book of ML Metrics](https://github.com/NannyML/The-Little-Book-of-ML-Metrics) | 一本面向数据科学家的开源免费书籍,涵盖广泛的机器学习指标,包括回归、分类、聚类、排行、计算机视觉和自然语言处理等领域,旨在成为数据科学家的快速参考手册。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBxRDpUiz) +[Linux From Scratch 中文翻译版](https://lfs.xry111.site/zh_CN/12.2/index.html) | 一本免费的在线书籍,教授从源代码开始构建整个 Linux 系统的过程,深入了解 Linux 工作原理,支持个性化定制和优化,提高系统安全性,通过实践获得 Linux 系统的深刻理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAJjE4NxJ) +[Hands-On Large Language Models](https://github.com/handsOnLLM/Hands-On-Large-Language-Models) | 一本由吴恩达老师推荐的关于大语言模型的实践指南书籍,涵盖语言模型基础知识、文本分类、提示工程、语义搜索、多模态语言模型等内容,配有案例代码、插图和引用论文,帮助读者深入理解和使用大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxSqEpjmb) +[计算机体系结构基础(第三版)](https://foxsen.github.io/archbase/index.html) | 一本由"龙芯之父"胡伟武老师等编写的开源免费在线书籍,涵盖指令系统结构、计算机硬件结构、CPU 微结构、并行处理结构、计算机性能分析等内容,适合本科生、研究生和技术人员学习参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvI5Adb3R) +[Decision Making Under Uncertainty](http://t.cn/R7cZfp3) | 一本由麻省理工学院出品的免费电子书,涵盖概率推理、序列决策问题、模型/状态不确定性以及多 Agent 系统等内容,使用大量示例和练习帮助读者理解不同算法的直觉和应用场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsEapfo3p) +[Grammar Club](https://github.com/llwslc/grammar-club) | 一本开源且免费的在线英语语法学习书籍,采用循序渐进的方式,从初级到高级分为三大篇幅,涵盖简单句、复句、合句和简化从句等内容,旨在培养英语能力、建立信心并增强阅读兴趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oq5hdAmUT) +[《理解深度学习》中文版](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN) | 一本由麻省理工开源的深度学习教材中文版,全面涵盖深度学习基础概念、监督学习、强化学习等内容,并提供 PPT、笔记和 Python 练习 Demo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoxD0vPwf) +[Understanding Deep Learning](https://github.com/udlbook/udlbook) | 一本来自麻省理工的开源书籍,全面涵盖了深度学习的基础概念、监督学习、强化学习、线性回归、神经网络、扩散模型等内容。该书提供了 PPT、笔记和 68 个 Python 练习 Demo 供学习和实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oml7ZfYGb) +[Python Guide for JavaScript Engineers](https://github.com/luckrnx09/python-guide-for-javascript-engineers) | 一本面向 JavaScript 工程师的 Python 学习指南,由一名前端工程师编写,系统介绍了 Python 环境搭建、项目开发等内容,并对比了 JavaScript 和 Python 的异同,帮助 JavaScript 工程师快速掌握 Python 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om6N3uysr) +[深入超高可用架构原理与实践](https://github.com/isno/theByteBook) | 一本开源的架构设计书籍,涵盖云计算、网络、分布式系统、容器技术、可观测性、服务网格、DevOps 等主题,帮助程序员深入理解相关技术的原理与实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlzWze7Y2) + + +### 学习教程 + +项目 | 简述 | 源 ---- | ----- | ----- -[clone-voice](https://github.com/jianchang512/clone-voice) | 一个带 Web 界面简单易用的声音克隆工具。可使用任何人类音色,将一段文字合成为使用该音色说话的声音,或者将一个声音使用该音色转换为另一个声音。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NyUSJm4Zu) -[Amphion](https://github.com/open-mmlab/Amphion) | 一个开源的音频、音乐和语音生成整合工具包。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NyBlizeys) -[Lobe Chat](https://github.com/lobehub/lobe-chat) | 一键部署私人 GPT/LLM 的聊天机器人。支持语音合成、多模态和可扩展的插件系统,可以联网、画图、爬虫等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nxcuzzyku) -[GPT Crawler](https://github.com/BuilderIO/gpt-crawler) | 能够利用爬虫,自动抓取与整合指定 URL 地址中的各种信息,并生成一个`output.json`的数据文件。将其喂给 ChatGPT,便可快速定制你的专属 GPT,打造个人知识库或者智能助理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NttIAuO1X) -[screenshot-to-code](https://github.com/abi/screenshot-to-code) | 给 AI 看一眼截屏,便能直接生成代码。该项目可借助 GPT-4 Vision 的能力,直接给你将屏幕截图转换为 HTML/Tailwind CSS,并利用 DALL-E 3 的图像生成能力,生成外观相似的图像。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ntsxx9wzI) -[Open Interpreter](https://github.com/KillianLucas/open-interpreter) | 可在命令行终端,直接调用与展示各种大模型能力。实现了视频和照片编辑、系统配置更改、自动生成并运行 Demo 源码,AI 一对一聊天问答等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NhJzrafM0) -[GPT Prompt Engineer](https://github.com/mshumer/gpt-prompt-engineer) | 该工具便会自动帮你生成各种 Prompt,自动对 Prompt 测试和评分,帮你尽可能找到最优项目提示。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N8EazkYv1) -[AIdea](https://github.com/mylxsw/aidea) | 一个在 GitHub 开源的 AI 应用,集成了主流大语言模型以及绘图模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nha6mFPW3) -[go-proxy-bing](https://github.com/adams549659584/go-proxy-bingai) | 让你无需登录,即可直接使用 New Bing。拥有与 Bing 一致的 UI 体验,并支持 ChatGPT 提示词。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3UK6u76u) -[Background Remover](https://github.com/nadermx/backgroundremover) | 一个开源的命令行工具,,可借助 AI 能力,快速移除图像和视频背景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFtZ5A6X1) -[open-chat-video-editor](https://github.com/SCUTlihaoyu/open-chat-video-editor) | 一款短视频生成和编辑工具,结合 ChatGPT,Stable Diffusion 和多模态搜索,实现短句转短视频、网页链接转短视频、长视频转短视频功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFrCY6STG) -[Chat-with-GitHub-Repo](https://github.com/peterw/Chat-with-Github-Repo) | 一个让你可以跟 GitHub 仓库进行对话的 Python 工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ME4o9jYBe) -[Chatbot Arena](https://chat.lmsys.org/) | 一个可以在线测试多种开源大语言模型的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD7t2pMJg) -[KeepChatGPT](https://githubdaily.gitee.io/posts/2023-04-21-keepchatgpt/) | 一个插件,让你的 ChatGPT 不再报错! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD3bAu4A1) -[MiniGPT-4](https://githubdaily.gitee.io/posts/2023-04-17-minigpt-4/) | 一个拥有类似 GPT-4 图像对话能力的项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCrYlzRNl) -[Animated Drawings](https://githubdaily.gitee.io/posts/2023-04-16-animated-drawings/) | 一款很有趣的 AI 工具,可以借助人工智能技术,让绘画作品动起来。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCiok4UZG) -[CodeWhisperer](https://aws.amazon.com/cn/codewhisperer/) | 一款 AI 编程助手,可集成到 VSCode 和 IntelliJ IDEA 等代码编辑器上使用,个人版对所有开发者免费开放。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBVZY3W8f) -[ChatPaper](https://github.com/kaixindelele/ChatPaper) | 利用 ChatGPT 进行论文全文总结+专业翻译+润色+审稿+审稿回复 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBkWJ47D4) -[VideoCrafter](https://github.com/VideoCrafter/VideoCrafter) | 一款开源的 AI 工具,可直接基于文本,快速生成与编辑视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB3pDDgQk) -[Imagica](https://get.imagica.ai/) | 一分钟内,快速创建属于自己的 AI 应用。特点是:"零代码、实时数据、多模态、响应快速"。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAIcwt5uh) -[SpeechGPT](https://github.com/hahahumble/speechgpt) | 一个可以让你与 ChatGPT 进行语音聊天的网站。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MArHECDIs) -[AI Code Translator](https://github.com/mckaywrigley/ai-code-translator) | 用 GPT 做了一款 AI 工具,可实现数十种编程语言的互相切换,支持 GPT-3.5 和 GPT-4。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MAplwsiaS) -[ChatGPT Next Web](https://github.com/Yidadaa/ChatGPT-Next-Web) | 支持一键免费部署你的私人 ChatGPT 网页应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mzn339tqR) -[Play.ht](https://playground.play.ht) | 它可以从 20 秒的音频中快速生成克隆语音,并自动转换为英语。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mzjoh03kw) -[Cursor](https://github.com/getcursor/cursor) | 一个能利用 AI 辅助编程的代码编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mz3xcdoWB) -[GerevAI](https://github.com/) | 基于 ChatGPT 能力,可在几秒内找到任何聊天记录、文档或代码片段。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyVqG7ZNG) -[ChatAll](https://github.com/sunner/ChatALL) | 一个可以让你同时与多个 AI 机器人实时聊天的开源工具。支持 ChatGPT、Bing Chat、bard、Alpaca、Vincuna、Claude、ChatGLM、MOSS、iFlytek Spark、ERNIE 等主流 AI 聊天机器人。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N10ktk3O4) -[AI-Products-All-In-One](https://github.com/TheExplainthis/AI-Products-All-In-One) | 整理了一些 ChatGPT 以及 AI 相关的生产力工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyKP8c8dr) -[Shell GPT](https://github.com/TheR1D/shell_gpt) | 该工具直接在命令行中集成了 ChatGPT,通过它,可以帮助你快速编写 shell 命令、代码片段编写、Git 提交信息、文档、注释等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyJE4mTDI) -[飞书 GPT](https://github.com/Leizhenpeng/feishu-chatgpt) | 集成了飞书 + GPT-3.5 + Dall·E + Whisper 等 API,支持语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyDKKgfTp) -[ChatPDF](https://github.com/mayooear/gpt4-pdf-chatbot-langchain) | 它可以提取 PDF 文件中的内容,并将内容交给 ChatGPT 进行分析。待解析完成之后,你便可以跟它进行一对一对话交流,就好像它是一个完全理解内容的人一样。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Myukg0Qdo) -[GitHub Copilot X](https://githubdaily.gitee.io/posts/2023-03-23-github-copilot-x/) | 一款基于 AI 驱动的、跨时代代码编辑器,将为开发者带来前所未有的编程体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyyfNDa5k) -[OpenGpt](https://github.com/futantan/OpenGpt) | 一个可以让你快速尝试各种 ChatGPT 应用的开源项目,借助这个项目,你还能在几秒钟内创建属于自己的应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mxwe66eAv) +[Reasoning with o1](http://t.cn/A6mkWHyD) | 一门由 OpenAI AI 解决方案主管 Colin Jarvis 主讲的免费 AI 短课程,教授如何有效使用 OpenAI 最新推理模型 o1,包括多步骤任务规划、代码开发与编辑、图像理解等实践项目,帮助学习者掌握 o1 模型的高级推理能力。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5KRx9BEa) +[A Programmer's Guide to English](http://t.cn/EJKb2nf) | 一份专为程序员设计的英语学习指南,通过程序员易于理解的方式剖析语言学习本质,提供适合不同水平的训练方法和学习资料推荐,并从构建英语识别程序的角度助力学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODalbpiMt) +[ML Retreat](https://github.com/hesamsheikh/ml-retreat) | 一份从中级到高级的 AI 学习路径,包含作者在学习高级机器学习时的个人笔记和资源,涵盖从基础到更高级主题的深入理解,如从头构建大语言模型、LLM 幻觉深入研究以及 LLM 超越注意力机制等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBum9wgGe) +[Machine Learning Course Notes](https://www.cs.cmu.edu/~hn1/documents/machine-learning/notes.pdf) | 一份来自卡内基梅隆大学的机器学习入门课程笔记,涵盖了机器学习各主题的要点,包括非参数模型、线性回归、逻辑回归、神经网络、支持向量机等,针对初学者提供全面的概念解释、数学证明和算法步骤。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OzRhXEtCy) +[AI Python for Beginners](http://t.cn/A68R6CQ0) | 一门由吴恩达老师主讲的免费 AI 短课程,面向初学者,教授 Python 编程基础知识以及集成 AI 工具进行数据操作、分析和可视化,通过真实项目实践强化 Python 技能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwBhjxcpT) +[软件工程师学习指南](http://t.cn/A6RCcp0z) | 一份从零开始成为软件工程师的详细学习指南,涵盖计算机基础知识、软件开发工具和流程、数据库、面向对象编程、DevOps 工具等内容,从 Python 语言入门,最后提供编码面试准备、工作选择和持续学习建议。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ov7LUjLhG) +[Machine-Learning](https://github.com/DorsaRoh/Machine-Learning) | 一份从零开始学习机器学习算法的教程,包含神经网络和 Transformer 模型的详细解释和 Python 实现代码,如 Neuron、Layer 和 NeuralNetwork 类,还提供机器学习视频和 Jupyter Notebook 文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OuNwC1Hgi) +[Spring-Reading](https://github.com/xuchengsheng/spring-reading) | 一份深入了解 Spring 源码的系列学习资料,涵盖了 Spring 框架的核心概念和关键功能,如资源加载、表达式语言、Bean 定义、Aware 接口、核心注解和 AOP 等,帮助更透彻地理解 Spring 内部工作机制。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpZnTy6ae) +[Machine Learning Specialization](http://t.cn/A6aP9tQt) | 一套由吴恩达老师主讲的机器学习专业课程,包括机器学习回归与分类、高级学习算法、无监督学习等多个领域,涵盖监督学习、无监督学习、神经网络等内容,适合初学者和希望在人工智能领域发展的专业人士学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Opx6pj0Zz) +[LLM Twin Course](https://github.com/decodingml/llm-twin-course) | 一门全面的大型语言模型(LLM)免费学习课程,教授如何构建生产级别的 LLM 和基于 LLM 的检索增强生成(RAG)系统,涵盖系统设计、数据工程、特征管道、训练管道和推理管道等方面。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OorVRAcQU) +[Stable Diffusion From Scratch](https://github.com/juraam/stable-diffusion-from-scratch) | 一套系统性的教程,讲解 Stable Diffusion 和扩散模型的工作原理及其背后的数学知识,并提供一系列步骤指导训练完成一个扩散模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnZEnsNN7) +[From Tensor to Stable Diffusion](https://github.com/jla524/fromthetensor) | 一份开源的深度学习教程,提供为期 9 周的课程大纲,从张量基础到稳定扩散模型实现,包括视频讲解、代码实现和论文学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmNpttYXs) +[大模型理论基础](https://github.com/datawhalechina/so-large-lm) | 一份关于大规模预训练语言模型的教程资料集合,涵盖数据准备、模型构建、训练策略、模型评估与改进等内容,旨在为读者提供深入的理论知识和实践方法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlNW47BIP) +[AI Text-to-Video Model from Scratch](https://github.com/FareedKhan-dev/AI-text-to-video-model-from-scratch) | 一份手把手教程,教你如何使用 Python 从零开始构建一个文本到视频生成模型,涵盖理论概念、架构设计和编码实现等全过程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlFSO6VRt) +[nginx-tutorial](https://github.com/jaywcjlove/nginx-tutorial) | 一份开源的 Nginx 入门学习笔记,涵盖基础安装、参数说明、配置讲解、第三方模块安装、性能优化及常见使用场景等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlEvzdgci) +[PyTorch Deep Learning Tutorial](https://github.com/mrdbourke/pytorch-deep-learning) | 一份开源的《从零到精通深度学习 PyTorch》教程,涵盖 PyTorch 基础、深度学习工作流程、计算机视觉、自定义数据集处理、模块化代码编写及模型部署等内容,提供视频和代码示例,适合有 Python 编程和基础机器学习知识的初学者。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlpPMu4WI) +[Generative AI Handbook](https://genai-handbook.github.io/) | 一份系统化的生成式人工智能学习路线手册,包含 9 大章节,涵盖生成式 AI 的基础知识、实践应用和最新研究进展,并提供相关学习资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ok3Ix6QQY) +[LingoHut](https://www.lingohut.com/zh) | 一个免费的在线语言学习平台,提供 45 种语言的学习资源,包括 125 节免费课程,涵盖日常用语和词汇,让你用母语轻松学习新语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OjHklDrnR) +[WTF-zk](https://github.com/WTFAcademy/WTF-zk) | 一份零知识证明入门教程,旨在让仅有高中数学基础的人也能入门零知识证明(zk)技术,教程使用 Python 复现相关算法,需要一些 Python 语言基础。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgvlVhJdx) +[100-exercises-to-learn-rust](https://github.com/mainmatter/100-exercises-to-learn-rust) | 一套包含 100 个练习的 Rust 编程语言学习资源,旨在帮助初学者从零基础逐步掌握 Rust 编程,最终能够独立编写 Rust 程序。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OfDgO9yQA) +[《大语言模型》电子书籍](https://github.com/LLMBook-zh/LLMBook-zh.github.io) | 一份全面系统地介绍大语言模型的电子书籍,涵盖基础理论、预训练、微调与对齐、使用部署以及评测与应用等内容,为大模型入门读者提供详细指南。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oflvak2z1) +[《动手学大模型》](https://github.com/Lordog/dive-into-llms) | 一份由上海交通大学《人工智能安全技术》课程讲义拓展而来的编程实战教程系列,通过实践帮助快速入门大模型相关技术,涵盖模型微调与部署、提示学习与思维链、知识编辑、模型水印以及大模型智能体与安全等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OdKhKlOrt) +[machine-learning-list](https://github.com/elicit/machine-learning-list) | 一份较为全面的机器学习教程,涵盖从基础到高级再到实践与应用的内容,包括基本简介、训练和微调、推理和执行策略、数据集处理以及实际应用等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OaaWfFiNX) +[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/O9y3cCdKM) +[self-llm](https://github.com/datawhalechina/self-llm) | 一份超全面的开源大模型使用指南,提供针对国内初学者的开源大模型教程,通过 AutoDL 平台简化模型部署、使用和应用流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8MUIyrVD) +[SQL之母](https://github.com/liyupi/sql-mother) | 一个免费的闯关式 SQL 自学网站,通过有趣的交互式关卡,让初学者从 0 到 1 掌握常用 SQL 语法,包括 30 多个关卡、在线提交代码、自由选择关卡、自定义关卡等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5TNi3BCb) +[Hugging Face AI Courses](https://github.com/huggingface/course) | 一套由 Hugging Face 出品的 4 门 AI 学习课程,涵盖自然语言处理、深度强化学习、音频处理和开源 AI 开发等主题,适合初学者免费学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4GmqkbnY) +[earthworm](https://github.com/cuixueshe/earthworm) | 一个通过连词构句的方式帮助用户更好地学习英语的开源项目,从简单到复杂的句子逐步训练,让用户轻松掌握写出长句子,顺便还可以练习键盘英文打字。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4es38OKr) +[90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) | 一份 90 天网络安全学习计划,涵盖网络基础、安全基础、Linux、Python、流量分析、Git、ELK、AWS、Azure 和黑客攻击等主题,提供完整的学习资源和材料。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEo8e4Qju) +[Build a Large Language Model (From Scratch)](https://github.com/rasbt/LLMs-from-scratch) | 一套从零开始构建类似 ChatGPT 的大型语言模型(LLM)的教程,涵盖了文本数据处理、注意力机制实现、模型构建、预训练、微调等内容,帮助读者深入了解 LLM 的工作原理和实现方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEbXf8R0H) +[LLM Course](https://github.com/mlabonne/llm-course) | 一份开源免费的大语言模型课程,包含详细的学习路线和实践笔记,分为三个部分:LLM 基础教程、LLM 深入探索和 LLM 应用与部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDEaNgSEd) +[CS50](https://cs50.harvard.edu/x/2024/) | 一门由哈佛大学免费开放的计算机科学和编程入门课程,教授编程基本原理和计算思维方法,涵盖 C、Python、SQL、HTML、CSS 和 JavaScript 等多种语言,最后以终极项目作为收官。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDDbUuY3i) +[English-level-up-tips](https://github.com/byoungd/English-level-up-tips) | 一份系统化的英语学习指南,包含认知、单词、听力、阅读、口语、写作和扯淡等七大章节,旨在帮助用户高效提升英语水平。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDhArlM4d) +[Docker 从入门到实践](https://github.com/yeasy/docker_practice) | 一份全面的 Docker 学习指南,涵盖了 Docker 的基础知识、安装、镜像使用、容器操作、数据管理、网络配置等内容,旨在教会新手有效使用 Docker。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCpzLCrZj) ### 实用工具 -名称 | 简述 | 源 +项目 | 简述 | 源 ---- | ----- | ----- -[Stirling-PDF](https://github.com/Frooodle/Stirling-PDF) | 一款强大的本地网页版 PDF 文件处理工具,可 Docker 部署。提供了丰富的 PDF 文件操作功能,包括拆分、合并、格式转换、内容排列、添加图片、旋转、压缩等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nz3Yy5Stj) -[TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader) | 一款完全免费开源的 抖音/TikTok 采集工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ny9wDsfl6) -[XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader) | 小红书的 图文/视频 作品采集工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ny9wDsfl6) -[Penpot](https://github.com/penpot/penpot) | 一款可平替 Figma 的开源免费工具,它是首个开源的 UI 设计与原型制作平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxPQPc0Su) -[Marker](https://github.com/VikParuchuri/marker) | 一个能够快速且准确地将 PDF、EPUB 和 MOBI 文档转换成 Markdown 格式的工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvG1r1n32) -[Outline](https://github.com/outline/outline) | 一款可平替 Notion 的开源软件,可用于部署搭建团队内部知识库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nvyamr8nE) -[Latest](https://github.com/mangerlahn/Latest) | 一款开源免费 Mac 小众工具,用于检查并更新电脑上已安装应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NvwAWfPux) -[雷池 WAF](https://github.com/chaitin/safeline) | 一款简单易用、广受好评的 Web 防火墙工具,可保护你的网站不受黑客攻击。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Nj8EPqUGc) -[Graphite](https://github.com/GraphiteEditor/Graphite) | 一个开源的 2D 矢量图形编辑器,适用于照片编辑、图像处理、图形设计、插图、数据可视化、数字绘画等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NcBhtAAm3) -[OpenResume](https://github.com/xitanggg/open-resume ) | 一个功能强大的开源简历生成器,拥有简洁美观的 UI 设计,并支持导入与解析 PDF 简历文件,实时更新简历数据,帮你快速撰写出清晰直观的个人简历。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N7cduFVGC) -[QR Designer](https://github.com/kochrt/qr-designer) | 一个可用于二维码设计的项目,可以给二维码添加各种图案、文字、图像、更改背景颜色等操作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N3aW86E0t) -[Dev Home](https://github.com/microsoft/devhome) | 微软开源了一款全新的开发工具,可在 Windows 系统中,内置了可视化控制面板。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N24UUwDwF) -[EasySpider](https://github.com/NaiboWang/EasySpider) | 一款可视化爬虫软件。使用图形化界面,无代码设计和执行爬虫任务。开发者只需在网页上选择爬取内容,并根据提示框操作,即可完成爬虫设计和执行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N1K0G2vP5) -[Spider Suite](https://github.com/3nock/SpiderSuite) | 一款开源的多功能 GUI 网络安全爬虫工具,专为网络安全专业人员设计。目前支持 Windows 和 Linux 操作系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MFKEnrGkU) -[RapidAPI for Mac](https://paw.cloud/) | 一款颜值颇高的 HTTP 调试工具,可以用它来编写 API 接口请求、完善 API 描述文档、测试服务器响应、生成客户端代码等工作,并支持多个团队成员实时协作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCUmtqa1t) -[DataEase](https://github.com/dataease/dataease) | 一款开源的数据可视化分析神器,操作简单易上手,开箱即用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCPoKEzsE) -[Upscayl](https://github.com/upscayl/upscayl) | 一款 AI 图像无损放大神器,可以快速将模糊图片秒变高清图。我用了挺长一段时间了,效果很不错。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCvL3mXDE) -[Hidden Bar](https://github.com/dwarvesf/hidden) | 一键折叠 Mac 菜单栏中的图标,长按 Command 对图标进行拖拽,自由调整图标的隐藏状态,非常方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MCjTmDixW) -[NotionNext](https://github.com/tangly1024/NotionNext) | 一个开源的静态博客系统,基于 NextJS + Notion API 实现,支持多种部署方案,无需服务器、零门槛搭建网站,为 Notion 和所有创作者设计。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBCw0lWeu) -[PAG 动效组件](https://github.com/Tencent/libpag) | 腾讯开源的一款设计神器,提供了一套完善的动效设计工作流,可广泛应用于UI 动画、贴纸动画、视频编辑、模板设计等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBwSbxIfP) -[SQL Translator](https://github.com/whoiskatrin/sql-translator) | 一个可以将人类自然语言转换为 SQL 语言的开源工具,反之亦然,用起来很方便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MxgUhgdNJ) -[FUXA](https://github.com/frangoteam/FUXA) | 一款开源的流程可视化 Web 应用,可为机器的实时数据,构建多种不同设计风格的可视化流程图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MwiO8xyhd) -[Memos](https://github.com/usememos/memos) | 一个轻量级开源笔记应用,支持自托管、轻量级、开箱即用、知识管理、社交讨论等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mv8Vl4yuA) -[QGIS](https://github.com/qgis/QGIS) | 一个功能丰富、用户友好、免费开源的跨平台地理信息系统,支持在 macOS、Windows、Linux 等平台运行 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MsI5nx8Cj) -[LocalSend](https://github.com/localsend/localsend) | 一款开源的 AirDrop 替代品,可在附近设备间快速共享文件,跨终端,无需联网。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MqSXqalfr) - - -### 插件 - -名称 | 简述 | 源 +[VutronMusic](https://github.com/stark81/VutronMusic) | 一款高颜值的第三方网易云音乐播放器,支持本地歌曲、离线歌单播放,读取歌曲封面、内嵌歌词等功能,同时支持线上信息匹配、云盘、对歌曲评论,界面纯净无广告。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P7iwOnglL) +[Squish](https://github.com/addyosmani/squish) | 一款开源免费的图像压缩工具,支持多种图像格式,具有高性能压缩优化功能,能保持图像质量不变,并提供批量处理、格式转换、实时预览等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6Uy8njRw) +[PairDrop](https://github.com/schlagmichdoch/PairDrop) | 一款开箱即用的跨平台文件传输工具,无需注册和安装,只需浏览器即可在同一局域网内任意设备之间自由传输文件,还支持创建临时公共房间实现公网传输,采用点对点传输保证数据安全隐私。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6PDIrGgz) +[Checkmate](https://github.com/bluewave-labs/checkmate) | 一款高颜值的可视化实时监控工具,支持网站、页面加载速度、Docker 容器、Ping 响应等多种监控类型,并提供服务器 CPU、内存、磁盘和温度等状态信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6Oatg3Kv) +[MyIP](https://github.com/jason5ng32/MyIP) | 一款开源的 IP 工具箱,可以检查 IP 地址、地理位置、DNS 泄露、网速测试、Ping 测试和网站可用性等,提供 258 项安全检查清单及详细解释。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6GD6rY0f) +[Presenterm](https://hgithub.com/mfontanini/presenterm) | 一款开源工具,能够在终端上演示由 Markdown 创建的精美 PPT,支持代码高亮、图片展示、LaTeX 公式渲染等功能,内置丰富主题风格并可自定义,还可导出 PDF 文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6sgEaqDS) +[File Converter](https://github.com/Tichau/FileConverter) | 一款实用的文件格式转换工具,支持视频、音频、图片和文档等多种文件格式转换,可以快速完成文件格式转换和压缩,支持批量处理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6ek51Q56) +[CodeSnap](https://github.com/mistricky/CodeSnap) | 一款基于 Rust 开发的代码截图工具,可离线使用,支持 Sublime Text 代码语法高亮主题,可自定义字体、行号、水印等,支持 PNG、SVG 和 HTML 输出格式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6d90tfJ1) +[IP Helper](https://github.com/soulteary/ip-helper) | 一款简洁的 IP 信息查询工具,支持 Web、命令行、Telnet 和 FTP 等多种查询方式,提供 IP 地理位置查询、Token 认证和自定义域名等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P69pE9DTa) +[FastSend](https://github.com/ShouChenICU/FastSend) | 一款基于 WebRTC 技术的开源免费点对点文件传输工具,支持快速安全的文件和目录同步传输,具有加密传输、局域网优化、简洁界面等特性。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5QyEsF1z) +[academic-project-page-template-vue](https://github.com/JunyaoHu/academic-project-page-template-vue) | 一个基于 Vue 开发的学术论文项目页面模板,支持轮播图、嵌入视频、数据可视化等丰富功能,还能一键复制引用格式,内置评论系统,非常适合研究人员快速直观地呈现论文基本信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5BAesHje) +[SiteOne Crawler](https://github.com/janreges/siteone-crawler) | 一款简单易用且功能强大的网站分析工具,可一键完成网站分析、性能检测、SEO 优化建议,并导出完整的离线 HTML 分析结果,用于网站分析优化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P5s0xc6FE) +[wechatDataBackup](https://github.com/git-jiadong/wechatDataBackup) | 一款微信聊天记录导出工具,提供类似微信的简易操作界面,支持一键导出聊天记录、图片、视频、链接、语音、文件和表情等信息。还支持按类型、日期、群成员进行检索,以及多开账号选择导出和数据切换。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P3k7T5BOE) +[Neko](https://github.com/m1k1o/neko) | 一款开源的虚拟浏览器工具,支持多人同时访问和控制同一浏览器界面,实现画面和声音同步,内置聊天系统、文件传输等功能,可用于远程协作、在线观影等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P3aB5gbmE) +[Koodo Reader](https://github.com/koodo-reader/koodo-reader) | 一款开源免费的跨平台电子书阅读器,支持多种格式导入、多种阅读模式、听书、翻译、词典等功能,并提供个性化排版、笔记标注等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P1mEcsNta) +[WindTerm](https://github.com/kingToolbox/WindTerm) | 一款高颜值且功能强大的跨平台终端工具,支持多种协议连接、文件传输、多语言界面、命令补全、文件管理、分屏显示等功能,具有高性能、低延迟和低内存占用的特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P0qU8soSZ) +[MarkText](https://github.com/marktext/marktext) | 一款高颜值的开源 Markdown 编辑器,界面简洁干净,提供实时预览、多种主题和编辑模式等功能,支持数学公式、表情符号、快捷键等,可导出 HTML 和 PDF 文件,适用于 Windows、macOS 和 Linux 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P0htEbTHs) +[RightMenu Master](https://github.com/jaywcjlove/rightmenu-master) | 一款 Finder 右键菜单增强工具,内置多个实用预设操作,支持移动复制文件、创建新文档、代码高亮预览、快捷打开常用文件夹和终端等,旨在提升 Mac 用户的工作效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFSlBwmq4) +[File Centipede](https://github.com/filecxx/FileCentipede) | 一款功能强大的文件上传/下载管理器,支持多种协议如 HTTPS、BT /磁力链接、FTP、WebDAV、m3u8 等,内置多种实用辅助功能,还提供浏览器插件抓取网站音视频。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFDdYCVjZ) +[Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) | 一款功能强大的文档管理系统,能够将纸质文档转换为在线可搜索的文档,支持 OCR 技术、自动分类、多种文件格式、多语言识别、全文搜索等功能,界面美观,提供权限管理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFtNu4PO5) +[Your Next Store](https://github.com/yournextstore/yournextstore) | 一套基于 Next . js 开发的 Shopify 独立站搭建开源解决方案,使用 Stripe 管理产品及支付,界面简洁美观,提供完整的购物流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFkmZxzKo) +[ToastFish](https://github.com/Uahh/ToastFish) | 一款利用 Windows 通知栏背单词的开源工具,可在工作或上课时隐蔽地背诵英语单词,支持自定义词库、设置背诵数量和单词测试等实用功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEJQ41h7r) +[Puter](https://github.com/HeyPuter/puter) | 一款开源免费的个人云电脑工具,提供丰富功能、极致体验和高度个性化定制,可作为网盘、开发环境、远程桌面等使用,支持自托管保护隐私。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEwSntki0) +[MD3-Windows](http://t.cn/A6nITzAU) | 一款基于 Material You 设计风格的 Windows 桌面美化工具,能根据壁纸自动调整配色,提供丰富的桌面小组件和自定义功能,打造整洁实用的桌面体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OE3dEq2Us) +[fzf](https://github.com/junegunn/fzf) | 一款功能强大的命令行模糊查找器,通过模糊匹配算法快速筛选列表中的命令、文件、历史记录等,支持多种显示模式和自定义选项,并与 bash、zsh、fish、Vim 和 Neovim 等集成。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODEFwtsKO) +[NewsNow](https://github.com/newsapp/newsnow) | 一款优雅的实时热门新闻阅读工具,包括国内、国际、科技、财经等多个类别,整合了微博、知乎、抖音、澎湃、GitHub、华尔街、Hacker News、IT 之家等多个平台的热门资讯。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODvf1Bkms) +[Joplin](https://github.com/laurent22/joplin) | 一款开源的跨平台笔记应用,支持 Markdown 语法、多种内容插入和管理,可作为印象笔记、OneNote 的替代品,提供多种同步、导入导出、加密等功能,适用于学习整理、会议记录、文档管理等场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OD2Xxnl12) +[TV](https://github.com/Guovin/TV) | 一款 IPTV 电视直播源更新工具,可自定义频道菜单,根据模板频道自动获取并更新最新直播源接口,生成可用接口文件,支持多种运行方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCTNJclWE) +[QtScrcpy](https://github.com/barry-ran/QtScrcpy) | 一款开源的手机投屏电脑工具,支持通过 USB 或 WIFI 无需 root 权限连接 Android 设备到电脑,提供实时屏幕显示、键鼠控制、录制截图、文件传输等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCSyO7RDd) +[LosslessCut](https://github.com/mifi/lossless-cut) | 一款高效的无损音视频剪辑工具,能够在几秒内完成对音视频的无损压缩,特别适用于高清视频文件。还支持快速提取视频精华、添加配乐字幕轨道等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCK6yeFZh) +[1Remote](https://github.com/1Remote/1Remote) | 一款开源免费的远程会话管理工具,支持多种协议如 RDP、VNC、SSH 等,具有快速启动、多显示器支持、细节配置、界面定制等特性,提升远程管理效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCrfy9uKC) +[wechat-article-exporter](https://github.com/jooooock/wechat-article-exporter) | 一款开源的微信公众号文章批量下载工具,可在线导出公众号文章,支持音视频导出和私有部署,能还原文章样式,过滤已删除文章,根据规则自动下载并缓存数据。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCe5H6xOP) +[LocalSend](https://github.com/localsend/localsend) | 一款无需联网的跨平台本地文件传输工具,类似 AirDrop,可在本地网络上安全共享文件和消息,简单易用且传输速度超快。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OC8oyBiW2) +[思源笔记](https://github.com/siyuan-note/siyuan) | 一款隐私优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得编辑,拥有实时渲染、数学公式、图表、导出 HTML、Markdown 文件、AI 写作等特性,支持跨平台使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBPxzcajL) +[1Panel](https://github.com/1Panel-dev/1Panel) | 一款开源的 Linux 可视化管理工具,提供实时监控、文件管理、快速建站、一键安装应用、计划任务管理等功能,让用户更方便地管理 Linux 服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBG74mdxj) +[Docker-OSX](https://github.com/sickcodes/Docker-OSX) | 一款开源免费的黑苹果部署工具,可在 Windows 或 Linux 的 Docker 容器中一键部署安装 macOS 系统,支持共享文件夹、USB 设备热插拔、音频驱动配置等功能,提供接近原生的体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBwGzu4N9) +[eSearch](https://github.com/xushengfeng/eSearch) | 一款开源的多功能工具,具有截屏、OCR、搜索、翻译、贴图、以图搜图以及录屏等功能,支持 Windows、Linux 和 macOS 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBng4zJ1L) +[GoGoGo](https://github.com/ZCShou/GoGoGo) | 一款开源免费的虚拟定位 APP,无需 ROOT 权限即可轻松修改位置信息和模拟移动,提供历史记录、位置搜索和直接输入坐标等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBf0E1RIk) +[Notify Me](https://github.com/jinweijie/notify-me) | 一款开源免费的 Android 应用,可以捕获手机来电和短信信息,并将数据转发到 Bark 服务器或电子邮箱,实现跨设备及时接收重要通知。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OB4q9FHUQ) +[immich](https://github.com/immich-app/immich) | 一款开源免费的高性能照片和视频自托管解决方案,支持内容自动备份、快速上传下载、共享相册、足迹地图、内容时间线索引和元数据搜索等功能,提供 Docker 部署方式和安卓、iOS 客户端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OASCsxnjC) +[cloudflare_temp_email](https://github.com/dreamhunter2333/cloudflare_temp_email) | 一个基于 CloudFlare 免费服务搭建的功能全面的临时邮箱开源项目,支持收发邮件、访问密码、自动回复、查看附件等多种功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAzLt2Ie5) +[ProxyCat](https://github.com/honmashironeko/ProxyCat) | 一款能将临时 IP 变成固定 IP 的代理池中间件,支持多协议、动态获取、自动验证,配合高并发异步处理,适用于需要频繁更换 IP 的网络操作场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAoXJu5Fj) +[Nginx UI](https://github.com/0xJacky/nginx-ui) | 一款功能强大且界面友好的 Nginx 可视化管理工具,提供服务器监控、证书管理、配置编辑、日志分析等多种功能,支持多语言和深色模式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAb1alvfb) +[imFile](https://github.com/imfile-io/imfile-desktop) | 一款基于 Motrix 开发的开源免费下载工具,界面简洁易用,支持 HTTP、FTP、BT、磁力链等多种资源下载,具有多线程下载、限速、模拟 UA、系统通知等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA9Q6qLcI) +[AB Download Manager](https://github.com/amir1376/ab-download-manager) | 一款开源免费的下载管理器工具,能够提升高达 500 %的下载速度,批量管理下载队列,自定义下载速度,并提供浏览器扩展自动获取下载链接。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ozy87aIJ4) +[Files](https://github.com/files-community/Files) | 一款基于 Windows 设计的功能强大的文件管理器工具,支持标签页管理多个文件夹、双面板对比文件夹内容、云端存储集成、压缩文件处理以及 Git 项目管理等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OzoHD5cKS) +[123pan](https://github.com/Bao-qing/123pan) | 一款能突破 123 云盘下载速度限制的 Python 脚本工具,提供列出文件、下载文件、上传文件、分享文件等功能,为 Windows 用户提供开箱即用安装包。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ozfik5v0H) +[BBackupp](https://github.com/Lakr233/BBackupp) | 一款开源免费的 iOS 设备备份工具,支持备份到外置硬盘、监控备份进度、加密备份,可以无缝迁移到新设备。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OyulQexGD) +[md](https://github.com/doocs/md) | 一款开源的微信 Markdown 编辑器,支持自定义 CSS 样式、Markdown 语法、LaTeX 公式,提供多种实用功能如格式化、取色、图片上传等,界面简洁好用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OylTdiuz1) +[FSNotes](https://github.com/glushchenko/fsnotes) | 一款简洁且功能强大的笔记管理工具,支持 Markdown 和纯文本文件、多文件夹存储、代码语法高亮、内联图片、跨笔记链接、暗黑主题等丰富功能,适用于 macOS 和 iOS 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxZv2dwKk) +[Real-Address-Generator](https://github.com/Adonis142857/Real-Address-Generator) | 一个基于 Cloudflare Workers 的真实地址生成器,可以生成不同国家的真实随机地址,包括姓名、性别、电话号码和详细地址等信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxTNThUjc) +[GeekDesk](https://github.com/BookerLiu/GeekDesk) | 一款高颜值、功能强大的桌面快速启动管理工具,集成了强大的文件搜索、自定义快捷键、壁纸、界面效果调整、系统图标选择和定时提醒等功能,旨在为用户打造高效且个性化的极客桌面体验。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxJ0h5tgL) +[Spacedrive](https://github.com/spacedriveapp/spacedrive) | 一款基于 Rust 开发的跨平台文件管理器,提供安全且直观的文件管理体验,能够结合云端存储和本地硬盘,打造个人分布式云。功能丰富,包括文件预览、识别、搜索、多视图布局、AI 标签、云存储支持、个性化主题和多语言支持等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwCEyfS7c) +[Pake](https://github.com/tw93/Pake) | 一款基于 Rust 的开源工具,能将任何网页轻松打包成多端桌面应用,相比 Electron 更加小巧、快速、高性能、低内存占用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Owte44RSn) +[Certimate](https://github.com/usual2970/certimate) | 一款开源的 SSL 证书管理工具,可自动申请、部署 SSL 证书并在证书即将过期时自动续期,提供安全便捷的 SSL 证书管理解决方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwrQPcipY) +[SimpleMindMap](https://github.com/wanglin2/mind-map) | 一款基于 JavaScript 实现的开源 Web 思维导图工具,具备思维导图核心功能,支持插件扩展更多实用功能,提供在线体验,上手简单。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwcJc7RlZ) +[Plate](https://github.com/udecode/plate) | 一款基于 React 的功能强大且高颜值的 Markdown 富文本编辑器框架,提供 50 多个插件开箱即用,支持无缝系统集成和组件定制开发,UI 响应式设计支持深浅色主题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwbKjtDWo) +[fscan](https://github.com/shadow1ng/fscan) | 一款开源免费的内网综合扫描工具,支持主机存活探测、服务爆破、redis 批量写公钥、web 指纹识别和漏洞扫描等功能,可一键自动化全方位进行漏扫扫描。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ow3kI7Bqr) +[Simple Live](https://github.com/xiaoyaocz/dart_simple_live) | 一款开源免费的聚合直播工具,集成了各大主流直播平台,支持多账号登录、观看记录、链接解析、弹幕设置等功能,提供 Android、iOS、Windows、macOS 和 Android TV 客户端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvKDfcsAU) +[xiaomusic](https://github.com/hanxi/xiaomusic) | 一款开源免费的工具,可让小爱音箱播放本地音乐,支持多种音频格式,语音控制播放,自动搜索下载匹配歌曲,支持网络歌单、电台、Docker 部署等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ov6zSs7wL) +[DeeplxFile](https://github.com/infrost/DeeplxFile) | 一款基于 Deeplx / playwright 实现的简单易用、快速且免费的文件翻译工具,不限制文件大小,支持超长文本翻译,使用 DeepL 作为翻译源,能够翻译超长且复杂的文档,如超大的 Excel 文件,甚至还能正确显示复杂的引用公式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OuCIS74zL) +[IPTVnator](https://github.com/4gray/iptvnator) | 一款开源的跨平台 IPTV 播放器,界面简洁且功能强大,支持导入播放列表、自动更新、频道搜索、电视存档、分组频道列表、多种主题等,支持外部播放器和 HTML 视频播放器,提供多语言支持。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ot0KLqZ3w) +[EcoPaste](https://github.com/ayangweb/EcoPaste/) | 一款开源免费的剪贴板管理工具,具有轻量小巧、快捷唤醒、本地存储、智能分组、收藏功能、内置搜索、图片 OCR 等特性,功能全面且操作便捷。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oqdkt1Qrf) +[RenderCV](https://github.com/sinaatalay/rendercv) | 一款基于 LaTeX 的简历框架,内置多种主题,可从 YAML 输入文件生成 PDF、LaTeX、Markdown、HTML 和 PNG 格式的高质量简历文档。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpdfoEmLf) +[cloudflare-saas-stack](https://github.com/Dhravya/cloudflare-saas-stack) | 一套基于 Cloudflare 的全栈 SaaS 开发模板,可快速在 Cloudflare 上构建并部署全栈应用,包括数据库、认证、样式、存储等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op4OV0Cwz) +[Pearcleaner](https://github.com/alienator88/Pearcleaner) | 一款开源免费且简洁好用的 Mac 软件卸载工具,提供高颜值简洁的操作界面,支持多选一键卸载软件并清理残留文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoZUujrNb) +[Fideo](https://github.com/chenfan0/fideo-live-record) | 一款开源免费且易于使用的直播录制工具,能够简单快捷地录制 YouTube、TikTok、抖音、快手、B 站、微博、淘宝等平台的直播内容,并保存为 MP4 格式的视频文件,提供开箱即用的安装包,支持 Windows 和 macOS 系统。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoUdmAP9O) +[vCard](https://github.com/codewithsadee/vcard-personal-portfolio) | 一款使用 HTML、CSS 和 JavaScript 构建的纯静态网站模板,界面布局适配所有设备,可用于搭建在线个人介绍或个人简历。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oog9foIZB) +[Pintree](https://github.com/Pintree-io/pintree) | 一款将浏览器书签转换成美观导航网站的开源工具,可直观展示和管理大量书签,提高使用效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oo94Snaba) +[ray.so](https://github.com/raycast/ray-so) | 一套来自 Raycast 团队的开源 Web 工具箱,提供代码图片生成器、图标制作器、高颜值 Raycast 主题等多种实用工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oo6IL8dmy) +[PDF Guru](https://github.com/kevin2li/PDF-Guru) | 一款开源的功能强大的 PDF 工具箱,支持水印去除、批量添加书签、OCR、格式转换、合并、拆分、插入、替换等多种 PDF 实用功能,还提供卡片制作、视频笔记、字段批量修改等额外功能,可大幅提高办公和学习效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oo5lvBNEx) +[Revezone](https://github.com/revezone/revezone) | 一款以图形为中心的思维管理工具,集成了无限画布白板、所见即所得编辑器、边栏文件管理和灵活布局等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnRoWwuUj) +[MediaGo](https://github.com/caorushizi/mediago) | 一款开源免费的视频在线提取工具,支持流媒体下载、视频下载、m3u8 文件下载以及 B 站视频下载,具有无需抓包、移动播放、批量下载等特性,提供 Windows 和 macOS 桌面客户端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnD41xHPp) +[Flow](https://github.com/pacexy/flow) | 一款开源免费的在线 ePub 阅读器,支持书内搜索、多主题切换、图片预览、链接分享、下载书籍、自定义排版、高亮笔记、数据导出以及云端存储等功能,兼容跨平台使用,可离线运行,允许同时阅读多本书。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnxmTmvCT) +[Auto-SSL](https://github.com/danbao/auto-ssl) | 一个自动化管理域名 SSL 证书的开源项目,利用 GitHub Actions 和 acme . sh 实现自动申请、续期 SSL 证书,并将证书保存到 Git 仓库。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnfGY1ZKR) +[PicX](https://github.com/XPoet/picx) | 一款基于 GitHub API 的图床工具,提供图片上传托管、生成图片链接和常用图片工具服务,具有开箱即用、操作简单、数据安全等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmRVxsPvt) +[academic-homepage](https://github.com/luost26/academic-homepage) | 一个开源的 GitHub Pages 模板,可快速搭建个人学术主页,包含个人简介、教育经历、发布学术列表等内容,页面布局兼容移动端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmMepzej2) +[spotify_player](https://github.com/aome510/spotify-player) | 一款快速、易用且高度可配置的终端 Spotify 播放器,具有极简界面、个性化配置、远程控制、歌词显示、跨平台支持、图像渲染、桌面通知等功能,提供丰富的 CLI 命令。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Omr1ip0Ye) +[ShotEasy](https://github.com/CH563/shot-easy-website) | 一款开源免费且无限制的在线图片编辑工具,能够进行裁剪旋转、添加水印、添加圆角、背景美化、背景移除替换以及快速压缩等操作,所有编辑都在浏览器中进行,不会上传到服务器,保护数据隐私安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om8ain7J3) +[Image ToolBox](https://github.com/T8RIN/ImageToolbox) | 一款开源免费且功能强大的图片编辑器,提供批量裁剪、滤镜、图片提取文本、图片拼接与叠加、背景移除、水印添加、格式转换等多种功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om15VifOj) +[Docmost](https://github.com/docmost/docmost) | 一款开源免费的协作文档和 Wiki 工具,提供富文本编辑器、表格、数学公式等功能,支持多人实时协作编辑,内置权限管理系统,可作为 Confluence 和 Notion 的替代品。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlyOr24GO) +[Image Watermark Tool](https://github.com/unilei/image-watermark-tool) | 一款开源免费的图片水印添加工具,可在本地设备上为图片添加水印,支持自定义水印颜色、大小、透明度和倾斜角度,保护隐私。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ol7I0mzdw) +[ProxyPin](https://github.com/wanghongenpin/network_proxy_flutter) | 一款开源免费的跨平台抓包工具,基于 Flutter 开发,界面简洁易用,可用于拦截、检查和重写 http(s)流量。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ol70OEOIi) +[Quick Waitlist](https://github.com/raqibnur/quick-waitlist) | 一款开源项目,帮助快速搭建精心设计的 Waitlist 页面,集成 Resend 进行邮件管理和自定义模板,提供 SEO 优化解决方案,并支持通过 Vercel 一键部署,适合发布任何产品或服务时收集潜在客户邮箱地址。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OkW8aky99) +[Telegram Media Downloader](https://github.com/Neet-Nestor/Telegram-Media-Downloader) | 一个开源免费的 Telegram 媒体下载脚本,可在 Telegram 网页版上自由下载图片、GIF 和视频等内容,即使是私人频道限制下载功能也能解锁。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ojs0ycNjF) +[social-auto-upload](https://github.com/dreammis/social-auto-upload) | 一款开源免费的自动化短视频上传和分发工具,支持主流视频平台如抖音、B 站、视频号、TikTok 等,可以多账号矩阵化执行任务,并支持自定义复杂发布时间。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OiBXDpExq) +[cobalt](https://github.com/imputnet/cobalt) | 一款开源免费的视频下载工具,支持 B 站、YouTube、Instagram、TikTok 和 Twitter 视频下载,无广告干扰。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OhBHwjCns) +[Hidden Bar](https://github.com/dwarvesf/hidden) | 一款开源免费的 Mac 菜单栏管理工具,可以一键折叠隐藏菜单栏中的图标,自由调整图标的显隐状态,使菜单栏变得干净整洁。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OhzlpducM) +[Caesium Image Compressor](https://github.com/Lymphatus/caesium-image-compressor) | 一款开源免费的图像压缩工具,可以在保持图像质量的前提下减小文件大小,支持 JPG、PNG 和 WebP 格式,提供浏览器版本和跨平台客户端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OfIQcwmDS) +[IT-Tools](https://github.com/CorentinTh/it-tools) | 一套专为开发人员打造的在线实用工具库,包括 Token 生成器、大小写转换器、进制转换器、二维码生成器、Git 备忘录等,可通过 Docker 一键部署到自己的服务器上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OdYCFq6vy) +[res-downloader](https://github.com/putyy/res-downloader) | 一款开源免费的网络资源嗅探下载器,可获取视频、音频、图片以及 m3u8 等不同类型资源,支持微信视频号、抖音、快手、小红书、QQ 音乐等主流平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OdXz37hcU) +[Stream-rec](https://github.com/hua0512/stream-rec) | 一款开源免费的直播录制工具,支持虎牙、抖音、斗鱼和 Twitch 等多个平台,可自动录制直播视频和弹幕,支持自定义录制质量、格式等设置,并提供 Web 界面配置和 Docker 部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OdLEZeoeJ) +[Depth of Field Simulator](https://jherr.github.io/depth-of-field/) | 一个在线景深模拟器工具,可以通过调整光圈、焦距和拍摄对象距离等参数,直观展示这些因素对景深的影响,非常适合摄影爱好者学习和掌握拍摄技巧。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OdchUx6Ms) +[Douyin-Vue](https://github.com/zyronon/douyin) | 一个模仿抖音的移动端短视频项目,使用最新的 Vue 技术栈开发,实现媲美原生 App 丝滑流畅的使用体验,可作为学习 Vue 最佳实践的项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObZcLnjsd) +[QuickRecorder](https://github.com/lihaoyun6/QuickRecorder) | 一款多功能、轻量化、高性能的 macOS 屏幕工具,支持窗口录制、App 录制、窗口声音内录、鼠标高亮、隐藏桌面文件等功能,体积仅 4MB,操作简便。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObvCMgwyE) +[Hanzi Writer](https://github.com/chanind/hanzi-writer) | 一个开源免费的 JavaScript 库,可根据汉字书写时的笔画顺序播放正确的描边动画和练习测试,包含 9000 多个常用汉字,库大小仅 30kb,可嵌入 Web、iOS 或 Android 等平台应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OaARCr9Nb) +[Pingvin Share](https://github.com/stonith404/pingvin-share) | 一款可自建的文件分享工具,支持自定义链接、上传限制、有效期、访问次数、密码保护等,并提供反病毒检查,界面简洁易用,可通过 Docker 一键部署到私有服务器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa1vL66ai) +[Memos](https://github.com/usememos/memos) | 一款开源免费的轻量级笔记服务,像极简版微博社区,可记录想法、知识和笔记,支持公开分享。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O922m4CUj) +[DrawDB](https://github.com/drawdb-io/drawdb) | 一款开源免费的在线数据库设计工具及 SQL 生成器,支持主流数据库,可轻松创建数据库图表、导出 SQL 脚本和自定义编辑器。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8Wle8PES) +[My TV](https://github.com/lizongying/my-tv) | 一款开源免费的安卓电视直播软件,内置直播源,安装即可使用,具有稳定、快速、免费和无广告等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8h6334To) +[Seal](https://github.com/JunkFood02/Seal) | 一款开源免费的 Android 视频/音频下载工具,底层使用 yt - dlp 下载框架,支持数千个视频平台,界面简洁友好,遵循 MD3 设计规范。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7SlKfgqT) +[sensitive-word](https://github.com/houbb/sensitive-word) | 一款基于 DFA 算法实现的高性能 Java 敏感词过滤工具框架,内置 6W +敏感词库,支持敏感词判断、返回、脱敏等操作,具有性能优异、功能丰富、使用简洁等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7PZDCOJl) +[Motrix](https://github.com/agalwood/Motrix) | 一款开源免费的全能下载工具,界面简洁易用,支持 HTTP、FTP、BT、磁力链等资源下载,具有多线程下载、BT 选择性下载、自动更新 Tracker 等功能,可替代迅雷。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7HZK7Fje) +[Soybean Admin](https://github.com/soybeanjs/soybean-admin) | 一款清新优雅、高颜值且功能强大的开源后台管理模板,采用前沿技术栈,提供丰富的主题配置、组件和一站式后台管理解决方案,无需额外配置即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7mkT9khB) +[Reminders MenuBar](https://github.com/DamascenoRafael/reminders-menubar) | 一款专为 macOS 设计的提醒菜单栏小工具,可以直接在菜单栏上管理提醒事项,支持同步、创建、编辑和筛选等操作,提高工作效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6PxlkEKx) +[Zealot](https://github.com/tryzealot/zealot) | 一款开源的自部署托管移动应用和 macOS 应用的分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库,支持企业打包分发流程、上传应用全套流程方案,可接入任意 CI 系统实现自动化处理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6G6PCzSD) +[Gmeek](https://github.com/Meekdai/Gmeek) | 一款超轻量级的开源个人博客框架,无需本地部署,基于 GitHub Pages、GitHub Issues 和 GitHub Actions,仅需 3 步 18 秒即可搭建好博客并开始写作。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6Ede41wk) +[DevHub](https://github.com/jaywcjlove/DevHub) | 一款专为开发者打造的 macOS 应用工具箱,集成超过 30 种常用小工具,如 API 请求、UUID 生成器、编解码工具等,无需联网即可使用,旨在提升开发效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O63Hvj9ky) +[pinyin-pro](https://github.com/zh-lx/pinyin-pro) | 一款专业的 JavaScript 汉字拼音转换库,功能丰富、准确率高、性能优异,支持多种拼音转换模式,包括拼音/声母/韵母/首字母/音调等,并提供拼音输入转换、文本匹配等高级功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5T3sjLw8) +[Vmail.DEV](https://github.com/yesmore/vmail) | 一款开源免费的临时邮箱创建工具,使用 Cloudflare email worker 实现,支持接收、显示和存储电子邮件,可自托管部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5JwwFwS3) +[Lux](https://github.com/iawia002/lux) | 一款跨平台的视频下载命令行工具,使用 Go 语言编写,支持几乎所有视频平台如抖音、B 站、YouTube 等,可控制下载视频的格式、清晰度和字幕。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5zLeAFOt) +[Applite](https://github.com/milanvarady/Applite) | 一款开源免费的 Homebrew 可视化工具,提供简洁易用的界面,让非技术用户轻松安装和管理第三方应用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5gUfje5o) +[pear-rec](https://github.com/027xiguapi/pear-rec) | 一款简单高效且功能齐全的日常工具,支持截图、录屏、录像、录制 GIF、查看多媒体文件和修改图片等,同时支持跨平台,目前提供 Windows 安装包。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5fEC4g0S) +[Huntly](https://github.com/lcomplete/huntly) | 一款开源免费的 RSS 阅读器,支持 RSS 订阅、全文搜索、自动保存等功能,可自托管或本地运行。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4ViM4x4m) +[LapisCV](https://github.com/BingyanStudio/LapisCV) | 一份基于 Markdown 格式的简洁正式简历模板,适用于 Obsidian / Typora,开箱即用,风格简洁正式,适合求职求学场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4wYIrzPl) +[Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader) | 一款开源免费的视频下载工具,提供简单易用的操作界面,支持多个视频平台如 B 站、YouTube、抖音等,可下载视频、图像、音频和文本文件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O3VffkUCT) +[WeWe RSS](https://github.com/cooderl/wewe-rss) | 一款优雅的微信公众号订阅工具,支持微信公众号订阅以及 RSS 生成,后台自动定时更新内容,支持全文内容输出,让阅读无障碍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O3DOmoCjb) +[GitButler](https://github.com/gitbutlerapp/gitbutler) | 一款由 GitHub 联合创始人开源的高颜值且好用的可视化 Git 客户端,支持自动创建分支、管理分支合并、使用 AI 编写提交信息、快速解决问题等功能,提升 Git 使用效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O3tM3m1JL) +[Web-Check](https://github.com/Lissy93/web-check) | 一款功能强大的开源免费网站分析工具,可以分析任何网站的 IP 信息、SSL 链、DNS 记录、Cookie、域名信息、服务器位置、网站性能等信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O30FR71IP) +[Stats](https://github.com/exelban/stats) | 一款开源免费的 Mac 系统监控工具,功能全面,可监控 CPU、GPU、磁盘、内存、网络、电池、传感器、风扇、蓝牙设备和多时区时钟等,是 iStat Menus 的良好替代品。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O30rB0lcQ) +[NewPipe](https://github.com/TeamNewPipe/NewPipe) | 一款开源免费的轻量级 YouTube 第三方客户端,无需 Google 服务框架和 YouTube 账号登录,支持 4K 视频播放、画中画模式、搜索视频/音频/频道/播放列表,可下载视频/音频/字幕等功能丰富。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O2IZVjGvv) +[Czkawka](https://github.com/qarmin/czkawka) | 一款开源免费的简单、快速且强大的不必要文件清理工具,支持扫描重复、空文件夹、大文件、相似多媒体文件、无效文件等内容,扫描速度极快,支持多语言和多平台。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1DPo4OFM) +[campus-imaotai](https://github.com/oddfar/campus-imaotai) | 一款自动化工具,可以在 i 茅台 App 上自动完成注册、预约、旅行等操作,支持多账号、门店选择、耐力值查询、消息推送等功能,并提供 Docker 一键部署。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1uVsCfJq) +[Loop](https://github.com/MrKai77/Loop) | 一款开源免费的 MacOS 屏幕窗口管理工具,可轻松拖拽、调整和排列窗口,提高工作效率,支持自定义颜色和设置。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NEJllims0) +[ChatGPT Source Watch](https://github.com/0xdevalias/chatgpt-source-watch) | 一个监控 ChatGPT 前端代码变化的工具,可以提前发现即将推出的新功能,为 ChatGPT 用户和竞争对手提供有价值的信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NE5CwC9uO) +[Google Indexing Script](https://github.com/goenning/google-indexing-script) | 一个开源脚本,利用 Google API 可以在 48 小时内让你的网站在 Google 上建立索引,无需复杂技术或黑客手段。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDX1MEVo3) +[Reactive Resume](https://github.com/AmruthPillai/Reactive-Resume) | 一款独特的免费开源简历生成器,支持中文和多种配置,可轻松创建、更新、共享和打印简历,支持个性化主题和布局,并集成 GPT 辅助编写修改。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCIqL0K0K) +[cmd-wrapped](https://github.com/YiNNx/cmd-wrapped) | 一款命令行工具,可以统计和分析过去一年中用户在终端上使用的命令情况,包括每日最活跃时段、常用命令统计等,并生成类似 GitHub 年度贡献图的命令分布图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCz9miCLo) +[Look Scanned](https://github.com/rwv/lookscanned.io) | 一款纯前端网站工具,能够让 PDF 文件看起来像是扫描件一样,无需打印机和扫描仪,操作简单快捷,具有隐私保护、个性化调整和跨平台支持等优点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NChkklg4i) +[China Holiday Calendar](https://github.com/lanceliao/china-holiday-calender) | 一份开源维护的中国节假日补班日历,提供 2022 - 2024 年中国节假日、调休、补班信息,支持 ICS 格式和 API 获取,可订阅到 iPhone、Google Calendar、Outlook 等客户端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAK3ybJ3l) +[movie-web](https://github.com/movie-web/movie-web) | 一个极简且易用的开源电影网站,支持搜索和在线观看电影,具有自动保存播放进度、收藏电影、界面简洁、搜索响应快等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzZ064MGc) +[Spotube](https://github.com/KRTirtho/spotube) | 一款开源的跨平台 Spotify 客户端,无需付费订阅,支持离线播放、歌词同步等功能,注重隐私且体验流畅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzXjp0nQ2) + + +### 实用插件 + +项目 | 简述 | 源 ---- | ----- | ----- -[Better Notes](https://github.com/windingwind/zotero-better-notes) | 一个比较实用的笔记插件,需搭配文献管理工具 Zotero 使用。集成了论文阅读、段落注释、做笔记、元数据分析、知识输出、AI 写作等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N6XqG6Z8F) -[CodeCursor](https://github.com/Helixform/CodeCursor) | 你可以利用这个插件将 Cursor 快速集成到 VSCode 上。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzgfrmwMm) -[CopilotForXcode](https://github.com/intitni/CopilotForXcode) | 该插件可为 Xcode 提供 GitHub Copilot 和 ChatGPT 支持,帮助你更快开发出 iOS/macOS/iPadOS 软件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzehG7Grn) -[vscode-chatgpt](https://github.com/gencay/vscode-chatgpt) | 一个开源的 VSCode 插件,可将 OpenAI ChatGPT 集成到 VSCode | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MyrY7E70X) -[ChatGPT Box](https://github.com/josStorer/chatGPTBox) | 一个可以将 ChatGPT 深度集成到浏览器中的开源插件。,除了对主流网站进行适配,还内置了诸如翻译、总结、润色、情感分析、段落划分、代码解释、问询等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MybtgAlNl) -[OpenAI Translator](https://github.com/yetone/openai-translator) | 一个基于 ChatGPT API 的划词翻译 Chrome 插件 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Mwmljj29i) +[FastURL](https://github.com/fatwang2/fasturl) | 一款实用的开源 Chrome 插件,可以在任何输入框中通过快捷键粘贴网页正文的 Markdown 格式内容,支持清理广告和导航栏等多余内容,同时保留标题、列表、链接等 HTML 元素,操作在本地浏览器完成,速度快且数据安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6MuStfEh) +[WebChat](https://github.com/molvqingtai/WebChat) | 一款去中心化、无服务器的匿名聊天浏览器插件,利用 WebRTC 端到端加密技术,所有聊天数据保存在本地,确保安全隐私。无需注册,可在任何网站一键开启与他人聊天,适合即时交流需求场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6tDSAbN6) +[Screenity](https://github.com/alyssaxuu/screenity) | 一款功能强大的 Chrome 录屏插件,支持屏幕任意位置录制、标注、录音,可导出多种视频格式并进行简单编辑。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFMEtmh5N) +[Cloud Document Converter](https://github.com/lujunji4113/cloud-document-converter) | 一款开源的 Chrome 插件,支持下载和复制飞书文档为 Markdown 格式,兼容多种元素如标题、代码块、列表、表格、图片等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBDKWvEFL) +[uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) | 一份综合性的 AI 内容过滤列表,包含约 950 个网站,可用于 uBlock Origin 和 uBlacklist,主要目的是清理 Google Search、DuckDuckGo 和 Bing 等图像搜索引擎中的 AI 生成内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OARfelVoz) +[Luxirty Search](https://github.com/KoriIku/luxirty-search) | 一款基于 Google 的开源搜索引擎插件,屏蔽内容农场、无广告、无跟踪、界面简洁,提升 GitHub、StackOverflow 等技术社区的搜索权重。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAMJ9hK8F) +[materialYouNewTab](https://github.com/XengShi/materialYouNewTab) | 一款采用 Google Material You 设计风格的浏览器主页插件,提供自定义搜索引擎、快捷网站图标、主题切换等功能,无需权限即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA1AFjrwW) +[visual-try-on](https://github.com/shyjal/visual-try-on) | 一款基于快手 Kolors 图像模型开发的 Chrome 浏览器插件,可在任何电商网站上上传自己的照片,一键试穿喜欢的衣服。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvB1cySwr) +[code-box](https://github.com/027xiguapi/code-box) | 一款开源免费的浏览器插件,适用于主流技术社区网站,提供一键复制代码、阅读全文和去除登录弹窗等实用功能,为技术开发者提供便利。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsYoDBw9t) +[ComfyUI_Bxb](https://github.com/zhulu111/ComfyUI_Bxb) | 一款开源插件,能够将 ComfyUI 工作流转换成小程序,支持主流平台和支付变现功能,方便将现有工作流推广到更广阔的市场。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Os3PF1Qsz) +[vscode-drawio](https://github.com/hediet/vscode-drawio) | 一款将 draw . io 集成到 VSCode 的插件,让开发者能够在 VSCode 中快速绘制流程图、思维导图或 UML 类图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op1sZlgfA) +[Aide](https://github.com/nicepkg/aide) | 一款实用的 AI 编程助手 VSCode 扩展,为现有编程助手(如 Copilot、CodegeeX 或 Codeium 等)提供功能补充,让开发者能更高效地编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ooz0foptK) +[Reborn AI](https://github.com/Christopher-Hayes/vscode-chatgpt-reborn) | 一款开源的 VSCode 插件,能够帮助编写、重构和改进代码,支持多种语言模型和语种,包括中文和英文等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Olf5PnSjv) +[gh-dash](https://github.com/dlvhdr/gh-dash) | 一款高颜值的 GitHub CLI 扩展,以仪表板形式展示 GitHub 项目的拉取请求和问题信息,支持搜索、过滤、操作等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgxI3eTqk) +[cat-catch (猫抓)](https://github.com/xifangczy/cat-catch) | 一款开源免费的网页资源嗅探插件,能够筛选列出当前页面的资源,提供嗅探、缓存捕捉、视频录制等工具帮助抓取资源,支持自定义抓取资源类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OewNznNwZ) +[Responsive Viewer](https://github.com/skmail/responsive-viewer) | 一款开源的 Chrome 浏览器插件,可以在一个界面中同时展示多个屏幕尺寸,方便前端开发者测试响应式网站或应用在不同设备尺寸下的显示效果,提供多种设备尺寸选择、横竖屏显示和一键截图分享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObwBFa78o) +[kiss-translator](https://github.com/fishjar/kiss-translator) | 一款简约且好用的双语对照翻译插件和油猴脚本,支持多种浏览器和翻译服务,提供网页双语对照翻译、输入框翻译、YouTube 字幕翻译等功能,支持自定义翻译规则、译文样式和快捷键。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa8MjtHIr) +[Stellar](https://github.com/xaoxuu/hexo-theme-stellar) | 一款内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,可帮助简单应对各种表达需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7fGfAZcH) ### 资料集合 -名称 | 简述 | 源 +项目 | 简述 | 源 ---- | ----- | ----- -[awesome-cto](https://github.com/kuchin/awesome-cto) | 一份专为首席技术官(CTO )设计的资源清单,含有 CTO 角色介绍、招聘技巧、团队管理、职业发展、项目管理实践、开发流程、初创公司指南、产品开发、市场营销等等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzmZDfDhj) -[SVGL](https://github.com/pheralb/svgl) | 一份 SVG Logo 资源合集,精心收集了所有目前主流行公司以及技术框架工具的 Logo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxlV4rGil) -[AI Collection](https://github.com/ai-collection/ai-collection) | 收集了诸多实用的 AI 工具,覆盖编程、金融、创作、教育、市场营销等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ME78CtvfS) -[zihao_course](https://github.com/) | 一份开源的 AI 技术资料。覆盖计算机视觉、图机器学习、人工智能可解释性、图像分类等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MoBYmeZhU) -[方糖全栈路线图](https://github.com/easychen/stack-roadmap) | 这是一份开源技术路线图,尝试让读者在短时间内补全包括商业模式、设计、开发、运营、增长在内的「最小可行技能栈」,帮助读者完成「从螺丝钉到一人企业」的蜕变。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MmCZwtbaN) - - -### 书籍/教程 - -名称 | 简述 | 源 ----- | ----- | ----- -[GitHubCopilotAI](https://github.com/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming) | 微软出了一期学习 GitHub Copilot 教程。一共有 6 节课程,共 10 个小时。旨在教授如何有效使用 GitHub Copilot 并用于辅助编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NxFSGaC1l) -[ChatGPT 提示工程](https://www.bilibili.com/video/BV1s24y1F7eq/) | 该教程由吴恩达老师与 OpenAI 开发者 Iza Fulford 联手教授。教程总共分为 9 个章节,时长一个多小时,里面主要涵盖:提示词最佳实践、评论情感分类、文本总结、邮件撰写、文本翻译、快速搭建一个聊天机器人等等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MEhkq7gXG) -[JavaScript 新手教程](https://github.com/sumn2u/learn-javascript) | 本书主要介绍 JavaScript 基础知识、如何在 Web 浏览器上用 JavaScript 进行编程,以及 JavaScript 相关的各种重要话题、案例、练习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MBF7CadeE) -[Midjourney 学习导航](https://learningprompt.wiki/docs/midjourney-learning-path) | Midjourney 中文教程,能让不同水平的朋友快速了解和学会 Midjourney | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MB13vj0QJ) +[Awesome LLM Apps](https://github.com/Shubhamsaboo/awesome-llm-apps) | 一份精心整理的大语言模型在不同领域实际应用的集合,涵盖客服、法律、健康、旅游、数据分析等场景,以及结合 RGA 和具备记忆功能的应用,还收集了 LLM 微调、高级工具和框架使用教程等,提供详细介绍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6cnJfNL0) +[web3.0](https://github.com/wangschang/web3.0) | 一份颇为全面的学习 Web3 资料集合,涵盖 Web3 基础知识、应用及项目、相关分享博主、视频教程、相关书籍、开发资源以及工具等内容,还整理了一些与 Web3 相关的招聘工作机会。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEnLvvP1d) +[How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | 一份关于如何保护 Linux 服务器安全的操作指南,涵盖 SSH 配置、基本安全措施、网络防火墙、系统审计和其他安全增强措施,并提供详细步骤和建议。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OEe1nDxh2) +[awesome-falsehood](http://t.cn/A6nMuXKB) | 一份整理了程序员在开发过程中常犯的错误观点集合,包括时间日期处理、地理位置、国际化、电子邮件格式化、邮政地址等场景,旨在帮助开发者认识并避免这些误解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OE5YxfXIc) +[m3u直播源收集列表](https://github.com/YanG-1989/m3u) | 一份包含电视、直播、MyTV 以及体育等订阅列表的 m3u 直播源收集列表,持续更新。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ODsVQdRCv) +[awesome-LLM-resourses](https://github.com/WangRongsheng/awesome-LLM-resourses) | 一份颇为全面的大语言模型(LLM)资源集合,涵盖数据、微调、推理、知识库、智能体、书籍、相关课程、学习教程以及论文等内容,旨在成为全球最佳 LLM 资源汇总。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCyjWy06o) +[awesome-low-level-design](https://github.com/ashishps1/awesome-low-level-design) | 一份关于学习低级设计(LLD)的资源集合,涵盖面向对象编程概念、设计模式、UML 图、面试题目和相关书籍推荐等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCsqCaQ1O) +[Prompt_Engineering](https://github.com/NirDiamant/Prompt_Engineering) | 一份全面的提示词学习指南,涵盖从基础到高级的提示工程技术,包括基本概念、思维链、角色提示、结构提示以及可直接使用的提示模板等内容,旨在帮助学习和使用大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OC4FcfuVf) +[Awesome_Math_Books](https://github.com/valeman/Awesome_Math_Books) | 一份收集了各种数学领域经典书籍的集合,包括概率论、代数、微积分等,提供下载链接或在线阅读,还有高中数学问题和物理学基础知识书籍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBNbroT9d) +[awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job) | 一份整理了关于远程工作职位和资源的列表,涵盖文章、视频、书籍、招聘网站、面试资料、问答社区、远程工作社区、会议工具以及法律和财务建议等内容,为寻找远程工作提供帮助和有用信息。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAtSzh8YL) +[Awesome Indie Hacker Tools](https://github.com/iAmCorey/awesome-indie-hacker-tools) | 一份收录独立开发/出海开发相关技术栈及工具的 GitHub 仓库,涵盖原型设计、UI 框架/组件库、图标/字体库、前端/后端开发框架、支付、国际化、产品发布推广等实用内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAkrFdDIk) +[DevOps-Guide](https://github.com/Tikam02/DevOps-Guide) | 一份整理了丰富的 DevOps 学习资源列表,涵盖 CI / CD、数据库、开发运维实践、面试准备、操作系统、网络、终端命令等多个方面,并提供了入门 DevOps 的学习指南。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAjp22ytu) +[出海网站经验总结](https://github.com/princehuang/overseas-website-note) | 一份关于出海网站收款全流程的总结,包括公司注册、申请 EIN、申请银行卡、激活 Stripe 等内容,对于将业务拓展到海外的产品非常有帮助。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwVvyhKND) +[Awesome-Dify-Workflow](https://github.com/svcvit/Awesome-Dify-Workflow) | 一份整理了一系列好用的 Dify 工作流集合,包括中英文翻译、知识库聊天、搜索大师、爆款标题、文章仿写、运营一条龙、聊天机器人、代码生成等,所有工作流基本可免费使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OwnkKzAcX) +[Awesome_GPT_Super_Prompting](https://github.com/CyberAlbSecOP/Awesome_GPT_Super_Prompting) | 一份在 GitHub 上整理的 ChatGPT 超级提示词集合,收集了 ChatGPT 越狱提示词、GPT 智能体提示词、提示词注入及保护、各种 GPTs 提示词以及 Prompt Engineering 学习资料等相关资源,内容全面且持续更新。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ow4tL79ET) +[Free Public APIs](http://t.cn/A6RM9Vru) | 一份收集了大量免费 API 的网站,每天定时测试 API 可用性,确保收录的 248 个 API 涵盖金融、娱乐、音乐、旅行、交通等类别均可供学生和开发者使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OuZjdArbm) +[system-design](https://github.com/systemdesign42/system-design) | 一份精心收集整理的系统设计面试资源列表,提供知名科技公司实战案例和系统设计基础知识,帮助通过系统设计面试。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OuuQGiHAC) +[awesomeMLSys](https://github.com/cuda-mode/awesomeMLSys) | 一份精选的机器学习系统入门资料集合,包括论文、视频和代码库,涵盖注意力机制、性能优化、量化、长上下文长度和稀疏性等主题。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsOY94wud) +[RAG_Techniques](https://github.com/NirDiamant/RAG_Techniques) | 一份全面的检索增强生成(RAG)技术学习集合,涵盖 22 种 RAG 技术,提供详细文档、实现指南和示例代码。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OszElm1oI) +[ComfyUI-Yolain-Workflows](https://github.com/Yolain-Codes/ComfyUI-Yolain-Workflows) | 一份较全面的 ComfyUI 工作流合集,涵盖从基础到进阶再到落地应用,包括图生图、细节修复、背景去除、重绘/扩图、人脸迁移、重绘光影、电商产品主图等工作流。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Osp2NhomB) +[developer2gwy](https://github.com/miss-mumu/developer2gwy) | 一份开源的公务员考试最佳实践指南,由从程序员转行成为公务员的朋友们共同编写,涵盖公考基础知识、备考实践、常见问题、面试手册和问答等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpYcPtsIk) +[llama3-Chinese-chat](https://github.com/CrazyBoyM/llama3-Chinese-chat) | 一份关于针对 Llama 3 进行中文微调的教程和工具集合,包括微调、魔改版本权重、训练、推理、评测以及部署 Llama 3 和 Llama 3 . 1 的视频和文档等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OpOMkCpzE) +[中文网字计划](https://github.com/KonghaYao/chinese-free-web-font-storage) | 一套可商用免费的中文 Web 字体库,收录众多中文字体,提供在线加载和查看字体信息的功能,并有全字符集中文渲染方案。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoRRex42F) +[OpenAlternative](https://github.com/piotrkulpinski/openalternative) | 一份收集主流软件开源替代品的列表,对每个替代品进行了详细介绍,并列举了更多类似的开源选择,涵盖多个领域,方便查找所需开源软件。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoLXVlPJb) +[Free Font](https://github.com/jaywcjlove/free-font) | 一份收录了 630 多种免费可商用的字体列表,包括汉字字体和英文字体,按黑体、宋体、楷体、艺术体和手绘体等分类,可在线查看并下载字体包。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oot6WaYaB) +[Modern-CV](https://github.com/DeveloperPaul123/modern-cv) | 一套受 Awesome - CV 启发的现代简历模板集合,使用 Typst 编写,提供多种现代简历模板样式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oo0PrkfAo) +[IPTV Channels Collection](https://github.com/iptv-org/iptv) | 一份收集了世界各地公开的 IPTV 频道集合,涵盖动画、商业、教育、历史、电影、音乐、科学等多种类别,并按语言、国家、地区进行分组。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnErgkNAz) +[awesome-social-media-downloader](https://github.com/DangJin/awesome-social-media-downloader) | 一份精心收集的开源免费视频下载工具列表,包括能够免费下载油管、B 站、抖音、视频号等平台视频的工具,以及一些短视频去水印和视频压缩等辅助工具。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnwbPlaV6) +[OI Wiki](https://github.com/OI-wiki/OI-wiki) | 一份免费开放且持续更新的编程竞赛知识整合站点,包含基础知识、常见题型、解题思路以及常用工具等内容,旨在帮助学习编程竞赛。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Onkd1FJ7m) +[awesome-landing-page](https://github.com/nordicgiant2/awesome-landing-page) | 一份精心收集的落地页模板集合,包含多种高颜值且实用的开源落地页模板,使用不同前端技术框架构建,还收集了相关制作教程和设计资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OnevUmEXS) +[best-practice](https://github.com/saasfly/best-practice) | 一份 2024 年构建 SaaS 初创公司的最佳实践集合,涵盖技术栈、云服务、架构、数据库、AI、后端及站点生成器等资源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmjWV3DKd) +[海棠诗社](https://github.com/javayhu/haitang) | 一个开源的精美古诗词网站,内含丰富的古诗词资源,支持多种检索和分类方式,每首诗词均有注解、翻译和评价,助力理解诗词。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OmbHtBbXt) +[Adobe-Alternatives](https://github.com/KenneyNL/Adobe-Alternatives) | 一份精选的 GitHub 列表,收录了可替代 Adobe 全家桶软件(如 Photoshop、Illustrator、Lightroom、Premiere 和 After Effects 等)的开源、免费或付费替代品,并使用图标标注了软件的付费模式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OhTFgtNfq) +[GPTS-Prompt-Collection](https://github.com/B3o/GPTS-Prompt-Collection) | 一份收集各种精彩 GPT 提示词的集合,涵盖写作、开发、生产力、商业、教育、金融、健康、营销、销售、游戏、设计等多个领域,可以搜索关键词查找所需提示词,学习优秀提示词的写法并进行改进。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ogohy7lPd) +[awesome-artificial-intelligence](https://github.com/owainlewis/awesome-artificial-intelligence) | 一份精心收集的人工智能领域资源集合,涵盖机器学习、深度学习、自然语言处理等基础知识,以及应用工具、教程、书籍、视频和论文等内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OfaRAkmJ4) +[categorized-raycast-extensions](https://github.com/marekbrze/categorized-raycast-extensions) | 一份收集了超过 1498 个 Raycast 第三方插件的集合,涵盖商业、设计、音视频、社交媒体、教育、娱乐、AI、自动化、实用工具等多个类别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Od3chdgtk) +[The Algorithms](https://github.com/TheAlgorithms) | 一套收录了 Python、Java、C ++、JavaScript、Go 等多种编程语言的算法实现代码的开源算法库,包含二分查找、快速排序、斐波那契数列等热门算法。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObufybGsO) +[Awesome Chinese LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM) | 一份精心收集和梳理的中文大语言模型(LLM)相关资源集合,包括多个垂直领域的开源微调中文模型、底层模型、数据集、微调框架、推理部署框架、评测方法和相关教程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ob1Y34slk) +[Awesome Cloudflare](https://github.com/zhuima/awesome-cloudflare) | 一份精心收集的基于 Cloudflare 的各种资源列表,包括开源工具、学习指南、博客等,旨在帮助独立开发者降本增效。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O9OHoziu2) +[cs-video-courses](https://github.com/Developer-Y/cs-video-courses) | 一份精选的计算机科学视频课程列表,涵盖计算机科学导论、数据结构和算法、系统编程、软件工程、人工智能、机器学习等领域,包含知名大学公开课程及专业讲师课程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O8CvlerXF) +[data-engineer-handbook](https://github.com/DataExpert-io/data-engineer-handbook) | 一份面向数据工程师的学习手册,涵盖书籍、课程、面试资料、优秀博客、社区和值得关注的博主等全面内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7OCo193W) +[awesome-generative-ai-guide](https://github.com/aishwaryanr/awesome-generative-ai-guide) | 一份全面的生成式 AI 学习指南,涵盖最新研究动态、面试资料、免费课程、学习笔记等丰富内容,帮助学习者系统掌握生成式 AI 相关知识。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7ehDbXp3) +[ComfyUI Workflows](https://github.com/ZHO-ZHO-ZHO/ComfyUI-Workflows-ZHO) | 一份包含 36 个 ComfyUI 工作流的开源合集,涵盖 14 大类别,如 Stable Cascade、3D、LLM + SD、Portrait Master、SVD 等,为 ComfyUI 学习者提供参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O5yAbdbar) +[Open Source Mac Apps](https://indiegoodies.com/awesome-open-source-mac-apps) | 一份精心整理的最受欢迎的 Mac 系统开源免费软件列表,涵盖自动化、开发工具、日常生活、音视频、生产力、社交媒体、文本文件等多个类别。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O58UBegjy) +[rectg](https://github.com/jackhawks/rectg) | 一份精心整理的 Telegram 群组、频道和机器人推荐列表,包含 5000 多个优质资源,帮助用户快速找到符合需求的优质信息渠道。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4Q3oERvN) +[Awesome-GPTs](https://github.com/ai-boost/Awesome-GPTs) | 一份精心收集的有趣和创新 GPTs 列表,涵盖学术、写作、教育、生产力、编程、生活方式、娱乐等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4Ha1rXdK) +[Awesome-GPT-Agents](https://github.com/fr0gger/Awesome-GPT-Agents) | 一份精心收集的专注于网络安全领域的 GPT 代理列表,涵盖了网络安全助手、网络安全导师、黑客新闻、数据分析等多个方面,旨在帮助网络安全学习者和从业者提高效率。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O4xTmd5BC) +[Free Certifications](https://github.com/cloudcommunity/Free-Certifications) | 一份精心收集的免费在线课程和认证列表,涵盖常见技术栈、网络安全、数据库、项目管理、市场营销等领域,为学习者提供免费的课程资源和技能认证证书。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O31sz3Tld) +[indie-hacker-tools](https://github.com/weijunext/indie-hacker-tools) | 一份收录独立开发者出海技术栈和工具的合集,涵盖 Web 开发模板、Chrome 插件开发模板、前端、后端、数据库、支付等内容,旨在提升开发效率和降低成本。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1OoAuRWp) +[Awesome-Love-Code](https://github.com/sun0225SUN/Awesome-Love-Code) | 一份收集了 50 多份表白代码的代码库,为程序员提供浪漫的表白方式。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O1F0sg2sE) +[oh-my-foss-android](https://github.com/xlucn/oh-my-foss-android) | 一份精心收集的实用、良心开源的安卓软件清单,涵盖应用商店、浏览器、视频播放器、相机、学习办公和日常工具等类别,经过作者严格筛选。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NE6EsCBfG) +[Awesome Database Learning](https://github.com/pingcap/awesome-database-learning) | 一份精心整理的数据库学习合集,涵盖课程、书籍、讲座、论文等数据库相关学习资料,帮助了解数据库内部工作原理。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCg9h4lyk) +[The-Art-of-Linear-Algebra](https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra) | 一份对《给每个人的线性代数》书籍的图解笔记,通过可视化图释帮助理解矩阵分解、向量、矩阵计算和算法,提供中英日三种语言笔记。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op9kZlucP) +[Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook) | 一份由 Google 在 GitHub 上分享的 Gemini API 学习手册,旨在帮助开发者更好地理解和使用 Gemini API,包括使用指南、快速入门教程和示例项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6EVM2ZlG) ### 其他 -名称 | 简述 | 源 +项目 | 简述 | 源 ---- | ----- | ----- -[Windows 12 网页版](https://github.com/tjy-gitnub/win12) | 开源的 Windows 12 网页体验版,提供了精美的 UI 设计、丰富流畅的动画、各种功能小组件、动态壁纸、文件系统等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ni4FlyrEl) -[Mojo](https://www.modular.com/mojo) | 一种适用于所有 AI 开发人员的新编程语言,由 LLVM、Swift、Clang 作者 Chris Lattner 发布,被誉为 AI 新时代的编程语言变革者,比 Python 高效 35000 倍。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MF7AUv9AT) -[Spinning Diagrams with CSS](https://x.st/spinning-diagrams-with-css/?continueFlag=a35c5f7ece912457d1540746cbcfe91f) | 不借助 JavaScript,纯使用 CSS 来生成 LateX 数学公式动画,给数学增添点趣味。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MD92sA0XW) -[the-algorithm](https://github.com/twitter/the-algorithm) | Twitter 的推荐算法在 GitHub开源。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() -[happyhues.co](https://www.happyhues.co/palettes/11) | 这里提供了诸多 UI 配色方案,各种颜色直接点击就能获取,很方便,可在这里获取到做网站或设计时的主题配色灵感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MzTcxwjmo) -[Vuestic UI](https://github.com/epicmaxco/vuestic-ui) | 一个开源的 Vue.js 3.0 UI 库,拥有超过 60 个可定制组件,具备简单易用、定制灵活度高等特点。支持国际化、暗黑模式、无缝集成等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MuQ4mgOi2) -[PyGWalker](https://github.com/Kanaries/pygwalker) | 一个最近在 GitHub 上较为流行的 Python 库,可用于简化 Jupyter Notebook 数据分析和数据可视化工作流程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/MuGDQyIL8) -[One Mono](https://github.com/intel/intel-one-mono) | 英特尔在 GitHub 开源的字体,一种富有表现力的等宽字体系列,在构建时考虑到了清晰度、易读性和开发人员的扩展需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/N4WI7kJxS) +[WordsFunny](https://github.com/SteveSuv/remix-words-funny) | 一个全栈英语单词学习网站,涵盖多个版本的词汇资源,提供在线播读、翻译、同义词和例句等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P77KYCasD) +[academic-project-astro-template](https://github.com/RomanHauksson/academic-project-astro-template) | 一个基于 Astro 和 Tailwind CSS 构建的精美学术项目页面模版,具有快速加载、响应式设计、易于访问和 SEO 友好等特性,支持使用 Markdown 编辑内容并显示标题、图片、公式、两列布局、代码块和视频等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCBR72YtO) +[onur.dev](https://github.com/suyalcinkaya/onur.dev) | 一个极简风格的三栏式个人主页网站,使用了 Next . js、Tailwind CSS、shadcn / ui、Contentful、Raindrop、Supabase 构建并部署在 Vercel 上,兼容移动端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCP6M7JBr) + ## 声明 [![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) From fafcac359e0433585fd95a73ad718708c61b5581 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 2 Jan 2025 18:08:45 +0800 Subject: [PATCH 14/17] Update README.md --- README.md | 89 +++++++++++++++++++++++++++---------------------------- 1 file changed, 44 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 8ecaac0..9f43c3f 100755 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ - [2024 年复盘](#2024-年复盘) - [目录](#目录) - [AI 技术](#ai-技术) - - [AI 工具](#ai-工具) - [免费书籍](#免费书籍) + - [AI 工具](#ai-工具) - [学习教程](#学习教程) - [实用工具](#实用工具) - - [实用插件](#实用插件) - [资料集合](#资料集合) + - [实用插件](#实用插件) - [其他](#其他) - [声明](#声明) @@ -71,6 +71,24 @@ [OpenVoice](https://github.com/myshell-ai/OpenVoice) | 一项由 MyShell 团队开发的多功能即时声音克隆技术,只需提供简短音频样本,即可克隆原发言者的声音,生成多种语言语音,支持高精度音色克隆、灵活的声音风格调控以及无需样本的跨语言声音克隆。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAiw7rRNh) +### 免费书籍 + +项目 | 简述 | 源 +---- | ----- | ----- +[Large Language Model in Action](https://github.com/wangwei1237/LLM_in_Action) | 一本专注于大语言模型实践应用的开源书籍,通过介绍工具和案例实践,帮助读者快速上手大模型应用开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P63IAy7du) +[Select Star SQL](https://无) | 一本免费的互动式学习 SQL 书籍,共五章内容,每章约 30 分钟,涵盖行操作、分组聚合、表连接等主题,结合实际案例学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCnwbDxHU) +[The Little Book of ML Metrics](https://github.com/NannyML/The-Little-Book-of-ML-Metrics) | 一本面向数据科学家的开源免费书籍,涵盖广泛的机器学习指标,包括回归、分类、聚类、排行、计算机视觉和自然语言处理等领域,旨在成为数据科学家的快速参考手册。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBxRDpUiz) +[Linux From Scratch 中文翻译版](https://lfs.xry111.site/zh_CN/12.2/index.html) | 一本免费的在线书籍,教授从源代码开始构建整个 Linux 系统的过程,深入了解 Linux 工作原理,支持个性化定制和优化,提高系统安全性,通过实践获得 Linux 系统的深刻理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAJjE4NxJ) +[Hands-On Large Language Models](https://github.com/handsOnLLM/Hands-On-Large-Language-Models) | 一本由吴恩达老师推荐的关于大语言模型的实践指南书籍,涵盖语言模型基础知识、文本分类、提示工程、语义搜索、多模态语言模型等内容,配有案例代码、插图和引用论文,帮助读者深入理解和使用大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxSqEpjmb) +[计算机体系结构基础(第三版)](https://foxsen.github.io/archbase/index.html) | 一本由"龙芯之父"胡伟武老师等编写的开源免费在线书籍,涵盖指令系统结构、计算机硬件结构、CPU 微结构、并行处理结构、计算机性能分析等内容,适合本科生、研究生和技术人员学习参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvI5Adb3R) +[Decision Making Under Uncertainty](http://t.cn/R7cZfp3) | 一本由麻省理工学院出品的免费电子书,涵盖概率推理、序列决策问题、模型/状态不确定性以及多 Agent 系统等内容,使用大量示例和练习帮助读者理解不同算法的直觉和应用场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsEapfo3p) +[Grammar Club](https://github.com/llwslc/grammar-club) | 一本开源且免费的在线英语语法学习书籍,采用循序渐进的方式,从初级到高级分为三大篇幅,涵盖简单句、复句、合句和简化从句等内容,旨在培养英语能力、建立信心并增强阅读兴趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oq5hdAmUT) +[《理解深度学习》中文版](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN) | 一本由麻省理工开源的深度学习教材中文版,全面涵盖深度学习基础概念、监督学习、强化学习等内容,并提供 PPT、笔记和 Python 练习 Demo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoxD0vPwf) +[Understanding Deep Learning](https://github.com/udlbook/udlbook) | 一本来自麻省理工的开源书籍,全面涵盖了深度学习的基础概念、监督学习、强化学习、线性回归、神经网络、扩散模型等内容。该书提供了 PPT、笔记和 68 个 Python 练习 Demo 供学习和实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oml7ZfYGb) +[Python Guide for JavaScript Engineers](https://github.com/luckrnx09/python-guide-for-javascript-engineers) | 一本面向 JavaScript 工程师的 Python 学习指南,由一名前端工程师编写,系统介绍了 Python 环境搭建、项目开发等内容,并对比了 JavaScript 和 Python 的异同,帮助 JavaScript 工程师快速掌握 Python 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om6N3uysr) +[深入超高可用架构原理与实践](https://github.com/isno/theByteBook) | 一本开源的架构设计书籍,涵盖云计算、网络、分布式系统、容器技术、可观测性、服务网格、DevOps 等主题,帮助程序员深入理解相关技术的原理与实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlzWze7Y2) + + ### AI 工具 项目 | 简述 | 源 @@ -245,24 +263,6 @@ [Auto Job Find Assistant](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa) | 一款结合 GPT 和 RPA 技术的自动投简历助手,可根据个人简历和职位要求自动匹配合适的工作机会,生成自我介绍和求职信,并自动发送给 HR,实现一键寻找工作的全流程自动化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAimK7naB) -### 免费书籍 - -项目 | 简述 | 源 ----- | ----- | ----- -[Large Language Model in Action](https://github.com/wangwei1237/LLM_in_Action) | 一本专注于大语言模型实践应用的开源书籍,通过介绍工具和案例实践,帮助读者快速上手大模型应用开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P63IAy7du) -[Select Star SQL](https://无) | 一本免费的互动式学习 SQL 书籍,共五章内容,每章约 30 分钟,涵盖行操作、分组聚合、表连接等主题,结合实际案例学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCnwbDxHU) -[The Little Book of ML Metrics](https://github.com/NannyML/The-Little-Book-of-ML-Metrics) | 一本面向数据科学家的开源免费书籍,涵盖广泛的机器学习指标,包括回归、分类、聚类、排行、计算机视觉和自然语言处理等领域,旨在成为数据科学家的快速参考手册。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBxRDpUiz) -[Linux From Scratch 中文翻译版](https://lfs.xry111.site/zh_CN/12.2/index.html) | 一本免费的在线书籍,教授从源代码开始构建整个 Linux 系统的过程,深入了解 Linux 工作原理,支持个性化定制和优化,提高系统安全性,通过实践获得 Linux 系统的深刻理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAJjE4NxJ) -[Hands-On Large Language Models](https://github.com/handsOnLLM/Hands-On-Large-Language-Models) | 一本由吴恩达老师推荐的关于大语言模型的实践指南书籍,涵盖语言模型基础知识、文本分类、提示工程、语义搜索、多模态语言模型等内容,配有案例代码、插图和引用论文,帮助读者深入理解和使用大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxSqEpjmb) -[计算机体系结构基础(第三版)](https://foxsen.github.io/archbase/index.html) | 一本由"龙芯之父"胡伟武老师等编写的开源免费在线书籍,涵盖指令系统结构、计算机硬件结构、CPU 微结构、并行处理结构、计算机性能分析等内容,适合本科生、研究生和技术人员学习参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvI5Adb3R) -[Decision Making Under Uncertainty](http://t.cn/R7cZfp3) | 一本由麻省理工学院出品的免费电子书,涵盖概率推理、序列决策问题、模型/状态不确定性以及多 Agent 系统等内容,使用大量示例和练习帮助读者理解不同算法的直觉和应用场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsEapfo3p) -[Grammar Club](https://github.com/llwslc/grammar-club) | 一本开源且免费的在线英语语法学习书籍,采用循序渐进的方式,从初级到高级分为三大篇幅,涵盖简单句、复句、合句和简化从句等内容,旨在培养英语能力、建立信心并增强阅读兴趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oq5hdAmUT) -[《理解深度学习》中文版](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN) | 一本由麻省理工开源的深度学习教材中文版,全面涵盖深度学习基础概念、监督学习、强化学习等内容,并提供 PPT、笔记和 Python 练习 Demo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoxD0vPwf) -[Understanding Deep Learning](https://github.com/udlbook/udlbook) | 一本来自麻省理工的开源书籍,全面涵盖了深度学习的基础概念、监督学习、强化学习、线性回归、神经网络、扩散模型等内容。该书提供了 PPT、笔记和 68 个 Python 练习 Demo 供学习和实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oml7ZfYGb) -[Python Guide for JavaScript Engineers](https://github.com/luckrnx09/python-guide-for-javascript-engineers) | 一本面向 JavaScript 工程师的 Python 学习指南,由一名前端工程师编写,系统介绍了 Python 环境搭建、项目开发等内容,并对比了 JavaScript 和 Python 的异同,帮助 JavaScript 工程师快速掌握 Python 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om6N3uysr) -[深入超高可用架构原理与实践](https://github.com/isno/theByteBook) | 一本开源的架构设计书籍,涵盖云计算、网络、分布式系统、容器技术、可观测性、服务网格、DevOps 等主题,帮助程序员深入理解相关技术的原理与实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlzWze7Y2) - - ### 学习教程 项目 | 简述 | 源 @@ -440,31 +440,6 @@ [movie-web](https://github.com/movie-web/movie-web) | 一个极简且易用的开源电影网站,支持搜索和在线观看电影,具有自动保存播放进度、收藏电影、界面简洁、搜索响应快等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzZ064MGc) [Spotube](https://github.com/KRTirtho/spotube) | 一款开源的跨平台 Spotify 客户端,无需付费订阅,支持离线播放、歌词同步等功能,注重隐私且体验流畅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzXjp0nQ2) - -### 实用插件 - -项目 | 简述 | 源 ----- | ----- | ----- -[FastURL](https://github.com/fatwang2/fasturl) | 一款实用的开源 Chrome 插件,可以在任何输入框中通过快捷键粘贴网页正文的 Markdown 格式内容,支持清理广告和导航栏等多余内容,同时保留标题、列表、链接等 HTML 元素,操作在本地浏览器完成,速度快且数据安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6MuStfEh) -[WebChat](https://github.com/molvqingtai/WebChat) | 一款去中心化、无服务器的匿名聊天浏览器插件,利用 WebRTC 端到端加密技术,所有聊天数据保存在本地,确保安全隐私。无需注册,可在任何网站一键开启与他人聊天,适合即时交流需求场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6tDSAbN6) -[Screenity](https://github.com/alyssaxuu/screenity) | 一款功能强大的 Chrome 录屏插件,支持屏幕任意位置录制、标注、录音,可导出多种视频格式并进行简单编辑。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFMEtmh5N) -[Cloud Document Converter](https://github.com/lujunji4113/cloud-document-converter) | 一款开源的 Chrome 插件,支持下载和复制飞书文档为 Markdown 格式,兼容多种元素如标题、代码块、列表、表格、图片等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBDKWvEFL) -[uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) | 一份综合性的 AI 内容过滤列表,包含约 950 个网站,可用于 uBlock Origin 和 uBlacklist,主要目的是清理 Google Search、DuckDuckGo 和 Bing 等图像搜索引擎中的 AI 生成内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OARfelVoz) -[Luxirty Search](https://github.com/KoriIku/luxirty-search) | 一款基于 Google 的开源搜索引擎插件,屏蔽内容农场、无广告、无跟踪、界面简洁,提升 GitHub、StackOverflow 等技术社区的搜索权重。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAMJ9hK8F) -[materialYouNewTab](https://github.com/XengShi/materialYouNewTab) | 一款采用 Google Material You 设计风格的浏览器主页插件,提供自定义搜索引擎、快捷网站图标、主题切换等功能,无需权限即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA1AFjrwW) -[visual-try-on](https://github.com/shyjal/visual-try-on) | 一款基于快手 Kolors 图像模型开发的 Chrome 浏览器插件,可在任何电商网站上上传自己的照片,一键试穿喜欢的衣服。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvB1cySwr) -[code-box](https://github.com/027xiguapi/code-box) | 一款开源免费的浏览器插件,适用于主流技术社区网站,提供一键复制代码、阅读全文和去除登录弹窗等实用功能,为技术开发者提供便利。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsYoDBw9t) -[ComfyUI_Bxb](https://github.com/zhulu111/ComfyUI_Bxb) | 一款开源插件,能够将 ComfyUI 工作流转换成小程序,支持主流平台和支付变现功能,方便将现有工作流推广到更广阔的市场。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Os3PF1Qsz) -[vscode-drawio](https://github.com/hediet/vscode-drawio) | 一款将 draw . io 集成到 VSCode 的插件,让开发者能够在 VSCode 中快速绘制流程图、思维导图或 UML 类图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op1sZlgfA) -[Aide](https://github.com/nicepkg/aide) | 一款实用的 AI 编程助手 VSCode 扩展,为现有编程助手(如 Copilot、CodegeeX 或 Codeium 等)提供功能补充,让开发者能更高效地编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ooz0foptK) -[Reborn AI](https://github.com/Christopher-Hayes/vscode-chatgpt-reborn) | 一款开源的 VSCode 插件,能够帮助编写、重构和改进代码,支持多种语言模型和语种,包括中文和英文等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Olf5PnSjv) -[gh-dash](https://github.com/dlvhdr/gh-dash) | 一款高颜值的 GitHub CLI 扩展,以仪表板形式展示 GitHub 项目的拉取请求和问题信息,支持搜索、过滤、操作等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgxI3eTqk) -[cat-catch (猫抓)](https://github.com/xifangczy/cat-catch) | 一款开源免费的网页资源嗅探插件,能够筛选列出当前页面的资源,提供嗅探、缓存捕捉、视频录制等工具帮助抓取资源,支持自定义抓取资源类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OewNznNwZ) -[Responsive Viewer](https://github.com/skmail/responsive-viewer) | 一款开源的 Chrome 浏览器插件,可以在一个界面中同时展示多个屏幕尺寸,方便前端开发者测试响应式网站或应用在不同设备尺寸下的显示效果,提供多种设备尺寸选择、横竖屏显示和一键截图分享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObwBFa78o) -[kiss-translator](https://github.com/fishjar/kiss-translator) | 一款简约且好用的双语对照翻译插件和油猴脚本,支持多种浏览器和翻译服务,提供网页双语对照翻译、输入框翻译、YouTube 字幕翻译等功能,支持自定义翻译规则、译文样式和快捷键。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa8MjtHIr) -[Stellar](https://github.com/xaoxuu/hexo-theme-stellar) | 一款内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,可帮助简单应对各种表达需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7fGfAZcH) - - ### 资料集合 项目 | 简述 | 源 @@ -525,6 +500,30 @@ [Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook) | 一份由 Google 在 GitHub 上分享的 Gemini API 学习手册,旨在帮助开发者更好地理解和使用 Gemini API,包括使用指南、快速入门教程和示例项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6EVM2ZlG) +### 实用插件 + +项目 | 简述 | 源 +---- | ----- | ----- +[FastURL](https://github.com/fatwang2/fasturl) | 一款实用的开源 Chrome 插件,可以在任何输入框中通过快捷键粘贴网页正文的 Markdown 格式内容,支持清理广告和导航栏等多余内容,同时保留标题、列表、链接等 HTML 元素,操作在本地浏览器完成,速度快且数据安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6MuStfEh) +[WebChat](https://github.com/molvqingtai/WebChat) | 一款去中心化、无服务器的匿名聊天浏览器插件,利用 WebRTC 端到端加密技术,所有聊天数据保存在本地,确保安全隐私。无需注册,可在任何网站一键开启与他人聊天,适合即时交流需求场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6tDSAbN6) +[Screenity](https://github.com/alyssaxuu/screenity) | 一款功能强大的 Chrome 录屏插件,支持屏幕任意位置录制、标注、录音,可导出多种视频格式并进行简单编辑。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFMEtmh5N) +[Cloud Document Converter](https://github.com/lujunji4113/cloud-document-converter) | 一款开源的 Chrome 插件,支持下载和复制飞书文档为 Markdown 格式,兼容多种元素如标题、代码块、列表、表格、图片等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBDKWvEFL) +[uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) | 一份综合性的 AI 内容过滤列表,包含约 950 个网站,可用于 uBlock Origin 和 uBlacklist,主要目的是清理 Google Search、DuckDuckGo 和 Bing 等图像搜索引擎中的 AI 生成内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OARfelVoz) +[Luxirty Search](https://github.com/KoriIku/luxirty-search) | 一款基于 Google 的开源搜索引擎插件,屏蔽内容农场、无广告、无跟踪、界面简洁,提升 GitHub、StackOverflow 等技术社区的搜索权重。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAMJ9hK8F) +[materialYouNewTab](https://github.com/XengShi/materialYouNewTab) | 一款采用 Google Material You 设计风格的浏览器主页插件,提供自定义搜索引擎、快捷网站图标、主题切换等功能,无需权限即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA1AFjrwW) +[visual-try-on](https://github.com/shyjal/visual-try-on) | 一款基于快手 Kolors 图像模型开发的 Chrome 浏览器插件,可在任何电商网站上上传自己的照片,一键试穿喜欢的衣服。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvB1cySwr) +[code-box](https://github.com/027xiguapi/code-box) | 一款开源免费的浏览器插件,适用于主流技术社区网站,提供一键复制代码、阅读全文和去除登录弹窗等实用功能,为技术开发者提供便利。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsYoDBw9t) +[ComfyUI_Bxb](https://github.com/zhulu111/ComfyUI_Bxb) | 一款开源插件,能够将 ComfyUI 工作流转换成小程序,支持主流平台和支付变现功能,方便将现有工作流推广到更广阔的市场。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Os3PF1Qsz) +[vscode-drawio](https://github.com/hediet/vscode-drawio) | 一款将 draw . io 集成到 VSCode 的插件,让开发者能够在 VSCode 中快速绘制流程图、思维导图或 UML 类图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op1sZlgfA) +[Aide](https://github.com/nicepkg/aide) | 一款实用的 AI 编程助手 VSCode 扩展,为现有编程助手(如 Copilot、CodegeeX 或 Codeium 等)提供功能补充,让开发者能更高效地编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ooz0foptK) +[Reborn AI](https://github.com/Christopher-Hayes/vscode-chatgpt-reborn) | 一款开源的 VSCode 插件,能够帮助编写、重构和改进代码,支持多种语言模型和语种,包括中文和英文等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Olf5PnSjv) +[gh-dash](https://github.com/dlvhdr/gh-dash) | 一款高颜值的 GitHub CLI 扩展,以仪表板形式展示 GitHub 项目的拉取请求和问题信息,支持搜索、过滤、操作等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgxI3eTqk) +[cat-catch (猫抓)](https://github.com/xifangczy/cat-catch) | 一款开源免费的网页资源嗅探插件,能够筛选列出当前页面的资源,提供嗅探、缓存捕捉、视频录制等工具帮助抓取资源,支持自定义抓取资源类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OewNznNwZ) +[Responsive Viewer](https://github.com/skmail/responsive-viewer) | 一款开源的 Chrome 浏览器插件,可以在一个界面中同时展示多个屏幕尺寸,方便前端开发者测试响应式网站或应用在不同设备尺寸下的显示效果,提供多种设备尺寸选择、横竖屏显示和一键截图分享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObwBFa78o) +[kiss-translator](https://github.com/fishjar/kiss-translator) | 一款简约且好用的双语对照翻译插件和油猴脚本,支持多种浏览器和翻译服务,提供网页双语对照翻译、输入框翻译、YouTube 字幕翻译等功能,支持自定义翻译规则、译文样式和快捷键。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa8MjtHIr) +[Stellar](https://github.com/xaoxuu/hexo-theme-stellar) | 一款内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,可帮助简单应对各种表达需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7fGfAZcH) + + ### 其他 项目 | 简述 | 源 From 374d9842ebeba144b2fe9ab2bee254b90ad5ccf2 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 2 Jan 2025 18:13:00 +0800 Subject: [PATCH 15/17] Update README.md --- README.md | 89 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 9f43c3f..8ecaac0 100755 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ - [2024 年复盘](#2024-年复盘) - [目录](#目录) - [AI 技术](#ai-技术) - - [免费书籍](#免费书籍) - [AI 工具](#ai-工具) + - [免费书籍](#免费书籍) - [学习教程](#学习教程) - [实用工具](#实用工具) - - [资料集合](#资料集合) - [实用插件](#实用插件) + - [资料集合](#资料集合) - [其他](#其他) - [声明](#声明) @@ -71,24 +71,6 @@ [OpenVoice](https://github.com/myshell-ai/OpenVoice) | 一项由 MyShell 团队开发的多功能即时声音克隆技术,只需提供简短音频样本,即可克隆原发言者的声音,生成多种语言语音,支持高精度音色克隆、灵活的声音风格调控以及无需样本的跨语言声音克隆。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAiw7rRNh) -### 免费书籍 - -项目 | 简述 | 源 ----- | ----- | ----- -[Large Language Model in Action](https://github.com/wangwei1237/LLM_in_Action) | 一本专注于大语言模型实践应用的开源书籍,通过介绍工具和案例实践,帮助读者快速上手大模型应用开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P63IAy7du) -[Select Star SQL](https://无) | 一本免费的互动式学习 SQL 书籍,共五章内容,每章约 30 分钟,涵盖行操作、分组聚合、表连接等主题,结合实际案例学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCnwbDxHU) -[The Little Book of ML Metrics](https://github.com/NannyML/The-Little-Book-of-ML-Metrics) | 一本面向数据科学家的开源免费书籍,涵盖广泛的机器学习指标,包括回归、分类、聚类、排行、计算机视觉和自然语言处理等领域,旨在成为数据科学家的快速参考手册。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBxRDpUiz) -[Linux From Scratch 中文翻译版](https://lfs.xry111.site/zh_CN/12.2/index.html) | 一本免费的在线书籍,教授从源代码开始构建整个 Linux 系统的过程,深入了解 Linux 工作原理,支持个性化定制和优化,提高系统安全性,通过实践获得 Linux 系统的深刻理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAJjE4NxJ) -[Hands-On Large Language Models](https://github.com/handsOnLLM/Hands-On-Large-Language-Models) | 一本由吴恩达老师推荐的关于大语言模型的实践指南书籍,涵盖语言模型基础知识、文本分类、提示工程、语义搜索、多模态语言模型等内容,配有案例代码、插图和引用论文,帮助读者深入理解和使用大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxSqEpjmb) -[计算机体系结构基础(第三版)](https://foxsen.github.io/archbase/index.html) | 一本由"龙芯之父"胡伟武老师等编写的开源免费在线书籍,涵盖指令系统结构、计算机硬件结构、CPU 微结构、并行处理结构、计算机性能分析等内容,适合本科生、研究生和技术人员学习参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvI5Adb3R) -[Decision Making Under Uncertainty](http://t.cn/R7cZfp3) | 一本由麻省理工学院出品的免费电子书,涵盖概率推理、序列决策问题、模型/状态不确定性以及多 Agent 系统等内容,使用大量示例和练习帮助读者理解不同算法的直觉和应用场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsEapfo3p) -[Grammar Club](https://github.com/llwslc/grammar-club) | 一本开源且免费的在线英语语法学习书籍,采用循序渐进的方式,从初级到高级分为三大篇幅,涵盖简单句、复句、合句和简化从句等内容,旨在培养英语能力、建立信心并增强阅读兴趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oq5hdAmUT) -[《理解深度学习》中文版](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN) | 一本由麻省理工开源的深度学习教材中文版,全面涵盖深度学习基础概念、监督学习、强化学习等内容,并提供 PPT、笔记和 Python 练习 Demo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoxD0vPwf) -[Understanding Deep Learning](https://github.com/udlbook/udlbook) | 一本来自麻省理工的开源书籍,全面涵盖了深度学习的基础概念、监督学习、强化学习、线性回归、神经网络、扩散模型等内容。该书提供了 PPT、笔记和 68 个 Python 练习 Demo 供学习和实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oml7ZfYGb) -[Python Guide for JavaScript Engineers](https://github.com/luckrnx09/python-guide-for-javascript-engineers) | 一本面向 JavaScript 工程师的 Python 学习指南,由一名前端工程师编写,系统介绍了 Python 环境搭建、项目开发等内容,并对比了 JavaScript 和 Python 的异同,帮助 JavaScript 工程师快速掌握 Python 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om6N3uysr) -[深入超高可用架构原理与实践](https://github.com/isno/theByteBook) | 一本开源的架构设计书籍,涵盖云计算、网络、分布式系统、容器技术、可观测性、服务网格、DevOps 等主题,帮助程序员深入理解相关技术的原理与实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlzWze7Y2) - - ### AI 工具 项目 | 简述 | 源 @@ -263,6 +245,24 @@ [Auto Job Find Assistant](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa) | 一款结合 GPT 和 RPA 技术的自动投简历助手,可根据个人简历和职位要求自动匹配合适的工作机会,生成自我介绍和求职信,并自动发送给 HR,实现一键寻找工作的全流程自动化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAimK7naB) +### 免费书籍 + +项目 | 简述 | 源 +---- | ----- | ----- +[Large Language Model in Action](https://github.com/wangwei1237/LLM_in_Action) | 一本专注于大语言模型实践应用的开源书籍,通过介绍工具和案例实践,帮助读者快速上手大模型应用开发。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P63IAy7du) +[Select Star SQL](https://无) | 一本免费的互动式学习 SQL 书籍,共五章内容,每章约 30 分钟,涵盖行操作、分组聚合、表连接等主题,结合实际案例学习。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCnwbDxHU) +[The Little Book of ML Metrics](https://github.com/NannyML/The-Little-Book-of-ML-Metrics) | 一本面向数据科学家的开源免费书籍,涵盖广泛的机器学习指标,包括回归、分类、聚类、排行、计算机视觉和自然语言处理等领域,旨在成为数据科学家的快速参考手册。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBxRDpUiz) +[Linux From Scratch 中文翻译版](https://lfs.xry111.site/zh_CN/12.2/index.html) | 一本免费的在线书籍,教授从源代码开始构建整个 Linux 系统的过程,深入了解 Linux 工作原理,支持个性化定制和优化,提高系统安全性,通过实践获得 Linux 系统的深刻理解。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAJjE4NxJ) +[Hands-On Large Language Models](https://github.com/handsOnLLM/Hands-On-Large-Language-Models) | 一本由吴恩达老师推荐的关于大语言模型的实践指南书籍,涵盖语言模型基础知识、文本分类、提示工程、语义搜索、多模态语言模型等内容,配有案例代码、插图和引用论文,帮助读者深入理解和使用大语言模型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OxSqEpjmb) +[计算机体系结构基础(第三版)](https://foxsen.github.io/archbase/index.html) | 一本由"龙芯之父"胡伟武老师等编写的开源免费在线书籍,涵盖指令系统结构、计算机硬件结构、CPU 微结构、并行处理结构、计算机性能分析等内容,适合本科生、研究生和技术人员学习参考。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvI5Adb3R) +[Decision Making Under Uncertainty](http://t.cn/R7cZfp3) | 一本由麻省理工学院出品的免费电子书,涵盖概率推理、序列决策问题、模型/状态不确定性以及多 Agent 系统等内容,使用大量示例和练习帮助读者理解不同算法的直觉和应用场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsEapfo3p) +[Grammar Club](https://github.com/llwslc/grammar-club) | 一本开源且免费的在线英语语法学习书籍,采用循序渐进的方式,从初级到高级分为三大篇幅,涵盖简单句、复句、合句和简化从句等内容,旨在培养英语能力、建立信心并增强阅读兴趣。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oq5hdAmUT) +[《理解深度学习》中文版](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN) | 一本由麻省理工开源的深度学习教材中文版,全面涵盖深度学习基础概念、监督学习、强化学习等内容,并提供 PPT、笔记和 Python 练习 Demo。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OoxD0vPwf) +[Understanding Deep Learning](https://github.com/udlbook/udlbook) | 一本来自麻省理工的开源书籍,全面涵盖了深度学习的基础概念、监督学习、强化学习、线性回归、神经网络、扩散模型等内容。该书提供了 PPT、笔记和 68 个 Python 练习 Demo 供学习和实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oml7ZfYGb) +[Python Guide for JavaScript Engineers](https://github.com/luckrnx09/python-guide-for-javascript-engineers) | 一本面向 JavaScript 工程师的 Python 学习指南,由一名前端工程师编写,系统介绍了 Python 环境搭建、项目开发等内容,并对比了 JavaScript 和 Python 的异同,帮助 JavaScript 工程师快速掌握 Python 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om6N3uysr) +[深入超高可用架构原理与实践](https://github.com/isno/theByteBook) | 一本开源的架构设计书籍,涵盖云计算、网络、分布式系统、容器技术、可观测性、服务网格、DevOps 等主题,帮助程序员深入理解相关技术的原理与实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlzWze7Y2) + + ### 学习教程 项目 | 简述 | 源 @@ -440,6 +440,31 @@ [movie-web](https://github.com/movie-web/movie-web) | 一个极简且易用的开源电影网站,支持搜索和在线观看电影,具有自动保存播放进度、收藏电影、界面简洁、搜索响应快等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzZ064MGc) [Spotube](https://github.com/KRTirtho/spotube) | 一款开源的跨平台 Spotify 客户端,无需付费订阅,支持离线播放、歌词同步等功能,注重隐私且体验流畅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzXjp0nQ2) + +### 实用插件 + +项目 | 简述 | 源 +---- | ----- | ----- +[FastURL](https://github.com/fatwang2/fasturl) | 一款实用的开源 Chrome 插件,可以在任何输入框中通过快捷键粘贴网页正文的 Markdown 格式内容,支持清理广告和导航栏等多余内容,同时保留标题、列表、链接等 HTML 元素,操作在本地浏览器完成,速度快且数据安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6MuStfEh) +[WebChat](https://github.com/molvqingtai/WebChat) | 一款去中心化、无服务器的匿名聊天浏览器插件,利用 WebRTC 端到端加密技术,所有聊天数据保存在本地,确保安全隐私。无需注册,可在任何网站一键开启与他人聊天,适合即时交流需求场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6tDSAbN6) +[Screenity](https://github.com/alyssaxuu/screenity) | 一款功能强大的 Chrome 录屏插件,支持屏幕任意位置录制、标注、录音,可导出多种视频格式并进行简单编辑。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFMEtmh5N) +[Cloud Document Converter](https://github.com/lujunji4113/cloud-document-converter) | 一款开源的 Chrome 插件,支持下载和复制飞书文档为 Markdown 格式,兼容多种元素如标题、代码块、列表、表格、图片等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBDKWvEFL) +[uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) | 一份综合性的 AI 内容过滤列表,包含约 950 个网站,可用于 uBlock Origin 和 uBlacklist,主要目的是清理 Google Search、DuckDuckGo 和 Bing 等图像搜索引擎中的 AI 生成内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OARfelVoz) +[Luxirty Search](https://github.com/KoriIku/luxirty-search) | 一款基于 Google 的开源搜索引擎插件,屏蔽内容农场、无广告、无跟踪、界面简洁,提升 GitHub、StackOverflow 等技术社区的搜索权重。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAMJ9hK8F) +[materialYouNewTab](https://github.com/XengShi/materialYouNewTab) | 一款采用 Google Material You 设计风格的浏览器主页插件,提供自定义搜索引擎、快捷网站图标、主题切换等功能,无需权限即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA1AFjrwW) +[visual-try-on](https://github.com/shyjal/visual-try-on) | 一款基于快手 Kolors 图像模型开发的 Chrome 浏览器插件,可在任何电商网站上上传自己的照片,一键试穿喜欢的衣服。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvB1cySwr) +[code-box](https://github.com/027xiguapi/code-box) | 一款开源免费的浏览器插件,适用于主流技术社区网站,提供一键复制代码、阅读全文和去除登录弹窗等实用功能,为技术开发者提供便利。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsYoDBw9t) +[ComfyUI_Bxb](https://github.com/zhulu111/ComfyUI_Bxb) | 一款开源插件,能够将 ComfyUI 工作流转换成小程序,支持主流平台和支付变现功能,方便将现有工作流推广到更广阔的市场。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Os3PF1Qsz) +[vscode-drawio](https://github.com/hediet/vscode-drawio) | 一款将 draw . io 集成到 VSCode 的插件,让开发者能够在 VSCode 中快速绘制流程图、思维导图或 UML 类图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op1sZlgfA) +[Aide](https://github.com/nicepkg/aide) | 一款实用的 AI 编程助手 VSCode 扩展,为现有编程助手(如 Copilot、CodegeeX 或 Codeium 等)提供功能补充,让开发者能更高效地编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ooz0foptK) +[Reborn AI](https://github.com/Christopher-Hayes/vscode-chatgpt-reborn) | 一款开源的 VSCode 插件,能够帮助编写、重构和改进代码,支持多种语言模型和语种,包括中文和英文等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Olf5PnSjv) +[gh-dash](https://github.com/dlvhdr/gh-dash) | 一款高颜值的 GitHub CLI 扩展,以仪表板形式展示 GitHub 项目的拉取请求和问题信息,支持搜索、过滤、操作等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgxI3eTqk) +[cat-catch (猫抓)](https://github.com/xifangczy/cat-catch) | 一款开源免费的网页资源嗅探插件,能够筛选列出当前页面的资源,提供嗅探、缓存捕捉、视频录制等工具帮助抓取资源,支持自定义抓取资源类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OewNznNwZ) +[Responsive Viewer](https://github.com/skmail/responsive-viewer) | 一款开源的 Chrome 浏览器插件,可以在一个界面中同时展示多个屏幕尺寸,方便前端开发者测试响应式网站或应用在不同设备尺寸下的显示效果,提供多种设备尺寸选择、横竖屏显示和一键截图分享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObwBFa78o) +[kiss-translator](https://github.com/fishjar/kiss-translator) | 一款简约且好用的双语对照翻译插件和油猴脚本,支持多种浏览器和翻译服务,提供网页双语对照翻译、输入框翻译、YouTube 字幕翻译等功能,支持自定义翻译规则、译文样式和快捷键。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa8MjtHIr) +[Stellar](https://github.com/xaoxuu/hexo-theme-stellar) | 一款内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,可帮助简单应对各种表达需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7fGfAZcH) + + ### 资料集合 项目 | 简述 | 源 @@ -500,30 +525,6 @@ [Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook) | 一份由 Google 在 GitHub 上分享的 Gemini API 学习手册,旨在帮助开发者更好地理解和使用 Gemini API,包括使用指南、快速入门教程和示例项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6EVM2ZlG) -### 实用插件 - -项目 | 简述 | 源 ----- | ----- | ----- -[FastURL](https://github.com/fatwang2/fasturl) | 一款实用的开源 Chrome 插件,可以在任何输入框中通过快捷键粘贴网页正文的 Markdown 格式内容,支持清理广告和导航栏等多余内容,同时保留标题、列表、链接等 HTML 元素,操作在本地浏览器完成,速度快且数据安全。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6MuStfEh) -[WebChat](https://github.com/molvqingtai/WebChat) | 一款去中心化、无服务器的匿名聊天浏览器插件,利用 WebRTC 端到端加密技术,所有聊天数据保存在本地,确保安全隐私。无需注册,可在任何网站一键开启与他人聊天,适合即时交流需求场景。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/P6tDSAbN6) -[Screenity](https://github.com/alyssaxuu/screenity) | 一款功能强大的 Chrome 录屏插件,支持屏幕任意位置录制、标注、录音,可导出多种视频格式并进行简单编辑。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OFMEtmh5N) -[Cloud Document Converter](https://github.com/lujunji4113/cloud-document-converter) | 一款开源的 Chrome 插件,支持下载和复制飞书文档为 Markdown 格式,兼容多种元素如标题、代码块、列表、表格、图片等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OBDKWvEFL) -[uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) | 一份综合性的 AI 内容过滤列表,包含约 950 个网站,可用于 uBlock Origin 和 uBlacklist,主要目的是清理 Google Search、DuckDuckGo 和 Bing 等图像搜索引擎中的 AI 生成内容。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OARfelVoz) -[Luxirty Search](https://github.com/KoriIku/luxirty-search) | 一款基于 Google 的开源搜索引擎插件,屏蔽内容农场、无广告、无跟踪、界面简洁,提升 GitHub、StackOverflow 等技术社区的搜索权重。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OAMJ9hK8F) -[materialYouNewTab](https://github.com/XengShi/materialYouNewTab) | 一款采用 Google Material You 设计风格的浏览器主页插件,提供自定义搜索引擎、快捷网站图标、主题切换等功能,无需权限即可使用。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OA1AFjrwW) -[visual-try-on](https://github.com/shyjal/visual-try-on) | 一款基于快手 Kolors 图像模型开发的 Chrome 浏览器插件,可在任何电商网站上上传自己的照片,一键试穿喜欢的衣服。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OvB1cySwr) -[code-box](https://github.com/027xiguapi/code-box) | 一款开源免费的浏览器插件,适用于主流技术社区网站,提供一键复制代码、阅读全文和去除登录弹窗等实用功能,为技术开发者提供便利。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OsYoDBw9t) -[ComfyUI_Bxb](https://github.com/zhulu111/ComfyUI_Bxb) | 一款开源插件,能够将 ComfyUI 工作流转换成小程序,支持主流平台和支付变现功能,方便将现有工作流推广到更广阔的市场。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Os3PF1Qsz) -[vscode-drawio](https://github.com/hediet/vscode-drawio) | 一款将 draw . io 集成到 VSCode 的插件,让开发者能够在 VSCode 中快速绘制流程图、思维导图或 UML 类图。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op1sZlgfA) -[Aide](https://github.com/nicepkg/aide) | 一款实用的 AI 编程助手 VSCode 扩展,为现有编程助手(如 Copilot、CodegeeX 或 Codeium 等)提供功能补充,让开发者能更高效地编程。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ooz0foptK) -[Reborn AI](https://github.com/Christopher-Hayes/vscode-chatgpt-reborn) | 一款开源的 VSCode 插件,能够帮助编写、重构和改进代码,支持多种语言模型和语种,包括中文和英文等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Olf5PnSjv) -[gh-dash](https://github.com/dlvhdr/gh-dash) | 一款高颜值的 GitHub CLI 扩展,以仪表板形式展示 GitHub 项目的拉取请求和问题信息,支持搜索、过滤、操作等丰富功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OgxI3eTqk) -[cat-catch (猫抓)](https://github.com/xifangczy/cat-catch) | 一款开源免费的网页资源嗅探插件,能够筛选列出当前页面的资源,提供嗅探、缓存捕捉、视频录制等工具帮助抓取资源,支持自定义抓取资源类型。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OewNznNwZ) -[Responsive Viewer](https://github.com/skmail/responsive-viewer) | 一款开源的 Chrome 浏览器插件,可以在一个界面中同时展示多个屏幕尺寸,方便前端开发者测试响应式网站或应用在不同设备尺寸下的显示效果,提供多种设备尺寸选择、横竖屏显示和一键截图分享等功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ObwBFa78o) -[kiss-translator](https://github.com/fishjar/kiss-translator) | 一款简约且好用的双语对照翻译插件和油猴脚本,支持多种浏览器和翻译服务,提供网页双语对照翻译、输入框翻译、YouTube 字幕翻译等功能,支持自定义翻译规则、译文样式和快捷键。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa8MjtHIr) -[Stellar](https://github.com/xaoxuu/hexo-theme-stellar) | 一款内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,可帮助简单应对各种表达需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7fGfAZcH) - - ### 其他 项目 | 简述 | 源 From cb618c17a72fc5a62248e5ac863d46fe0164487b Mon Sep 17 00:00:00 2001 From: Jun Date: Tue, 14 Jan 2025 18:15:48 +0800 Subject: [PATCH 16/17] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecaac0..7aa931d 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Weibo Zhihu GitHub stars + X (formerly Twitter) Follow

## 宗旨 @@ -23,7 +24,7 @@ 我们希望能通过这一举措,帮助开发者们发现当下最火的开源项目,掌控最新技术动态, 扩大技术视野, 并从开源项目的学习中获得编程能力的提升。 -目前,GitHubDaily 已累积分享超过 3000 个开源项目,内容包括但不限于 GitHub 上的开源技术资料、开发者工具、编程网站以及成熟应用。 +目前,GitHubDaily 已累积分享超过 8000 个开源项目,内容包括但不限于 GitHub 上的开源技术资料、开发者工具、编程网站以及成熟应用。 除了 GitHub 之外,我们也开始在下面多个社交媒体平台,帮助开发者传播与分享优质开源项目,挖掘其未来的技术应用前景。 @@ -32,6 +33,7 @@ - 公众号: [GitHubDaily](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) - 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) - 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) +- X (Twitter):[@GitHubDaily](https://x.com/intent/follow?screen_name=GitHub_Daily) > 有不错的开源项目,也欢迎到本仓库的 [issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,我们期待你的分享。 From 1e91ec4f6c480caffd3adfec7f7bb5e57920c382 Mon Sep 17 00:00:00 2001 From: Jun Date: Thu, 20 Mar 2025 16:54:38 +0800 Subject: [PATCH 17/17] Update README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa931d..e99988e 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ WeChat Weibo Zhihu - GitHub stars X (formerly Twitter) Follow + GitHub stars

## 宗旨 @@ -72,6 +72,9 @@ [Audio2PhotoReal](https://github.com/facebookresearch/audio2photoreal) | 一项由 Meta AI 发布的新技术,能够通过音频驱动生成全身逼真的虚拟人物对话,包括动作、表情和多人对话等,可广泛应用于虚拟现实、影视制作等领域。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAqwLvBIV) [OpenVoice](https://github.com/myshell-ai/OpenVoice) | 一项由 MyShell 团队开发的多功能即时声音克隆技术,只需提供简短音频样本,即可克隆原发言者的声音,生成多种语言语音,支持高精度音色克隆、灵活的声音风格调控以及无需样本的跨语言声音克隆。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAiw7rRNh) + ### AI 工具 @@ -246,6 +249,9 @@ [Mobile ALOHA](nan) | 一款多功能家务机器人,可以帮助浇花、拖地、做饭、逗猫、扔垃圾、洗衣服、铺床单、整理衣物等家务活动,具有模仿学习和远程操作功能。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAqQMF5ST) [Auto Job Find Assistant](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa) | 一款结合 GPT 和 RPA 技术的自动投简历助手,可根据个人简历和职位要求自动匹配合适的工作机会,生成自我介绍和求职信,并自动发送给 HR,实现一键寻找工作的全流程自动化。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NAimK7naB) + ### 免费书籍 @@ -264,6 +270,9 @@ [Python Guide for JavaScript Engineers](https://github.com/luckrnx09/python-guide-for-javascript-engineers) | 一本面向 JavaScript 工程师的 Python 学习指南,由一名前端工程师编写,系统介绍了 Python 环境搭建、项目开发等内容,并对比了 JavaScript 和 Python 的异同,帮助 JavaScript 工程师快速掌握 Python 语言。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Om6N3uysr) [深入超高可用架构原理与实践](https://github.com/isno/theByteBook) | 一本开源的架构设计书籍,涵盖云计算、网络、分布式系统、容器技术、可观测性、服务网格、DevOps 等主题,帮助程序员深入理解相关技术的原理与实践。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OlzWze7Y2) + ### 学习教程 @@ -304,6 +313,9 @@ [English-level-up-tips](https://github.com/byoungd/English-level-up-tips) | 一份系统化的英语学习指南,包含认知、单词、听力、阅读、口语、写作和扯淡等七大章节,旨在帮助用户高效提升英语水平。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NDhArlM4d) [Docker 从入门到实践](https://github.com/yeasy/docker_practice) | 一份全面的 Docker 学习指南,涵盖了 Docker 的基础知识、安装、镜像使用、容器操作、数据管理、网络配置等内容,旨在教会新手有效使用 Docker。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCpzLCrZj) + ### 实用工具 @@ -442,6 +454,9 @@ [movie-web](https://github.com/movie-web/movie-web) | 一个极简且易用的开源电影网站,支持搜索和在线观看电影,具有自动保存播放进度、收藏电影、界面简洁、搜索响应快等特点。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzZ064MGc) [Spotube](https://github.com/KRTirtho/spotube) | 一款开源的跨平台 Spotify 客户端,无需付费订阅,支持离线播放、歌词同步等功能,注重隐私且体验流畅。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NzXjp0nQ2) + ### 实用插件 @@ -466,6 +481,9 @@ [kiss-translator](https://github.com/fishjar/kiss-translator) | 一款简约且好用的双语对照翻译插件和油猴脚本,支持多种浏览器和翻译服务,提供网页双语对照翻译、输入框翻译、YouTube 字幕翻译等功能,支持自定义翻译规则、译文样式和快捷键。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Oa8MjtHIr) [Stellar](https://github.com/xaoxuu/hexo-theme-stellar) | 一款内置文档系统的简约商务风 Hexo 主题,支持丰富的标签和动态数据组件,可帮助简单应对各种表达需求。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O7fGfAZcH) + ### 资料集合 @@ -526,6 +544,9 @@ [The-Art-of-Linear-Algebra](https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra) | 一份对《给每个人的线性代数》书籍的图解笔记,通过可视化图释帮助理解矩阵分解、向量、矩阵计算和算法,提供中英日三种语言笔记。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Op9kZlucP) [Gemini API Cookbook](https://github.com/google-gemini/gemini-api-cookbook) | 一份由 Google 在 GitHub 上分享的 Gemini API 学习手册,旨在帮助开发者更好地理解和使用 Gemini API,包括使用指南、快速入门教程和示例项目。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/O6EVM2ZlG) + ### 其他 @@ -535,6 +556,9 @@ [academic-project-astro-template](https://github.com/RomanHauksson/academic-project-astro-template) | 一个基于 Astro 和 Tailwind CSS 构建的精美学术项目页面模版,具有快速加载、响应式设计、易于访问和 SEO 友好等特性,支持使用 Markdown 编辑内容并显示标题、图片、公式、两列布局、代码块和视频等。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/OCBR72YtO) [onur.dev](https://github.com/suyalcinkaya/onur.dev) | 一个极简风格的三栏式个人主页网站,使用了 Next . js、Tailwind CSS、shadcn / ui、Contentful、Raindrop、Supabase 构建并部署在 Vercel 上,兼容移动端。 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/NCP6M7JBr) + ## 声明 [![](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)

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 z z>dbt`-!D4)hA4^Nv2y+owb_5<{kM|X^)Z1=&G*j)JWGIFLsze_)$d46s@Qgz57 z3?f~5u{#^b9M7I?QKH}MNOw8VrI3D(bK{PHD=^EhoDx|X0wejXRzc;~;Z~84cTi7e zH;#J?lN$FHjR&IT;81^E6rz9K-l<;!fFC<9;put!V#Qla7U&s z=;^853Oscz-Kj~{AT=$&ESR6_O-GNj#3Sif zCO}GNO~2Y_c0So26XgVV?t^CD@KUpwE}JZxwrTnW55N?Ch#P5c94u%+iuO11>MSisqW|j! z@Sh!-BK<87+pv-Kho2cYf0kIKr2?%ImdXRjm>sC)pexMaYKHjUqW#a#Z?Vkrz^$E^ za5cAbk{d}AX8!#7v-8=I30E5jyMls(#E*W;m1D$KffF0;4?-MULHuLlr!f990vYRvrhU@l2Fk0HcX%dUCu%w@3pHcyLIxXBQ#q zG>10F-daVR-&eR;?WbsjKW;dp7>EMy>OMb)(HZ(ddH*n8+}=H=;o;H#hTil@7ry)vvBqAlLmWl_6D+6>f*} zg=u%0*{6SV(EM9p{Qq9Tm9K=JSHt|h(4sR?by=#P%|ENI(l^!h>}A7W{z^c5{NUSj zV%R4c*AQNdlZ3UA5>8l1(1{`Evy+#v__%uCaRgnjel0TGHE45GqEs?v-*@n*>VP5Ql;~%8>_TI;UZ?l})4u;FU z&U~e?vtC{ok~;2@B7wciIH1anFcQ1GAz~aDRwjxJt@73pU! zrZ**1>Li(2xzT*h?6W;wFsK6sB!&@~t-H(8hB8yB8&LRNw5q-6LOtL%$y6GaHn1Hk z)o&~9c*?r7{S)5-OHNpn+V|(h$3d6XFjTNPRfvu&=HwTy_X%#ugC*n7H~(v1@5Ms4l+BI`-=7 zDFGD=8^l92I$Hnke>mp+%Q?AEA>B*vMuQWU+O-TlcGw6Y5Pbv@{)fBVc5|28K&ptp zKoP}9{s$Kc$rQG(AH(p=+zn(ud}S$D_t0j4*6})^R-?L8e^H}&y(f&+?FBd<;5Bqv zQ44!0KYSRsv7cB4>}8~tiJ&6rP}Ye-lsCl++uy)`kNEusD17W~ZCS+(Cp@1_6RwG> zR$sh;oO{z#5{>ilWH1m*R+SgOS2<=1owlvX&Ur$}nrfm%>R9e6Ys1IG+M}o0bHu7x zTB5Ai?J^FvT0ZhU`q|U;{LYO;pQutm%l79y+MkMkcM|{obKVB%LF1&lYw^6DjYKrY z5RDT(=B;X<>DeSfA@#S32i^`7LzQGINNp6qU7!64GdGlmJFtX5{~1#moyJjc2Fp z@XbHJ7jU#F2W@E(TZfF)Zi12zzbX|$k_11^6RqC~b|Tv+OMa6q-c{yxElR6sC@a1$E;Km?Al22ziSUl+=VK28 zvo%@jzXU`m@bf)6F`~HO$h;3Y!?sI2St%Oq(f9_-mn4*7=^x7qg5LxGlq964lJ0}? zjULy}2k$H?+rm)YX}f51;_`b)*hQKh#%Co`!)gy_WJw*Th^vjEP!9|S+t{5d0xZRf z_UuUXPPudx(l*^Iz4WD4zG45I2h1Y!Ohggt#Op%bw#xwJK#WFr_Kj*M+Sx4dtHFvBSYpZppuyBwH7?oXHK9W7t)`BD9oYb$o+|0O1>fdC}<|20b7cf!yK znpt^G@u0FGfdBhwzrk}=6}@>i#anURs4XuYf4 z!}y09lRMQtWE&?t++4!^6e-@H3&v)8N*k8xse7OVP39gmO3}3r*djj!P7l4)P5_Wm3iDkeGgHh0(DnyC!g%zyo|sKA2xlXUgT+_<9nlN7nu-o4YLY7Nug zUDqb2pV_*0{t|RVNgNfmU5v}HI~F`lqPuY|hN8;{8xx?kvMu28yMBHI%mwvDm&X^) zSxnY$%Y_sy=RD&ZAgwR?c9Avs3VnViQUfka=W1m}RxNii?VY!(TS1nRIq)JTJU5DrUC z8!fVA1ne}s7EE5=^o%Zv%>g^)Q0?WX;EN%Jqsu(e=Rjv7!NTb<$b_#j_(<`{C1>2y zb~Go6W%f>r&_V7rUdwROJyKbJS*KTT*l9vV-8`pLgbcC`knF`j*;H7uFMtUb| zn^=_XJfg95v*3I2Z%6t8U~P*ci&3fVZW@;YpU9SqDZ3RmWiQ7~;9 zz2^>!po~60_d4IV0LKwCDED_z=U3RHfgO-43OH7M585<&yuvWo#!T!rTpX%c-_+r%=|53IerBc1+HJI`T74MH`A_Q4jG7yoxFC6*oIMGtw5N_)h57^mV>|o zbzu9DepC_Qz17k2K1I|;_f8s%2*roAhrA{FwX8M4llAaNXH-)r3spf41wkU*UoFJM z47QY;%brW7JtEgN;<6W0Cc_w zz*|t0IR${Vz9{DbW(zL6)xzVi52=Wu){_);En~L%*so-ghT~itlfY#koez}xu~FIq zPRe$cLP|fp)^N^`(%KeJ7AuK!n<)lARl8sLHZKqvH)d?w=PG+BQpo} zbDyh&o~rvtcJ{UkYU8})y4!Q|R1Z6p>!>ilX*v|kzv}Kt60&bhRc;K=qjW3YoS(G^ zGXf)^eF6+4JXx~$rXE}98pX!Nl9r&^RRuNkCCWEmhlrHBMcP=J0*nqILryo7Ex$j%A!76iD`lZ?;ep^ZmXgT)~oJeOQe< zh&O&K+B`ekxGVrvlez_CADuF!Crr~j`hocM*n4;=;d?S7BIDbos>nsAQpHO;A~@^A z=ut46@dbN(86qSrHa&Rar}0B3|}n`nD0hvlv6}uVnI`o zg|wNb#&qoIG2(vHVWyW*QFf(k_-o9qzOIR3(NK%8j!z>Y@2RlfyhMzJ&HQ+{?GE=c zZ$+LjDRkFH3w(P$*Nj5^kZB%*cG_EnIUS^bZ#y7;s^z869)BP$WM!0+3X4DJJ*Th$ zBm5RBBi5lU`&TWZvFl5gDhfjyflS*uqe@_!z&PC4g=Q~q5qA1Zvr%oOS6%ys&u+a~ zhHz8&v*Q5XAcaJ-4qvOg=b9J|y;`Q!)k)|lNzQU7pWlAyZ4M1FT$>i=s)L`EVbZJ!!zaUv_YQgvb4cXX@@L&ml-T+w*xsp zI}m1Sv}8AGS`dx9ghj#W!Y*8d$K%7=S5fHtDuLYwff;Cm1+h)Yd!;FB){TP}dzFMM zzZV;S%PRkWEVzA8@~w-D+I9M`3vjx3ecKgHoA0g($KQg}f8qw`pYZWWr1)z9(5{WK z>gg%Onijr@rB{S{+B-|+Onm*lbDQ5`@%6U^JgWlFAz%S5;3H!L@FJd;wH-DNDUS9H z3?%U|05m2g(?%LL+BMPMJL>kRieXVoUS(2F&8sQr{JL;C*DfYIdBk9&=aSm7){tJ} zJ&e&9ab1t~9>s`8(UG%AGEIxsYN+Sg>3$22sFLEg_e8)?U()o1^wfJ#K=ro5V9kloXzGJSVphf%(E_0==1{Yw0Z zw8vY_Gzu<*yM466MvwdTa7E|A&r`AMtQi`zzar#6qo{cXAWeE#APL5Pqr8joV$gfX zD1S<3dP8sYg(i`pgxTwIR&^U? z8K-e>gF_46obzZ0(A4L-SzH^wBqO+TVWh4$u{BNCllMBJx_R?>k}AT&^Agoo7J6!= zg)?(Ys;YV6`}_MJyeUfOOYUSaJjS0?Ao+vCV|Bp5Td7b5kJ_V_FFFwhDRYK2EFCP4 zsMRsoL40RN_CTjlL$-OypW)KtJW){CL?*`Ga$bu#L5x!6Rl;=Oh?%urWj!6dT4sK-*=CT*$!XPxMsNT8>Xu z=I?@!^|t%^QI_BZ&JG<7ZEnWtH@PeE@xwG|23}_DFTQ>6rTVpiMA9f}%&(gJFz?9o z{LzN8n14W>--+PRwI1RRT!?)kQ>otPQB6X}afjX$ovmetvy|>ZHIEH=lGaUx{|g<_ z-!jZ^$eF(hfRpTKCvg0h$OL>bPu?N?JDU#6e{N?OiS^lF8jH#XY-gO%;$|6hq+cPx z@Oi+A@oa!JQB@+5+ndnO+gvCcP|tITiLnFd)k%cZuE1==35%LIfs4s|Fs!j5zbAcUujDDZ6>{j2mf0lZ?&n?u*F_F}_eg?&QN#hEdJlTNe7>>CK zX1%wG1~je#Z@YozP$ze9lb%==Y3qUKVdxo}yc5T{*u) z>2W8KcwKXW^p_hQugK$i*NGm&GGU|>PG_%@oz9(nTb6pyCa)-`5bkM>E%Afb#=ayw zKbmub=3jl5Ip-ClmYO+L4`q+(q~2x?g6waDe1EL8?jIb;LHxuPq?#z%+$ zXhN3u_4JrK$F@{MTZXsJB_+rl;#SIgclcO96awd;pb$&oyVVZG@qtv z)R=wVO9v)dK2-@ixb8}hR8yMYB|a4M-`d>d(t?Mc?j*fcD`VFKQcRbXg@u-oZe3Ls zDdszO4-curL9kG4>3!kb{jdD0$Jd>NCuxF+r*(49a&>clKv3M3DMLBoXX$YgbJkbA{TZa%6N7d)!$6M|dz zN$T7b5W|AI59CbR_tPx0KV3(aMX4+ z1uj}yiQ(A`D?c<{_V_lqe*Nad*di0C_?)O*?ph&lM8J= zx;$pBRyDf3u(zZ^(+;{+%;7Y5k_SvS+^5%C2Q_2B4>7uH4ox}HRfOr>e(qV0YJi`f zu1~FEy&Be$h5oavIz#dWG!^M*6zXS0W!}Gow*S*e5diw*6imjyN>V$sR69Zbyg&MK z;2!kT0zqVxuRVoJr_ruS_{r!8@LXr@Li1q@wZ0$WhqTQ3G4PEfsjEBMZN)xM@jJ+eGKPocwXz={eZ9fB-D|# z9S>m+PSl)=$$I)NiS6PcVrP8}(Wgo-s7k%i8jpZCyJu!%&#Q{J&kR?u22Pi*UsxeJ z&+4=*t?2ukY*8-h^aC{&t!$7c$Qp+Jtkj#zGnsB0UKD2|WV2=i064V5#J%`Gn=MC& zN#{FpFPhlKAC=XGgbXD(PMjYj`v87p2*1Iks~lSkMCXpU)(M4^{BF&qU*WK;pvoUE zbF94WEM(0+o^Xg;D zMN67~o6}QD^wmXCSr`5Rd(qFqlatWPA3>R3^<-;KI9NF5= zr8~V?M^M=#m7Bp0OY=0m8e+4c@4`NB(?r9=Z8G&xh(%J9wz{gkW@0_6i6Psb^I{PH zMRkhn&j=xdeW37=1&DjGmpji$sq6QkvL9J3NclwIgz1)pp!V*DqLwr^JC{nL!`ul=-rP!4zy#UHm4@%|Nh?ZiZ%f`+fY zdx|8acY!AzM5=B0pxPk(hX+Hn)a2pg9CPfKS<~N2V%JE+Pm3%+QH3H=jYm`Q;J&cE z3Fp0O))}zDDedzJ=Q}p&CB}uFSUZwq|VnK*jm4lOmu%_m2-2 zU%2PvF#J@dsmOtJj?n$y6^@2s*>cz*GxJe&`sK?d&ts)?F!b7m^jtr#;p3eG{@n|m z0%);GMmlLpQx1cd8C{M?GEO8wP(FyFmle2goO}Lh-O#_`W6z`a)h*f^*H>6a!*$Dd z0Uqy3E6f|brLzDj8SZ77hlq_&$kB=%Ul6Bz4XT?;!lav7G;T4l&L10r#of=j*G5D0 zG7jm)mPVBZt_IBNp8ln@{2z9@GB~-rKrpHm%d>7@=|ls%Em!OSGTR9BBO0?_9fVwSJ2}ug=L%W8mQe7 zC+~h)KX6KlHmZpWXGpFSC`?tySEX^U6qrg3jehl7uC`O%0Zy2ht54|3h_hWqndavg z*Q@wsMqBS(2jv#M>-*gFEazZi;edL%~wo#*vx=;Goc z?R0gW$$Ke-+4*IH4swX@vPM*x!J?F+rIhJcNea;HGO}w5;e__2qc$V0*;GI2CwE1@ zm`!{UV?et2xdWjw*VJ>we2$|WA~w=utHnl!7Ex~H2uIqjre!;^I5bm>c+x^3th2LA z`0sVB_*p}@A7~v0J8}|jX*|mP9&}^OT1Zsh(tZ|8TW=bzk}TC)bFSCj|ADIi{;A5b zT;C3`b~m>9JbjTJGK<(4I9dPJ2Y);GV6E5QMHB z3x5AfS}}a4f`*hs!NAgDW*x9!Bo0@%A=cyBlV)&A;rUU;z*$h3(&Elj!t`6jc{LW9 z)@!wA>e)3b1#M;Pdm^n0@aNMh6AMun=VrH-$ zxbjdH`YKAb%+@t!fVHl)#pYe!drBunB8(a9pPfInKFAXxW4E}Q6IvI)wR`&fxR)u; zx4ZIcH(fc~qC;!GNrKYG#Y9ag)ja`H{<+6!fiUaZ)0c(p{*X!S7CKaVp2h~l6?h;R z3SqR8ZLD#^Tb}xI?xqo;9xQXK&p5biE;Tr+vVmKl#j}Cqa&n$e9fw*&YEgk{6>2jP zw(%92SD-K|hU3Jp6vdO$nmURl3JtrHv&qZv5RGb1x)%^FKpd`8s(-G`$Io90vmGnl z{=Q343-8c0y2qDn%y5(!_zq-4FGO)&(f##2X?yPbUA?E%_M_s8GU@Lx+ZLbT`-OLK z6Bic4elpj&BnQnmk^a`N{*T%jLV*x~`Xxh@`CI?IG6{rEySt-+VOq~avHL0Ea0@=D zrDp=>mu5GWm5a-2Jpwplf<+&)j}Wc3y%)ABC~~S^mcZOr z3pY3-BMu!(pz* zM&C}W4{DLrw?!9{pi!YlCpNcCu@)1n{OQo>ss(FjP(eIhpr!jP4=lCngo6=(_H24> zLK}zR<)IGa=4Wn|&x|52V|g_f514d&nn8NqMfz;DQU8v9{hwlZy*E2U4|R-i{%VOF z2e6;nh0{ioar&SR>VQDC?V_FDt}Syy?CVGmF0bqxqgtPF2^K+$yYF5})$1 z=C>%Q!wV1OV(dYx-K@g_5Fph)fE1Ps#QVI6xrnP^$Hw7i|Ad+*z}9|OY3Tp7Mo)QLt57_tG!i_oeSE^M&{ zvqkKIi^~API!+UBvJxp{zJkV`mB7LQ9&Tw|P1|Gt!4UR=$LY*Wd7} z_*cW;!uFn_Czr(uIEsz;x544E%@Stexs{gTwL5n5REUBi;K%@ znbCVT-n|0V{0I&L;bF=i`S)txwn99XW|fKoU&L3=A7Dom1g_X@i}OIamdTcH1@snS zujigVAQALQaY8g-dy$NdsRF4)KvXl z|85Y_(?nifg@;g{=1k4u?JO-pWl<$rn|A>Suo4)1GX`R8?R=8e7w zN%Z$=Yq(lCPeeIurZ6)d^TKf97e~*?*;_|0Wt26dOP02K?tZ@8l z^pHtsedp%-ZVRe2{P`BqhGu|-iua=bLW{3LZ5^LkSq=N}X132M9LZ}pFmMFOQFQ?7 z@anrjmXhLp?e-6f`F&~vMCmE`K_(0&1ZsJI3^NHs9k2>&I$U)-NXcs=^>gNm$A+32 zT{+bbD31?m>pmA)GEy+4P2+1?wX2TCD0BKheW>Woq)aVtwUE^#Sa`K@+eb3Oh^~j% zTrKP{Z>j)88gR+kJq-+@!c)Irn){wwDlug@pJU>+cWN50b^dEL6}1v1swrdf!!RQkqYhwm2H>=jlk!`uVbvIggd8TP@voK#KQ{92z^ zsHxco9j~p_dw|OM@%eiCb#U|HW^yG*8*Ox$c`g48E{gqY=i0Fo_4Fp6Ox~En8BPLU zd>TT=Zjr)n`PgZ^nk(KANqWBY(5BcHoplfkzz4AoZCBEKeA8DS*B3jWX{7l5B((!k z(@v*PrOU)KJZUbee^w8MHZSfTKy?A?;c2T(j*oghzWx%~kdWvm>tLgB(Dv%& z$es8#%LVI&s7P8CD?U<&^{nwjgzp zuVQnX)FNReUW}VZN0!L3r(fJX(wb z*foe0li&U^*V&VYs3v^mi-DgQE2a>{1CpEacZwk2%0FYk*wBM z3DKV0N%$0vo0@=~Vt0R4=Jv>0zR1GGO9Q}0)l}nEis;peT4Fw|6Q6vu^o*Xv_|R3O zy6eLa+hP!@ccrU`ht@<|oX1pYkvm!<)XJ}ov`dafnV50Ml_d=0wG^on*F48E?U3o3 zvQvb85pB$YyAc7bUIT;aUUiXgqaKK~o0~3QJ5?!9ePo%afbLil*yQX{*?n{=xHoyYc`c&oI62N}QRRc`8!pM)qZ& z;}S${<7fdx9r>ws+Mt#_polGnPVQF6hgL?{HC$9Bk3wS9mPB>a=f!kKE=hY)=$#ri z?MLYjCA@I0gV#lhAGF*xx*y7*#pZryRryV}&iwYK|JT5zzeTIRg$jTz0ZWRB{#2|3 zf8xhW%>8%GOhK~XJMwc(KF(JccvgH#l{HnYN*bo;YXoia(p7ZKMK(;6<1te;8mu;r z&4o`Gh;?C+g-oCBbCX7SzFWpj-xoUCuEXU^RC-Q{=10H4Rokb*w@Vhgf(7;a_C8%a z|7mXeD>rM2krToOw8M9vtb7(cAa!!mGR@3|ysy<@jxKEAiNqn*;&KW~oJ|XPSdgNc zN4DF<6k?hwbJdDVZRJ~6WTq5!+h%m|Hfs*3*#Cx$|t{ zg`4r=$9nYzxuEX~-HGp8;90WrL*3x27Qn&y^4G5)s6=fIOB~;0(72C|#?1OKZL$*A zeYZ>C3{;e9aXHVSt2S)?+y!W#;RYp2Zr!;g{L>3=RfoRI%lE}B?1M7tP!@}klqf(^ zryi%Jc>+=R2ro1j+=chA`-u=RUX=T}X>g9dI>7f<8+_L;sD0VpeEJCvK_LcE%iwrn z4+JI=1M&L0kQavXa)X6K$Rx+49tq-2vlGKv*KC!2eB1RPchTH&Nf!4aS5BDk&)yX) zo`I4t%uV3fs+2s!OqkSmQ|K@Ysx3Kw-K|(WaM9F~x;gTJNYY}jjBlFzQC>6YaD*W} zcC3C7ml(hfK4yrFbHIL9I$8h0j#Fil-c*}gBHG(BJtbtXu|BsXLtE52Y)^EhLuJuk z@8g%dOz$VhcyQSh#fZ(Vc^J$9sS58?5hfeC3M*@46?#((40^Q*HK$QERr=4u#1Y)W zdnb|1@xB#(23^lXQWN^r2+Q&(*OqcBu>2bH60v(6XX2NC&2Js4{Q9}vnP!Ks#nDKl z1vmSg$aW_c_h7!2R4P`keFpq9qaT#>n#Y%k=vg`q=eA^3Z!WO;B4n4R-L`2yu4!s& z0k+12M|Ho>k)~d5I!n+!yMo=igor3#;*UvN$Hd)yc48rZRHT*Mba@$wf^KHt5XMiI zWT;xpC?^H+VxO%M(0QF7nqSEQi>Nu1{fI%Tokm6>tYLLDz2H(O^xz!5^-S7>F0aFy zv7UF8-fk?t5Q^owbic!of`q02e?3muy4gBWHjrwb_Ir2)io5q2evIBP%nk9JX?$|k z8sg{L=)84ir{niST-W<`TY)4!_;M9RXP_ti^ybwD)0FfwgNIIPyaV>>=n@zvH%}00 z38~uGawapKSb70sKdehN8zyt*D(5$t98U4Cw{UMInhk^wA%A3Tz}aE|h&NCCYqRvA z*>Xzrk{UsdKHGegfh_YIZYTOHj~BzVqFfmrFK%l@?xF0E6osB@8rHTAAMbpcW-)LG7aF^R6B0MLh8oPPdcFAhlCMIQQBt5>zQCS85*=(hGziaTh@lG{uWSTHr=!ZvM1FQF@I8|i^J zeg;&nq#y8zBEnoB>QT4rId}3KWx<0)OJ@=D(>0VLUM(u?y-M+JjL?Z`-O8817Mil+ zKen~xG-r4M+t1feX zOo@z-y$UCtmoJUbs20cqW}O1>d&&0S%grLRJKz4bY5F%_-@o%w8Sf?~440Tb`R&Zh zaBqoS+P$ZD55pGR3EuT5KY`qCfS@%A#TuO9O^%sOZypc4Y@xGQ7GmbE;yzl!^2?UQ zbUFHl#S3_CM(ym#kt(Z7Jg7Ooy<+sPL!~$(s3+hLwfs++&&cHj4h+T~b$mm}7t-uz z*o(oa-qcJ$rKlK4Y8I7-3@D%CTOVW;i_r%Y&M)ZDaa00VPVM z;dJ+zgpzlF|9;J!L|?(8y+U452jgsPFOhR%dLNI_aA-e}{39g3HrF0&T_g6u}wayR&wT z^73dhSd7qR+L*+XbU{oQ^HP|sc6`-TU6@{&esf$^S4Z(7rSt!o z$1|roi!Qwo-+d)xR5y+0l`FoxdxT_5aG*}rVqF5op-aN(Tlf8Rju3+M(~!}RJ&~Y| z>Fi&=gu~pzT)!RK|LEh2#*IyKk$Z0<`(I6QyMhX>m^zJ$0z^Hafw{t5B^@0dTzF0nX@SyY_Cw`!8j%b;UZWTi z**+Vy?hmQ^m1S)uE_J$PO-a11?1ISi-i)hYw$pZ7dsReeV3aVqvo1cJs{YT zCk8s7KFrFNX9uL3qPC<-rXx4w)s=&~lX=TmqSxC`bqw^PX?%ZXu&}VnmYDxKE)1S| z=|qJxS`%`A-k%!j$0pXwXeDAm8Z*B*8>O6=m0^m<$nqK116gXFo$SUvoeZ#*X^1;dXgO7M_FrZD;Oy%0wbfH)xGE9kgGs|Fcw!tE zz6Tl+-IE2n)_;nt{mVaX{&Mr~c)D*I?vkgw3RO>^L2EZ&Y+GE*Q%iO}k3|Qn)7@OPo@^UmNDr;Wz z`?b5gPXcB#lWy%yVC;(x^~YzOo^YR$B?g4%H z4o;T=vvO8~7)M3wbP9EK9EPd7^6K=o*3? z{CJNH?r?o3)*lL`8CKjwscN)Y`z)f#&j3|Hf1n==U_lJem`SV7GfulQWQP{z1ZE57 zh=P7@FQK@Y;e1bSM4Y3dXvK+niN5}e2D>pf?^Rg2bY*avB<}WUFLKx@X8(Z9`&rhc zp3F_OFiLpbmIv<9hA!br zR?;yrjQ)>~zG$u#K4k{H!ptfKbAnI@U%e3QcOHDP6|tEX6T76sB;ko^&g1LxQ)^3z z$vQpyM05wZceBKOWG<9w>{I-CjD2r_uyp;|B&Ih4alD*qR~Tl3wvT-xG@yb|b)j!v z<*o=c7JYnySp#Iy!4f@w`1KWp$=$eC$US5*XgK&Kn7a0$=upTsbW#$43n+uc^%Yvr ze29h0d&a+1@oJ~%4=!951AC|YgJ_`7Y;0_f4tvx4j*dcx^4oKK88mR8C_nt@>vo6i z{E4Wtqsp@M`VI=cS~h|AH;kE`74$;3407@FGn`(axj>*CV->stO`8mrAL;nVO#=PjNr{Ifu|lJ| zn!_BNy5vbo%dLsCEAKW*Ce5*?IeM8eeF19MXv({ij<-~M0c~;&?7Sq!Qoj}wLo-@gi*lY*DXyI zd_3MZa{)DMlb&uzMo+l2PO;WAZywwN{^c*LcsIFhoemlzqjAV*bqCwD0-4lxqJddh zgXd}{;F9@^fz(;(DKH=VGWP+B#8l<0sY8-A4f*L7$IWqRS(6#1`t=^*@i%|JtkOu)Msib(o7sn*Ui+S@k~CA;sd0mU{(6-zip6Yo6i@ z7oI9A=dH1We7Roas0%9o5cK0PK~H&&b?@-Aum9_A$dD9R{M^Fik>vGTGo3ggx2Emy`2bi}N)+J3+=x(N`yrUhr z7qci-&Bo-wHIyhSD;o=+sNj)`YsXlZMmd8b#k}X{l>_xe9v2Vb+DTO zNprM-ISWH&pj(!sn5y_jRT9L3isSiV*@ zy3WTvcsgKkynozqGV=eh_SR8R#%tTCAWAAAASf+L3P?92AR^t}AkrY+jesC6-BQwB z5<{nS=g>Jc%m6b3=kZ(TobCS3dB64Uz2CLwkNE?h#p3z>?zryjzOLz%W0iD|D^W*Y z3_yhoQ!0D%|Iq?it-|WA+q53izcL`usjJdRi@9#{Xu3F()YjLJj|L&NW=2W}=ACvv ze)=R>s;^s~(yz1K|0;WeZ8a^R0esIAu=I9ya}7*ZjSCan>>9ccZ!Oe{@*w(r(?xwt z({PzKc9kH?Wayug8AX89z7%r!tlqLOww~ys$^5=rlvBF=---XzWS>75hc7Ks$bU0_a0)l9KGmem zw;P0w)L$Ti=5&3&91S$!s%)Vvj?Z^^;)es4>-=m1jWbINq{TkN!HN|2F;@A^M9d*I zdF$Uni22bic*o0&xb&g<*6A>GIi0=g!AWPxDxEr&d?jKba(v1ukjJOBWJZ3*JIC z;`SCvhj@aJr}D{GFJDq81OIP;2y^8LYo$x;HkP5)-sq6q?&GCK39TwNV~|6p;`|_8 zkLRd=^79u=Q%t@-uz>-crrzCc@lvCM{;!O3JeP{!>{-&K4tO4ju7e@hKaK7whBqov zLx2Ab9)xv>rQ~L~nmOzCs;?TbYoYc-R=sB1Z;;7ln@;^IN6+4-HA%J6#zm6nNS5FF za|!u+5GcvP)1DK`w1rXOhzkS?Nyow*u;2E~JnrQ-j^L1B7QBm1Y$tIxPp0z6_cz$TBCnD!IYZ-0$A*_-3)3F; z79ftizS{yLsR3pLO$oEG3K%Q-RA5*&T@-l&VGuSd}C3Gmr~(m zEX-G^o7@C;kBA~o_VldUK7fAR8Q}i`JxCOgv1!QM3pew2{gI4llEjQmoQ1qrZwfwU zTvX6c(=2g|2<4jmbOD4(vGxGc?H^0V?^aYg&0f_It1mlzp5A%mCZzv@qsxEw%Bj)- z)F?VKD(bJeO8`tr9IIY|(kY`t%sZ}f5MssURmi(tPcnAqCdQUd=7#0D%!6B7Yk$KTOl~D|zm2+)8~VshJE{t~slo zLJoe{+#a|lMsTVy7gWv0RkYp8NGjTyy-*0n69dln$v12@=jfk6&~L$6Yq`6{1ZG** zXYruhs?xHISTht=O1jlPuZf{fy;Jvc*Nppb?aJ%$1{A$se(P_H?6ZtQBkHoOy$Wpp z!y_nQYBJDUcRjy_P#0y$G85P~Ca}Ljo{#dh5_zWL*1(E{aL$KZ$O1SgyR;R5eo!sb ziT{+FGg?%@9A+ghA0MwOmOe13Zksi+GqrC`o& zxB_x4wf~LdKfRXjUx0Pu3!G(}g1@vKKMP_t#!SA+D1dcMi#9WwnqWdVXdUi`@u54R zza(_I``_WLpB`Hfor$%+^Riawyv(Vdf-=)mMUFtZA%~Y26)b%AdibuIZ3td0a;+Bn zAC>j6RA6ah$m>`?5h!{Aqky;qu0Q*Jk4RjLXXFBzqb$ICTAn98_`s_$dBRve9fL2+ zkGyhx96&nj!~t^EkOY}VP7u&r81vRMB=GfzUQk-fAgrsv*R?2CNQz1{w+JLpPR6vM z4q)LJ4sG`eiYw3=G5w(ce5Nf-NKn5%2i-Xdcpa4%fU(5m>Q`(t7Ww4#jx8N@jW@$N zRBG5lsthg|pX3@q6xnDaRGC^qe!(&5$hAdFw!xujIqh;<7Rn*_jrXB7Fr0Sa&aXz&qI5dTxcJR=}` zC=e@bKSVI6-dTMoZ+$*fM*7DHglD3}B*O)lIET%XXUed<}uC z6WhHZGu9q%nh$+Muru{fu^LfNqaD4R45*!y$CyC;M}o|r<-%0-n(F>yV0N#?#ff=H z5QhzYjXTDPgA*ewca_m8G_rlhJ1e-EAF|9;tbGoOXM z`MZd0WPd*ud7tM``FCfT&mv9 zwX4n5P%<5+Q}%mMFtNbkL~;h3_$Y=Dclx?U9UEPK=%!3aK!6DtQmm!5&ZpyzZf#Df zSyUuDsy;-ls+zg6A@{f_Rs>+LLwDw-;1*Qum-!s!4PO$!kbWB+ooLLQ`j2OalahZH zbzMLykNy!p+DqQiWF(J7%k-tAQe!5ivbX{$M)lQb7MKRmL_a%fJ`SnXDA`4WTLKmsQ(fy+^83$2 zrnB1LEh4);OuplvoaoU{nP5&#PYrg|;m2!zJ6|7ODby1kI}YQIhWfSBk`TDJVIb!l z7{jm4Nv6L>YA*=cuvcF0BG%S6@OpyN%MHPq!RfrUOEW&3pAXD?f*oj1s)_iIn#Z7> zg7VGLJ^^z)V;_GgCv7E|H923$0lML+jMwb!Lx3!nY@Nm<>nTl3sJ(A3z509h4)wFE z6L07am8o1+-v;WjEl9-;pUBB^fT`ixuA4?hA;gCg*g+T-jX3*xrqzk8?O5H*pBxou>4xoxeWFg*%m^w|;e;hQ%!>a!$6-|~Apz(s@z-Cz(6n2vmu#>d zkhggF!EMY?5*@qua9`$&S>n5w`bRL>?e|ZSN<^NTd{yQN2*M;}0 z8WEWv=cbxs+Q8o%cdKUftD(90BRM)H1MA2irKNzaJpHEg_P5gV(*Evu`ZqzD7l`{L z;;A^Hh}oHu;0qM~3O>4`E_vF-p0k?Pp4f-ua_xARY0i4b7tEgFDs{BmNS=1U%vM*@sqpCfCe8l;Mw+?RcP%X~ zrRmkDEIll>Q*}VV-X@O-(x8GbkRYJPxXQzuO0x-i&gdGBQhQ44e3ogqN7bSyqmOzk zgel9O^jnX0?L%ym18V4&5x7L7A#az+oSnXU1sr45tIpkCUGHQKl%?@?86+OR9i``f zAJA_3(#ZOCIhP+bqL@6xRwM0qsjvtaoqdLnu7MxQ<$4l?Y64c*4;0S|b`2klU(^sMiW8t* z?;0U4ukrxT4E43BPV%}6`B->R>y&(;L%Z(H*9_fSab)Z%(c1|fWA3evOP&j%jva0ZAeU69;%hwH!QA^ zm)AgChns$QB(nR3e6z8%ayee{xkeq|5loa4rI-@EX>+wlYKOxIz^s?#9PZ(e(zWJk zJaNop7idnW4^?rPCQ`^3^!ji5#(#Y||4%PiAqptM8Ty_m{v83_-(#$EoOoBd<1Ix6 z;nx)@SA>FyKI4c#pr_C4rKJ|^xeapmgtVq4%yXy87ZsCD%-8I62jAO%`ZTW<%nm}1 zhgMhYW#~2pj!nY(+LAO%Ud>kcRJbCl>sncZd_lO@1YMjJ+WH*vUoji?Wm;D-V#G(4 zazdAEeLdg$_}OcQ2#&ZxcJK!And*%pV?7I_ zU&OUvX`uylz+=mXS?3pR_s*iNm*Qf`o1e9KV}+5SkEXuWl9*pO?;)N|?lT#N`IgTx zb5=muj=^^U$W=`HL3TjWIG%^3%7**-lQuMH^NZGvjRj}F0oALcv6ko^GwR)Eh4p>G z`XBWuatv%Q$OqcGZi0Z(u|CSxTGmjKzt1q=qc1~dm}Lzy+IBcIOWhCf`^^-=t&LF< z*}t7@6=5Iptyua%h~7tr3G@17haTy1;W;qOHFjb4zP-S|^6tMGwA;S|f@6E{9MykUsBWaWk=G`i16n4h#+pOrGowLKv5dC1=U-saXTU&aZ$S@?XD)M~AN6 zMoPls3w9u}z?BCE#c?;mj>@sjq*@#Xu4aS<5*NK4w)60p$DuH%g<|~5ijz+cT3h{Mq~p_ z8H#9sTw#skTVFQ#WJ3vCO|dWj>yk!*nTXtRJVJV0M}V(ziw@i(_1A{WP{ToN_s~QCkDH0F%P;^YdM0_YOVns}441tuIu|22#AdR2F*8CY{Xj!_oji z;syvGm^oM~PfBa+XpLW$m7b5Cb*{&8r@Ex1WlUa^bf<{>OTT_G-KUbBnN`P5J+G*z z|C(7xw_DNu6*zswPdv&ww0+~r2@l!LL3y56_uHN=Ph-e@%qR$D8*O&cdn zF5orO^S>^RUl6t6-MZL@a?kg11cmM(HXssDmHd^bZTn$A#GcwqftvxY##nH2IAY9V zRg?~r&;r$vm|t2NJ8ra2wevKSS)M_7o;P~h`)R9Y%}z!_j!aLRDELyPoXC8dAwDE( zb>ORy(dTE}`>dSNN0wK84F4##|Gg{kF7T&QcU)rl@%JdQoeZ5>Q0Z&neVFySysJN? zJG~d!Mz9K?tb<9cE{N#S8yRVylGXE&*p?K>z2O6~pX-3@>pyKT+!g}odTTI&h51J< zt=}EokKOHfB>{ndG*C_@cMQ7;rBHy6PX~M@m?L>OvYFP|QYx5~8}53V-8?MxUPB%& zZAn#eL(9-`)>_!#Ccbe=_T}d%RHuJ%G#oU;pj;od ze#<$0MAo5C7U}>T(%LW^vF_rLCCs;w^#s5QEHL7@mDkM3G?H%T4rVaYG-gNo!FTv~ z27fdwuE#^EL*4x7r}BcdXG?7|YG1St@Z{bOYhn#@!tD40GNdBTEVaC_5*M;0pMo`^ z>KD)GM<-P4*Rj zMUzku_l26u9q2$-oiDgTTme-`2}QeeJx1M9TjZht9i9Kavj5#;y+!=b*#CY82cW0y3WqV16e!1xPnP0!z z9t{1O`!0w65&NV4H9R>pF)1qIAf~I|9`0tuzGN4efVJ4xQO06*T~m(VBB#Lo_lh>8 zO6qU{p!9A5xR@m+0zOqho>wx^i~AM+7T^tz#eWqhVNdg_vhl#Bsbb>wXvBn0cK>*r zFkI?<-HoqM`tbuH0O%ECbS@~+CHrTV4`*cPUjxXQTK|#IvKJh1u8%*AY)cK|4|Nf$ zY|OH%3`BC1O;6P|~1UNVVdTYtqWY(=3pkK|9#HRmPJW`#+{F|nZ_nKs> z$6>Ca+^G*G-g>jJw}F-b9x<5G=xtCM9NNHu-_G2nqOOf`*dKOJ?f9T z=G&SiE8Lw-l+j}AkvaQ!Ui{ywVU^^MpB#(#d5YjaqDZ?X4FP`GqJ7M(vEP|E0x8LW zh3>qu9g$--3#gcC6F1Pu<^!weJz>v?`f>Bh{+ke29_nQ9M;qxf4Pa=SZ-ne6w-3I* zNl8L92kgqpbA=G zZE|WR(Ww|vKQ2B^Q<}{CJu+O3)h#4;ZykAk4ru96U&$*dJg6$P8vfPz=G}AE`;T&; zUYT_uupCqtXfZbG1T?K1zz&Dn_yC8g{hTJ|_;tO8&tU|Pz+u0=A40du=b!**_fSR? zt`GJW*a>`|djL8708C7Bv956B3^9Iv7msY?lcy;x5Lfs^#=X0uzSH#32aB;8{37no z_-*|?T@I#GuTHifcps5kB?~!Nc=JnqdN4HdJ$rwJHq8em9=~n|g+vHV0IoqFRsct3(r-UCK)o7VtJ6xJIlNQ^gXPUfy7XKzJ z+IcR>3{JNaFNF`_OCltD@P{|Ee$J%P)4;BZ(`l1PBAwvhjr9Mig#WL)yZ}`R0I5-R zVoAaJ>&2G<>Ll_>pKKT!FZq8-Q(UUoT6kIO*6-8@F~(xEej!?!=}}C;^kR7^9aJhJ z6s})ABqh61czaEFrDl)1uor&-bUfypXI{qxzoDf_6bKmvB^mWLe_TVTD*qaBavI~# z_I`EQ`^v(+6JzDcWVNO}kHh_DPA^t`_0;0Yy}=P!IWXEvT>^V)QZ0cQB0oup-a!ok z<_Xg|?zxWLAdu_B1?8D%C4s?rVp1T zvJ5`CjS=zu8Jf~$2R_TN)0ErY+#WtSTW)|1_TK!$bB07#+c_jW_Kr6m7maA{Bm+3h ztkhnty>3Q&#-|xY$Li{udItKjfPBBX<1JF?Pl4ydH!3Ut;B{FRn6KtItMt9D+|?%w z4J*=ks88Br==RQC{NXDYt8vG^;gua(aNO1+0&%n4@G1l4T3uDig>L!y>ko9E0uL_? zBS;Vcajn^#nzDQibXA2c^)j2>P31|`cDI~;`Q76o+&q@PI7vNz6!5iiA#2%_ya|aR zjAA51`;Wu^!k@5TcMPieYje{b8~e)m+T9bRKm$rFm#SBf&4y6-&&(A3{yjXnw3MD4 z6HmR(ySTn~6fUH;7F1k6FXmh0lGW1^3FvnI zR%JfA*6>{G0nG47?fG@AnU3~c#rJgM^ZlMhKA#gP5|;|1sLBu#KM1-2+Q#J~^Y#>g z7iYYQUu#G1fr^pbK+NUh;^Hh3hKPC@Z13!BEj2mOmZgiZ0K!@~d`#0aJStd6!)_FP z?sJBWB=>qX9+eT-%zCAYDY{y6{vlR#(XYx@E*|y+{%D)qk!b+c$xv2SQq3Emvx;B0 z*=Jb-T3t5^bbrF40VixTNA!&!O9oc}W^aW$!$+5`Z^$inKPLN@>w&>S-(Kh2Gzi1H4ngH^@Gz*YDFB+6V+59csVdS@e6k;r*D- zI4}?9rnTsB5RwuTFLKN~%HZg>WLy>W?-h7|l?44jsrNmH=5Jy|K+>1?HK{TA;DPc0 zRMDI9-rf+oqN}kqX1kb-HvFg8iYMPQINj!RT2Qf$d$o<&taE14@;&JQVWG>g=Uvp) zw$VkEX`Jz(I3>N5hr2JuvhZf;@;Pj`2@0}r_!*MI*kRFHH&24N~s{cGx2`ztKd} ztq&f~A|TClDop{qGCt*|%y1>ZQ3pJ$9$V5DVr3Y3N>1OapX_D)BKJt{vq~V=?sSP} zCtsdlR_NXaG3ve+(Q7L!S2iT?x1gVyqiq2T5&SV)^oBW8>S}+4cX1ehdFL7jWyI2NEL4 z)LvLaGK&4!SIlwUy-#ctHJEBh?H992^t<9K^E=wYXGO(7Ra@TYp499qHw%YQI&Z52JTleA{HR6#PSxzgEZL3@B z)X6{#@^W(h-@-o)kBkg7Iqm%E6Gy;K20iK92^|6eAg@AOC{4*0&O$~W@tUHx!5wEy zDQVE^Nd-X!>7T@Gu0Uh+;8*kB^P?iI!5{?w=Iq^-Vs%qpjyQ8`WrEtItErdHlE8a- zR;7o?dHXX0^ui$jGNwC&%DURh%9o(K8c=-A&d4CZ@&sze@T(W!vbanjT&K7UI?c^%h&*#I<>VY6O|9>Oh^ic235BjhKHhr3 zf2d@Qe4A~8n9#T(rKj@+(dF&8jQNjGt}hM`;Ai?aAi}$gM;qGZGDuqI|KR;li^ha9far=F2pHf=b5RzUOAB02l zj>Y=ysOgU1(VzlzH{sN`neyF_a{X3j`HUSD!Y#k3^9fk@DkCusNZDk;^m3a;ynSoSrMq^Pql}H=z<|d(GGZ%r0p-gx_e)oKFrc2?mR=RMH|7OR2&Qld;b7YA^^BV zM#_Aq98dZ5pWkVsKkWIhIo*VRACpY>0LINc%+5OU>4tYm&I+ij1c ziaj(mr3+_67X)O)wM!^JN6#<~bYqsfAYD!vo2lcd4~aez^hIc=$utVTXZOk*k4_9B z5#a{Kz;1o77FQM~e4F?K12tM&OS2D2BsWrev{ z4RU!qJ|dBfOWV6uSy&k%N-b`Rn+GW_urO5l)_rrlcxmEkN3S~7pc7;dd4ize!PQ|A zxJhEjvZ_#A0k&gpJmnAI1^*tv{{Q|OAQTI{^GW(|et#dI^fv*FLwT4BlOD%wG*p}A zYF2`A8vARnoj2QG5KbkF}}9v8=o=d{jQ=r~C&~D;4^EB2GT85)%bgfZq1}U4?^Gla;=V zCU*9uNvS$^IJKecsFdWJmHVs&j0B8O`NhS>v%^_K07BCIU)X^$E8K;;W+K3+WTNiCeGH!3@_U7Wv zSjWEUZ1*+ABJvf-g|0Szl8;z{Ic>dWUNQ4e7^z+Pu<|0xE`$lwi{!COUk>N(TXrxW^G2j>pTHJ$&WQ_^+V%d;-Y^Qa{t0t_CMQL2C2G|*?%XD z4;T~kP~>O#(@NJ;%Aa9k*7llru#2$<>f)%-PW5djkbN0jMC;JE)?w9iUz#iy#$ev) zp~K&WUvcH-6~BPxEOrSDXW(NTDrLj%Bh_gw{uyTMQN|m>w_D1fw$Sm++}jXO{9pQr z0~vEazwW6c1^EXV1!`jh!D%aVo)SRym|s}$RO7^{TsCk4{l=YoNpp{fLm7~K+fthD zI!}B~AbXjmM1A!QkE7ttb5jM?FH}#CEn<^$=~&3GKa~=p8*Qna&v#|i`VRZeDoi12|657u7O(yquvxgLobZ;FJmxN6%}Ja z-1K+bww%UHVbB69sUKa;)B#U*$`n=Q!s0f}+?{H-a~r=?+pVKP4Ff|tCvq>tj3tuX zueagX4s?x?`K~=$6JDAuhvYeB5F(VFV&T5VILyIUw@jqT@2(A)Zb%!#TcnyYoiE}y zk&F%?pT&*XuURbb#j<8Gx>6cLwP10Q2EPx^vjc${M=5*6tf}veDHqj$8cf^?|7c&l zSRpa_`{cAsV80x=4>CW-!P=8+z>c0nyG!Gt|R=L2|x{i|Jzrl`PaT#n zQcND3{4Q5KH<>bP5Z}`y35;vQ{34h#3}dkC(tb|i*5J8iD@DQknIHG-=J~&PZ~w@R z8>X0EW-deApAUL70o|?iOzck&fv)NwIcb2fAK$5OV<{AyIN7}ez;glO@55Lc zB0jRm)_beB@qOzY$%Vp(1QZ`GpXSu1S%^6~>d-ToiyM@b@`mLHyRtTw)ootyip;55 ztElGu`10iy@K>wPcH`ZM>?ORzE4_>G>+$GGNv#YFw=Y`NFx;7#Zkp#=nj0)oRz3~6 zc_$JkU~6wXG`L@UTZVDUP(%Irp^9p331FGm&3aL!v^^cZd~Vf`xfXU$#qY<2#1UvK zaOLeo5Si}FHQ$fDQf7hi?xVv~OC%NJh3|AJB*%ASyyr`yd_~F>$%}J061~~`Bs4LZ ziiY=Z^{&sqC)Al_9~9>nJEf76pRKO=kn}Y(d6g|I8PX?QvhXPZyK$Le{yrOOYMY-t zT>(plMjHFJ>-X-n>X&KR$lI_pd0sue*fzE-Mt=qdS1* z7I}@n5lciBQM7_l7j8&irJzgz9(3s@n0=ABrxKc-uim;W#zUr4k$GSVI za9wpsb76C#)G`-EoM(L~J1;hF4C9p~@$0xi+d)t63!_~KhXonBP1h6o>o3_KaM1<0 z+tU;%VlRoO3pmb^iV!5CWk-|z)-`8tPWv?HS%#d*K-;fRJ5xM)=fA4FI}VNZ|bZo@6!tY@}W*ubcqe$L~u`i=+sy z&H%*J{oU6dVcO{~SdcH75B0HLUmW(5&K@3Zvs%~b&iH>;B|=xUUD7?QXO-ABc`&=b zz+BD~W>B`czGW6Un|^sU_cd%k{4KZ9#;iT^-y;IlEvDgB?%QK9 z+Qy5`Qz9WK#fhvan_K9u#1QhUB0}tpe%{@zN$hsbcYi!r%GJwhl4@N+d0+!N=*$sRT8G4@Q$AcboU0!>*s@Q(@#|rz;KY(f* z4Q=5LmahCiJ+D0lJFn(yATn#3je3r%PyecLw!xsmJYyt>a@`-ke%6T8Mi81`?(H@5 z5B=cjJs_~x($e#f8EffNMVNM=7jzji=l+y<;(5aTxIh(Igf{-e{%)Q9t+UaP@0A;< z`r%Zn-E!NPu7glA>jn!aD63~|OPd~8j3big@-XaHywVy&toXLl-m6uAaZxr9@8x&r zVw$Lcu8Wcqmip>yE6s9)9+#eSz4@x362#1bn=xPQZT7JRKQ%FWiI`+Ksc*VphUKQz zs5n78{(f$d)P>y>>!++A>XEFo%)^dhk3J%#878^3U@G;GqG>nP+0L&BZwsN{9R#q{ zW+bZ0!!JMJ5$hZ@e1g}~{(QE>1%WFBDT9L9rC<;%Z3hHf_%?=S+@DakKrHG6Cek-7EQeh3pI*9vzi9 zvEF|CubxScGQ+82CN@MLX}QILZZ_9vK(d~Fi_!BT zde4%1f6J+r(I^zLaq&t}9rt2>&l!nxSLpcp;l}RWGrgb1{}VC8A4`uB{fXl*rOBd> zzeA87FZ!0m?H0el2^3|)Uo8@bI9U(4lh(eclfm|V(OoC~OqfZ@Imd2D7Pmeu!Xd;F z^^q@ybZY=tl?jiw7O*q6w{N?o?+%-R-nJqLn5-5C4J&kf8jKNMLIjNd1Y?adYChP< zMe)cjl5T~WakA{uTFsm=k_rim-7FHFLjmi$#rmo$W58OiszkG5z0DLe4DPAF^B%2S zqvY^~l1rG~X*J=Zf1?Clz66=ck4QXWj8{M0q@tJ~9$Xq_NIu$~Ja_@ob!jHB88i`^ zFR;;^ivG%eowi%}ByVQ9xrQ9B zu&%xkp&_!tJ*y?#6a9^b49H$bwz&kOPNsTg=w%c8()_%G^6%y4)~S?1`-{T3vdyL^ zG+Pg!qQi6x(G^Tf36KY-@)wu{oRN|)<*2m7*DeX*jn;V^*{$&ZJUswUXy2j*GQ<$q z?DL|(4o~|7S|vsE`kb=(#|r0f+Ng8O^CuUjKNNl%qwC1IYg=yd71#pWHm9OpY5qx6DCUr{_F`MtUKb4dJf1J^+{ZdGs^!K&jWfEzoMI#=oor=n z+@V3UUJG1k$aR8Yl|8Dn0SeGT8?0x`=kHL*e$*xkUIY~jZaMb{H95Fj;=}UnJXVIz zy2_{f?$Q5J?@E5Qp4<|RNz$Js$+o>}+7+F)&XB~V&vp#=BnTjzyN@Ldch4rPH6se)5&hTZl6fL9h4vy>^6SjWw2hd}G3opVsmb zh7iy!^*tCD^RCF${NQ7RIdT5f$IIZbgp!Z|?SJ6o{tO#PO=jsNm(m#T-u~m0DefPd zKZ&;QJ?A%=nJ?TAsy#fkC0#d8Uwe&N7C*abs*!%1YxphScm1=VLLu<4`^9+w3z?pU zks4*soap|9;XIw>14f1E1BuV~HY^)-0j7Ax;`;iF;K%Q0{AtD$N;JzJ2jp~hl|Q1@ z;r`5#Kz7;aHUJ+wCl^Uy&b0yvs;^#~P-(H3#u4AgpV1ubu;C_KSj)x_cs{ebl$R=v z5$I3@tTusXX8CMPO_zDgZRT!zAHG8uWP8EUkCeFj+KIuY;P0`mr}};Hfq=Ur+qhbk zq(m$mUgsM~*HZjIbTsCrHn9m7F?Sl)v~yi6w&^Q2+yHmpg5IIafQUf$Am3TQb_UuT zN$z^Qq7O);NE$$%6U_cBt!CnjU9%?oO1FqBu`Ib7N5BZe?dusDO$JH1Cyfq|E_SXz zd6zzOBCiuN_dLOFLN%m9J1T#NHM5m-rh3%z_WWBCqTT&XG6}x!0mu#m6_Ml{^b zWD5J*;8QI*#TJS=lIwdK!^fV5pNf>x(Q2vHMcnXIUbdfl5QD;+=kEVtD^@GhQ!r<9 z?qV$H{*&Bs$HN#DsTT7GK92oAS^#Cb^0`K;M4C_RtaOC>lHOziF-UXP#wAjmoaIBs z+~7X**=Iu;OXtonNh)yUtXE8$!ZI7Y==o?6>ulDmPs&$AG1h2B`-*$AAMTYDx?i20 zREaXW^+H)&SZ;4B{EYbQS8Azmhaq!lnP_dMS4icTQPw5yPjNw2>v3R4xEs;osqa~~ zOEUkiCWZ{gm1s0Wm8}`m7b?4IB3KnHJh5o)xbqO*9?|UliaJMd z`@c2E_u@6UMXkN~fVih08fFivxlt1N9|$=>+-m#)95d(GPpYPbe+98dXAI<$ zFO`eH(au%uXxEKmeS_^YbfK=bdwUhI&u+E4q9I49PO;ZuW&urDE^Jq-fTSf`Qw1C9=+wG4+d7>)5l~ny0*fAdp+ijXr$T+e zpyZ$DCQqh0M6B6+<>LBYbH^{|PY`}&@8?`dpPrdhWR?di1bk!vHW$I)l(^!-m^e<; zRxVh4uR00pF+mR-w)8esZu22g#b%6>6(5a_r|gznv`;-89u=OjxZphtP_!GszHs6YU;?L1BlB^-WEdy1LPo zzFr=Y6P^?%bqVLa`Aof>3#Wo3Y}yB!7;NkTXHHK>A04+mztYePc(Vb-QRL#9A>Q4? zlk4H*I~!dewxK8)ttLZ6@ib07W@Oxx5!58YO(2p^}}A4BJ|F&*-C60uGcs!W+EF9#{j?%=L)nqP5} z*-8wvt~C!aG7>ct57Qtw-M7==8|uS_x&xTk-4Pr*-i2^Q-SA-5EB!8po?iEr9QN^- z1WH8RUuJ>Qb)r+>_a&noPL>;$u^H?#gW*|+5*#tz64N#*95AJR`Q-n|@>|o~^75Ct zNwi@5`Zo=RtASdYHD>bQRJPJ-yHT-^*7J#pNj5Gn57re~!q^u%%SjAAs9Jp6qwj9h zO4>NTtyFg97fd=94Y}7nvh7}GLb@@gkCFbiH2V7qu|8cdIH-!r%>%4ef9*VU`b0;FGmb>bd6Q)*Tc7 zU`a0IISS(#Z;vQ8IAeW2*LZHccjH^jivZIf1nb5P_X!I{gyt5zZXa}pbzpBXg*z~0 zGbn&OFWLdK5hK2~t4>~8gV`?@`oXIQ3TVS{h9l5xXOKO5*{7}rtpnoL3xd&h?C0x9 z3MyA9L2=rB=s<|pUYn^beoql9BYU7Tcv+5AM_4io7c>0tL-6l^Z-4L#sF`sEtDgUz z{Mxr@l%6s$_L*KtV10!iA8#zw7*rgK-;1Qjj{q$WARWsJd*-tov&brD57<^DXtO*s zs2J;Gf&*htlwi7-?GgvXdCx!QB%B!5KFAvOBnlKOfejm8@dnduLo?hUyqVEpAFoNz zWr+jzcRD|ocbv=>6`ur(S4Zo_H>LM5rd&L8jc@A9&)jAZ{v-sBq;a1-FS$<`pq*o2 zZ0N@r<4KWW6EJZO1Mgp+JnwLYe#mLL&43=kQ%K`?1KKSn#p(-uI zA2xozHzRS;vTOX5I1H(cQd!xeds9bM>H1L14U<56eyPQ}!2xLZXMvHqj-eDy>X}n8 zWlb0F%r-{>^OFEsN&is{c2T;mojeLS3cYO$nR)J$<%)}~I?uNL+E_TVp^*zrVSeKg z;+Qq)0Lxjba7@3yb_;aHYx~WO6b9NmPae|*U!Qc)d7XV+gom0oFg-6~wFy6TW8VQc!9}?yOuM|_L-=dO#zG2PZeOi<8_x0M zA(PZUip;+Y&VTj00p*|I;j%3wLh@G%AqZeX_vIJLI%20rhi^=0DhDYkj0$36x*}#+ zr>N%_k6WzEG^___r8$vr-R*vQ^LxLbMhWbXx!26sxWxG?<1OKGr0 zBE5RN0dDT$p}4nM7WM~Jo-pV`rlhZXeM^XYvw98w%3UgIXcjPT^s#wyaV8*pZl()!rv15v398P$FJVI7Fg_w8qSxBYV_HK)1F6$1 zQXUz}0(h#J%T^jMi(lWXY_T5?U~(_=yCDgnscdex2HjmN9s;aFSf3wKs=lV?en4Zu zwCSTSv`2cnZEZ3hT)E186(CabG|QiIgpJ-9SMp&y78tQFdiB3YGs=ucf$ZHw0Eews z6l@Xpv|MnVZ9CZeuKqi;RnSjGdM!y{<^4D_V0(F@_;D|TVB?db%AHCU{n_au^z!lH zT9?#}i10UExO=oUl$G z!qX^(Vr+gt7eT+1VS9Pw>Oy%EoU17vp^slR!*ZESVVnUybgAq+cJ~hXTK%scnE&eM zGr7>P1w_nOtrY(0V2*^oz5Xn+aoz6bDmo%|J4U0#S-YHJ86A-anz1fC=j%TArCscaiOCWF zOXFO^;+rP8@iO4&aJZq^hE|oG+KM=uT`l+o^sRgcQKk6fiAj8FQoQq%(x2kZ4CSq= zK{j-b1&AjC#F5z~+V~Ea!kM+$Z#3U*$aFitOW#XnWn(oSNwhKb>6&pUD=XV*`*c8l zFoqQToOXRJ3175ps4P$saeH|D2+Q3g{WhkYD{@uDBnT%d^WN;H(HnoVCA46U=5LL=BjmI}TbixAu?lVSjYHgtpj^B1$ z+PhUurCH*bx=xx63Qz`U`KTAPg%)ij&34O(rueZXpusd+$Ta^)8eHHZ?x%m6n)RKx zBLDQn098UV@d6PBl<@$e+cmP$59j;sa$>p)1_5+(x zI7D@ABb`xt9cN?e<2R}p7m@N3EjzG3zFshM4S4C)rz-yakmie5ch6M0UdAtQ%I1JPF?aKyGYOm>=S>> zOKnx}5$>Z+TR;2JwyU#W%YR_fHEJXp#*u3&%nw(1&q{`WZXup49WAw-{`s zXl?Mp(bztg<6pFyl-qsqG|0yLTuW=>i!Sw&X;qJM(pwA7?$eIKqdT$cmA)^& zf|%bX!J-}%(8y>Sd~{FInXa~v=3czTuZobRuk_Fepb1TU1+7FyHK5H@( z?VM~+#U>T#&kS>#RT`z)gQ&cYC1f4kVnaw$uTPM8Txu|#-&fi6Kw%zHye)_b<$+&T zAcZdN(N}_cjZ1-Wxr@bfxI^9NW?my-5`lwK$jvpq%HP=he_JUy;l%&;ZDNoeYd_#` zI5^e6O*N#s^Cg~kbTIA0vX9Xq^B{lo2<>t)kLU-0K(Trhmv=J0w_%#2@Hh|odjl=4 z)9}-5@qH5CSQd%1ApZA{aB(4rC;01+mpkg?LthGD)Mh*a*zbE8I*f^4U(b~IUwIz; zJ^;DEZ+0@8?%tO9zUPbc#r9tnvH5OhC+O=sJd4-W^w?Y1OfOV`;u)hZ2VTXm$7t!L zx-FQhd5=6dB4=zI3<>r`Qe=`*^uoij@TFg9x!FEE6-CP=)f6LY{fR+(M$%RUs zec4P;f=BR3nnZYH#u(@o>iJ#t`%(<(Lr?^J@utR7oKEPnnuPocC833FAjiE^<>n;JX$@HQ!i zciy%9`rGjtDUQhwtp^M4Gv{YB+{|0=Abe3Hgbrb(Y$IvL$_A<2w?yW)^BeEVD;M@O zK?(#6n`<=TRcIba<)jMPs&cJgju)08zr9y#%e@y36$B1RtN$`A+KLpZ za4+yeIKuc#Dfaq>YAhZHr0XG{AggwV#EP8a%R%&2-CD}$ZvJ_6>2IQ~^Y#Uz?3)lK zTnzF&)UD^sp2t9>=Nwfk`NfSr|53Jw<;!Ya{zU*9?mfuAk1XTBQ8CElz^WM{rCT09 zdevp-MT|$0MuJ+zw%skgrq_`ol8i8%#%ii{#Z#!_#x6-TVdvOD1fBA>Kb4I zI$C;C6u*FW3-kM=k`nX0Vt53MlWbqg9+rmp$5R@SmzuThyex}%mkxJc`^?F?hhy4s zoAW^+{<*1Eak1|8g?nzd=7fp`A0SBHM%1gI-*~^ub`ncW=8|h*2_V+a*Ok#R;&7SW zGRZS}(i&-PXE%cM#+ludHDcFzz9vEoLipI7P3)wmV(0Eg%TbmxFyxneM}aE60e|9r z=f%o8usH+RGSI%F<34tkcta7}`fMoL`}r}^T+Zwwb=Oucz;5ormq2V=br01ssS@7T zfk}$;Y}{owvny|Q(Z9qKmE9b`>P_b3zSkZ969{6dvzO0kMZ81vZFMBko$ zs|1p>jfkW6nJT+eCeWYD?hNELs=l{);;pHzUqO%Nw(o!`tQ<_d%((X5;|=iFF3zLJ zxVX4f&i1>&etI7*f%P%Z?cCGR-yQ2;ysz5PU)+wiLT=IZ&tN+r&@8v)|M%;B{G^?7|yNN&}fJZVIhOP zR<(YfWeXL^xP5Ur!N3lJ#DZ5RUq?m!5$*CCiPewx4aJ?yK^JnXKr1F|_h@IwO{rM1 zIT;h>(#5_=A$be@eKSCGW$a>hLe6uQDHE@OK}pa2cs=0~9}7(DM7Yo|?kRawU6XK@ zJHyz{8{WRik$nA+G=>RU%pXGdF#{E^mg~{iYLPmwE0&QmkphY7TDaCx90Ll?i4jIu zQ_%6u<2XjW#jkkhkFZX!qfXCsIQ-t2Qf4VE=@YMH`YR3cqybQ*Qm<~a{hqG)6S*d1 z??nov^`=W5(<{UazV_FOcuVZw3;$Z7q9$gsYj`}s9K>yKinAHQGd(AVps>>b^ujzu zTlM1qL&{W<#2e)C2*bJsd4F5(*xyn~n$UA9e5Ip`jS7G^dN(~h{eEljhl-#e-#nI( zEm+IzlX&{LP+l(k5t85xx(j1hD)_1{!xT|fUcTBPh*TkKaj4$g-?gKL5?^4c=H<*h zFw8Y{HEgUM_~1U@ z?L>G&sxodT;ao!-<}UMiY(M=Z;|Ghr~#_*UAQsdcVJHbu-<)9F@7m&_4zhSFDoBG0PE z5UZ((($J-{ba~Wa^81$o4huOkM#nk{G{BKuR|$K=MIipE)$7MUUMV5~%%R+-zv-P) z#y-uGk0~btU*8ZNO3h&T8j|2L9IKK}(JLqvfZ5!oM11>VLbv64=(7wnu2Zy~4Dc=I z7nW-7^*1GC72j3#?Wk*QT?ul5@@=O}s<(fBz&w6Wzop{&p9%@3PtW8rmf2Y(wh{~e5!;O7^Z%Gyq6 z75dj(5XU@FS?%2e=XG202L9|9MN@*fLW&oJ0zbVOA;quG{L-c=oI7mNZ)ZuprPQ+o zCh>7UX~KP2K#%5x-|~R^uV}c1j9o#QU`K$Pq-@vMc&;3Efvgn^Omy_G2+J46)H`0yn?o3)@`NnOU(edqzxJak5VzS@n zElf1gE&~oKfoBp&cZ}ED;spKaF33=yx1fnV>PpxP0{3X{=-GL%K{u>+wlRCpMun(vFO_vxJ7bL z1EVtLh!<f7uH02T4Z)kMnTMSaXZ#ZLFE&?T?fd3gpEqNH8G8Hm59tp z*2Ow|G(k%QH2C;y%2nV8SXG@xP>zp`z(?#~Jv+qf#YB=6>!P?8rjaFsqCFqYzrI|# zQG#z)U8(8)hh&A%_p-v6+53&Z$qIC6R5ssLEK~qjlsgRgh9=XUhR3L(iMn?;jV^di zkjUt}^qORwLfV(=i-;>X*HovGGzJ8(juQN&vn(6&%J(?-l^9eqY`sGn3?HGv;Z1yHQD+q5YgI%faIS*z-QO;jl$gbs3g@-b@?S~!9u zw&lb!SE5di0hPhCl2s#1446T-27XW>XlSh0v`?7VTJx z%V7DT{#+#@`lXi-TJ^(?)JpyantQu zp;-m_vGZv+ua{rCuegUk;wdL?w0#22~&rEVx>--NLIM6w}q=KWD--X;QF*GDg|?icC1N>#yug(n3feq zaZ)v2u&m|eSwpVhL3JIwz@W&rKd#dQ`^%|nryrt)rGEoE|27xhEPGEz##~I*{_TFk zd?@%99a;zNpFSgjUv2Kz%g|@1CoV92SMr|QeWIsX-GW`%A7`eiN-K>cxN<5TD8+|f z4syOE!(K06a2Z35GWFx&Cf!KpAeC3^X6ykhbzk)fU?Z!ez}eBQh50N)7eH z6~d>3`RA{D8h`&Dnd`ZJj7GX`?fp7;h8Oo+ddSbw#^2dq+~oD46E|LXmt?H_Z}b8Q z(8Arz_^ue>?z(bbsDviej?%QZgD5fu39%qk%&n`O4@_IXw|E_xXPA1mvXjm9agwCm zUNE7z2AY{x5Pl&}7<6g{Q45O^2jdhqe3LAVAnRrh4gg3hxE?OIG}Sf$7i^d7*N!9i zxhQPk*}N)`(Ab}QU%`pQuB|jETRW_Ws5fu#!n8dBw#Iy&ZkQX38C}DVkD0x!>UUmT zIN)3(&(Mg5&XY8{VXQUUfGg6i#VUHEDK{=>yUq161P)Hp204t-cd(c)#ycER><<7S;oplk@RBAwNpO9Uq_d&Jj%C+ zClWAnFW67MK*h=d#oY&i6x{}lL?^HjU)wb0UZ2wikO^{sR3-hKToe34X1Ef1vQm z3pYYgKMjX{a@ZPUbk&sgyeCp<_t`N(^45EKVihZhrIngP1{H9BwhSw#u@?8vq9IX$ z+GY+~kCosQ<9LNxWw!SCW3mHCSJiiBqRVpZ7vo%=k^`YU8$nz?m7W;SU!F3EG7(NC|PjThF;zt+*zJ`o%o zWR|U?Zmtd8$+2M`w6d+MuHHnVtq&MUJi06c@S&rfo#47}T<5nA;pqEL(KH})dAeZ(Zvw%Q zLZbKJ?S;y17sS=g=0QxHVA|$sR}=No6fDXM)4DvGNc$9DSpM)8626=`qns*ISR`e< zZpC#!ZBRHy&w1Cwe{L}KuG#p6RWAE<3?@{KclxV$){Yzicy9cQN)OmvoUt6>-s|xp zuIb@C9i>i&^^{x8w!miMJvNio3w~b+MSi0htu!&QxBbX}fQMU0eJw z321)vqv~ulcmPTbP@<#7ZfCFYz3$I32|oi1`>eY`j1}9TUIR1HdbpAr+qoYFjw?#( z1ACHs)$~<8$-@be_C})C=Dipksy>bvZ`f@n187Htm#KqD%5RZJ!s;ek*m!q#PkpTP zo7le&ODHKV-B_*-xI`ru6%y8TYG=R{diNj;G#W$}D!!`aNQ&=>6c;u?r+zUZGOtZ@ z(nD5JACY|4aEi~JG}Z3H7&t}a5R)o5|L~X+6H}}Al0GrIgKkk0YjfhoV-6kbk*dn4 z`}|TV1w9vbwzh?S;`9ig6$k`k?Q~v?L4MhH#xQ!+r$Cnd4eFHI^b3fSv(ZL;NCem)5QmF2Y;1g>|t-JQ(jyVg_0I3+mf zaUI6d*YdZ;=&#eyf9qP8AGx?S+N&2n{424g>x#lUp!Vh4_};1;vG~J#&CBNaNE?e{K*v~(W$_yxtm(_lPVQ&1---&UW;X|H-UK{ zNO7(d340G~eylLR&6dGCgsYAl6Y#T?hl;8D&8ARU$0mm`Nr z8{Dn8VSJ@`79d?yEWXOeGJA4#Rwdc0wR(X2DS0z^EmnlZ~fhB`2R9p{cm2gN<)aG&81R5ME?DDm?*+j z!|IF8-|gFC8FcX7wW>wCjDtHLR#HEBz@;6`lLgqJkf{ZB+6m&M3j?RQ?%t)EnVQZa zji|+s{F5Hz{={2NG*WYTCsH#&uhvvh5hwHl+d7&?0Uf8n zm6N*EyEBB~?j>SfKSCq)RQMoq&zmyq9Uk@e#nox;aqRek>teXYit3MRUcJ)PvM&!n zH8@@gh-`Ng)D3~JH4^HjX`<7((9X0Ut)`f+k%ZgvPei>dv09v*<4`J!b^N_bs*;% zh(({fyK51lz(n=WgKq?7)*caHzxXcVI$cW1ZH1 zp~2-SBs1(?i#Jx4y(sB(3D^j`F|0PAFbMVgnJRH<#ImmsvKswVx%P2n=5%_amlb2& znone@n9sgUr=?$L8rbp(QA?T*kNeg4^!%VaTUMP+TseY`m9@TnqNBs8QQ|?=`qOhK z0bhsZN2A*d=Y3@hT zcAnwAIPrG9TlR+g-hoHJM@vnR8Q)7(A-~WkE3~J}_IGo3@mBh*K{gogUmBLsX-cKY zW>0JZ7+F!uaQ!ttAD%6h*Vli>s<*sRrae4v(g=YJrC%@5f))g%F`mGf$(!YOa&jgHn9d)H&r41LwZeT^9R$3_UzB= z4PC##dqFlN$S%t2?J+d+W24REDGeu4gqFV6{T8!GtayP+?zJg{wLp%88e0~dcm8zw zF&y9K6!j#ZzTxaa&}7;I(+%RMm^$^Vf~u8ynHcqn8>I(SmdzuRa$I4-0D! zL^Jwf^o#a)so6ui;xGLl(gy|tm}ZQ8+?f~RHVi4PoOPeS+(?b>%9?g=D#+=B(gpI{ zALHUKUFN6sXe_AIW{amrqP_d^48WNB{_3kTwOy3BGX5uReSOG|^OGzqFZ~4JCFhuD zVPdaezkZwl6-o!@7Rz{)@tkTm@H#xa;1;Fp)#n+5eR}FVvxOikQk>d!k2g42kXR@N z^>YHPpwXuhSBj7mFHzuGS8Kh`($NaY4obP`=0G$ZEw~m=M;O^B2Q6GOv5=Q)iJcuT zEE6Vhk3p-qZ3rHz^chiuRvYg)jX)Kcv4$#c&#mvO5h5imBafEbv)kKnE6P?qS(f`h z7~}z=*wofDA)!mL3=8=C&Bkyz{DWIOcfpwvbA>pK9><3>-6!8%1FV`Ksdk^q92b$B4c8PJ=Vk%?pbi(1tWwLdD$ z$sm@eLi08fQFNgv4ipvVs1u-l9TNi^?*PLEnFR_k$)#X%AlByAYnoEr1O3FFvGQ6ObjrCjp%mBi z?bj=0Hgh~2WtjeFC?vh;{HrPti2yWt_-a4_4nR>wvVp_xkQ^ki73k;f zZQO}$#1=_^?p&Q-JbvmrKq}d)1zO?5e1@!RZ3tDbp&hf^j<(`Z7VFoT9ksh=i!WEk z66ZoTp+M%X%I451y&m`{W`--rEU;s}8B<;}rN=+;7M=jx$UBra%=4cc@&ObkU+lyg zs|uF#rAff&8dRC(2h#^n^Wqb1NZ1zg+^f6B``zb$_^7GqE8+{B2&+{NIX zLn?=9lLeW0`p*Be#DjsL2`T%0-MORBW{N!QFyY< z?a@)X-rY^|A=r9DuXc+@8Ekq{ExexRW;y@ma%A6lzQ~c4%ilPosqDp2xHY_5B0C>P z3XoDS{w{Q6y@)$l%Q)(mp`EVTG{igf_2mSBg(%+agYa7b3~VIkj7-&oBVBc!IlZ@{ zipcHiv&`8`w<$CXOh@E@M)53n-SSDM_W1AB8$L#bHCEKfB5H~hDoc<+CaGuDRU}5Jo6G_LG&*tE} zD@|%!C&ea~!Ve=4nsnF%TK$a`_MCrh7+b|-#j<1IqKtsWf+RkBzlYJmPsp&1OAGhP zxoF`Ud_w?4e{bg)v{3|pF+sU7d{lecbT=DqG81f}Ec4C5kZ~kZWg=$eOG?I799XM8{)pRhNdD{BcAFHPe+{N!y^|WgGz!|)qV1UdP>D5qUHBPGde3#g`$x+@TO*KV8nbD{WfsHxL?AVi3N;ONl^;wy||>JE9n z!@vz7aQ4dU61_kMj&E_cLj-JAU;N^4q^!7+fjoLkCKX2XVPRzj+9cM_Zd7OPCIS<( ztTdlWir-1|h!K-v-6ftYh^_rCCtOehW+nB{Yw-*_7ERv}3|vNj+TfPpB2}5Mz8h>k z>uZeCo&FTy!}+!Lw-seyp^;YG?evE_@)`zg56;P_wNUu(K7~ay-{5 zqx13h@tE5c8!$B@_^nU0^7B_N05r?f+tNI{d2%#NV&Vj9wOQHojjcqDIL|&v_as$p zRu=p|9zFj=b!>eOvlHAambx=`T8MX40aG2OMu_wl@4k5z$|Kydth=^{wr&?#Xlh@) z4I;HDjXl){@?00|{|9vEwz>OM8W?-)?H}%j)p+{0&LD@AYI0u~`m+`vn5V}$py%z# zhD^_Rx$wZbDu708Ut>ZB7Jf4^FVm8@>=d#d;da6HSTO$XeTXqCMBqj$6)GBtmcEKy zoNj2)9(ds2e8C`mhIV7{T>F(JJ*BEI7;#ZCN$g?NX6TAhS!`!Ld%G;!rIRezO!XMd zYdF}&uRQie1cUlrUr-i?&pUF&&fFP64#BLlCG&o6qp&i-)FO@*AxR4bxP1P7b+g#q z0J`7icEes05FSZK88Kz_xYu~k}-Gt3o%q1{*2S+u5wcn zv@z@xzhMq$NVkIqds1c*VNbdUmf7ojjSP+eBM->USDPE1EydW#Ce-oXJWI!V7{Yz4tgNtrJ&A zV8BcI*23ESy~cFG6MH?U5rwgi%6BS5l0%+T95V`KGnZD5hdIeNO5cNHJ?9HEs&X1e zSoiqTy5sl%0}uE<@)~rHW3U8D{>yRF*8k*9*UO9_k*F08(E&9MW!KJQWG2!;k&M=o z>1dCs8|~L0UaY_2lR)IFH?942q*Qax`<7Ecv`r_nV+&NC{29@c{{xNNY{pBQRXB2A zg-ftiI648L;N&OzEKSO=zzdA=_$CB(luM#ioqxbJXkoD}KfM>Qr-{au_JdQ!%An9g zm*`AFU(taoSoLT`6_#gsobCiNE)f@RyAFu4S#H>Py$tdlAyvY7Rbo&f7#JViE*f4u zd2rbrm6g$b;qI$)-q{f9gFRM8KaZG)8=S-U&%zGhhW=a-vd;|o+O1<5=pNkJdU$js zUjJzUAmU+iQS;@xMmyU?fC2}w<#RG;A_{*7Q-pJcN6??Gc*AYrB`dc|@Cyd9+Pf{^ z)+cKPA{S0SuCb>b^!0(H;mTdj&q@9fr)aalcyI73uYg&H!2RnJA_X$fb+c?+yNwk1 z^HMXcyQ-I%h=m(M=v{qjcWVHdW|Y%|(|(a7YFs?;3<6)uQ5kSF4cj=2f{wuVMC_Cl zH}D`EsGN+i)vtaFfR*e~oZ`%Go+T6TgO*N@U!u(l3lCnO}q zs@NqQ+=hQhyfLzzCCs4W!aTD@N$W!X$v{iLaw^`G+%lsMvZzZf%zh--@D=TAhf<3^ zo;Zdc1~GX(6-vqM%xB||pzLCB1vy)Sr$V}FRd8END00Xy|2U2$l_vrEtYIvFcmIHfEmt=K6Tp>kXq+YAs#t$3*oc*pGeE zq`>s9q(niDZpQ$KW7G6;CmY1k;_j(kczFAvQ3MKM3BGpWhUH|+^k;5ea;9z0--&~V z+XCd#$yPz0E25Cr=5g}8Gl%Az9Au}4HTdA7!UB{B%_RL34*ZWU>;*7Z@8!1*y1ugOq%?Z2$DGiH z!QuwjrjQVbo7hdJjg8G*d{LQB)l{Xn{zRno(TLyqBl1UVZf@I@c}G!5cjNDc-j!=K z8aV|BpYJ*9!P^L`}>?PJ-Dm!hIPBZqwhv2b?O#!19Zb9dT(iB(T_#q zz*&lJ|J?i4Tca7(#rEL%lUiHdD143nT(so6)&*Vm9GSNP%Y7rx7}JP}J$`)#&1k|6 zGjpZNk>g0msKEQ`yf_FS?+X`#+GmfA^77fu86c+a%<(8izt~kj)?cI~$iIvHlHU=| z;8$=~BfO%Vm3ujBtN{(4;%*!Uip;K548QI5AbJ?UCHn@Zi}!9@eMrC@8&3iFJI!Tt znSz(6uv6$ZT;$>_g^K7QLn(cy6IEM$+ksRN@lxyba(FVZhWWoh=D#LhBIgF(mhFTKAB*Id)b(6jr69 zt1zi(zDLy6Itfij;BFE43vpI|q4l_Jehx4F_m$_SmT*DTAD`&oHZ=d^jk?e8#UvK4 z5{Exg#Cwd@wyUoGX%9IxGq2AzY6Wp!1X|=dTVvCtxa&Wn$2|aNTA~Dw0iCH@8`Qdi z9wJLJ0%>+qcfo7)P`>Xj*$gHg(z56Eg9RD=6~X9YY#CmPQ~a-JDb_CoI$ju@DLk*H zgr}9_i0gZahWLfl{N$e_jArFpP4sG1!CgF8dn=;VL%t=@H^pA+j3!76eH9VC=J)W(_<;V9J_46Bq30eoxF#|&!KaU;FDJVU{@W#+yJK3^+5fM}&J(yZq| zpJ@K{caDXE2}#Dqdx%G+JMgA^zL&B3<>f$}#QrU;g=|bk$I%mefyMx-=59l!}-KT`vco zdEO!L4v~r3;Cyu_OSY53tPOo*Zt_oMC9k66$cG}lgIH&)_-ih$M-;}$iY_08!00r3B#LjP~Xo`3aQ zR=#^V`v^9(`=^|(TN>1>4}_`Ck&9s}%>~o27udpdtpor_#`=#g0H3%7^MMfK@kdv2HT;~7shggf_v}Ed!Ll{sn9Z>F{2iq({UU!Q^QQmw!f>8=jjx5FjA&RP4qi( z3giJtJ!mAIcIbw$RZ-;D>_8U=n2Y)vdU@E!_Zfw3~}vG zd=JKq$yp4l^~(-uQ1w@hhs7nOmd>LBhsOIJkt358`yrD|+wX=l`LrldxzzPRD^ z1BtFrGmnyJK)ST+7Mn5hKZcmme@s`(Y0{@m&LGq6_qP2O*tP@+@7lY`b4OWJQ$=Ns zV=C%>1I|A%#6SLdS3%^y7FPHQy1KfRTU*a`^tCFxbEPnP>BzKO_E*$xIhe{NA2Mi| zb|8U+-b@4!E^ak>F? z?23nY1-S-Z(k*DpHHQ$px%6agS}kUr8fcq43x7Zedx~t`d@+gGS^I)5+xfQ;*1t!b z`(w%9v*yl5JS=~Zp#FITevDXnY8&NN4zi0A6PG>cW?ItiN&M1DUC#Tk%{}(YCCm`} zm?((?mi5g2?{WmuW-{5-WbDLDMuFl&J_`Eo&b%-=SK;lHeMju-O*}jYuBhoO2YO~0 zxZlKXao0rbXoidgZ`5kLIlFn&C)3c1H+kB6y`#k+_4lRp5-I-iTKo3LrVs9)Yd+5y z9ee9WN_V`&As0fL;%SPDpK?8_YGUW5IPySh;#M*ACh}T8iea5U2NY+mv8Mb@@ zGfdeMrFUfj>?=w{vEP(qVW%2k(s|$X^VwKfkkH_U*EUUb@L!86V-Flkr$)%nt}N7z zh$1Gpx954=W|`35!YfUyWz4p`8ec&f+|V0fBpV)?F?G?6u%xaBU>x@A$dxM`_-VAS zwSkwzQZO8DKjJ}4bBRB4HfuL9Q})L~^5(h=Jp@^^jyy*2oWc`nu(kG~4(H#(+l?6U zeeY>{v`9-1P>Tr3QiwG?vy1Gnw8YdQ35;24sIm~dYR5x*EuxMI8VpH{GS<6^A8NX+ z5>x#~>~;`#4SY;Et;4!aZ%=*ZWRO&4bR7DGa`o7M>5zfdbpZ5G7vsHnlA3ukY`wL=*<7usq4OfXU37d&XrSDb5;(M~ zVHw`YGn)ef@RdWp^#{#4o#TJ`Qch$u=O!i&9{!dnTLpIZM=usiLlujo*l5uhF ze3YWw_vG2<-U47p`VB4eEs!&d{k(C0nlh)RD#B$=fCtzSRmr_cA1|T3${^?oNxpHXN(> z4Zzp!%^H8rPHdF))>gF`(-JqxH)o|e8VsJ=f2_$?sx+3XSvrXfxY9JH^g$dTbJ78q zl@B1O2La5$@mDaM-9Guf(w`K2{`#NSY6sfB>ocC#!?M5yn zJ%lhVW~9BekA7?5iC^h;vg&^*AO)X~y5!{^{em{Ww51vK%P<;_VK27u8!tDZSxF!U8xM7}q-xH`*w*ifghB44{O&8( z+`2hm#g%Zn5aJ}=37UCd1$jbQkv71hC}B)aU|S%&@&bnKNOd$brH&be?vU{++roN1 zRuAhypcfy>!nK_HY_zG{INkJ^-43}^vTpQSnPePMiB*5=V;yqkVejZ$>=4nfM{~yI z*?Sl;{j$dd4}P_X;<-<7Q(Ty}hCcxU37-}Ih?bV4vfzJ1akY!*A!<(Pb&~nJDRfGc zXi(%S3GFglmMHCm>sRQ*OxFuveon97G<%;RXHlTVoX-;H%`JY(sE{~VF_T2JCYy(VpkSV3H6x=ZDJD;|Tb=V`~Y zI(DF-mOigjL@ouWXK!#|vWSEqQhm1$u!p=b^8K*YrO$+@pdUGDboi~ zqkscXCJ$Gg>NOwo#Uf=p-ZBlQI)87bM+1zv4dvyb0)=@9&-CQP%>8kG{@G6bDr3FS z8ntF_uo2j0#c5hMj_1r><=|0FVQ1x-`UcDnn_IBj$5F7&TbkceX@os(cwKv|%?#pV zwp|^qA(|&xHG%qS+qrSKOQ6bo$W~}BYOv6PS8&hn?6}y%^Y+kpy)=D}eL2tEl@9&S zZ{WXwVK0x|dI-K`Px`aJMwc69t1}bH3~dM(EagP!^SJoLFp$FV7&L*a5cKRPppWiXz5kxWHEfpf-M;mqeTg#ORCaOYbE>e?FR6wDOs@^t!R) zh5h|t8*5z`j=ULUrTPUTqxjS^Z#vuiWc9$L zGQuf&K+T6o$-rV+;ZpuqAWQ9Rh`C}iOlGjP$W;E%QSyJ0%>Ko%+QRQCZelqDn?G;X zOoZkx`-8g6uP`m_rcjUkSHziNjS){8bKna+6|QM&TkaLxHGI#B=i9`^LGYXPEFS96 z>iYUsbZ_E>Z)TzcKm&0g7L7bseaML#p{aa_;_It(EEEN$*$P}dT=-Up@+IBlpoxSU z8ZipiUpT$$n+XGhFhB^~@`3G0K)OR_361Em)5BN9^qA}q9$c{g-elky+~Z$N#q;aP z7*XqA?sl2QT_h-(u_qof9N=;iuIU%$tS`GskylHP_TP%c^wzr!OFcOo+`Pw zvc0O+KYY8bT3H4eI4~ERs+`o`6yL=<7!8RKxD18`_*Q3A27Dv(e7C&=TU(EVW_gQU z;DE9-;gp8n)!RGZ1fRX*1!R9YBw^)FLFi5Iz+q*9ut@9htm?ilvUX)b#rK+vn6JLl zp?lvwSd;Dg_pPJ;AOaV3^i(W{bt1~6TJCl{S=o80RJXzMZk6&z1LEcjrG>ZS-43J+ zFISexL{E?oMEVzo{e79kuqasYXp_zerEM-0|41&hwU(dN*26pnLd#j-mHvA zQwS$bWEFM6g@=VayBw!+1Zk_}ZC_QsPpn~0)Oc=93grPQ^pM1B`hembjS(Eo>s9kC z33>ab1~)p)TTzE{rpLgYL_FFgTvP=akTqeVoaEWG2Kgqas}P?nnCuQEQ&IInwGwHfUh z$vnyGo&tyDJ~Her)!$b2Wce10MVW8+rGPaetgQu#mb7yFRV+#kyFT9N@&~2LQ#+XY zs)-S9INr(kN|9k*8rrj8l7bE6&+wB2mpW~+TF;!P5q9y!btd{i8&1I>tj_?Ylf6c<$=tuY{FlmW6ajXH_C!6V#;~C$=@EHFR{ZutwpRpw;gd! zw-xK`uFx7T*sq&RPv}I|QQlyN(mDy%2K9Hmz;kLqF{>5R+FDfKOze3EokZISG%{Ja z4zin@pD!#aDV=X$PIqb2Bf|kIy1D-Rp>6KFA_@ohp0JnSd0kP6pYe`IIDDY9{gBQQ z4a|kgi5397IV6`%;y5)EMoxr|n~m=_Gj4*BriP5UyHn7e9lx`0n<+1WIQ_wHjA9}) z^*?u^#9?g@R-}&f_>j2`Z{wxgJ>T;Y@Nd4AN;{vkiq}TIi$AXz#Tw#|ce?%9E2$xz zorcT4jv3$iFz;o9h`LneU$mYltF4Gl2C;U;TTZ8sSEnVIKI>7kE|i2mF22KP>zJFKGvLlsTzz+awM zB_E@BNUiF%OE0!w+D|4wp;1i_OrarGn4SSUV9gjf>Qmo+iyZ8Mute1ioL%X- zTMx?6&xP!2_vdE)i9Y`Q3wxS-gh)V7^3R|{+c`CU@6>v}7LQ01adoNouySu^HJzQf z-Bx2&3+TGxg)xq>y>Q=7~X{+*S`0F!=kXHehvbVN5jC$@KlxU$2%!np(_Fcg{+Y}h`wQ1tKhVq{>8Ik6k4lpdB!)e4uGig9a*FF9@_v=>?plAXoYsc3&N5Mj}fgd zV|I`JIc3!2qn)&$Q#g6)oTgnase+ZFNONX7dkLY>As`|;y@1dOWWT53KN?gc`BpAO zxVzOVp0G7X829>?g=4Y-0~5z@d0g@H4$2k2W$hz7b^&5O*zJ8$LKt@K%tsqb!+Y~F zm$0X+qNy~kx_3keX{ltQQX5*vi#wzsq^tk39JB@Cn;xF!G;3X4>0_=_jY_ald5Q-@ z7V%{C^oCbZoO{$l3`)jC7hZtowN+?Cr*64p3vi>D$u;=A3&$~KPYbgziYu%)eKDd3 zlQg_Jdvh7W(_9YIil1ryHCgj7K;{2oRd0^CFS+6z4!izebd&v83=@Y$;q`AdBwDmv zo3R!|7fH{)-{5a1IiBK&h>+~V@SSru-d!*z$OxhZn8D2SL$?Ak6nWC3>LRT)2D9}q zXvbBJH7TYUBN-9FQw~t>;YSAb?j1x$Xqh$%ACCU<$%QP@XpvA0>ej2}7{U-ImXcn9Kb1cf6WSUTE zW16<3QUNYz<{iGAnRz(a^SBA-SeV%q>{7HWG=ZD}tBwTV>2Ml|JU+{B#eh#w9#(Tz zRXvv#;@Rku=bF$@r+%pJNq)$s+$XvIvTr2$#yvSX8KrhK=)r}V6E-E<#+P?_OSUgy z*n>)+R=V7)zd9<)p>+Ew;lKTGprbT2X$zRB>NLVBYz7#$0%XE}U`9Qk{wzpQCm;Jk z((@be!=>6!?C^_Q>f>BtB5?kUjHjfL<7@kt%j=fOW2k!Bf&{+f@Qz@SxgOr3tlV^` zAlxrBSRDMI`N>j`TU^8#esNPiI{6wH-{$R!uS~I{p*O6#0OZi zlV67g{|%^pmvG1TX8%P9VbhE*R{fpQ;@x^{&>I`_k98HdvfyqWV>IJh$sVotDu>evFcs?+S5?{0)5|5o9LX^P}Q zLTY-p@kzR@3W~sPK^70L(C3tiID~oq7fB=DNEZ=XZkhL?)!rxHl_zvm=|^!UX_|?$ZA3H3)IRD)yKf>6$eE z?9zS1dXG~UL9cK~>zo2>{{ty4wQ{Dy$47R~M8n;nTA1}N1QkKxYDwBfIV$f!h$}soxCFuKEB6_K-_VVHgR%~KqHe`4;E6c^jAr-@M{XyWJ zdZurlkCszQW5CY<21gd1>5Mw^h?#)$Zx0Ux8yjImm93_*uSK64%iY80t%u68*+OH>8z)ufLYfC;YisQ`UAOXzazjx7ffg~Ug*RnblRBroCzg0jS6aAgB>Uu2Wo(=NYh zH{+2cY5v!laYR`V77fdNs+iQso!4_*>tICILf<1LBHfko4G*vlqsNMgNOa~G1J>P8hG0R4 zHjH)9(CWl3^Dl=h1EjE+<8uOzSQS5>rAiaI=^#|eVAskR={0s1VUYsrIs3TiKohhl6DOmgDKjiSL*0Z*OZXj0*(SlLa}+Vf zT2DK>H&3XgpZh&*HyX`eMLV>ldAF9#Y!_dVA+>*s@;ANte7KeEC|{^w9%OCc{Up2u zS0onqwJspg8|6&y+4yaIwW*4qO4jh4t=noVlJhy;FfhBhs@?7=fA%pMTL-PuY^=km zXWC@kTF@U+8ulKY^HVyo0I}i54lx zC7+|3@1Lm;b}p0XJtW5R=hrH9Gx-!O$u} zK(Ai5vj-UnKJ6V!mcz`=)pj1OGFVb9$B$;5-k5-II7kQgEKfd>$hVjptpexsbxgBc zN3_(f2xOqSoim4y7T^B|AX*1rh5O4BAEwO;BJ*emHErJ>_Vck4XiL1871+p1--Alb$H zm8-aJ!{aGOEXIIdo6s3b#f?_Kdv8nGCfr%P8UEfC?|oX~sMRn9#}t7z6SXN}z4K#J z+q$uc=n`Q3%A+=Z#rz6q#WSH+2cpDz#_B@yeDjo4?Z&qht&CWu^AsuVo( z4Z}d6?+i+KVxMK%s=g;F^>e<7VdJR&FtouYqzmZzjNNL_dc1t+^@db?gT<~Hn|?9M zIotIqLBn;XjRu+Yz+d;H z>-W*uWw1HI_3BxB2APd*ep$4f_E{m_t);`NISLr>eDKw-r^E$2s2Cq!WTRIi=MZ6^ zdgKg9>Xg4H*cB1g+0DDf(Ro(dqdFhSvCFIQ7oD7@ve@ z<$12Lb;)AAy>TdCSy-xM+jIoepv5I@JPg!`XZA|R46!}5=5yBs5e$uyX=pf7ljra+ zKj46j(FM&1mSt`9I(zlTh&UB8tWO@uAbE#`DbuFVxjDDTjUddaxgeyN06ITM2QM{y z`gvBS_E3kqJ?%Y#_Z&B@`CD7Q8T+yUSdGSKd8Al1TfM;aPdDE3;7kzD9pW4Bdk316 zjc(st_HqKdTDx}2POOD>D-+iFZ$NCGKK?N+-$0rCWlB?~OCMgDi|r*xPI>caAHR%k zh`^c8fn)-KZAS%%{qT|9PcIKh?q2TKn_ue1cqmzwM&zW_Atp~o-wEHlcZjb{-TN1|Do?z$qT|9u&T-430@kpbbEdTZVl zX{i6duy?YB3xU|_hiJOj4*SByPJed}=ME2>0!`X{rS7BPQ49z)_VBwgDE++(D7gWgOCuwS zPmGLO&6SOD!}M`SKSM~^1$cNYA1(O%s{$@;Do4YNtI4oEv-8keGE2FBGl+vGDIFZ4 zYZb+j&{lLh%9nG0p)ST9)Jr@ZLgBHYU$LFKB{c$Mvi+<~sM*H;eywkVMXA(@eu^T_ z0ltbPf4;2yd#w|a&(kOgPANKLQEcC-25Vg7-eMUoYcN=dW99GXi9-GB~m1%Yj8D}Ezqev8l6mgrTU{} zqXW^LCTp(`J3vL4>%$HO0o|@pzy` zY_oOgHm*D6klwKU_g|NwdK4%1Wdu{@59%i=cX-Giu@2)Wz7-S?Ce_{BSreAin}dWe zm1)Lqs!c%UvbnbKhsTns1n@Sk3wVV#@8pii0;skO?1 z(qq(A9`FC;fWfX4es~I}W`46n@_)f@5jj?m@D1GIjku6`cZBa-PaK5BkjhWbm^_hi z#?LEN?;(#Gi~-oI7jrqLvGcDV%${S7N2*CVB`ofABY z&?yQYLc}Re(vdcCBGQtR6=Q|wdwV~~m_vZ;R)uM4mZ(0qb$#(MxzU#0E-X@+zETF$ zp*9G@)t^w4#l1@odbsgqB)=w-sPqdtEsQpbj)ifv0AoIm>%w?n~IC@gN46bKFY3a->wG)aq$O>^d)4A;jMX^*bb>Ifp-bi4mf!>Z;;W zAy?Adzh3#$5=DZ#9j_6f4!FJicng0lpm{r%NJ1GAH`-NTR!!4kK-`>IGjxP9N2C@) zW=B4Tnu3C9qpQreYlPT6(pNU1%@mVxG8(iwrbJvh`0g4dj{?DK_#NlFq0{shn$w{~vQpbBN*NNTDD)2$(rw;Ov!58oKMkHfHmiN<_aD9YYMj zF7ReqU-~Z)CjYiE*0ICL_dROkdsX?rkPZuZ!gL~Q zS5iX-zZ^FE;W8!*PhzOF7r3kZ=5=4Bhnu2OruOH9Xn^_IK@s88Iscg?7Gn+zzcI1L zaorSa_B6lsk|z2QN}a`C8tKo{eE@`$G63GsW}9`V*A)T*RG5?J#z$=w(iKyp*WSV&A@6u-2Ek( zmhE8-qH{7EmE3L_W0#KpzxTHPLT*@d9Egbmht1~`Q}vd{Mk-QtG|NW9%dc1Z5@;bl@0`%y zWPzQ#3UCp<-FdTWYn^(hlIYc^xQEo^tNqgG!n3|kSbBNA6&@!*#kS*=B<^%X(eCc+ z1lpKCIVfflBGHRdoD=KXf5Fp40^ylRR_B$nC2YhchRtcb^3I);j<-l@NGF%b>DgGZ zYshfJ&hbXP%nt)*8hT=i$x)dYZ7>d-LK$~rutttZ)DGHyc&An=nmp!P@X`pb_D99Buri<16$rv->n(iikO8uhaj?NsXjf`Vd0A+R5u7FdX zQZDd%3q}FUA^|NjL|zHr?Frl-PPEq=u2SD(l9qDnr&}8pP?t0P|L>MuDE4>BDY<+} z#pf{mQZG__rjGGBEjjN_j$%p5Heg$%S6NSK~ab;f5OnPEp;hN=LmN?vo=^nBEb<@S*`Y(B^Xuk2`Ddv5QQvMI^?jkpF*VFU_mf9C0_t$;#dl1yX z%@5c|&&NDycSXZrkle(4QLE-Ywt;TpdhbUz$-XhZ-zHE~uEc#}WXPW=aua{ix_KR0 zI0~)SGTfxo^$~D&-UzuT#-O$l+?^T8`S?hu9Kp$%AYVkSrp~L<9(AlJiThvjLjRtf z93fb@`uhFQzg*M(IW~a?ffkP)ViT!4{6r~-q&sPt5VkJIc~0qy9iq%!;HFmVTVZ-a zLL4V5iY-%N1F2!JSPJ^Siywna_>a-#uRNWsDC(9@YFk^QHf9{L3K;fWOnSODT2y3q69PjE-JuU zX^{o<(_HUKaHAF!sDKtSG5io8KDb1GQ+jmUTx54S_LpSqb(ACIEN1+f3az z%j+bhJ^FoQU!Q5S(!d>WF(^dG7e1+++8C-7;o4ndF$Qg2k%IEaRAl*dkOQQ4(hMKh zE_y1(UpAAG*`t?Qzl`G5Kx+LsF@EN)Qfq1GUsssFA$+Q2JE!w96aD6-7FVds9e7S? zC%73)h*l|oH_g?45$$p{S9U!N%h0v7GF!T>8l1tMNB0S?j?Q#sUgJFM)B>jxCwIPhedy@F5+` zqe)>44JNIU`rP2=J9>Lk@qAcO*zqulISqj7zZ5>iO!*9@sLRr*QA6P>jE2Sgt0SFY zw|A=;@_PY_r?1DX3P9%Swa1O&75V#;YWj>CE$0*)7JQc<`iqiHDF}hOSkZnD^!{;w zp|1YR&AL>LbB*J1XZnTeyKzwpBN>LV8O^UJ^?jAxwl|xRbYSPw*grQ{;dM#}&c1{c zsc=#i4)Px!l0Xa5z&W}K`3!&Aj5A3p$L0_=!gbMKVGHNaLo*$zlQ%us12GNfCCPAy zO#*A=Mk|+gPtDnBY0|JvIqsB8UoJaUsoYH5WinXU_-%J>tb5<-B>B?el5wJ>Le1hI zE%#(1vOc-{3!7gr<=EEH(%jkGpIABW%$OJ9Z=2+Y>mI{DGfqTz@MXS_tTWQ4YVgLf z|J?0+saC9#>})>fM=spAtD#(9queHVr>_}iu8J3%=sVVIB#)mYD5G9CdOeB9%5(7& z0T+Ptk|A4H2Pe~?OkU!;)MTDYNLQi!2f_ZIiQj(?cp*8EqHsD+sqG&Y zIS@h!_r~_(NHvvudlqx+TJ5g{9@NcNZJH&hcnH8Xa%hL1{Y$>xxx-_-7IaDFGPYQQGR{j)HnmT;u|Ob{%c8)>+Ur-Sh$ zpHV6k16%gV;3zP@5@z=wwDV>cDTC+c5eYNy#~I)-(!iGnM=!TA2&V@<4v%K3zIfuO5~s1v)VOs z{1eejrC+Ea4nL`pav4(8HENwaF?DY)6}O9Ce~itB5bk`|Y5u4^3g(^2CpuIM34zcZ z1S#5V|9Nxkg=AuaR3A#b(0z>%>l^}NQMQU~o*4Eeag~emgg)N5M8O1{j_*VprB=%s zk;h>hXjOtufR-XbxS>{ReeaR!tjP{o(z7gXNUG?H|6?rm^TEuFiI$FzEWjVS4b(jf zY%NCsyt?GL4@^k0j;cGj$3mG)q0BrkB!X2wJq*MZ$wUF>Rtw+Tyd%wF1&gA)kHh4f zULx8v$xcIU49IZ~*OIX9$M}TPQ=4s_33wE1q)3z!3Z|%OaOLjX9~OxVjvgUNw&eZn zCI02Pd;AfYgUruGW6$Du#ymHSYk*r;OB>)e!NpAOktKy)bo@|C-;OARv!+nG=NpCuZigL{2-B9SXrL-@EXi8hD?KK z@tyAE#>?=D-hhL=1tOO4wV2MYZ)_%?6D&FWg;9?*eV1IZ)21Jb|2G4YbC?W)q7eUP z%u4S+Nc3C>I8k{{+oQfq%P>Kewu-$p5}>b#fLZiy;$z7+enjXo#Wqg)h<0Lr*+(S9 z-Sc7w!9GIj#eDSd z)Hr<6d1GG^`xQ@X`#+HaBtdVi-IfS2I0@Jimrd8P*+c93-_^{2J*G7Xr6?0C(u~vW z3n4eh<~AdO$8aI{oHo2;zG9Sy`|1AGSSa&`}`Kz0eGwkJHi~>9JtC9GScIeVX|%6Cy-b@ zG( zXUUGwh8t-MYO8%PpocDkeJOQ2+LHaYQ2puU!X62W2u>f+`_?l|^PP8p^wW96LEFQIH9J=b+%gtK{*vsMQruKeBY8D?e$Q!pFtX{MJ;Cc>&C4M5?Sa)BE#I%!)N_|~2m(m6 zf5sm6Lj}f&*(7~eE&!`e`h^M}Z~`$rDW`l2mqTBg8iFZKY*Rau2ryo*HPRi017N4%m9@G)JA-FCL{TlsjZ=3(&6jS4t2hmSf zlWl;`ACm;uPj1d#$pChj1lM{0j=BCtwf{xc920>7V)NWQ&VL^U;DwJ$=k@d)m>GOT zF1W;tZLaS8_~zTDKRpsS9&5mbdEhOW8bK+(KD}(lsxHdH1V+5-B1}pZvcYvF(r4?n zg>FpCH^al@7O1PMM^9Kbh!xZtqja0oY@A3KSC7e>l9!iP3k^V&3&VTw9nfrxIG_c+4a&5` z?_mlHlRWs%xrANY4&5+3{K{;G={puxOIf5Sir3N)sPYjEO+*qUGE6l0e&EDQcXZo9bi=9uNH2ETlN!e1;@a6SWazxh;o$wWOz;FJ(yu`WP5l&Cdls&m{tf71!ix4)v zGnkMGi(6k<5CWsv=)d{JIl7GqPxA=M{U*eDI?a8o8*=6YBmGw!9TDo$rZD}_=N$}y zo^0#52oN3!#U0Q(XBixl@`u+pap1TH7o9+wbv9$vb#~lbQ+JYdb9p_`#K79udKS*U3x58VVuC!bJN5Yr_pV`6Y zLGG$dO;-E*(Q$6FWPW|zplWi|LfY(J|45iy6v?6p<;Ulad_B2kr3jQ6ll(%CY>cL7`pu$BN^^YUxRHVQBo!Gl z2AuP&2s3cRqIYev^ga?kr0}h5%kq+3t*!H1|EjCWX;cuFEwHl2(gY0xEiengW-M7k zsZ*ds!bRnd^}0vD3VY#dP#j0RPW~{f2@)-)MxRD)UVJ9)N1JGujYPRrQ(3og^vXi4Xd%?4L&+|y_eFx$#F3OMxFKFtPh^r~(gHzff}r%gu*kLh%b0(bSz&?W z+0c`-Fxy*}hJIgo`l5&{*Jz-vvF@}?zi&lhY`VUNEExI>+3Zl80{fl_7Lxgh#x+m& zD=K^XzY9;OhxL$uqHEir%)Wcm;E;+dMe zW+L|@xPypWPF&lCa98;bIlVQs^ceFAx>_!(k2n;a91ac+;gG}m>Fb6eQ^zCx$ktMOJJwM$15Tb7>^}rjhLbeDS`L@T5qrFFTc;R}>yA}+wuUQs zw`MJc-P0v=Z?L^Zl4l+Z9JvCS67ST&tgvqNRBAOL-`*f#=_>)~lJ>n^5H}dmKd)7P zOZH&ee#&f9SFwA2_xpIoCp|qIj@)wCuECn;;*HT=`tYWK`?!=8Obzh`U?Sf-Uh4lv zeNF4u&yF{b;>|!1hma8N6LDIcf2O| z9>LeK{+Zxe?U$Q5d%#1SPMt=|-g{C*#%zh!0gm=cO=9fJ%6o|k2cu1PrgwgtO29*V z5pb;5<@m1->c0YpKy!Q;847B-lSqbXwqP}}Qzk$tSjf|2n(&?3`}YE9U(IrqgG$+d zS#fHs#VA(c!HYj=>gaub2W#_|ZmhG*%QU^9kLWV6XwwE4+#U+sIQA;cn;@m0?mlje zkt&Z*=^+N6#%q#qvYQdDLx*SGj{2E=9{WMl9Itp#>7__IGovG0u~8}+{crF7>g{Ci zxK7C{Z)k1TI=~pQ7}Lz4^|A&~~szpLh}K*1ui=blpnq#BXTD1!IUFM1Bq26Ns~zAM&;~ z&#*SPmG5?cN}0<7ou)alRMn`S@9FHntzzqMjVqw}@IE=%G-aNcXrU$@F!dgtCX`2> zN}$CV67%|p^E%AdBMzHAmw^}ElD9$e1h+@Vw2&F-Ml(cEC@s=-aZ&5#iYu^*tcu=} zpE#DAGa#-%FX7bCa*jPLBjdp0YYjk%7^F-;`Fusof&}QWAnM{;>M9-_jJU3f?MTMJ zz!WNWf6Yl+=zVwgd;RxWXk5`HVXqIjT9kUs&rDd0&cp;Sim|OjAkzGE{ECrZ;j-H; z#Zkf7oVf&L{2kF4>1TK*2Ke?jQf^*=@iJSi5Ax5m4RIad(^Y88Ey-z=LI898*?UMr zC(I*E^WkvFSil6#l`7NH{{>YnN$$JqQVR)TKyeKTs0MCr97E_-^sDCH_QxA9Ig4+P zQlfeXdE^`1p-AY7#-Qq?vzm4h1m{P!Z0(@;i;|2_$;o1?EK-rN$G+|X&TcmXDb=wF zsC-3vBVlcJzWWd!cC8=sMX-MXLax|u9J3~9>TTh~lijkghbUdTeP(!HhS@W^vwq!= z=%Yye}vVgypEUbl!_}@w<-Weo-{rp}@w_jNAOB(AEH6JOZ4$Sga{#`->5KdECIYIeg zXx17T>*VL(5fjP5&`|XttlOZJO6{S^>gn(~6aFcexJ=8Xj6|hSY93&j7ns8=5x%*_ zB}gW=C#*JWK#vo%z%f_rp!zw3A6eQ%Tyf4Z-zO?yyA6cH>N?%G_Xat&+0xp&`)fSF z#*PB?SsQ3XaWF)Uk~+~Ic&k^D;^yx51%SxlJHwJwH-D8FI5OkyF;nyC2cY{pTx9%; zxTqUp%SR83^@(|QY1ab)NZ84*?Vxt~L2$pY6Da2RbH6c0 z*9J^@Mih|T1R{!=yy|c&=_g9JacWh#%4g-?0pXK zzrgo52Vg&SVxp7{XpRJs-qpn{LnaunUw7!7lvbxB5NJ zI`*+_KAK6hp6hBsJ7C*PK>vj$u{2=(OBgVNkNXuiwW?6|)OFDuIH_6hGvd}vSHBiM zRf+#q9w2b%!tF8T<JtKqepB{`6%O1>K>Ri;?i*a9Qo=*i1@RNosTbNZx1p$j)6|Z z)o+*GaQ+9huvX1Rz8>xQ5V5ih?%@jCEoODLep?n}ZnZG8lP!KoUrGIIOC~g+Vn5by zO2G?X$BjCc&(9;WrXRfnKzCQ%g!HV3pK{XwO#J<9$HMXD?8AE9rqOZJ*N-#-M#N{3 zusa`SJ{t`pxG(N;Gn2tA{L{rTzg$9UG39<$>iB`j?B~_&;UDPFi|6Q=5dRmG4G%Re ztoZ2~CmNHm{}7+8KFG}B5xE!0Dpmn55rI;*Z2k-aqUj_`g{U#2Hy{c6s0gN)k6&9#G z_~)G!+rs0I+=5dqQi+dEX(zO7R`i8b21~D%P*5^Y*V@p(28jN=QxcFRc0bd2SZnic zf*E?!x(g3oJDlad=H@!=!!`4AATBUYi5}KTj@>ACa?_mX9fy`$Oq-- zi49L^+TWZh>ZNTov3bnBHo6sPpv^LK1v+G}SV92}+1vdKv(I6LDS7Hj-2SHO`AjC} z*&B+2$Gf6&UdMqp76{(X@IM`)v2AYTu6e=53*sIOVbP0CD57{8+BJ)xOVrhs@q_KI z9VNr$S2&0K9d*9<+kR!Rvpy1DLP}fN=`l&~4D@%f&u`DozqMB+Dw)k|YW_Bb~uxPQ*Aqfe!r$3=VZGYu(YFav4p9OCc z1TCr1t*wu4(Wo4A!QHmxOUf+Q9?>bq4~J|C&q+3v7mzDIRYv+{3aGfjgEg)z7M#Ls(%<=M zoO;BTTe_{Nq@W1P4W#0SB(1O+r5DY zGQR>Vx#u}a$oQ(9mq|hW^yF_a%EG2kjzqq>Y_zH>u0XtxMaZZ4e7&8~<{udCVQz*~ zx2@yKX3hvmfg9Ck93W#miPP&N3f96qwaEXxyZrr>v}O`C3da;hhw0O|#O^)3kR$5*E>eg|;NWeIjpFmu^YoON5M*C3X&) zj(Hs+acG!|*O?g9#Eln}OR&=mqeVUj^?bhiRPZfO1=sV95!*)bGO32*%ii7__;0aO zYVv2Rcb9v8ppp*vSTQ+C%ctK6*9ZA+P~A8Lv?=mK27-r5)apWEqJWi%-^G%;Sk=tp ze9AbL%u+r!odM;cuWi#pjBh&UXuTWNM*6?bSaggMrL7n^vx)!V;5<*Ssxm8g^+mw3 zx%e1x`M6C0G<~qaRLU>-&TXX)u-x}{&r)A`BsqijhJ-6>CE z+H89Gj-URnN0MnzleXO>)R@aiU=E$vmjBJRt`KH0THp%gnG9>BI`c?_jE`Bc#bE9G?J}K>2NW8Z!bRI+}{7R{3c9WMM5=<;(F80Ux7OmhS;VAMWUw zCeTb4h!0*-+4w)dJXc}&w?Pla2|P1VbT5YsI^izBVsBbwn(*UY^|y;=wM$a8Pt>%u zTjI5VE?&@WfC5#3_e)U5IU$rmoM$}U>lfAF%G{jUPpdlc z7Y84Y%DqYq@r^}@e;(-y>MkRP=S;oU32Y-han0+f>{`3yMq%2$<7xG}<>hppC`}ok z>Z6;c|M+DKZ$-7*U!0}KiMT~*dc`T|n3>LvWo7;M&n>`#!3w5%){wwhlV8FJ1e zLC7vd;K4zHes~U`KYV!A zk2^lD1a-QDP*>$ej1G@G@>?&q5EEfI$QSADHdT~<2%H`pi)o`ts>{yP5{-hOlf;qQ z_E$2NTvAfR&Hr+Y781`Pww^v^Iy|98U0hrwr0gf|Z}E;hQkCRvZ(|sLWLyh+z-UF- z+77$Vq&hCX^^5XZ)9%f!E`FO}vGByiCO|pHwx@=xs)yXlfE+9s1G6&rgxsAByOS(Z zw)}W!t2AydbgZec&Bb_z!I_+G-iWKkmLd^WjR{6@!#m-{B&A!G=_lveOSk26>0J=F%z1_b_&1M%{*8x_D%UjdAeSZNx)2Eqc~_((}ee)757 zX?i{FeX^#Rd@G%H3zRV`c;tAGHnwS_D8lZAck{<|(JW}o^eKsmj0u0!NZ^kJeV2sR z!KKo>%lK@2nQMj*3b&-mJd1j_s$>X5-NhjVYi##$7_uKD5vac9S$}eB&c` zpee#D;Vvkl?~3Y{&>Ae}Xj3MmHXL7(YPh)H?=~)3SsJT;Tk;qb=V+Tq9w_?mH}vZ2 z3h4Y8{IE(GR~q*!r=!KVeJ+2SkNt^TsYC@PR!TvHfr6e zAH7|}+!2R|w>Ld?`9-Vi!O78(`pNEY*ID|hh+UwZp$B%sNY2@!l)AwVfbre}F3GG$! zvOx^5+VbjjDby3XQfT3%wZSDX_eRq{l8;jMgHK5>nAJAnlEb2b(LC3b$z`lv?L ztCPJB2~j27g}sL!ZrHSU_V+1Lt9xF2{@!fhPB0?5$f0||^Mque+p5!PMJuPehEsLH zlGmh<1)(?rM=?g>Cb_;ip@uvT{S5KL`_R2s3()j*dCijiQJ&ZTrX3W=hJi%!`0sx^ zZy58!kBdl9-;Eh$Q5?ulW`bx$j!OM)gY0dK$pF&DxTDwyQ;Hlf9{6y|_bBPd#qUtW zefOjNlmzTdw7)vgqQ4}0-2H(IbAN5rau zpRX_Lm*fz=zpms>RtJnz!yjqd)d?YoB)-_}@GFFB#G{38s)cGVyyGTt>U?in53}Nk zz#l&DeTdVr#N2@mUYjydQtblc2Bj42)?9uR@Byv9j8`I>YMct>Ib^({%ll0p5nb?Wo8}^-{4gyh}LX>?+j)6 zTorTaORX?J;hGH+?NaK@=?up2YP`@@w~|wU9{sr6aS@fbqD@{u$Qr_v%_y0+|1Hkk zx#Vhi=3Ml9$dD5Mj(Z4S&REVwnQ`evrzyefXzgRk0Fas7s>+-}pLqA!P0}FhSQr=d z5SnAQ(4f>j5Bj|BdBcsXj$EJeo&5v^F#l*+52Cp)(O3U=82$ABdqd1=h@d|cw9EerwFu$s zcY-nvi7J}NZ>5#l3(@_+ICpQI&P!L#1Oh`WGcUAAnnJUw46w&CGE^%4lCcsx|1#Vm zkM!hi$(-ysyxM)&(@b2)yMTA1s{E^Kc4PUy@JCK%RYgzoa~vRZ@?G;g+aDGeqeX{9V zef=3G%JiZAJ#MKk3o6h_aXz`xN&<5seydBjzfO&xd)zj)hpAolUslgxI^~e-^G$gz zZEYF-=dF~eQqHqDwnCXSZb6MdvImfw$-NNh{DJI3G9@+a93i>aIv{X>nOP zj5`eX-aPQ?R(D_NaUVH&9YYXcEdX16bPi^@UlhOJS!`;WId#!cx*uIY=*t^P0N!Gp zLHpYHEb+|`Pk-lvm7HcX_Y0nzREbs7;kLlgK>Qd+`?!%`OgxM1~ z`vGq50ed<}#=f=A00hH}NFUsB;>>s3KKOKyRkT7}`|l23w`jwbSar)+sObIIgh>Ka zK@}?eEVKvSqc3IvT$5{-SCY}@#xpFooq`#XoFXc3A09tC{CW#c6I_-7-|`D8e;~@! zr$h2S2~|1!yjc9tS^pOb|KD~i$2nm_bFccd*isk;{&(0&f#paqt~jy%TZBV3DZX&d zDcs7I3{#0+4zY(Vyu2t!s)-O3Oze2hcJ1-Kzlg5h!~FKZRaCDV*&|-YF)7aCf6E5V9ToPFZO*c zAw|q!nf`F16Nu2JUW4_HOiN3P#Ke0s`3C!SX*Ak)-zPleOpNIhKKWyp7sd$Kk9$F7 zJwipuMcexA{srZiZv?Pwvd4~#CDg7IdUhbPgS&e#E~ovwKyNKh9StUUJOqwg!)%x( z@@#W4gEvyYS*KdgAsZ(Ea?FFHnb z)V5~M*_GzstvwM_2ElJj!Fxjvlu4~3JoQ!le$~7ke+};!yNyxf5_NNNzR5W^=h*!4 zN3OJqC6n;>qLf(SQ)$uF0FKeD!{h9;GhF|NC@RK!$c3KtGko{73U^w7Hxq&9jVSRbd|EWU2nq-uuSA(~zBk ze02Qb$*$tl1ka4_-b7#IFM;@B#e0Imxg5b*9)noivmNiz#my|ZzIO`nOHX3`xX*Hk zqPkC7M@3!aZJ+C8auZPfcvoDjUagu`y2nDWhl>xbdeGUoCm?)ERa#dU3*~zcS}p#p zr1`(8y&-=Inh=BUasR2kJ`2dq=Y2*K*qX|rq}fq3gv0(Jt3QC2CNXmnaX+@7)#tE1 z?UXG{-u?)r>nA{FB%0zqS0ux+Isdpdo9kXWDJ6p{V`=3yCB;=>ZZ^dWe`sz7nLdNVU&+dCNWF4_|JGXdoiB_RPmI6|8htFbIX0J_82cpA$D1v~^Jw3fGd7Jz{) zZUG_!pPpJ|G!V5XN()C+>cOkuQ&d{y*wb*~sjzs!Gz?)Krz1|3G>oaT46f*32V<)( z2m9x=w)TQBB7^NFXdh+rCrKVSBIglA6U=++4boy3VEB0KoH>H*ixQZE40lJ1pL)I! z@_{L51e%LtRu{t5C}h7}=6Mxk+OqHW{E^dDB}$gg-=Q+2{c*M;U}Iat>twqkDACU7 zXQ?Wu)?Uq2j(P9!f_M5C91)*CHQ+EVfXtEgk>&OuC@i3e^eQm#ae`(|_-VcMMb8V8 zWnZ9*b6sRu`J4wv<-`OQwtd4!gy$jm$13#_AZa+A#k{PZ)o!(8I zK~G=afZOyJ@OM1TG5gFzWD*6^>mS1uV$EZG&W=%vRFU~T5iiZ)D?TtDf72n0M9@df ze0uX~Yg}5<7-W?ZWzKCaY~}sQM{J;X@8~MwXsjsmx>0b{Op)+AGYxT zv)oZC-$P~aXTVbxKt?x{vg2m7qt=;9S|B1rAp!c$a^_H^z()P_wJ31Tjl|g}cQJio zd0FOVQ}7vZFm!0;^^^eqY;8Sn`|0YT4E4-*p@kId5$`N-K{2V!1gqCG==JygQvs?6 zyM{La@KGrd^tl41Aw43u1Y- z*}+z~?dmZ6y9M^ zS^_#!D7||MwdE{$?Zav@_{q5IHqKBAOZ&%|QS?M%Kaln()DJ&Xm6q~898OWVw&#_8 zvb&qxM=^PzU9;^Lwn#>9=7IAfm=#eb;t3ynaouIo77?jb+7P@)3qF*Z>;@>g3Uff{Fz zg3?vy4*m{iu$#M;UOg%35>BcDm{u#$(ltes`>*LUQ0{MLFCLiA*|0|XbPyDwERt1mkJBaqZxwX z&bSjFXuy*rMm{0C`KGZcN1go%>{fPu7+_DVXsUZ39G>VdBbC+d=!&&*R`{RX=eX*A zDb@iy=zM&b(F@6t5V}@ALdWhJ{`^7 zgDQyha;9!#-ep$5ERbAhOoF6Av)p!_pYq@Zho)q|GgU9zGD=oASO5B-06URRSXoNI z`}$8qn1{U6;TMxb_#|^uJGEs+u@Y(`iuUWGGEGVW9Q87Lox=bVIU??zpA9Gk`B;(! zUR!h7{j|hlFI(48sHp*3G{>W4C@M^0`Dvj|i5c)AuoKJn6T~TW6~2MzQbPKU9Srrr zQv6gLHg}aUD#5Hs7?)w*HAf;SCXK_5E+pV2NO}yD8oHkrthTkeT zF!um~@j|_N`9~ahCOY`~Pex}wdt~%?x3n4r1l)(b0un$j#z%a;s`=7RR$q8jW3)dI zy_@mHyflkjPGlOr919rI#S#3vfQV=&tBvXyY6Nygwg_2i0{q{1)sYGW$inl zZjUpCf(RX}1;TS7J>JRPDfx@-m0Z`44ArtKdc3>Huo5$t{s2pQoff>RIY?6XM?>_6 zUe62O3qM|_ymb2T>D1}6fTh|v+Yh=)-J4wiA+|nhUZCaS$NfT;zqH*wS(PqU2J%>f zH^mrV@}~^~a_}A2?!oY(I+km?{AZx(3v0|31&WZqH}s~qu`*T9e>=Liu{KrUV(0r-5dlf*G_gB?BU1aDG(wm2D@SB6(@e$S&8WrEiS9FD@NI5R`0j-mElO^h>LMA9ECtWL%2j04dWHc%d?;XAoviD1}Vj@82YoDeK0pxBt^Tp_d zFL&aziyjrOa(pKHAxUB%j<4oAe`C|N@ToThln&-&ROjc;pY=XJvmv0)_iHZ-Oh5QBk*2w`GZP6Z$?^rsdD|3uRp4ZH z<~3HzpK2sc!^JMSMP+T9-f#4QA~c#=CXpDw7a{h|83n$NmCV|k;~WFPIukRVjeA4VW`FvaAwnj}!4$A<7KLt-7wyopDSG0HB!fjUu(31Cya*XZrWO2beDRgK zx{^7s-_szLu%5q}YSn-GD$?4sUs^H8|C~ykXX)k%Lqq{Z61)n+qBMpsHQXzu$%+B(A`K~=_X;(lvu{{- z>ryaxw)Y@qOE;~+rp|QKH#C?VIqjTv!miI`E9ZqlI>Jb(Tzp11ySUA5AwIckDgCgY z4uHx?OOv&~zBae=6gcZ`V(Ws}1q#2rbY>8LVmGD?pL6>5jYD*EPXcf!g#$~I%y;Bo z#%f&l=)a1+Yydx<%VfA6H=?GD3jzRFH{Zn8mY^Vf(tTs{1>d|tto^JH z-ntAC6$ED^Sxk+(*lDJI#KQ}j55Zx*efQCG8ShoKd?G2CFO;^Ci_i*p^7H}Mn8Lu? zJ~ugm;ghEz6c65gP)G6(Dc%HEUzVAMwx)ji!ez^k<~tf*u(+md`K7saRu>HKq6vLl zY3NTs5r#!@{UE_g-^6^W_bn#9R`;kc7Ct)+GFaRiJGv74c{&I&t7j<~KmH-^DOXnT zGuJ1gq%#|p@K3AckqPaJZ7mb-JRx^njR_U4|iiR^qQM`L3SU``g? z#ii0T5PrkfD3>icZPUPPuyr>ItbZZ!wiVzB#bO8%CYB-SGZd@cbv62`JY~(mnF@m$ zYklmSb2L$rZtiTe5RxJ_=5S3t!pC=Xe#QqlUzDS=27^CoW&G|H_{;c003G?3GMXE{ z@E7d}3O^W>(FeT;iBt~z5vC?m<(|Mvi<{fgGa&3>Y@i~xouNF$o`$GK3AzgpdbPG+ zhobg7%4Q>7<2P6&i(&WRKhy0VKoY)KMWq3iYq`*lb0Z6?dt28FJjn1I$)Q`p9Qa7h zIYrM1yic$2Rfe>L#&|1v>yk#O#|B`F@G)4=Hly10H0SU-5D8Xvd9DtD44x90u3{L5 zc4|o*f86G~Y>l1~$=KIj9~FCD70>iN1Yq!5Sz8yt1L`On2{@2JyK3#4e0*(3@6X{~ z)qv6ajpy|G_Sy`vPByK|l&lW#e(I*TD=pHMw0`5vaU75H4g)3`H+g#FJ&>tLq4Tw5 z_K*Ehl{d)$W{=66hlFH{C*~Ga(|5_3+11^nbFW(^cqHbNW&#!z6ARR$>?++V{;D9= z*DHf{S(UI3j-;n~;?91;GmDsKB{X1qd_0ypDU9Xc2E47~b#kV#9nq4q?s7dodnD_F zVoqqsK=W+o_mB^pr?d>Qq0luJzHuXMf_Kb)14y3}_MEf6*QOq>Y#wo9Y9*y5J|3*q zCQeVq*uy{gC(5m>I>rl3J*3$b(l(^EaNBDvj4?{Nb3@zMTUatyj?tJxpPaagbzd-? zdk9{D1o{|tg}s2`(vPisyoU}0XNDGeX5KAqPDO+kzCN{?)LVG1Yn1#u(J0u1uJ~l4 zr-Gji1y?h4UnfoOdpc`j&Q%!)aH|}DTw)?{Cw22|zzt#tOjQ)cre58{JdLo#*>9P^ z?60z|Vyv>AE)S|_T!1u*?$1`;j4rO1@Wd#(kc1hDR67cjtDV&n?wYrgP>6sXA^aZmMMOH+QY= zBmYKi^9z8}-fnKH6HWf}F1Yj{r~y7e^$XDV_uA1bVorUoaGF6(*4QcW6@HTV5Mc`X z)ix)uTB##91F+P9-WsA0$*BB`UD?>c4?6=`597CLPHH3vu<;wOToQYufME8sDz&01 z3YPfxDHfE!aGgVeNzamFHhEz}K^-pz4-h`0(7V4oOE+gi$oPD8rrA{ScD}|JBOs;y z#SRW*WU^U2!0f|(NenmYusFE_K-9hc&{rOtApDJG>MvA7@Fj%mZ8K~Bjzyv#K}ty^ z6!+EoxwXgtNME1Q#(^P8zb55fU{$hviJbPvtKv+_l}6CG6xSjqc!rj8AlTfwg# z970abs30+sj#N)Q)o4+tp(U-@Z0LKdHn-*(QOft*cyu3N zSzw?mPF8t)ag2#Uso&;iYQaVMZ|*k4ymfnV+b2{1WepvLw>`!Y#qu9K}|G{ zodm|ZR6%D;f}IS1oZR`x$AJbHjEg+>hy~!((S^vN&;y|DP#pU#uyVDiI#;w(wJ9h+ z$Wi~#Z{GMn$-|p;Pl_AA=^O&JIOL7PBS-0{10ttx>=2w?@cFbPcxDoyrL4D@@FQ zJT6^TlJZpkia13#^Th!#-wFab#9=-0yqy8@m{Oq4(FoPqRpNl{rt#I-IZ7rA?uLeW zSUZlXpO-0Js`h3c5A>T|11#B>1zVLJ?%3BL@}K?7&GcDJEP3&z|C^Te-(~$n$ls-* zBusk{&Od8+UwxP;45MCeTb9{=DBC=wBm8_j`p26mUk82-k%1|0E%1zlw@+- zAZfKzS*e=2vmEs?Ff673)Fq#}JDTpPG*+cYzfR=mCoG*okT;Lv8)Nb&RxRw%FKo=n zJ~PgIE!tgjdl=SM=XF<_HTcw-d$6Ca9<3)=Raj%&NL~=7OIue0?x`f-TKAKu7vs&8 zF2`nBWu=aE*A-n?QYY9+Q?T*=x*-!B96Wj9c2&0p{b!Gt@|_$hEamgsrB4K*c&y6fPIQJ|>Iy0sXDWCIYKfg-@p`!M!^BRzdRPTsx+wy|lbK2aQB+nv;yXVN zi#d#ijrXxKAV5<(`xWKxXxqSz#49jBJ|2sN64$DUkK3J7nERN@xl=l~YOzmW>Bv8o z$YMA9XDyaRUevlPMD`$Q{fgy*N$}Zzd<+xAxQgmN&eacs-#oVJe2%rSyfnhQeRX%J z86_KF?TiDmQ9hVesXYi<`boGL?xgmoOKoq2zj~eO^Vx`?D#Alcv7L3zHH`JI)t#5k zEh4OiKiumzQc@57OkTqw4#h=9S!Iuc(uRgiw!s6Bz6Y$G{_?(x%{3c61jmyT_#W?j zI0unKbz=%K=O)c^cQ;HAsBJ=bj;$#gi~&A|1o9Isd#_q*8Uq)oGfr;}&z!pmu4tmT zrY9moR@SRB?(Xj9WL-p{jE&!GS@?qsBh|WHF}Y%*b9MTQe|Vas51L-X%~5X|vK7SU zKL1lui~-#so7h{%LL1^EA5c5r3VdpGeI@_LovUnx5&hbWJ?PkwE@qB^=K(CpW0M^}hxGpNHsgo+85=q4t0B6d5CY0_*V!l*`t>lE5TJ@38T4g$r+8I*{y=*8%KW zI~$Y0(zS>TLpa}>1?zHky*+M(45>{eEgqx+=trgOe0}~|YWOAL6k|^H2Yx6|H-Uhi zoIIJlj|I>%oT%tAODB}D1T*VzBF9eA!n+QmA?fShXyC1)L#sVjpFEYr$nE_(Pi*|) zUEl9O$HcK;AZ00DLTj=>I<~T#4yk$n)I1@{aE}h>hR(FA(GvQn0uPL};DNL=nA?PzXk`Jd>*invvuceOTDs1Bu zV+Fl|{SG7n%2XqNm6m*H&eLKZ+jdMk%Otm7!4eK`65qvxVws%4=d3r(J~=8=3W7rz zgfuA?u3$Er(DZo`;?~;Q4C_te*6xm0CxHeHZhOB9pa*uRrS1WwYf*&f#OEETo7}Ks zpSc5GDjLSSgTx6Qhcsr0~8YU*SPoC;Y)zO`%g3?G)J;WTA>^zlwHj;4g{#q{Dwr zOeFq5rP(9x+Lt~-Ya`oWHUEbo&WP?d%NBzt@jP2VcF}uVmKOc~mgKwd`=0ctuKaaB zeNXcF%WRZ&h=`pAMyb)#kU<0%?v#Y!Mn%>jRl@M?&!RrQfFGtij3zK{hyPAdNc=5| zTaw9#|G-9OOh_~n{olyYTao&GdFqwrI?@YOx(d1vnz~ZD4?TG3%w194SJKF7HWV?_ zeg~<3r=h<0axepNE&%~@v-{q29VoP9VhItj6bGBz1AsT{*1#pBl_+JhTY;C4x9MCq zemUk`YcHFgl+!NnulLi8A!&jx@Ba1Bd4C06g}uGKv*Ug8o|po@5Mf3N5fkKph9C?- z}K%3&Q74Dmf(<(Q(a7Y2-?+VQq3sPh5%WNx?XPm%b?ppZ$C#-}FgAt|7`v>5Rc zz#xkhvKgk$;6%cw1LI@v-r^!pH4r~BnC{Nyv_N8Z!S7O(G-~uImf3vPF``>cM_z*K zE5(8>G5!+dB?9!=ph)YipKb=E2>LK|ks>wE@a|2)l&)rd=y04v5hof;908Fr+ur&ZMu<+IddH*O)qN$Ugjp(h}Wj~i47Km zE}@r^zZrtmArj|p8-bq^c3!K!X)SF8q`aTr-=ukAF4sHSy5LsuA~FL0Jb!MbJ*Mb=y_GqG;=fS@B}u(C3{^s zziYFn|7o;t#7|mVp2ye=59!6_y{?m`c3Pl|qui)EguLv9@z4B&2nh#7x@s;v)dz;P&P64|sW)g|mtAreT=SPLkfOyr^nc>Y z4|%d4C{rh_zGZn^&ZLlLr567QGC3;F-lt}3e%4O( z96?~WO|sY_Wn}a#M=3C-!s6H<+nIl1_l7@oYBRrnlW+rVitvhNslM`jd7q%0kH8^) zEUQ%=mpN$gH|}#Z{)nED)wPlhK~Xz3AEuc}GSq2t#P+eL@8`XR4pj^dHUo3YCrRz-q&3h^w+A?z(?W!4{`>N z^BBjhpHV&@gQEdv<}6faIAVBMm>-sJ8`ymTPs9v{f8u9*yX}fZ{Jt$%u@YFoEyt*Z z`to(;GY$#Cm8=*pH$6eZe25mFaF~^8vi6DzO}ExK4v2vb?@CR3RB^LV{Dn zXQ%KKze^A!Vi9ForM9wz4z!=DFh@uCM48-K6x@r7iiPDl(s6N<$GmN<*2r>a83=CR z&An~VcHPltz&C*~G-4OStXoUdksywgyGjiMP>B<6S%feJ#(ZT>&IUA=g%+V>$5^Ld z9jd#~$eWf;RdrPr);v(b-xE!kW>b%Qy{1bcsKUXO^XGvr=oLVBdTJJ=^q_%;rY;vn zF;P`{v3Sg&wr-nsXFj4G;nTiow9S{91IG^vyDe2^stsB|)$gfZclolj!CADb&vj?@ zPlu`sa-_Q8=(PpN+>O&y`YdDs-KPSBgcw5kN8;_oBhfIO-fy1;o)NxZ*mIC2JwGFI zi6NV!WRa*`b~@cIf4;+*Amfg2A5%U3L@~&(ENMG7!OTB6`5qA)YYszB8JIa1#FVs- zmAYMeY-*f<3~8Lj4b_)&uwhbW^<`RudOY|Kfht)SmxIXFYX1eQKn(YzK%}6T?#{Wy z8No5*A~xYCo#E@#A(0sFhMV6QO2O}gfZR%^&p$`jN*-pzS+yEu6?9sh91O`PYDyP) zwtp!76?>vX!9s2EQ3y;yDD-=uV?7cfU11kt85BL#%(~Be#t%QL<~|t}O_#+Lt}3!b zb9JW_WM3)I$Mi|hm16uGh%xnVgadH)EQaN8bM#HdhlIh>_%-qgGA4qfpbxJT6o2IX zAo)%^&NQ}DrzdiQVj9}DuM^bB?T>jR=MqUU1#6$+Q$)+g4R0xPf3XH#Gw9XodIBBe zep+z9;SQ7%6m+@pq}yn9q&xFx-a!bE_b2sZ7J=#M$`BMrrw+|}dez~T&_>%;a59D} z=I58nZRh2n*x3?8`LMm`o3Y0)iiEn(@=N~(-2z`Rly2Y3)yw$tr$CuP2T1kEwFRf} zJA(uwD&s+JN&+%+e&=af2D%FY`tOSx! zZ=*wEMG-H0ZcYOs;wHkoVtECrM@#Hc4oF6XD1_PRnRO1hcJ!Lw1ymh|K9B6*Fll2F z`lNDLkE9;5;D(?NA(47$lMc~qwZ`Hh0}{jg51T0v{vB3ucM}!QCtJ4mvw?@^ zaF_kpzlke1!wR0P3}Z|M?>FA>G|!vE{*J+>Xnm*ZQ0dyEl=#JrqMNXi01s=~nF;?z zHq=uN%vP|@J2Y_@sQH(!(^vmIHvv1Z?D$ff0v=rGHqS-V!z$gGQdzu&J<-yE*DssB zqMKL18vRkmEteoZ4RdDDWp6{qIkE?FJlnl!v_Hzkvlt#)XY--q7_hslF02bVf8Zsx zDSgq{b*1aMufYfZ61M7z^@B-x)3-_P?_3nJ=oX|6_oN zMGu)wh}Wk9LzUBl{*P#BR7=uYQ(!I}g6K=#jT=Bi6dh$okir10-C?{}Mx&CwKVJuP zemYN^&@^^Wo1U0FXKJo^B^W%pnIb8-o5E29e?&;Rd(((f68uf+tApp7%`86DNeTut zW@VHQ&v%KI3vRTo8jt4Q_q^uy#&hoWz)2}0@FOGWz3=PonxIp$fJi_1LO!50S^ywo z+S(CW3t3=J?N6#Zr7_Xp*jzEm*-zO5eL$QZD>v-ZDtzO9ze8cTw)-6mH4M%&oqM zX+7mtPWA#EFw4vR#>{utJ@sa#wI3b@L+)SljL5CvNJvNv|B4M@(Wx$%gjZj^9y~`# z7(%n=S|!JW*Jjm$*@f{Ip(lotIjlZmT0R-BaeS|4dD6AtmY~a@is3rIr zH0Mo)BRU#kPBt#C;Eo1s82OWvs)D`5JqOePcB&pCo9MRpu?Zhjkx_%u$mPMBE`_>+ zR%J2HGSXw#Qbrh2$)PVi%h}%vpQI_wfD{F`;+hd8#*KB1$6$;4b(rv~^!nD8hb?uD zsqufa0D!UPKBtz(u1iCcCI<)8*b@|nhVlX3I)SIxNWGNHB=%^#zp0O17=%(8j*2ayRh#Z93ImC^`<}$Wskxt;#970 z45_Nh{kW6fGbbJ_jqEi@`6bPmm_|L;Q3{}=25{1MO@81%JBY`x;}m#H>X~VY72R4J z?W+q*GrJ5^Uev|=ov1)iOI?@;ZjV4RsI5rGrcs5&qMZ^Q`fDMC{6*0)8G9>^n(Cgm zJa#RmIqr<&+U-0tfoFB)kk9`{7+^P>?_WR}x&om5&nnhu$_2N`PY-9HW7a?y$p_y7 z=;KyI-PbHMTHOTS3L?7sgpg<3QzVGMD>ZrZUUy%q9rtlAF{j17S<FqVWFmyWS=-R@Fy$Bmy#C3d4BjIy8U2Gie;8HiOgA*;{ zT7NKC)73<)dcP^wx3c2U@_KcowA5J9VzVpmkY5-|yNf(50rNwZ7=n&^{#5d$1o-~u z7&dC$X{=O^`n42ZitOI>-B{!y2nqG2*aPQ?$RsTx1WOU2UKvdDkoGk6uQl1MXw0gea8^4md=1Sf4r5 zIFuIgtxuUIlW+;cNWDqM+3ZtUbkN01vRr-_cfKoQ@fEfdWtR6FrGC8t=K5Q)LZBv> zO;FiF)nMJqszM*#WL59b@zuA7(WZrlvI8&j8{$RB})N zh459;QYrzZ=<}qcAo0F%$el0Rixxh-()#IA9k*)mFZms9tOEA&FPqpKRlkA?@G5RN zP2maeE3x<<)d_(br>5VRmtw1L+-P8LuX5NfH&dZQyU0xJ#RN#Tynyl{nby&tpi)lQ2OZrN zy4|)(L_3RRw=xg7I&TWA!5Mw7BOpwy1#z;}QA6GrcZU@KTl=Sis94fcYMzcUBp{oy?7{q9q+U=^SA zY48EoZSEk(`l0c!46`I6Lg30I@=~EK!lX`YGKDo4ps>-N~N(5fn+C8#@<%~TXtE$qw0ngOC z>3r$)0|J!8@bU2P_@T$x{`7dv9VVn?1JG;YZ8OI#75-%W;8iHInr z#E?j|ku*b$N6cw&Xj;TjXn-7dzMABA5iWv=6#5rGn)&!I0lph5aG%gZMZp4AWTYxz zKq!$A+_`vPNYzf}0b1{jLk0k%vzEbFwk5OOGV!70SSjoN=(bX~1Ml{5Xr(2>(;c1S zy8ViGd1Q2OPkZAm1|fINnuwqWWk}75FZ0*!0BR|!EYLNtTh6eaz8j@J3)St5& zr7UM}THrPPhTO=?zH3wL=oSBo`o4x$RAcYh7(D{Qea}lz;IH$Z$LatU2iq-jGb(iJ zi)y~Xf$wLOUq?6i=IAtO?{_J>=i;gmfU1%n#cr=>X5$NnS^IYAZsiW$E!FRX$l{m{7Bi3<~83Z^2^lVZNcn8Du+Tc=#rjqBK zFbGrjN{Vxo&bo-msHHa4(5d}>3UWeK4Bga(C<&hjo>bFS*C-pyLCg)I$buQC^ot6w zHosP~=szDN&6$JzR}#LZBV$%=6YplAas;39({p^-zq@OF;0lvJJU`n$#x}K?J-zq8 zTkG{tA`J@YXhCybH$G(p3el3SQlDpah|NfrT&MQ21#j3DD1Q1T$c~_H$~&+hz<)g4 zAlkrsoBTPkP-EmrJ=&}c0IXz-5A?Zk?MgQN;&ET&Y?MLw!u65w=Y!3{(b#b8kbJ3@ z$AYP$w_)PH!D_mc{l%-A0?@}`l@J(0Eo1yb1Via7E-C-DY=^&Z{nf;gwIdIZ1$=YE{s9MMX6- zYq4jHlS3OqRzSyuHBF=6v-zolL~3^qK@p{7_e}2m9*`a_l21&vu-j4ay6iO{vGrRPLGCP_4EqVTs6P|e zIUNU!!2dab(Ebx$x|0d_T-{98*^U{_-H+qMS4EYPrI&RHlIN0OkJFNi&K2J|i-sTN zl7qrI2_cD6)$DBca9?oFn0dtW3RP0FvN*SqFgZ~DL(HGXP(o5D$gx&pXZ>JA9bp!) z$4Y%yOM=V<;8r!4LUU;cL6P`K1jqRSd_cSeC7WSO2qIbGP?cF}=#Za)G{OL~6(wu0 z&GVfGJ>!uI4myJ(jk{wl>r&}#o&HuA>uF~hz+@fq=;T?T^$jI^#msE`A>P)sl2FBK zk9-5lj>)|b|AY{5(`$tTT`B{)>n_ln&abWF1^^p24KW1A26fGz4SSXJv~~U z19`s(3n2peuVo*$y`OUy0T9S0x^Wz35$5UveJpvX&Be(A#cb@opDgEpeUa zQkQtjX9!{ft5WNwrP_ z2f&p!O5me2|7%3%D<$`W^!C7Y=F@3@l82sxm(x|b{+iEV$yv!;2eP&h(KwtJf6KE8 zYR~t(rU-$|q4x!`y ztclEIoeGhQHzrqgYsUyt(3W@5LPOQG5O|LI866R*;Bg$U57}pS;RSRDRXPkvSvNzt zb=0=*k4js~VLOuYGkLvphQotiH z;`NJj5LeX(!U-U19g4hRDeS8f*Xw@wU`s?;AQW9oBH?rivh9P zZUNkyd-Iwo6#HjsQ?;cIN~N#N`OpDx^*6UYeD4o0`GPU*SgxMd*E-i6n$;QE?hTt_ zcg}T?{%y`PgY`zb_tUz>RfevzG^Jh!82B$2Jomh-b^>doY5e62S1qIqt=T2~cm_hN ztz(a7ZZG$y2(BY5Wbac%!xMT&@w0@NslDDbpWiBm*l+)pIbi2+1{P_sdR+8B+cD)J z2!E{)$QA0knp}28;2hk5vScPAo*7bvv`QUFTP%c($`0Fp@TZn5<(D-JiEaG^ijXAp zlr4M*Sv53DGq=SUGJM^LHP^*8LGI`1^e!~(-RRgt=(1C=O(=WWz0OvWgrsEm_0FB` zcPQ)-xzt2xf>h}j^$x)RAFfsPMhNbJ<+O~({0uAnkTpw=-qez#FS9TdH0W-!a{kST zRC3^ahg3BiH%f%&?E0Li*e#43$he|iVrUS3bmvo?I10TIY{%N`q`~ffmFdwIK?hIW+|{VIQT%C~T>gs!VIV_Fo6e%jL` znld=oJjHy~!#GeIOjoojiirazO6*3(#gp`Zo6Ab7j}X#62T-6dh-fj5Ng6<(ejMF+ z%<&Xha}D3&kk(u1cI{|LP2=IWz^|w`6Wod?FHw)-xG*@`4}_C>l;{g zvD)R~?BaPY$H+&YeS$V}a0WN0?36KKd;6m;_=t@9fDI=&3PTqaQd3Yt6dst;**D)# z;b%=ZSf`*JIEdowK^;4o2Cy|QTY^$rhCQu8miV>Q^Q4#8SOtldaYeR45GC!42IHaI zfczyBrV`$7tUeM&j0Qnq4}EL(4`R2v}`Q%m_++R$i;(!@`RPl3jcBP7b6 z!n#mkiboy_>Jc&SKxX5^sZ~}R`c=kO4b%tF6;%PNk=H(m^u433zW879jzq)%H3jqU zOY49`fxwi38Vo+S3!oY{zaa+~*%Z?COITk1IuXFK)oDk)UYM4}r~q?@jZLE60oOV1UKU8TU1&Zea>&9V zKoFWz^ob17RBD!e6)JQlBo;jeJ=l`lvAQF++%Eud6KJ=7qCy=EdlO@N+8C>$DBrco zEGe%|$7;hfF{0;M8pZVmMDUrr=|PeYW6f;vAcIpb3n5_@4l%hr>U9P$!(Uq~orp-n zsJ^9vKjsTbwUrnS3*=yNjzODL zE#Ht^Lz9T{(-U_Vj_|%tFh2s^a6mVrX!m{dMvDwQ<9)e--YX(uyw<WZ@u;bDUh^iSuqz^zoG~D6c^VsZo8*hIeuN>U97@@hmdFY4F^z*IZdTkN zG!Gn@L=Q=o+GIC?;im-rq^Q9fol%aRG#?2`SIo+qK*$u{4QQ+%HB*YpFf66eV}&_c zb`dDWHl9%cxM&6gLMvR<)|V$gus%mHN(LE8p;(&a2)Zv`_Df`nO4&%-ziy#8L2RA(a2xiEa4 z0mMKjjfjp8z6RJWt(*i52)%F{m{lwprXGS18CHO&pWX`1CM$t)3aM;P%GTF67u~|Z zCQj35sFS!|G%B~0Y+VHKa4S;UfTaSywTMtd#7m_Ku4mP#ZqY$?Zi+{#ndM-URKC2_ zQh8XYJ;p1?IJCBMh6U|%CW|YlvFGEFYiqUD-tLCwv% z_2Ap9pHXQB(EnQH)}PlO^LDj~Z@4Y;w?zjPoP?Jqi*4j>@i%l$lAA_dA-69U=jsie zE>dcyvtK=#-Hm#ur*j)+5>wdv`Q|GdD-+-s2>>HRsHOWE_J@}h>9F-f*pF)iyegZ> zKs%*Rbs2zBDru%7iI+Vnm`HVue_87)GRJF}16b^4aGu;rjX43lXYMeQ{tzMXF^{D!*ew(ct(RtWm>z zcC_*{7?$reXO--`4-NKxoS+-oS-XC`iY7Mw-nZ^6ibnK1m@FV%Ip9UmuG!KMbv=3A z^j4maS?fWu0yrwM`Q0YqGIW@kg~j)|S$k{+)(!%5PPWLx$%GM;RZh-NF%M@r8$D$e z|EFFy8&wkIMa~D&7C2Xu#tK=G8Z{&=%!?sx&`5@_$^95lnT!ZI;o*Xa~6L50L3GED(U#gsQ&I}FAZ!#(s?#}w=VoI{UA zMMXVN%e)h4UqfwrW=42EV>D^yz3hYtGxZ6C-3RUp-d{Z|x;&V6y`4yqazl%b>$gWQ z4fI3{DCC^D58SQnaNodhv)u)gm@G1R%|GPso1&1`%b~-7^VPOVsv+%$aZamrHZ7E) zTPswMcSSDO5*c0XNq;zL5$vm63-f!$Mf9nXW*rbGW=pG$nzIb5j)&al*eXY!xa^;5 z;X_LwB7{JmZD4y~wqsEH%|DV%_qKsY6RuMM&+vlc*-*54c3qF+0(7g@kGR(`uvG>V zZFE`rMeZr9sQqphqX&$vw(XtPT2-rMjF%lJ#`pcB?JMZD?m7pq_goz{t@!t5Qzz;o z(hOTewS_Q>m69!qQ$D|mu7*>^E+ghiFPTgxJiavD0D~-rh=sG6%I|n4=t9!C& zR^9m*%%9*_6b#ETO_U7(k#h3iA)p}fx(oZ;&4}k@Ad|*;reZ+Rz(Ataoa%1*7fQBh zHQqP+H(XcC+Uzi>QE#ClG9RPH(D{A|#k)rFm|&XmwZ@`i7emk^34pQ@q1i&yE4{;nYNt>+DV!}VYmI>Euk*Ub#*Grw}y(J0s{+?C1pb@Kn@l> zji)(@2-nwOAZBiRGL^>-mH0b>H|X1IAsM{-I8I;!Y{@`~1%b#@1BR#dX1MeN(pB%k z292aIb%uYS6f@4B^~3nk8{Nzfd6(+}RCF|yK(L2l(z=OdQ0{a32k$4#{8NsWc13xD z<7&YL{j5(m8((zm08Xi?nJnL!C&uURlD5bi>U8lJVISwx7pj8m*y_4%;5#{c6rr*Z|q{oY{Dk0F3Qa)>Ts2t>M&P z7#1%c8YgUQradk82a%_J6WVE_lI!r%#raR;C*Yf5E>54tJ%a2%L<|+!bcQwn-%A4a zXHn8FTq?Fq%%Y>0v%qnKjO?Hfg9jh)qbmIBH-^r{Q!h%Cp{KP`5?lx*x~qIU=DOS9 zvk&g9jS~SIEKuKK(^g^2aeinf;w)w2@Syc|aqwGG)n1+w&2m=Sb=q8MxBK5eX~%J2 zW^Swx8>SzIKJW1DRA1$I(Hge3M;_2Uf!1y<<$jc26dh)*%cW~AXbr;rU#l-YE?u)eH+sOornWrjBhE6#Eo@w=zA z$I+nbVGNG;6g>XYMIr>Dp>`!Du*r1v&sskHcvhY=1@~uRTx^~q-`5Z|K$A{J;W3#88%d_nX{RCJ1!@|;$vcM zhdVl9R=*OVv*3a%b_`6E(^cQ=x^;YxCBMhEGTC5f786BvExB*u35(6cK|ia zc`U)Cnt{P=gu7*S6VY{;7@qbTqZN&L6MIhxjC*tYEv{`Mug~h?6OWO$>0!00K86iM z*$m;?ZC}ois8%5Vs&E|h>Pc}PKmUua{oNB77}y^O`jh>vm?D5|Cl|B&i{+t7ogov_ zMcL(>NK2Wmtv9I3nuvPaY^Cp4&j6$>f3ij|CE($d&|DEOAZ2Y$ASTzZ?}NKF?HP|d z=}J%m@}jeeRQh={VrXBu}gupSdpbr)OtmWA7U8tU~D^*$j=hCsHGlQE;gH^~~Pv(2OD&mG3;B zKGl#d*XUePqkX)1Re9#Cl;vI(>q2vww52nl`MI<%M&eBJ-oE@=(-x}iSr~612cn*FbG7wE!z$b_4$R4+nSPUw=8ad}|Q+5E}R$(Lx6`W5KQAU|8(8FAx(;bG(dklwJ8V ze8hl?#)9gsy_h$(Q9Tb~J#ef(5)IM%nn#4`%zhlJS2EBR%W$c~mG==YZP0@ePG4uy_Jnvu50bg{^}_b z76+$cl{87eKLfsAy4^#09(;tg^OK?yMUMvH>J`4KzQVa_tVC%5e<9_eqWI;IB`K_7+y;2S!`h?WP?G>vn=!lRjkj1)j>rIpX(m$!b}I5uLyq2m_o}Nt{4?^-!t|Ga%T60=8c5` z9OxXJbLem5XZ2k4OLY1hP}5CU$0<_l+;yT{$T-z-U3py)Ct;a@b@?FK3BP)}|9*Mvtlinj8g|qi;p}f+ zr;t!Bt=pNwsU5F3op$tlM0`$jgUbZ||A@e|$F1HOfS zG0f2^{{=q37Dt07sPNM@@k(^Fk8<;*eZI-3hJ2b7at6IlYLzWQ#yHhIqyTwUtmxLE2D9)ciAi5>(-Ou=7W z1V>^N|A)1+jEVwU+qMiXUD7Z#(jC%`QX*2)EnU*xAl)D-DbfuBLwAe_(%mq?5Hdsa zjpv;2J%7Gj=Ur?5%$fzi_TEq3_w@vtwr7kK9G%649D-OJvHt{1e&Mzyb$4L)!V~=- zK&ea2kQkRo#BA!9OEAQbq{3*e{=!=R$fcYGGfU0%F(1%i;!X3xih6xd%&Q^)7WnyyJcM{Zgkghh zqY?-A@t180*QYEp%ZVMEFWbaQl*1#wIUiQy3)z~#irXc9V@qEke|MY!Vep6(qKc~J ze3QyvM!74@tq7iUIaeDyQ%U6U;&$XP#;|~#{>XY0^E`@AvJbrf4GYeGps?)^xFbszF3gt z#KctSfGr&Y5){DY|G?c%@p!@A{i4ROov_9bMCfoZ`lWdguUh_qbC>~@P>1Sx{%-z3 zfNleVY@zPAE`+D6uBmSS^M!Uyd;zbmJ?X82*n4cj$U0;04N-m)$*UNR#oK_#VsO}* zGe?}9qHGIHd3lOpY4f{f>+$r7R*#$Nry?i6F!nE%*|A?l=Uc_or>Ay1XKH`plB8XW z?~5Aaf5HD2EjdNRj?u{Ck!{K^AX6tK!AlOh*698S_Bd5hu`QlG?utsemc(bj8gCo| z0we>=5FO)>teax5z~wZ`Oi^*2PC^cjPLaZ`p2vAU{{Aa4>g2fna)X$KTQ32yY-u3M zuN=F2`q=&W$?$DG!2WGhAAIR@9~`2Lzb*u16yz)z|I@h<{&UQ@+#V&{*|<9d8b!kJ z>2tW~!{fkBzoC*vMZQVEOyUU2hy5O2-K%|Jx?b1Fu^ApBhuyCt7Sw67cm?<~_gg zmtS^8z`xaLK4n9`HreVM2&7F{H2fN#`htSlNTz$=sDRAGu8E{OYoP)*NG%EwC@@I4 zy8WkB{qIERKNO3&eE6#qvCZ>|H~5E6qzIoCdHhYQIKIPMqY4j)Q^_1!dz0s~8z^)? zyY0>EtO%?=oX-G;2=ollzrI73xnaa;h_zJdw2Kcljj>e0p4}HjB`mM7#TO=z(V}+( z)DIyzSHQ1CuXB|_(-brbNc+*p0^RsXN6YnRMA?$rq--GH>E%JbG#SsP`ON&-(jV|G^>SeP4$H{vt)EIIPqwzcU z^|i4(SC9Ztps~%AYFKz7$sQ?b|JGpa*D#6t`uYfuZb$oqu-M*%8`fBtE6|M(`*0;l z0~cWE7w9Gr!Yt-e#=U*@YRP1#4@nf^uxqqIDGBNK4&>l47BKILP$BK-h#uM7-;aM= z7a?fKgZ^H1CIgBNT^+Bg>(qU}gv<7>;7Ge8Vp1kvJtWSO%-_W2U7Y`jI17WM7t$vu z=^LW>XY1(8{ zg|O|?XlPU%FaOipJ9sfZYyFgl>zi>3XAR8mL<-;whnC2b_V)qK9!A|>9n=iIOp6d2 z5U($4MYcWm55M)()XZ^xn%VE``wePe?f0(3_{oJ^jb{tCChGO5-m;>4)*ziy=)aXQ z9O+i>&3IPI206EBp2(cMdrQk>Uk|D+s{J_+>gJJl4vuzo!n(aM^SR+xK(f_u#AUHL1rbK^sFBuV@VXd0{^JXS_y;|_f0I$N;P?M(JUbHr zXlOIG-jZ4Fnc0K^hF8axWqX60$Yl4dYT+G3b+ghs#f&IxY$*N#x4vBlQVWt?9yMNQ zI*M4+G{{_Z!-FDQZdij|ynNz>OAHJ^FHs9p#BdZpNh6ebJS@)Ej*xUTTY6>Ip;;D7 zUOfJlvRT}5j681g#McB#lBHRy~6T-;O=oiAsaOxVp(D@rCy~ezNCW3usMyaVuwv;k+t6UDpVVKXK zdAOEKL)|FUiqGIbWF&q&l z_nj$)0S~}({(@+)J=7ah zW_7PvCpQ1MAMeAr2od8SlRdDY`{9D{^xw^Ax+YJ)dU|>o;GjRnW+kg!cPf!xQoc6% z#M_@C(N}5vkD8gg2R?k3t!*sPul+1VI!`K8HdRb+tIyz4-kkT3nL%KT4u6U*`gq6J zD_295&SWutx{u?!eS<2QeOTQ0ohL}>`Sv@eK|bqv+y&dRK@Q9TG6RdxfL2d6QUJGH zv*T@(`(y6N#GvEtO~3UAr|UI1h!S)j@4RtaR_#HE=VD5gH;EM1!q8(YyY^i(b6fM2 z5g2@x3}e=Nn)q7eAch>vOoM5=nudT>!fdE)n{ZH#X@Fy^iM8lgc! zA6u3BS*I{1O%x+tjrB}ECVly#&5kQh>5X>Gl2}x5Uwx!C)EIFgV}pHn&OZcZ9aFd8 zY6L|zh9iW&_m-(CRvPSz8e47cUP?<0n?wcojL~y1`T-b7H@N!F0*(Z;uyfErh>aib z>5u40n7X(h6?(qfGj=2IT9iQlema7W#rjwl@zd7{&&glsUQ4Q{h>68sJ0wto6W-C3 zcc!ocYSxi4uHC|gOd6^V^VdO!`*kWO^t@vRsiubu>*nMDIz$G&V zpK#yMob|#WTrST&RBD;@FjHb^xB!YfRr(rl#9hJ<+T@J1w>4%~SxgB2m@rvWOib&R zw;iY_obY6J#iDQ;cq>tWUN9+XvOOS|rt^$B&3%l-tTF58WW6*g@txLzaO$7iaJ;G> zc>4|=x>>;aa70wCV2uGoWQ%qJvjY?|`HUAy;SHh^73V|Q%2&_1Nxu4?@E^v>f4mza z(Fm0jt~q_oKMUI2XDFuvYvbmV8@1@sgTcdON}hm7I@0hS26^D=msc@q6rIvl@0|w< zEq2uMk63A$WQIP9rHIhs2T?GpC-=Ne5#=@Y|6-{Qbp0|A@bMe@mo^T|MWI}DpE4s1 z{d!taJG9EOXA2D{-KZY1$enK6*IdK#TmAUC3k~V4~pPf2h(4a=aIB|LG^Qnqo{wg74 zXYb(L8s>R(+=I)U{)m8=McU8Tgs7G|+B<#>!T^P~p};0~%y1>>MTc`(;1z7}hT6^P z`uZNoeFPS8{sU%at)a}L8^W%EW#86T`(uIjjqHXCiodoi_kjP)L+~zyPf|+y0}^5U z=3cZ!B|=mJc-K2P7;9#2jkd!RyNP{DS|`b1`?_hvhR>^V`P0*a1y|+XD#O_2eIcx! zvo&@6qO*1WffdD#IPsU(YK-DDsCVvb!smI21Uh$EJIUupiR|cd(OPodxjX=hpUB3H zPeOKc_w8`A9Q{{5#fVmnC^sl<{`}FnXkyN143XoG5ruTfMnR~d50i5)A49G^zwr`x zBa4V4rx5j?I$RogErYC%k?Ce67P?jVm@FUS1x`ig6uK5X@}bVU8HJ;Gglor%f~VIT zlH)C7t2ls!qpyz7Bj_#G#bGDPvW62xPs$Y5_iaLs{*`R|qo2n2=Ct(<4j0*QtE*Z4 zcxS*3#^ZND-oyu*yo4~`CwtZz?W4wo_1Op-9PJ?)f*HCky$TaLAj&CWh>RGFOHKJ- zAe8^;nuMT-{*?h@#PQMpGcU!%MGCLc|3ezqEnWpVGbP3XTI|0j5#Zi?Gf(~I!k2H; zl2iSoSwMTusq6*;!`qtkh5B0X_m$P}b8u<4R4A@f_TP!9s3>`v%~WuSE%U?%{mUVN zkuOuK8pUy9V<*#^9c`o(if6>5`5a)r*M;vk+^BnZUc?+yPEu{{^`(ctZFhC-Ai10C zQui8}oL5aeFIcIkn%^7pUC>*{s8nQbq?nWDX>9pnx2wG(3^YNwfhI0L{0I>H(xu9DUSpJw!qf{^4avgP6#x0;V)3?#}Ll->f z)K;j$eQttS%BdXxJ)iMyGm0{_KB?9EakpgoW1fQJhe4ZQ7v#aiV-!|8W4{Zst zj+nKR;jI=1OmuI7NqO2W4gRY#A&EFgrTt@b%qWZ;WJtV2?zH#7=p5^Q8>vfj215Tk za3^xOdcPTpjV$s`7-G&f)%+zd#IWIN%u{8sK3N6RU+aKP_yC%MvMgM{msh7Zf147N`ty4PV|>lQ(=A`GC&dnfzo&j^mC zL*HkPb4tD%g7?6F4}10`U*b}!AZ(@8i5|I$rNe^zLY6S~oVG`EoMET!{U1BDW3ErU zK|eL6@TeQZC{q4Atg-(LjoE*5V#}%6&VQk37m!xgRC0m-e485jmX-pbgo>GIPCd%4EW|G;N)nT!yoXYRP53H# z;82y`b*n4Ba3|SQ?360;S~WmFiPcZAf$WnLQt_w0Ed?CzbpsCX{JRNcE_lbCVp&t- zh8CeDF)2pIk2Y1@4x@u)OIr(Sd3AeAGaRI!oyv3a^ySKXO?Hgx5Fi59TfSSWyfd&y z-m@g(jgnOm^)T@EwBL@lL|kcK{bVm}^wMkTaT7u<{JqZ}KVa~Eqo8zXji($j=RwE^@}YmfWhQA2t`sq zLi(fE=FO|Rc_Z+5I{A7HC4f2Q1m}at8dmdn9}~!&WTnlGamuod!Jhja+#LGawtwGW zeTR5>_ak*=%D55qwaoUXxUiA}3!qHyvx-Rp7<&xCjpSGwG~O=%O7e1|0G3w!D6SFL znY*nJXW*~X`a#jfMjpXiKFMQp-mEtCTuPSozn5n#QmA^kl4VK}g!I)I zVzz*rmx)Z0rAEjShP1ffIV5h?mbFj2{-q7}%YHV5x8bB0<#6M3*mrbB^kp5j8&`#O z2Q_BOh$mL}HqBZ-7vfdp(!F37!vDU5Z~OP)mrO?A|D!{j>x)A6O((P`iQ72(ZCFyT zIn9)I;)U;Qye~G2eO6EC0>^y36`7R^nhl@mqAE5ufAT*BdD5IF_h*riCM3R6f~0Ef zuuq38?e1m{4g!X4JkFM6q%ZauUK2%sDJuu-xpXBr0ylDc*E*F?XH7v!zgP@C{%m@z z5b!Q?#Tvwkp}uO-@-Re*0>85OA(p%X1{C@ae6s19j(*~KC?Jb9H-`c70{nmBI>ZHY(qrvrY4oImvM3z z@}qR1;O*R?HLFsTzqP%3Qxe6Gpw)c)H0D!gU5#z8PFUq1u;CbPau0Kk z>b`@u_QSjHjPRqXBl1q<^(?_;zVER7^v1hRCeMZ-QkYM}&?g!1{f;&Az-{3tQP?zw zT7Iy+lqgqWIETstt1Id?P2`A9cqXqT;qD*lXT#0P4Y}v_t_*WG_fj`3o28k?&!w(= z?KjbDyIz29Ou7jW_23gli_D(;Lu=b^IYHMM`Ca_sfjmTu7ntA z;AUe1ZYq$n)8#RgAT2H~&RpZS%v-W2+fc~D9LH(KuzU3AoY$B>4a`XK;hw{#UH=V7 zP*r(u;MJi8n5Q1pz5Y31<`*8pLO*{Xr42LG2N13-&5Jb3)DzpIMEKdz;AR*zL}*P$ z>ISQT575F7#AKplSl2z)r(~g-IfbU|(ro`JXF3zXfrs2tv?@Mjhmu~jX*;CWsmvTf za-b*MM5&6tOW#7;NP=J>A8C@7)VMwK$KZDbCtBLifQC`3qHKfi$c5QdzW&bn2tMBa zocG5>^&df93IsM}IoI?pa#HUQBgVBd5P_CQxk8 z<^%s}(C=5>4`V;tG>UNz;LDXQljAU|sKTc7dC7Jk+SbIg$Ke9WwUrH{we42oIjS<~ z&qYY3DbhZVlWWC*s{fPO+V_gh#g0ECCrfs5L%8+$cTxFw#;>e6R{&U41?6r1XX$c% zM)!;Je3Oh!-5nrAZuwfF2kv5cyU6VG4!z11ffV>h%=*8{8Tc1B3ZFfbe)d{k=KcTv zPeNEQkO)L2WKt`>{^Lu>$g4>W%NLb7$WOdcDp^G0%|+f5QbS0yQpUB3@KWwQuwvL!Tpv02b6$xCw`d8!fotaRUcKSN1>i_=3pARo%W^Y;QN2Q%C0BqF-K=-OR6g)Vl(?zRu&P?Z4CPIQ5Q6X=`4pV?c<_WetFf0nz0LC z@Lkt;15Vm9udLh?4T~*zXWEijr7o3$?5*cxy3@AukdnCU$}IQZwEg0e`$a<_>teRsh#-K76>yXK_|q)byF_h!;0$9{wS7 z$g@1_K^b-9^y=+ahZuN_&YwXb@+{z)IT6SUZ!KuruEgf$9of#ZZK^2mM6b4i`QEx^ z_2wo|Tr6YQJ&mYC!VjS9k_uGOU+RcF+ge`g1E*$9#`u>vx8P+z%2irnl(8$#^Um7P9V0ztJ-lRjUczk62zeKY5g+oGRAVhpYKM`C6{$O54=CyOzN(YZ|Fdhv?3Zqya>V@4dhb7!2O%!x z#xw(BNU4sTG=@W6dDwdhQgZRX@q!2I7i#<{xy5`J1Dnox(cAm_JcxW3XuQv$jYZuyt>8ZSC ziK0HTY+UyMApLv}khw%^xHjCYE@ z&|)K&tNEzA8)j4E@ZQM&Hy>-8YP(%)Qx6rg?JE4y^?K=i>CrPPGvO3!+EH{T&}b~_ zbdS!d&Ghi%C_Th`+GaL1A~j}eO5J;R*Ev!cVJp49DR^R?yYcsicdS#AiF7BT%|()z z0O0Zs@6%GN?}sGyY41Goin_?~shZm}nWecdVK!?7k2jft{Pzb@QrJO%qJqd;T3bIq zt~j6WGF6>--#k4suNZ@W3Y0a?gIHyP{CqPYu5y}^sXzLC+t2!rMNA>u z0WDT=S<2kh=}pf>$gvhH*Z$F1Onbtfsg4nfBy{P-dD zlh6y_sL@m!%A4rVQwgKqQUtY+{M7;wje-7nL4$rX+;udYsr>%C@$9;;W`Y*!aDC~dt1<$A zr>a^d*|#HYiPx(O^IYt@84%zMy5)I%hyUXcwTFv!h0@(Ub5s3IaJ5U%aeb)2GgamN zTaw#uQ5rj4p1?#G35V9xu|O(hFlrT13UIMq()4Okc2~pSdYFl5+;HF?QPlW}KNU>@ zmCS>p=JD)O$IZL5gGPSEK0I7I^XjWj#|7MSZFE<@wV{=*F)-<%x_hmTp0A6Z8_;C` zBn>C*+{GB^68wnXxmz>(zmLTKAHO90-8MG-ti-bhrArJnP!K#pbM4AwvOH>+0@TJkEMud4=P z2i|nzvyPg+PHm@xudc5CTwIK2R0lS>@|9~R2_;Y1qB5#irloG!`Y<^-I0aAGt^!6R zSZB_Z6L?H{GxtZRC*VE-b+-d5Zcmr~hizbump*)MgKcQoIVHx+%gc(l9^1E9KYIeb zZx3x`8-EXM5Y&AT0EuyQX0Kn)1@I9cH7k;l+lI+I(m=d^N55=?b?8A$$9ab(8oHWE z=H}-5n(gQ7ymB@VPiX+V5WR6AR(My#WN%|cp!ZYqF*E#l?b2z6^Zhs%{Lb~NW*%ix zoybyraxW=QZl1I@iqd(F=U21O>wJwWIcYMx2lPF=kbbFTxCE@-xYHI3Hi0x^0-iJj5qLbVlAAGQP!u=l? zkuNZ8F4itOg-5NTb`xi;0@hkSz+QECbbUAGlEU#R@Jo4h*43*_hKIe<+}WpDHP&Se zSBibM-@i`}p1~@p{Kc@o%t*^& zeMbCbMa}Ps--ohW$@U4V>7n@eiVxtXYwU<$bqW*aQq)aoJZ>)fZXT%v2m|vOGSX9_ zO)*mMTvlbZJ-5Ek*t}^CgED}?7veh|jsoJ|%;+lYk6Z(3FPmMWB1>Td z^gJ$;E=@Yg1d<`wBhjRpvw^9-oE8&Z@*;7)T%lE;In5$#-_(4I{g@Y>J&KjSq1as-q9l z3MmcmwYn0dP4NqxWbDjP)V8Z(>6Z-s6<;E4rj6eGYu(`K`gVXHlwGY-ag~VpUHsU|8 zxo>wzHCNTi0V`sa5XdIp)5dxf)&ea;A1LO<)kGkT*OJ*}+9;7FRDLpp9;}T6@%A-m zyT8Zcj$AyVZO!~r~9s>n=(IO{jQ%M>Z6f` zQZYz2Qh2=414?|EM}3HW-Z%)s|B(AfeQGi?>#S7wyy_r=Ss7c|@@x|?NCY7?g<{Ri z{1}87tlwLElh5ytJBJIqES{(0u$*3eWGM=DXYJLx#J&rO(-lvB2WD0B6K7%F_DMf7 zkBQLAyY_EL+v6}O!nb%JcN*dSOl>QbUL8yu^f}o*^kohqyI+@-iM_33N0&E9j>NMa zq*QM+JjBvhZhVW%;B>oFZu}gv(PeXD0((w_KQ7ce+>)o+_qDH%>*(!o@TgMH9uCCW zCTAzX9>}|hSZ)Mee3TG>tKFv*`E1H8hb+a&h1pf|T0g~qqd0REjCOiXa17lyx&El9 z*GY!p^;S3 zqqx;tE4&3lgZI3pl9L^OHqLc~sh*c?dEqPVfE&?3T@>EyqUiLiqoc3=`_J1We5*M7 zVqQ1RC2Sy^33)*XF$lJOrTy3Kl8iy*w0N3N7ZR!+e+IN2-^cu2O@qtbOl=0c<((db&rFZHD#bskQg5 zm=Mn%n-{~|9ib)OR8x}SExKDhoKG8_wMp0-blo7|F=Dz>47mQrLHQveOkpRM5o zY{s7^X%PrR@#vhPVZ@3t3_$sLy~`#5Gmp7XJUVv?*qW7>-R#+PY;oCfMOjSD z8N9ID&gHS9i>7nI_pa1Qn2>{xqC3{Uz{=3b(C-lRJcT($h&+a9Bp1kQl^Dqt z5*9|-Im$#o_U6o)VMoOU3W-b+;8-%+wv(cn*@oB5#_Zvc4?_b%r8k>jzRMqQ?<(?+ z#6X7PU|%yXZ%nr0@Q{PVL~eGygnUtEdwYA`M{tL$0sm|xM$nhD2v2yzw?Ry~V3Y*v z;{cFW8W99CnOB_=fb@R1ruMF10XQrH#yk2Asb8;;vazx0UuYkQTES3 zjLI!U-QD&lwq~RUuEP!2nAgv;WI9oX8JW&&&e_9HeF%$uUYMU>9&(~6^w1P?m)!On zsUvov9skmCcK+z$Pf3d`&_oHe<$}GL6IJVB#d*o-l;B)Ez&UsBm}c{KmizpVw&9z1 zPNsv>W^=?>B%>|am$FzG?G}X{!PJE-$6jitF-qy?E^!#ixZ3kVSWDDM8?d_j1ZELa<=&* z4X9ZFTSdGA*D$!ud3Z1jC@>-sFh(sbFMO#G=^^EJWSq)?G65R2gWYZO-ac4iD$&>L zwrb7?SwB2BV>FqWi;H({I1Sm$txj~{3%-k1x(>%1k~H`aKcF#PFVSee^hHy*&5njd z@OoGrqgZFOPrT$-QP3Y2w5Z|S^elyoo09za2w^(|3CA6)y>xYcfT2lcWu>AdEa+jn z8*fGGX{+_AgGW#z!Xpzm&bocWPxD+P*VZfPsuujm-JmD#ey^uf zXrI($zf}0|^xt(YEuXJ`INKLIxFouPtE#FaXdkYJH}M|9PZHvnQ(loKPgm<0{XnN! z`(>T3>PKJ0KN--=%eB>0es`&eHtJM{QH>?{8);JB9>n`9wm+38Mr(XKVbkASsoSq@ zxbAzidsgk-<=`{6ke^BL2;5(&!(*;(jl23h!#Qb_yZvqd^B(^B64jXWL+nBrI%oIJXiYhV-)uqi<79~0j(T9G)SFdP>&R6ax%B36!)C%rr zSx!VnL4D?y==SXY_ z=E9qM$lo7dzAu32=bu0svI7j>*FS~8v?L1ps}f^wybsQ^WyQpoz4t{#ih3_*?~@D; z@xa5;IlN(v9djI)aD4vZ&s_!O>*onS0n5Gr6(G1gnLR~@?}Ti3YX^A$1o z7v@_gC8f8#7WI?xFYe;OEuMa}FQU~bVX~ml%6g-a3k~k=2MCt?edT=x0dt|y$2+$D6!Z< zDZsNJsk#6qRIM#PxgV^B*vwn0OiQeHRSTWt=1s`k)>01!__vif3%OLWPdNl&HDcsP zg5jy39mhiPln+_S9gZir=l9kX-lTB0)qmpr{xkpB-v-gZ-&;*2rQr7VuVD4>JwKG` zF~4(Yd(d<)?Hr(=AGs_Y3eKf`gVUK8LtYnEnIL^khw_>~sf$-0z>G3dWT*sOe`~=S zhn*PizQ0HBIy0!e(}ZXPnwRrpeWInN#GseJLicCBIZPvx3vMjQ*i+HqIl)>*;F``23mQ_@Nq}MAl#}=6 zEzYt@4g|7b(f@VP&YW)O%%_GBFU4j}7yPg#E!L#e*PNZrZw5Qo$J#4jy}A-S=G|+M z52}Z^fon`UUX(GH_YDn||`$$4IldavK7S3I*^5Z>m0k!op zu3~aWz|s!aZQr)XJsbuOU~li~l={NrDv}N`O3vr)cUXE~DL?nZ_wRxuzicyaj_7go z;lFpU6&T$s>}g_Yh$&4YH&*Zx96so&lZTf9Uf}&7r?drk0}-!aZ{-v! zOtyCTX2RH(JL1&v#v4xq31gbAt*zr!TVmh|G~HM(K5Rn-N*m^@L;y(>4np>tL&XpK zh7iWJ-ByhX-MxjfSooJIC-ikgF*7f(-Xo=S_2gc5OB{af-viBC$m~`j5`E_et>#-Fw1!4iH!lD~fl6QmY z<`?{g5?3dsN5iI81?dcjt+jupssDM;^zWS_5VghmcYWqe4(KAr)018N~$>K(&7H>=7y_?=>Wd;r3$H+i|!F?wEp{o*2cu1dLUavB#2fXz{ zpJb049>e}vV$G<%gsR{7YwXR!$_ln{jR_tC$FsTAT&W0j-yKV@Lun{0EnNoYFZMLk z#Nl>}a-jCzP(B z^$D_DNPXiTC5o5kJO#Whry~OqJ;I#3NsONkA)Cmw*V1iuJhYN$y?7C3$HVgF_^_FG zSAvwtflwSe{`42Xm?b-mE!u)CYz-*{SC97bclYz!fT!PQ-H#nXq%DZB$Is&7%rf;H zw*5E6g(J4rM8F@9{r*yGya4ZgDo7D8%ruWKZrJ{_okrrPJO#A{5URVX;Uxnr8e@6k? zFp|#9*c|&@|57Qybq6~6Zd%at)Azre2teM6Jb@`QddCo13=Ro z=%i&|gOnVc9V35h4K&%Mp4tT5| z8g}#`UXe35fcc?;jR+4V9{%uqu6Ev7x83aJ?8*IMps-o)ARZsM2#KX?_(QQ zSceKIUtDa2bt%1L>8G&o;}tg4+*|abE-AjBL+sHI?0W-Zacy?hcfq-S$Ho)c^Swxx z4%CgU<9;-w>*ue=8JYy^rOaWo0${fLK% zy||_(f$OlP{)vHfYP5cuyklkZ%7}$+c}0=KapUR;??jv|k2w;M{cxXJO2{T#G@_^zif4^rRBx5pYeEVw#~Ha8c(mX# z$5!-8D^Bo9uEZOGL*5U+Dh!dA-Oxk9tzzKucW^!lkH1nw88zYm6|Qb0EMNdsWT2D# z5P4%aaXIYioePLNr$RI?qp&Xb6q=euHcIH>_ShNK zVJq<`G~a@J_VIX4t_`ybWsMIz5*pKNScj!}C7t%k&;zmdrxAo77uaT8zkW+chrKT8 z{vwUb5qYu7V$8m|)S5w>;t%Znyc%uSt=ShbM7(r-Ox9`g6ZGcB{A6X{jOJu0pKx4_ zU7MFrega(S-~+QeB?RR8d190=qz&hW+#7z|$w)!zrZn#*+R(pc+h;zo!P|g82k)N4 zU2GDetgF|7u1Zt1Eo`UX>eFZdfZbE!&&5r`?Q+|O=h-9hb{Qx8HhQC|5|Tpw3| zlRJ+6E4)|GfN7_E`1v)4H~4baD=%w!^z{}KD0Z8#0bjiK+wTZ}TGH2VZw#H!R8bDK z@CH1@FQ3b@eDtGjI=rDm&pe-k1g1)OZGy@2+ZjDR3=7Lh*8B=Qj@Jn7y(-(T~ft4pAWL`FY%UtSU=_FC};gRUgN~C6NK}ed@;rInq!^}EB>n;AovBpY zyPy~ENAg85N+^&)`ljz`p^Aopb|vH@>KK!Zj7%A0Wb-n1XEK7BbVNb)YHXg%B*dS= z5ai2r9QxDR&wd=E04AM}k68e#T9E_tB2U5z{MFskd>1ri;(14=>9H4sE@pDY_E>!4 zgzB@?jYj;!7o1+^aPTFG2%lO3dp$q)`hu0zDn}?^20h2$;B%G5FyULU2C^IA1>GwJ zQB9e&;phA8cl6y{0+U4Dhene9q2kdb7ULqEI?F|oh&>J~iv0-4P2*PyK8nCy-9V=M zKUeep^B|Zu1096`=e+bcnBUVfG}5LZKuG-I&y1O`?<)j|%_5KgXyLI@ZD)IT75q&G zMw33lGps1U5fTOt$t=D+B(@ItwV8WW6?a}w0v5z4cd^itjJ@=rxV++b4)VLc-M|P~j))kWH;I8L z;9;L<(Kzn`oyd6xkXV9g`lE{Lh(S+F29+y3^$P*XvxZ(~b4>7><$!B}K-!fbl zFKc8*k8tzTVGJ-KWrlnDg!xV6;GH#sB?}mmeuDLAAL4dGri12%Wrt4G7?_t=Rs_r& zR`XWt@Cda*x|eB9#m`&fu1T=ELY#w>laqObz1Bbk$8o#8j4UVonjvh!Ik6eW?1Xy>bdsvo)LV!=)mO-;x6YPQZoA{5uxY#I5* z=d*Wh!Nt5FEPh%NUzo%ul)kj9V{&&mRD#qrSmR4TAoADBrDq>SB46d>MABos(CWa= zoBdk@smq`0PH5-5kN%s=NFWL#VG!y`oBj^u2xU%Ipg9;4avvTqT1JDk5eeiS9Q5%i} z8rCiYZP;fNX_h$=C-{*;6Wz}Xk2M~1DdS~*Y62vqmSaEYy491N0neA zJC%(@HdFhxA1IR*IYU=o8}j}F@M5tkhvG^!o1iWm!ZhUm^*Bv5+wv6S})|H?ddQt1B-mKF`K9)|HNtcG)Xz%zZ<3 zq5XpffpL*mAF**^EMbL-P}S~4-W@{4eT}O`@OIM)VOVm10m~xG9 zl=GMK7}x8N#%$!Bbf%1=f#gv(4ciRmGXp0KMs@#rDjKIDuNQ=FIB$B=pk-ou?1n7j zcRzr|#~MvXA87|}3ro7MB+_%qhR|l8s=8SG>=;qhSpn!U4Z3IzE-@Ie-{LzIV@Ds{ zmGE@C``Z;pn^WOg$TO#}txxNIN_-dhkbDsHK>1QM4c2Qt`eV!0;Jlyn{Q%oPkaho2 zWc+6z#UiffJXtC6d}HUwf7PWf4Fu72-e&~zFIBOmwUI9lXE1ZbE>qt{vLeDDf%5$aARV2| zj5|00m@Deee1AVIX^o=(7pfjNTd~UAtHprbs>mQp?%<-HRb}!g zhvT|N##1}O3yHhqMl*tNr)uleRME3`t0h~F;eDT{LWiYxjHJ{3cCT*FA4Z)y&NY-i zMC)BQYpY0K?UFYv5}_-~$&4iAVrLs-tLy0MZ`TK3wtzr(jM7Bgsk>h>(na31#Kz`% z^X#{+fUhS#8^+u9P!<_SZA}InKl!_{9XmL0F10+G7YJFMq2gY%yx#;`mUECeC-emG z6q23=iV8_4*#Fx5wLf7N!%ucr-C{A&p<8Q=Y45E|cSD*gM^PTWztWG|>U>hD^(ZH4 z<*(RLyQg=1I0I%+BL!$+06;?zQ`A||2*st8dw7~&=9<#+ZWeSzgybE=Eb+JZt!^Cq z85JLnGHs*N0R`ZC<;U(+hc%*qT1|BjZ`J~H3X=GmfI?$%-b#EjG~T( z;gbI>W+Wmaf(NlG9SK~$sYB+NSjPH;OgwW7KK5~6K6vxo=aja~+?1yO7)J1HLFTP- z?Ysiedw$GF-b)KKzlxVPrLL!MjQMv@iz1-Bx!EPcE3MWr5Lup?a`U#?-i)-jm(pOl z0{T?Y<%Ltjt^&RUx%X28G1i`iu1+%N99x5xGw5Hcr;oqXrq};2^5*#df=N4>dN^78 zGm%)uPS8Dj#l8F9RXqfp2ZM2lLhbs zktuE|tGSZ7V9pUAt;DUGC<0LsALCcs^d{Qi|Iyx#+B@cJL%n13YSM?WR&>ql_9zi_ zXSlbI#jos2HsM4Lo#*<5EGA@Ac=Fm z*uY!Zc|#(PUfi%>`*@M~jiY&iD`vbm9E_IYT*)ugq=cn>j`zIo_HlOfI9@&gmriQP zzq55{rnYF3RX`WriqQ&mTb2(KT}wz_)=l%JAiH#h~|nuz4TiG`SaFCi#R2XGZO zQ3FGNY>(&#(9=leBuEEKg|9QMA9pXfZ`3XBNDpb;*QB$VgyA^T4T!e!`UdMtk%w5s zFFL!$OXY@!SkC}IaBpUx`?fXA?{js{CCs-(pt5vJ4HYZ&V&$awDyDg&df$Zb*(lho zPM5$@+s9vTa{Vt1#qP`3%A!tXkvUW)_LizqYK3&e$}#VzTEb}NoO7Gs&|hq%TqhFc4UhQ8??QfAbCsGm97 z+3@1t>KEb=F26GszwRX;B&Y~G-m=))|6_;0xa?&&HqJ14xX=*145n);l6T?^TPr!7 zaw?@zvPB5rXQ>Lf$q{-}5$V{9AK2xLsbIx8=c>+W-Tu{TkemNon80r$1_bV7p5p&C z>gIu`02l2m?(`4JV_ev;@fheSDzesc3S>$}qlqS*rDXiBXJs(^`5^Bz`n_VQ$epAR z4)Fmur`7~;_Q)x(>HWR~Khv6HE3JG>DzMKIOO|V^wU!*IJ9eO4=;Et#`0E1jYO#-W z(TH7spKzv?6lk4txhhxjsWN85G>Y@Q8%k_$&Vk!E*@=b{J%oYi(Bc9>W~NMJ};KzR}2 zr4g9=i)llY%56Vu#U88ga%owqcbi|r+-yHr@2S@nly>*T(2m%LHPrtm%H4!JA0o7N z5@&WP&e-FPK#st#uD*lq9rdZbdaB<^0zbj`9D)nw#vt|uXNc&ZqK7(>NTX7L;?_*% zNrO#@B@*JU#cmwYo=sR^19}&|)am>5iX~$SckKMxzITQM)spspIMeso7z{4wPC!Dz z)iOBe^{X9bhiB7*Y%OUGMVb;c8V4&8cihkV0eqfJbiR!YMl^JYhf$`g;i{;)qv5kc#Y_e?7n?sHv+hV+>RZOZWz5K|?X&UL79#!I8 zbBtT1u(52QXi*8c3}kd8@Q{|pY686D-SUCzq3ec8*OQ2tr*2QZ9JqmGiR^4)Hwk+w zMh_l@9|Z%}80qYpFi+4L#1bP`n4K5Xb`eA_nZy#c8DrN*y`p23C(c@mK{FlfrYXn9 zmbsL$SbUuMO|l5RlLfL%{lk3JsGp4SvA{Puzgm>{Q`^`FHo{?HH_RDpJ_}v+o>7vN zv2K~10<6{sGB7U{h7)kp5y5^6l6_YEbItFmJ<%fh_QFue1z_0ht{7b$80Fn6I{s#< z_Ppv#>xpG%1G4xN74frr?ukO3f+!E^v7nx}{>MGX#h}(l=U@5#-k(5X*?o1AUs>+^ z0Hj=01%>4Soh|MWNCo>!-NlMsP1?N&UJWf3>Q6>WN$lOJv$Te@y8dRBbs#1q4QK=P zzRO7;z|vphPX0n5V(Iz0->J<#HW)he$y5Y_tQ{`Hc?D=3t( z+h8p7b#Q0wvb4qIwUG_2y^rgp9|GdnrwNlW*IRF++jXIPRJVdd?|m)JkZG9e)Wh00S$O_pa@=eiU23@frZe)Q`&TxvLI^MN4e7JVQG z6N6t7Dv&aGgDKlMl9gI6hc<$t^#%p!pFPWCz0^*Z7PR%>?(-i;PY4%`DG-+61}4kX zmD2~M>Q2m9R?m7pY8jYKskb?`djb;vA~~rz8@1!dJofPPZAD@xXdT~sh?hwnmx5KM zdT+*Y_Rk;1S(#yTv7`)_J7*jx3EQux^Opx+%E!Z~2gJWjnlF+`T8~?#K**iNhBr3n zGV32FyLu6iPLo}0*;3A5PuRq&^P-Gnt7<+3c>4cRsJ7jtL`8T{iLsZeQj#)#hx|>@YC0GNM~vlpJ)2 zt3MuL9t9*c`};2`?deYI8vmeU^|=Mp**%r(Hh7sta}vo;%)HuQw1FB#=>V@HBDM z%)qJNL5vZ5S^?B}sZNWZPZm1eCqDzo_4U2>W12_+0DV)_s>=omLsP@51|Qejh8oLA zG_uJl0lkyy5$^VApTST+RGH)D``%b(r>(Qz1jPs9ge{qz&dp37;R6a7CQI*seyWhQ`#+&>V z-~kWe8+gf5>1SgqCO!?O^{~LnAuh(C@*3f-RJ$QK=vr;A-l1KsufnpjCMN!waf_b| zz7!Zkhz}`u%HXCyWo1i)afWoZe;Ykh{9*UvefVT$RZnIIG-oR44a-ZKawfLPiCXz# zl^TPZNBHM)AIhdmzFa?jiLx1EkZtBVH{slCOK&Mfm(ro>8hoat-M)+K-Yc3_85#{= z)7W?!|Fr`<^u_<@QGLLp{c2B*2M##Hc_ko#~Q@jNX z(wl}}DBuB~Kjq1~wZQ_(dVHU2RNBtiqZ4oy*QXqQ-y}~dNGU1va8eQS0XORFr29**yFMW3J^Dsj`ikL(lFCGoB6XPMd zl469k5o(rI(rpyoH({TuwSGe)YP0@EoxEHTe++|*Z4gb$bHb034zdD8=?#5ZsfL=HqvJ`0o!B z`#*+lU#cEn=kXD+vhG$;Er(a z5G=w%XYkXP8a*dq@hWWN@`!Dhr$_Iyov87jIgR+N*3T*~=)F;!`T1>8TP$k7bRoC2 zu?mbv$~pz+`=Af!d#}P4n_T;**=F6)qsH*LrP@ATUI0!YKy|C$ux~C@{+g7Xn>fS? zj~PF$loL`=#u;^1OCHC77*0A008O~ZwzUTQgt|1F8JK5Cg!pAbHFnGjqTUnO*l5BzM1W` ziH)fy!A={fF}+Dg-KH#s-}~#8F75S4GfRfda0_;+y6rgxIKQw*^krxvc@Q-*TPvLH zH=7vCAxs`?yqP%Sx=n{a|v; zK|#c>M+S4IW2kRjgN0M?tHIqz-LR`rtNN@1=06$cw`iuJL&*xqLqmZrA==rgcE9xq z56Js|Dx2s?z^CsGPAqGmI6Zd$z+3%IplA@Gc=Q}rK?V~l(B|fv^UsRh)8>-lR8&+0 zRs`HgF0S2z1ZAf)`>I+gzK^aIXI%|E>%%t9u33)am2NV?z|uT*t+%cD1>Fk0(r2bs z`w6=U_$TSz(;FMcoTn5IS!ZEVb?je>DpL1B+*KL+A3frFX>ZQz3ikw(17y?Fz+bHe z?cb8v72u^iA3jIVxvJ6sa;!Ju(#yiefEboohgMW58>;jFz8~-#R;nG z0%Zv{7YLX8-A8Up!P9lSu8h2zKamxW5WLKowep6k?!|Meb}2(6@P#bOm}P*DtUJ$j z+O0IAqduv$JfQ2h$-VoOw~xfD?$Q6~IFu!pc#Ju_fuTkXmHeVQBK=B(>(nX~9jnY} zwi&bN>s*C}Jx=~69@vBDQCqqN6#nE@hg~9WLb2LEtCZ0Ut{W;I`!3h0pY+>agp4uk z%npRhKMwXm!hhr9iyO2sS7er%d6kv@R)VEFP> zjF@Yl0r>ZA|BiH-b7mUs{5mkhTm<{99{N!l`Q^Xm4IvEB6QigOb|pP#fr(mE9yYROS3H6FL_J$A_vFoeY!zVeea9$!MsXXDlpKR^oG+I>SEJN`d}%*=DwJy>c#+u02%vn4C`T|UBF>(tD< z!Y`U(q(@fr34p459z-4%`%rz-eDYOs#Wde_t!GZ_?!$@grSrymVc8gDA1Q7C7XY15 zxcC_`Y7MJAJ#C0Rnqhr4YbYl8V9I+cH0pObG8bU8B5m(rKYz4sPB-^?+Hf5GS^m24 z&T7*<-YD_#J39KV!4Sai6kl;$wVlDA_ta+82d7U7CK zvm<8UXbBPSc~8K`_Ey>VA%+W|a%{|`{U#Q^&sfDTBSs&2C@Qr`zdsTN zI~r3{bQ%Fwk6aUC(J_%?)`T7*vb`8ZnJ28)4cG47>kC=Py%&s{e(#=#D?BobugWM+;`?TMRu_}0RpeErnK3 z>)E`^#Ao|nQA_CIYojl|t{ZLD8=0oES$1*1pW~L%1{#mCQ>9LKs$@En0Y2ocSW=3G zn?9;Y6FeLfCO)0yEPnIAL`z{zsX(=Qv&J}n+-LhNUPh#X0!y}%qqH{nrNV=vWl#&Z zJz<~{c<`rxd%W0iRpiX-toJEJen0*HeKfhUnE=<0??}#2!ngo$gI;JiUUOyhhwL{e zt~PIIFw&Zap>ccz2GK#QOQc-FVYnI1*Q8vQ6#AH*AV0I!rKFSfZ-vEk%DDJXM`0j@ zf(Fv4VXc!&Z>eElK_g|U;ZtyMuoy0vxum=v+wRNo?Gw2tM6&E7un}&v4$U36Fr72? z39|euaz(-dniraM8v&E3hc5{Z<>S8KYCsMbDn&CLmn+;OgcloJ`ozCBbRpJPG|$>m4F{_E!v`v3FDk8pSAjFF)`+alcWq-R zw@0>f1BGgs8NV&-{gb?*+RA29_Ie-G*xd?+ne1+%W1>4Xep8c9$=ryRY*m@xK@sW} zgM?!zs++nP0`F-{%_sU28m5pfx(@U(LtErG+MlBSdPjrD|Nc$Xrr%p=r~;UOZhAwF z584$a78M1%Z#t{g$F2#ZkplIEBf$?Sj6&?ZY#9{D;3z^@RUFw-+Px>x2gClgtS+Xf zaV4-(_tz%&WgzO{;qfmK5|JL2-rCVAM*ilxoB$!F>d694_)&j3OwzR%Ut%;vB2rYw zo{nGc7g3M~!g>tzot0@r#^5FMeinUoR)r?Pv)~W@zUu7;1HDX83*)^rVgPq1)5W*0 zjxoWR59$tzPBCZYJkIdf2)iuAI$%>;R!^Wbcd4^82zoZ50_ZY|cnphW4y?{{8BO=u z_pk8aW`aBt+a~q%HIicP-w@*{>gOzQ8bqGJy>CMUcGH@b38GeK%W%1 zI7E-p4JCV8FLqazn-(<-7@#%y%1UJDQO}suqNP04rVr>bZE9Xrpl20}kolUn@(#x*J$AfJ zJU%JPwg6^w+;pQteU1{yX8Ly$54KUhAyn<(IZt<8toRSztF9Q}pffNx2>LB~ym;U3 z0q;|lW9~lK0_1r#U>CxmgZ=KVMXtDMcvLtZcszRODGt>e%>T5E$?h zKZj~^a#BoElDJQwSSxDol7!BvdEPgCOxzl~#j8S0Nt(?Ee)~R0E zlym;k+eKI{BT)R2Mv*RrZM?#k6Mudc*lFTkjlDOMNiI+j;x(yam( z)MkbM@MS4CS+hU+8bHXDdhg(swB99{?Hq-wid;0jAA7tc4nf{&-*iJZmapBq5 z024heQOZCNQpTEafc!^OzKDHjCAFRroUNnA*6zQBNqpYcWv_ljwrLl+r}yu_r^Tg? z1W-sqcN6&(MIzQ13i34@*qGr%vEr=Oih^MdxnJ>dh(E{aeaRt(W|Q@D0+e&=RVY8H zFalhjC9CtFsZfSvMJ>ihk7~gg;ewF&5kT;PeS<1JW8SG-RXiThUX-ElXA=M=VE?qDiqTt)qRxa>E~^#7f2w7nJ?{ zy%S@7=Q-$F1A#2~C-u`eAQHQDM72z0t1i!@+SXcfMpS<-TR{HNZ$QLUJ4Ovxu-adQ zmnM`~k3c%pR6VQDV`EP_-Rqm+_m)Ayu@OPMZ;w1vmS-2jY;^9Un!X}~zL$M0g(Dbj zuzPC0!k5pw1NBKCF{_A-USfcQ&YSSDx*?>{Asr2Bk8CVO-O*HFj27`Vr{lij1*#j( zwfx}QxT>F(4f0RsCz!6{@ufriWN-Bqh8@F{Z}vjMf5n_w)R!Hci4u-?gWTp z^%qkRCA0jOPcDsv-vg=rwpx-T#2|38vA@M_Zo7nUsuv}ORn~4G{LVcxDk^d#`u8=bxUl{lV`JMA2+ z<-6!epIsU9kS5{w@yo#a+NLL_4o7NRbY_` zia(Jw8{0%3oKFar`OCNp&?0#xlz_ndRNM2dXTu%YBCj9rE5%}Lq$^b&svmjKja}tV zy~jxX(*Pf+r|e^=$}QJ+WV3t!=tQy{j9-e16Uz*#WpKCy#_E0gtw2hb<)Gq2=h&a# zaSN+S;aD0HqvO9dHmkx4wNM9$d(~gGJ1kw}byD%o(m!1N@WO=f{z6;Z3Wv+`MelMo zHkdM>byMXpN$vma5&+EH&JvyUZ1TYg{c^Iyf=-;dxW~?Q$nGU((Qh{@6B<8no+~Ek z%u#g*_}y`3Q}g|UHK4phI$jD9IYR@<0kSFGeFivxFgEOI_$&n|$?hLPY0_Gz10cV= zm=8tmdA}@|o0lSjNNC@lv>3Pe5;lj(BC7;g=_>ldf@|8p$Bm^+wSUgv~|J_#mLO4-LLi*Y_I$Qca{2ee8 z&zC^Z{{gH6G?aTgKmWZ%+K&|Dw*2sDUAR0H!drUqX!??EdIR96qodP22K8w55U-0GN_%A72PNKVpnLczIb?K?BA_K!qaTv)I?dkJ|}pV!y1^A-bt8L=_BYGrH0Ha}#oTbW6b z;#cok6YH{tkVT!EESo+50_%b+;`9Ds^+S`&z4(&j`+AS8coh;~6AKi`f~)|K7#Xty zQV+f8N-a}lz)S%YRsO|eK5qnCZ`|7O?|yHf5fX%iu?qK&HwJVZ#y*V{*zT2fl^pO9 z%1+xKE*altZZrk7wOb-HOE{J3><)i~yqd)rzht<-Y{wlAM*g_@oq>hWB|P%0VNi+D zHJ`x2qk;YMJ~32bVy`2ONf-TUR9VV?MsE_7<#6dMip3*&5Sdgg!`S1m;XC$%h6GTa z3zL5o9SvuG2`?`&3B|Bf<>0h=Uu8E@AT2w{-^xx&*|%vq>OcAab?^W2o0UsyY>Rqo zUCi>|U$BBt6@Y%fr1jNV(!!Fx@>`eP&t3-X9zAk{Bq6-im2uFERHkGe8SSu$ZX!Z+ zQVI(A17!GosT`Y6j~ zZ)w@n%SJ3BCRQ=TAl3^oUzd=L@s++Bm!OPjaK2l6O==dWb8pk5qNU}2 z$5Ud7l8;%1bFAdX z%$5Ut0VN@ai`D_51p6p7VXsHA@r!-Es-mQ8Bj)qqNp&%emJzEy3CuHbM{CAlFi=W) z;?^s2@A`Vnk?W)(=CVk)2*6i3fAXi2kB_fmoT(>63~T-Prr#$;2Yw!!!Tqw=+RVoe z-m}YnT^($#v|3N4S`=c(vD9r2{VBC;k~FjfyW>W>X&Hv_&+&$Gej-EePM%^tqG(K# zN>OcfJ>CS&M+`?hFDcSdf!?`aIZValpr8r6?i??MQY_B&G-smue zfCWA7D>_T6MFE#;fpR1%AwJ+TruQbb?HdW_H?=n(+Uqu?nxKumxTP-o<{eYkI6KhI{svR(~dhPERFcnVLpd zp#C>gF)nQ|lu&=DUKb7^RJkQPtSueR!7u1KMhWs}*u_^KSTr=Vz*Sl%J04 z-22jl6!t;w9$6{14H{F7*;IQc1Y=O7(I7vc4{jWAzmbf@lop6+p)kPe`oJvyD9&R=YRKH%UHEt*P*Bfuw`^=Q#n za?cdTDR47{W#-6UH4Bb2q_g)X@vo*%7xpb=l00?Wy~HP9^nx3U4Q@Zjf^W)ie@*-3gU)MHP>j)SJnk>-f(O(gOFa$GjQwTdX39 zTE^-Na?L(VoYU8SEW6c@8S_oFj;!`^Y(CDv3HRSg+0UhLlzZba!onv2$97!s6pQ0| z0u5Gp*z8|)>zy%S!Snfk!2aH*I?D0-*nd)qfH)0o(YDkYth#>CaMy3$F$0oYh^>}% zO&;;$Q2i>X^L%Dt|IOY{Gq6(&=|@&OibQs0;M!&bYeWD2U7@VeVSBFK2G=T63!XWG zPFlposAyAnYrjNq9B}5jVu5`OEJ#bbj!%s|AK3J{q8^#+$JLrl+2yJKJ+QC-&Yni~ zBc^}-2PMa{W6(_I@2=yg?fUzpKgUG)K|Kg&o<;la$wxl*^){}6=IhbAHt_PzXx%}_ z+I^p+mB2_T?VnM0-;qic$@QB0DLLFU5rro=k+@bPrEeCGw|-5yW`~rl`1Q*1_CYWo zBRI9$29yHJ$v-5kj9GVZk{Y>IzhCmpI(W5L5skiU1ck-Tinrdnr-w(Zw_VWPb%rt_ zwvZoL{kr@Pt^KD7*fLV~%^B?^Fug|=lTT5m1e>U83mu!oo>0X`v`cmvC!=E2yr%zzSnid}&a#8Wat2Sgtv*aVHFM zXdv5=Vnoz^sY%csNU)Y->MmK{k)aCPGu~g#$F9pY8mo_+Y}jFl$V*IE*A?6S z>jD{GQc9*PbbGp9W>VHROeImxdiDSxoGl9NOSTC;^_8#(N;9OiW=2E9VDJYgoNyS7nNgv^r7)zlcF4LQr{<%a^QvZkQ0|h}F+K$)uA@ z#lL7EtD=8Hy%jsbVK~seH&T@=GtU}S>83UJtM5en>25EI4&#?-$*7$#J8BoYuFfV~ z27+{mMlO>t6n2S4QswU0>d=+Z<7Bxl z=*)b7^KA6))IDzhlX%@s4AVnpzY>W zZZ`e8dU{|Bi@(ZHS#U$UTnNHDM=}+CKmKU_@SlKYH`+E2f)o4|MxFl)w|F6Q&%6qI-^jIr>n!&d?PlzKeLI(+=x3wr9+$8pF+8r>i3v(NkKgYIj241|p73Ae;c%z? z=+EfCf;GPt0M;5FA~rkeo%Vmv*y$Ec?Jq6DYa1GD#T}R2I`Y$5{r6|EchT|n0W)xN z&4e+!F)LkSl}mE=4;LS+BpR+3MS~XF`}uT^l$6(1ELgl2@uY(UnCm6UG%oa@Ub8`y zgokQJ?I`%*oOV19dpQYH9~B7s{OX+U5ne`FSJmzGJfPS|-Ym9RV~OI=)?*nJ!q#JR z*cDleUTyab5rH}G)du{3Ml_Yfhv#hr% zceI4s^1jdL{&;%BOtVBvjizQeiREMp=42GbzBozd8;w3O?}wW^=vNxXZoW{L(XXI* znO?}$;bDM0OPSg;th#j3jy-^^G0`hT4GDOY8&&aS4J;JYhv$iox3G?_v(NaSjaU$v zARD#v1$9>GsaB${iq{rkN?DNNB6~|OqS7*?F9wbpyPcD*qL8_0FEwp*py4Z&KP#Q; zmNM8HM%s<=R{B-Pd+$7;X+an4U3mglz8}TS{cw|qe~Zo%1C&kBc<`+vYVqAAFZC;| zB`OdWU9->U_w62U793wvT5{iBZBKAwrc7_%6E@-30c$eYPiSU zEfgM7zRu{_Y%6=$hZSkqlntLh6>Jql5r%EgB=OBUQ$D1Hy~s)_oN09_j*z1)_(Dz1 zzYr1DQbO-vxA;!X-y%I8dF;DI*$drI{XwwgTw7P9YbSDZ6QWhQ%z4Pa6+6=>V<8ZF z>@eF6ia(`qwd7f$>FlCW$SEguT$*{5jH`D)R5Ts%peYhLQB&hy4AW?{VyI1^&yLZ1 zwYR~Y<_;e#Yd(8jo<-HG@iCc0DZzYyZZ=aS#~_0XSg0%8>E5gT4^b3D z7r4Q3E<#s+4Vno4Z5Et%k2+Lg`{+HtUUAU!j&OlJo`NRAT445~yIvzJ%bguNV&e1= z&$#g2o0dJiP4W(#R#;-}39~zPue)7me5%50w^oM^_GTO$E)z!w2l-!xpGjO@`4_rR zdwau1`p&PLr`XT_{s^}_aXI&B(zG2Q;_o&>x#PHg#C^9|*KWcfpJKeVE)&w)Wpa-B zy8RY=BL?7INcRXo@Co)m4iOYxvw!{%%G?ja-?J;K#SQ!!8u|c`&N~+>z9ct#FJpC8 z?&~Xiu4P@BQL&SQt<#fZZfff-!SRK5%P9hOCTG+FgU|Iv222Vv8v0X=jXVIS^J&<9 zfef3EtaWS_D)9xE4PLWrID`WB*?H`_HYQ6rvR5ZDZnFvZ7s4m^U0;n=hvv1hD)Q+~;--w_O6zOE0wKQ&71p0~zG=SKr!ic+SPQJJ z8eZLM4s&4}cl?(4E;HH{UFyl@dB3X;Oc?~DIa+I?Z!?w9yCyi`OE2YqZd5i6wl1)m z`b^7_MI-(NGL~An^j&4lz6_sl6jLYV-c;9*D{{4J@LZ#F=cI!_SWZ!}Hfig}UI!h;=Kzb2{;FH3PQ{IZaMO ze4PVH*>Q`IaMKeSR}~?FIOgq_y>Fgd;s3Er9zvx7lG27fP1%21bnP6C`fhxXm&d*V z0AA;@aOMCHT-MAFmCnRv~-v~elZU_CZvgX3Y9cHmRu*eKe zO+#-C$M#7KgUC9Nt2Yl&kh_Arxuu4am>DT?5O`+EXRL=~obpObvu2rpe1`m*I zsaHJ3Z0v=;O`4v+&AF_iWy})f0K3kTB}8b?h;puN0eY1qFG;FlpjTd~Z}6<=?D<2I=X%By>q-Hx z!#n%LyiV7)K~V3HcJ&Xroz^+TGkjYwSXLLR3S-F3(JYlIm-~j{wMiV&ZO4pvxg+vN z=hzKlcSd*>(T)%9MvsqI0*BAz-BY)(bvxkS*9PU@?QT6OIX%wi z(W*;6jIN|6o#RUC)Bh3T!y3@PHoKilBJzz^eXB1E#8Nm)BJJJAY-pBR#*D4+k6p)J z0L@t4w04hM`kz*X7OqQ2VSABw+xDf92*mbmNYXQa^9g42)yK!7fW}5240)@T_>p0i zcW!1#S$hR`uy1*&ev(_v+(9k%0rQju>e!QR3*vZ{XDxcG8MnlOMv6{bBu02(COJ*9 z)|Ws!#Q=Y6^9XC9(VH==JNLv$GTp{7Nb=@S{*OBmVpi44s9D0fAb)uKis)s> zz+ERHhvVHiv&u8-S}F`L^|&VQZSNOo`u!uMeug^0*lI^Nig!I>egb<({GU(n|NNi{ z-#`BOnk^j&Hrt8Kp&SuY{&0PdSFi3R!n`Ou$oygFLM{GFNA~NuLLrNuw-d_BDl4;+ zHdvdjlNC$dX_YWPHc)~JLcl<-y@Q*TQg%w|g~7#Hpp5#|zhQ(rj4YKk24v(0d_{Vz zc#*C(CXnoa&`U2mm+wvD){KA`Y2o)#ScF^5GA)0^)U|j14Ai|1P0#2P%KrVhj|u_@ zAsF0rPAjgrch0_ler&QhKfpYF)8FhO&NV++*HyjvB*#Kh#m~QG>1`vHI0FK4WHfGS z4+mpp{##~e+5PY*8ObOMbd z{Cdx9q@U~lon3SkN1R7Fvv6#z3ql0Th9j$61}mbuoAji2RTwWTpR-<4j@41#D8aA} z7k$67xUpqkmi3Q|H}hjN@FI#lW`A5kv@@5+Y%;-8AB(Kt1}<<&eF%^MkJyKfUM5lT zDL?ATqA@YX6&%|kza$@_`MPw3=1?paMl}&l%uG$aH*Bx#3J%58*3@ivzD;9N9xMNl zxlG3wp(O1)TN@uwnUPZ5n1J_b2!JXiCI4u6&@z*$jH)-gd|SA&{O)?x<)f-dhwi81 z363((RuvtUZ`FEP_P{GX#Z(A=j&k$z;`&Y*^s(Yq&?7Z;r^IU0WcxT(2EGx z<*ZL1oX2(=waZrFH4a!O%>~%-{&LlIjJtEZL*B0pm=An=Ncu$GGpl(u{gBz$G_y2M)gy4CXt8!As~beT&SP#bC+`tK3Kdj3H+z zTDrjT2Qg92+$J#@@gD#*VaM&+zYA@JNeH`-_6!F$CM~2AJL#Uw zIdb7i`UqKiS`3G+)MIXI?8IaQKh7-qvj%BUdz>#80caV56i?}y;v=0Lm;<`(CSEzY z@U0937k)Lv{(f@FagpWqh>Ir4TuAfb9qj6`gF;7YSMOnt`&gUgCi_^SsiXB)SC3A3 z-o7nT*d}t{I}alPO$p%?c$}n$D(aO51DP9rnbH#I!rSHIxhdvuAiu4fx4VbNcb$&a z|C-zF+@^kWcmTCH|E9uVG$h1cXv0;RYgD!lscV&TFQ6oz zR*}sr5$l8)f9wiXz>**i@a5|%$64%lConzgigee+7bEl%_2viicCO5@DN4~vZQTnR z3v!+A>-Rd(R@)r-hLYuLO*J<`|2?jeLs%Uq7pHCg5XP@Z{cROp$H$OgHbmb3Vaml{ z?pu*Kh|cr#jB=sTvao7IO-;{uBj?Q;GOzS^G=1!S^hjO-$?<&M&HT)7Pxij9oBAHL z_pJKe8MZmLo%-LHHwViP69jHvsPlf|(T^bA$ag;gu_f${XzjR1JBR88$rZCNk(vfV zKkMWmwHFc^^d?wp)9cM}Lx^La{k;7nNn(i4nL5pNm3K7jc!zSll)T*%zcYhWwb3F|Q+X?q^3W)p;@=&4am2cHIQ*^&C9kH2FZbO38g z1Q(aU(QT)T_Me=yOp5J^V)~?Q6aVA3E29i_id^HH>`5I>wTuwdcKZ32p`2ZL!d%SmOb6{nANxlDgFE6g4bIUO% z7--QSoA$nGP~aBkGyj{@1qcC!41vK{qc=&KSTwqNfaN-;aMyvLf6=Y@|waVfCX~oC2m? zS3?LTnK3NDH7LUZ{ z_`0PFkoO$k4+Md-q%2OEF&n|1br0}7>h<`aKcDTqmTu*#{l~1^-i^~6fa4llvZmM7 zbnku^{$ZZFC+m+7YxLdV1{J!Y`qSzoG&nV=gm!P?#Fr=Xr}#@x8X*HbegXw|m7{F|70vB%?6wFt+_6_HHekg*+%1l% zw-&JM2w~Z5sCjP9TG;-b`!hCbXV!-lu+9jTqt`~BN?Q9oF_PC!oS5hNDHJw~Rv108 z7#p5tyPrE)sp($^fO-E302d4AI{zmC-24!)@y-#o;{op(2JyIl3SzC0D#*lMuh=Q_ z`@2&`V))1Tyn3bc8v|-ho|l#HSB778Je8~Ed8>^DddI)$m&K4r~W@-Omjuce-nxvU3Oa=xQ@5XhmR$A?`iQ zXiG1I9W?|Q>Mnd3^A!>uI(GBOT5K>4m*Vg13TQfVy~B|)W$FLICsK7n)Aosi?^>O` zXqoFMalVJU%6ru}dDr^A`#)N!1Kw3ujc0xrSKFzL73a2e5%g(xfOXTvuQ?&S*QLw# zA5AX@^~?m8YfP_C{g;$gRM>jo1cnA=2dHIRsGX_zX@`xvPix(77@yB3_vfuBSq+&r zEgGf`p3u>FtG>~8Or#7@t+k^Nl91QFZ1M$_m36;Gi z@xU6Hq@ky)PWx~eyJiI_40lX5vJJ<@ ze`|JLT6p;&kM3OY44$>bm;LW$1J8fju;byW-2d{F`%mSpA72v;I(-icrecoWNi_(3 zp@Xm4Ej%eKCL=@c9H&nRgjJ`_o%+d$3!7U;04K7)1djfSg22+G8_;srg}T%R55bVn zV0M!tg*YMvGw@dT*f2E<(l_%@4&uIo=4t&>P~7Cr1Bw-TxD(e0vH4w~UI9O`Td#s@ zuBxpM^CAuj!>Yo=b)-O(sdt^xZY-#g?gJO+AI|JM$vBV*?&HHY|qP#ZaPrbvJXG*|Kj>nNg^Myt{scW zlq}!0oCOn;z8-rG-yJl^3hEh2A7@gqsojSeI*LDI$lfwJdf5)Je2PNTJzVh1l9B=^ zy@I204#_4QTeW%_a*%FQAZ6IiNz)Tk*oOtX3@__T&jnkVgYsh=&e6-O*O=y+2?u|} zOAmA;dS;+5@1jVaEpzYMsBZgB?DBN)Q~QBRFc^F(Ib4=-gOo8CPSLczOuX6SMObpQ zr$u_HJDY4GfNRcM+d2b4ors7vp^3NEec!UgUm8wu!p$?5*rQ9%#nm&RBLzBm_ImZXfVp3uvF9@A~Dfwc{*=T&hA00T19V`cE28|z*ximp5 zb@XjruYkfEU(dQRr_D#MzzxipIBV6m`8l!|r&;P<@fVD*m*Rp()a?%ExkN`}u^Gz) zb~7f~uRcEk;JjMKXvq-az1pf4^Y_>FEH+%H?8*~RnUjWaY`|iL=e)(WSoo_m`{>Z2 zXXabIxqqPMD1&Iuh9&uoLTk0+QVtHU@KX_>0 zeGA$%lkfhdb1t4~xk}vLvxY(m>uAdYf5B0bk0|#~-k(9RRH}`W(@dq$(I|K%?nj5; znGZk0Rw0At8=J4|839hlR^()D0vz@iI_1&-(Nn7tVRYvyOR^piwAq+~jb4Koi^oxAN*)ujD zPd>Yvfh~#2iwKhfA}z@?TT$g$!+SMl!CEEolk*5cZ>OH~*gVy}e=HEvnL77sTsbox zjjZ;cJCg&8lIh&Jo6R*gHl41yZPXb&_Z!rMY0C8~PU-0x@<#K9;R5d#Ve0t7=6)627AK!GhK7koh4#l_aPXoee}2+(p|zBZu!+tf1I1*wP_; zmMzsj$>gcEwum+%B8(7?qh3eBHRX)_5%+ND$&Pd z6F}`FWcyL~(o3;@;f_+LO~g*52ogUGeT^~2vz^xzYMM5pTJDojybjnoJx7yI2Jlv_ z36&yu4*RlMUT~R5_g5mF@A4el;jvg#EnjM}{U0|L7k{;_mVzfbMuj>aYa;ok?=vae ze^kXQn~yu6FA^LJA!RyC#Bc}L_#w7sr^2`Q7Ofn&vzz0sF_WDdJow@U525=RvA5Qi zNktYU;*n=HhrYhNK6Nb;LYpouaC=vo*negq*STDJ07{|X<1}SX+HVzF^K<%9KM-s@ zv_{9oEQ8tVrxi`>wZfOwFTu#Ds9V4?Q7B7f4iO_#98Xd05^+}QPBl}gJ@-Ep$+(CB zu*MYWgZ9YWQ0)HF&U#qWB=Kb=*<%}8SK&jJDVG4pd-T!IUQupo;}y0f8L=Nc9)a$6 z@d7$>C<}f9qz;U*O+T)7O<+V*p7q+DmqMc99J8N4e5DtZfQRx)q!fs$g*f(x$?>)H-;%^me&n{1uBYrrrmNbrRUOv z!NMKcpKY&SC9f&lQX#wKc&VCtEgkG;>$)VA>r<%4B{m#UFg==AHaCcsg3dJWxaD-8 zk{j)5rlOr#1$6s1MC(vmpFO?a6J*%f*{@%>crF|8XDd`$sr@_5WOI*{l&mP(gqQ>I zFZNh~M$|i>7+g=?s>9-84j#hjsA$as<(is!R-Qt28)xs;khFF0Yq|846#u;A6|~os z`dM@N9nV$CK`KS!6|VN5i>~$QPdUxX(yIAbh)fMz(hUs_mgADWT-;5YixKS5;$T%W zL0wM^unnQ>$*e+rqtW&KzS7rOb#-E$3iUd=k?N}CwOblT_~nmT{nwvm)!(+GB=i-k zgOKkp9g)Nj!I`eEt~Qt5x%?nMuzev@1h*hNluio)yWFdk__a#YZ) z!_IGH-6TSpkX^>1YHi8VGsEW(F>NIetB_IAWLC|maA-Nhu7YNi5Hgy>zWApO^XQsP z3+@T&<9ybMxJen>>{ndd{R^%EOpntL^7iL-0PFhX#u>nh%nzrnEnIgUXMxnOH_rrZ zkkBbW)>n9N`SkaI4Aus)kyKwTOmHb!^|$?O#s-{6eAvuWX$6x@-T`PP)+AKxu4jemiN) z_7K;*SIDkWJeto$F0UJFM{MHg@y>SliB&%$)R{C+XI7GJtgJ@XU$2tSZjMy$*1Z$6hqsY2WQTnjF=@Mna>lnXqQVuFKl7K>*STZ&6Ry&3>wN}*2)X%`;%|R?ft)NXH z$s(9g?(-)IRk!-68w6xJ6qhn+lo<5m`^35VXQVFhEhi+Df*j`RNvzWh)Lcsf{pm$L zo4%^u7y)ByrwX7FVUwT&<*Pqqc2kVRHk_~1&t~&&U}+?BHo@)gP^$G=0A5sUg3xH* zrwG(`nD|bW>c=95>>5=2=U<&K4OPo@Hf$j`%0)0Zgo~kv>*KM)ja5Fk^h{42ye>2M z5l2Us@QOyOxB+g7D>^gob&g@6i9NT0ks-{hyo|TBnwdHv%baAgRv5@r)tfXn$-L=f zp9c&#Z$c|1B?cv5PjHk{P@*Mdai(Q^ZDiLv`!4mppo5bCWQvk4eSZG({Ibc{doPXH z37L1uo@p{(%hqMzoHu8Uyt2Gr12(o=d0r*F>uJSq-{5FfcTQiE?(T|gUD0}Z@r0cl z4Dfj7(*9NF^!fq?e7WzkU)Aw@D)L({oXo8AJEHc5+|VO4jgPTaAVaVw8sa~4FjcTqfA<9nH77yP!D!{LXen7 zc-aKDHwKir3RAY#o*Bm`mtapfpPown4xILqrj*##q%#G3S)aaLx*^-T;wb&BI+L~o zl81`0LHFn~yua_i-JQfe7H_-sd1Wha=+v18vuXU{o7c!gtJMNN+NfiE67P&8leD9| z_}ZKbjjd;ch7dO6C<-7-A8BRDI6JlfiB)}|e?SnK?GVxfv#ec}Y~vDD=LWaUBNiCp z2=iA^{uiPVJow<8j1ND?O5&e$q7{0TwGN&vJ~uilM!P`SF@P$I8tkrN0iR2Z!`!3v z6x`u)$tavH;4(s_3I`V&C13X5*)_NBJHH?+u_X`tl*c!DML8aETaov{DCJl%TdBEn z&f6UTU?URuTI+4<0i&R|1^>#5gOlF9XGwvsaB33=Oz|q7mBxjV*k9A)?j8uuYr)Yr zJ(6~|wo9N#kGyy9Y`4D+W4b<#X}J}<@u#;%S7w@x6Y`r%lg8HdqY2B5LA$q*MD>No5f1__wm=VGHciSb-k66^TobC1n&g7 z#Srd|>VSZNPS&&YEwFivV87m#V6IYC8&UBNQSN6Webh|;$;z%~l`+StV*c;VNJ-KL z*;psrZZ}g?Eb|n;nz2w&?yrvM%t;Crj>NQI+e7SEv>RX{CT&?3FM)13@oSkbZGz4W z=cH=hp0h_p-%aGq9+^@=&qCSjJvm{;f9cfy!9ZJFXuXV0hks#=bdM+LtPa!rR5aEI zELqqOUAu>ULSYzgg0d%yzDye=mpHMsN5U#F#e0sPKN;Y8!k_tT&HtNuEkd%l#toS) zC*|M0%42i~YQBK_V&N=JA;K$fC|BLvM15>3p1K22V4|r&xVymHJ+jA?dL6 zQ0ffW6`F-AR>NN$)Ljnb?~MZ!l;S6(99ROYm74=mnwKgSMSc9zvBFpKJr7WJ_@&kR?YhpE8V^YO0@> zSJ-ULUFbXCL9;<2?b|>6E0Ritpg{wEMf~8UI+1`N{qF3-d*Q?RhFg3D*xhG|`MIad zEC_8b^2&yOr0q6H&e?iMJh(dKh|X=S@8XVbYL*y34{dhr<~=k>ei0A;v(E!qtMW;s z>uVW3ePeCw_FaR&FF|x+16R}O{vgT9Lgy29o9kIxW(ME4jURFf3P9g@f`C}eM4xBE zu=HE+fbeUoD{kx~K5+d`hy?j!19nfvbw-9{N_XEV+aV--Z8rbP0FKjh2!_!&!9HBo z@@!q44y^B|Gp6HNU-eUad`&`>mzQhr`1ZW;g%>4!&uW=T$bb?n&#-i2eXb5HKKyEB z=`Z6m=XCt}@>jPhS3e*mxVrpswKIe3Hvk*D9?wI*7q5>+T)~~MkKA2m$xH@~!XWck zJ^Jl+6NBh`=*I2)tqLDjxUPg%@Wh5?oBstEP0-QT4|Jz|*qawAa_{*Q@;<|!h7e;z z(O7^`y3ePbMr0n#nr;i&{C;bM{a|9N!*UrmEDRtz$dGIowC#dbnbyS*r?lhZeP7vv zOU1$etkZZK>{j3FKeQz~XZ#Mxfw83P^{kQ4g8ibz5PfM(t2Zc6a5oFOn9cwG)+pR8 zAVULg&%$DHP1y1yHq|W5dgF*S6A#4dsC2_5S1as{1*?-~0&VSIU0!*}vwP%D+m^z+ zCY-tg*7jmw|F~%`A3@%Gq5?r?WTW$+|6M{3rpyI^TN_yrX{G;csCPs$haeTFu(90e z=xA-2ZCQ%E9d*3o#oupTjiTAeWTsY!SpxgcqXV!y8yBC@I=Y=z+qL2Z<066Ntj)Tf zZ~`Vq<~8kk4T58=Clm_MVaAr!*3tuARDR`csKUW;&7a~#aHY=!riZk_YOb^)jh{8d zTA4?s-z9DMw8b{_H`n=39PYCK#1#*^9$GD zMr`o+B5x~5ib*B#v$?pe>RXMl4{f0V<|(WsJJTBxwQ6{*IFH$D^uh%^d++ZUUG8Ln z6{~?0+OsQ&+_|VhNDB8iVM5Ljb9?4)`1(n&+BVTOILuh)XwxEh0f%> zSSe;8>v;!rS5x^HzCG}1BqgleK=T$rnV|xz(;jPB7-wt4!pUs}Fd_t4P-asaUri~l z!LrL8mz9EN1IqlXpJ=XBZ=wP@Ym%$|&M#^60SC2BMtc8v=|MB^7boGVDiCbIUg$C3n64jF_{Udu;grLwUU=O$TW4c6-@wU`q^;XJ^vyW z^fcube(B51q&@F*8mA)EIm&oHXdZ*kG|H=SP|oj~;Bq9dyk@t>GspjdBT+QzeU}|- z#Tb351{xiGS;AY&*3JTHl%Lycj1fi?%BXN9Ii?pP-P`2*n(hibx26AtySd#T3Dz0D z2cSvdI|K3NC&zW-E3;Se zK9Ln<(H91WdA!%uiG>@%S&Lz>W!L!GBUfJ$80M+*IV&>=IGp9=_pq7)dsdu2kA>I> zl<1vPS_ZEANUS$`useDtfVF*zr6sp2%Cd@l6N|=y_g15tgccctv`_^;aC?kjz+(>Lndc+A~>^4rZV2s)r4C=_O= z*gwQ%?%XDZJYzr~jqE}21D+WA=*@NeN|bY|HA@HVbwl}rnP^=-F7AkM+E=^zwwjo) zTe5N?@mL8t11H??ESuTkw7QL{o-=~QW}7-~V$yuTJyNC~6@#uV9^Hr`ScN3F$1dD4HVLndpUwYwbKBkO0-VKng zv=dY+|4YgWitO8@jbuUK+w+h@R^bGUnfzdqaM+~nL1>0YFO08obi*PhAnI)~2Fo2R z4IPGe_#D}~iDvoi1ZMKET2gPu34qldO!c;?o~$IxhFjoY?f*D1nt5LB*sO37DG?y! z*p|*&gGUFBMCBqQ?`^G3X2GJ+>^Kx!DF)S?;or+EDq7i{oGRoeK4(z78Q;RA!lANu zQZE?NlCVxZJ|tMvYP_9j`p^OGY9lKgd=CpJj4O+a)oo4oTIh{Fc6KO`G&`!tYku+4B z+`czM@cq>61`ByG3hCCLkmxq0re1Tg`p&?@(s79d1ZANZi_4m}6Kt0@d2<`Ef`PQ; zbP<8JBdyTh7SyJ*9)2uTB7bS!D-o%0?wjC=nT}PrqG_UxcL$yP-3n5 z?90WR10V%05^_-piB3eOhflU)X*R{lsC~;^pfh3N_#O$7DgBSpY_tt@0Mms8+(Lc) zpT^T}KZcG9E%tNWZDcY&yOyept&d_GuVZ$@_C?~OUHiNz8v-j&ZZ@9ZZ_al|{`6M$ zXt9IN`=;i9VT4Gu!_C2A^H=zPaO0Z24gmCReCUd06=u2#;mxIyA`neK($8D-9?y%C z0)h-xJfCV6+;Fx@9jlab`O{vwT6rVhqW7;8QPOg&7vIz*22)Q3OQ4L%GNvdr%a^_l z_3K+y40B-ls9P!IGBf$Qoe3P{W+oKWrh)bBVyy`uQNCs3-{?K~O#N@Kgt&wcf79}R zSqZ=iGr74L_X-Y1v5QBuMQ5V|*}S$Fx*mgv0tU1is|XFy zaHjK&(`0jIX|3x*!~i%`9;6((2P>2VPMXN6e*jQh0O7gN9%74Hl zq#G#4DxRe{K$QIOD!E~$Q#byq;mJerC?c37DK|-hdL(pXz z?%v_^k*cahZ|=umdv7vXWU=^liO)cU*;ivW1O{@RwsPW(KNHv_l!ps!KAz)Q9K~5#B1fJ zz9Ws7D}zP_p_d%c)5a6$+e~GXo$s+R3>JF6Mfcr)(%SPD>KVNssH?$^%!w5Sy&F7k zv#j;JsE>G*1%gM*%5o&d?LtW>`k7n$SGzM@#Pe8>1$vV0Od9VZ8_Yb`{W)mVJ= zJK}k%dVsr@AG$0>I_8>kX%h(ia^{$-7Nzl|3h9M|ja1Dr(hosEl3p$RRP~~io|)OO zm6LPhs}MpRym+D9Vb1RyxF4f6c z?cEaWgY(+hL{_d@P@H>Fs)cHBIxH2KzLyRcCIPXD46pYlQ3UpmyUA{TU}k?f7G+{c zDE6z_iCO3MeQC8`vL6WPgN21XJ#DFTweuXH3s+&`g|x*NYe00Y&>jcN5F-bSB4?BM z3KzL?A&NRuV*T+MoAEW=9TIh0?T~Yw0c9eAz9LYTOCZK1MifXNmkhb}V#WBD3lbfP z{uSlk1yssKPIz|pQrub|#8~cDo_-ZPyPopCnF_49?ZCT$=4ivZHgRt}<2x%VCpdFY zKIHM~+Ig>&HSl9S-*uzNtt#lBKJR~%IsKJ#-Jr$Asi30h{e6RWJLn$UnKhcN%pH_u z2Sj3m5FX47>A?YqP>Q2ra0S4|W(+30p%Cs-+ulWM@jDu0Ok7jjm^x#_Smea?;Cl06GoYfk+a1hi zJa*8Ho;rylDiJ8knq@uVPR?xMa092;cTr!PelO5PN}_tHtK|NbH|0YcCTyK*l{MHR zH{RY==$z+!fV~bR9;pBYXW>$Cz zx)<_3+(iW;aZe#Ru(?LSju>gy(Rp2lF=hDX6l_#X%+}gX@R^AJS97m}ht(8GPie>+ z3>1}UYszD?a~Wy`#LmkB0xm&8TW~30YvVl@V!6a7Q)Ez@tWE&P65L%e%wRMZ>(FMPaP$%_920S*L?l3&BVgL)(EP-U$SCr0P)xlN4N{e?g-ns{k6zj1YS1IeO(QYYvVWG7F;K2cUD_oyyI(ku5(@4 zEyOhY=-<<(?KO$X>6-}@}b5KzZq z#NF_eQ}(1jOf8B<=H+`MXR>axVZgJ;C4g_NF}utB2nB@)#{&HwE$MVv*o!SS_2Wk| z7Optq&(cFzud-|qHqx3lLCOA%0hAw?=8eyEF1$1})LthqR^3YV)!by(lp8#!FP5v; z^(F=H!4%e}FM9VHA4MSlH&;J&gsU_*4!hhxe~pwb61P1y&a>!~_qw1l_eIU6LD%JW zuGZbL%x0xguAeh$Xh4oYZkHmpZ(kW+h*Iv9BFFr6AFocXx3y)E3;9HzWW~P}R;_-R zD|xw++~#RG&3|^9f>~NaBl+}k+V050K3UM~?u&+7GGgS-;(%(nK=jf6Z&|908ep-5 zjCC{95(1!sVY$L|M|6%RGu#!=h+?KC5Y*%IN1!zHX>lg_Cq=}mQIM6;2I8aW+e0V& z`%i{zogj%KUv3_)>S8BS2#=YX@g2C1Hg!HS282r#Al_GK)k*3qcupJ)o*kGEvCyYU328`zV7o>>5i1yIw<$%N_y<1ujgA2eQ6P05DA|ZRYc&HebK*6Sqs4VEzGbxZ`K!C zz6d%xDex^6^)WC|E9kbOuKgTMRnR^XlAe1H5pS4KLjUtC)x!yB4>tGC%X!W3YWQNf z4w#iVF=3};U~PSpZ)=&}e!9oZjl%4;RPmHrrJttrA^m5ZkLye$uh;(gX*(`Lm;Z53 z9HNk`v$J#;BB2=@-uQHl)CITG^Vh*Sz(t>G&TJ4rZtGEL788B=7(&0>7%A@?57TuN-r3?n)n}F0@dl z+5511kPzZ70JN?(!uRRgc zF0p+lT*g7^e>P1&bTzt^1jn*!d5L5QM^YnW^3#*2R-0V~2Pfxn>0DX9(j*v=QZ7nQ z*ON!kiK-!@f#)$&QSc3;68}EnEN1S?KoJCLU2=9-eS&*3z_y%1PcWDn?M@NT~bbkVAV6{;%73P^vI}be1gD&^9yZ5}CS24Si zPxj}X+d#q}$-$wYv6+jjsuGg=8EY-CsW5-@02=jRpMd!?A^5e&%v=eDvv@}fw~)q+ z!pj{xGpz$6@HvHr1M@Y_2990SSB&}-Z%f{r9Bn;px!fdu1aoF)hWuo{LPaUrm)G^w zqTa)2+rv^Q`bVdHh=_LxLbkH^#C_tx#8YZfYwi~qBzn`wT5Q)zUB`ax+WZPR7-!Y; z55^%%VnZ0Rjajn&d4M^`Y%tGBFox}7!8S$a$(SVU4=>W~+^4c4=JgM^)Db3U;$_p* zKQiWATr?%nHA=!wY6VKNK}l)u7f;A1(PDK%Qk-*YR5Yf!??1ux=%pssMYGQXNZ+k( z20tRi8)c&#&+XfAGdM^9zf9` z(I9{m{kdBbm&|;7Bbzync_I+*y{JfT9^sQlOJb1>E$t8efhpkO3(uu@Y|V~OVB#@S zFfN%5Dg?C`$cyx=V4G z{b?r|VgU~(=Zt)vrF+RIC#o(wTHPl(g^z%-!4e%x92_Z!=8sgYe9<0i39ElP+{2Zs z-{Mqd@OA+zT?h6A`bIp{7Y{+dZO<_th>e?AUc6aqu6sB~sK`S?64aceiBRpyeeO(p z{?_Ha69Zstxn_-M$eprN|8heusIsk~w3Lop##p{yi}<>34|W(j9W@Un;y`i{^=wlE ztwU^C+luToYvR!L7`#G&oR!AYke zblH5mdRf2fvEV9r{@vwde)#G3#AxOzNU&Uk_=wD-Z%&PqKeA?kDqM3Jdp>$=I9GtPZ&S$*TO4DH<-yMDYPXe3$xt_l7;Ait7T zCW%R9EBC|Wx9kT5OBIMB+Xa34IkXvCjOiLlCH_@_>uYNFQCF}Rm*$^I+-CFfs-dn7 zHNBnkPE?vN>9|4a5mjXtCN6+zvA*YMkzf~%k9kM>*t{!E_SxTHJ8o_56T$qkk!bF9 z!xJAhHMx&b!IQq#XpWK3@b4q}TE#yTnDim(;eQ@4uPou(+A1xz0=_?*x;>o9G}nD$LW&Dm5ENzn@Zev zHnKcYRuZOCEVvX`?iXOV@Yd+wNPO~A6HcDs)FyumPLY)UlQox{0A~UF?T7wx%k>LY z;OHFvtP3H^QSElOq+#yRLz6~0#fcZ1PqqNa|1Kabdm85{6gMYREv4FmGtHOV=F|Tw z$N7(W5X%LE;*jOKfhfw~J8Ux$;qW|-Z%tfV!+?2IqcTpdOhd*5Q1_dg`^`1BK0N8M4P)2cO_R_taFYoO^t3?n*#F-O` z6FWP7)5~fgt`}=|YNZzf=jZzyX#u%-Y(hF8CR;9Vb}tRFt6KOLp|!Jq9Gf)qnQIW*g;21k`2 zBEEKX3CG9ymh<;Dqe+YjoYwQwZW_tXN8Qy92)hfh?KBwBsnvF>Wtu2`j-+WSmAR0& zksneGr;j-`QXVEt)#wX8U*Lp)P`7CLhEGF>1FD@AWOXjkRk`v#xG-`K5!yDZIUlUB zboAS{MU(pDq(Ff>IfQLp6*n@1=q0JGI#v26p3$iMMQX zW%C3!HXVLW=j3hN?|W`E%(A)3jb@Uvva*|X===6XxEoQ@($x8TGbpH_rzOu{LOSMb zbe^YB%(#casW6;h`Ov4tH0k(mCN8}Wo_z+ZR(|VbZZKKD9sR%dK9dTS@j>i9c6CxY zS8{<3tA7JD4XU#a+p;a0==BB5kf#-VB_dsZ(fo^4;q8sgr2IwYlh-H@{6GJ-$THq> zaaT>rjma!8?-nMnGNg0c$6uL>N@O^j#M*X$8b=$1m9rUs-?g08pbWN&En=rCyaXGe ze=(N|6Sy9;J36#THorfQx5EbD%STIdC8%v7+X#(Y2$=LJv;u}~n*C=VeQkvZY~ika zDyL(ASy$RiA?7L9eeh;iS`3UjlTM9`4X}`o>TkmN^mC+kZqQq%45v2IQ>kp7l3|QeSva+D(OB<_cEvT!Vo$3xW{y48Wt zYM7hN0e2;H!l93xwACmOF5y=f*nG;Xg!|%UMvs(snkxcG=dR{_;y1D~wt+%=J)q~>+%Lc;O zye`MBFLk;Jk_ODH8>9iBsw4{oqb9%0dZ;4X#MXxQwMK=zJkuS0JpzFD$)Bj)W8GjK z!{k4P&Hr6xnT!cm!PS%3NH+n0Z=?_yxKi)Z9jdzv+uKFy=;@uQ6&6WjJ8GxZzeE;4 zf47YyI=x5$=WKR#MAZO$d$2AR@@P&_SbkfP6u3&tg_PHunVX}9@&U1xlFK)u7cNP=)QKud$w zztpsVp|mR5jE;#jcUw-wz$e<-)paCCEX&N#Nk* z3L)Of-1SZwGckxm1YNH}swAWu3W38x6#9^G&{j!byYcn+2|P2i&z5#}NpIU|IDvYv zZ&-yYVrFG6FClV5z*AP(Jr-xi^{GQIi*aHSH(QPrSEUHxtsK&NY;~*}Ohc>2skWu7 zW%3xQI#yO&tDMBFLp3)ySL^-ggz2W;=$-m|elE3GB_!fCs{3bX?P1oRGJ^T$XKjw@ zTah*6*vaIqp^3+9TPQa=&H2kG(&oPze{uBdhkIp?RM#oWRutP z(Wut-@mavODV2Hj{=}?*?cqRES3&n=TJ=lp^tM$?&4X85&vbN|P{sR)$jwF&yT$5( z(=Dpd{QTSsNJB-XBD>>OP|X=x7n*{TjhuomP=IBsD!VG|R8Sr)G@vhP0NCSfj`h%Z z73{{~vvT3&zH2$U)9scLeoK7~)!}#dEzXD>lLOd{Mps*RE9JQ2+Y)=6yktTc7-Qt^ z!p+~l?En4>7>#-dc5|vjn%MgOS7nHWF=WaX2-VHCd^kX4Gu$0IvpSzqQ*JtA`T1yn z(LCEro{x{u^uChhOIud?0ZpB3!ERT{oL_f3j6-rS~g;F>)(&_bxD>0Z`mRf>mJOj&ZeNpSq zw@3L^K;#J0t5QX5extoSYJww!RXNTAB<3V-;6kOKAb)C~m1#^OqU56TS4-`qx{Ree) z0~G;oKc=e*8;c`T|7&DC3UGWTgS=CHs>8hv;2kr^%$}UD)S)h`Y8KT_svpKanI8o+ z(CnnR5GxUIBP}{^e5p$ne;k0w_&fEzx`qaiH5DhX z${`{K^+-lDcFjcPs{@|mHxRH5>r8JP`Ui=s%yFizLe0^S*su!&(Qx`YKAc>~Oy>I> z+2L|u)f>u3hT_}M^k5u%-l6$G9^RLzHDOJJmlLIPCRZ;{^q6E6Uh;->zBKfUDnJs zXVk3<4^p3qb!0=TF22_}H~!W0!27NN_wT}xio&6i*R_`G(HkB}v8Y^PUe3?OxU=DW z+f`mUnNn2ubkT9??}AFk9bzqD3L~RbGq;8GFY}tczw(+5&V%s3^BQu<#VB?Tj*mVa z9j%r(Kfw9u7azTjk1lxtI!>EyIS?p_YUcOsY=ujh8tKkYQs2`^3(pqj*)mG&(y4+T` zhT~r>#(x@Y{JofBOQ;_xPMUB(M)xNK9GX5L^c|oyD`mJYut-tfblAwqM3#f$#^sfj z0)>sTyF=i7Ru+@j1wRK*er%JSG|B70+<4zUWp<8}MAR5hfP)JehN7Al?H)FEt-M6b z@eN=^O~ZZ~kXf$p6N1PyH&kmjny(F$rLCP-AbO&%KNQG27?RUhq#GNKmsDg;d00d3+7rZnykM$RmM-&A-Ws^B$ri1)k8$Y zoliMSh&W3%%GNl?mQ~t1sF+_x81n1r`mFQR&BvJ^Fp)H`^fysK|jfjxZhS*bD- zhMh`EOR>tEu=lXlNz~CZBm{^Bkb5K8ubMf3CpRNc0{EA|sj91`7B5tH;tVZJ%&~;# z=;7LiAB=*PK{vcRhK;v6L@nT$DVDyN{;G=jQc_$Vr`=(2qH6R0-br*r#REiIoT0W= zXe1bV3X-)l6_?1AJbR)aNV!OOWNCOF#*MKjYNy}T)RYM;gt!>bg}Usao0V=cx4?*1 z=!Gu(J8Tj|}j2s;;+70Im>hu?}Az*X19d6YYF`dru6Qtrsd2ts89_uwYYKR-M9ovt9W8a=(qz|o!^`ZQJD z{uFNx0g9Yf3%l^-^t9e&Foq~_XQ~^@Nio)0yMIG+HsOh+FpqWZ7fQMj%C!)cZC~Iu z22JGtV~s@?Y7xue$u9lpHh(iZn~zjz^~QUMm^;8BDc?^?43-IIqse84DlJR|bm4g} z31}Z?!jX{3?5H9Hr+pnkPABTBLKE3E8^<43QhttIAY1@)Z_&mTV``(;6PlUf;GX2X z9ex^wz|Z30siW)d#um=F5>MZx6b5xBATq?jI+A#wN5GvJM6VPxLKwj`Anyl5w z>v+pbs(pla9Y?K5p60~PRiefIftYzT$p4TNDEf86djaJ;f{9*H z#}f=oy;|^KP@Rj9PscZ-pYI`F-oJlejJEgFx!&z?x)PxLrE0~ZnrLo1P2ysz{P9Mg zMW}uXB6OYF?tCZA{%`@xnRmOpugy?qgJPR6NrE^KD$roXJKY%R5o6%*vt*wN!T_dc z8Eu|%wATwW^WriKW>#n&@DpWTaO@RLrC%FRdHdBaCPhD9g!GqJvK!=oe~|nL74fhf zn?n5O4r5}Fi{5!s+T2lD0**ag+dq!>XIfkNEEmS}p;~Kh7ULhJj+Jv9DrSWwXTenx669zn&i?g9&E9u$XzeH3)`rb@l!w?-klEoPCo zQ4J+UZBnsznE6Adk_AOYI`Wx(MuChnZp?{h^hu-2*zaf+l4K<6yRkB#+#@xZC+`7{ zj~+x{VZb049$B0p6{zGrZ`PGO8JBY9Bp>t_vaH&#<5uaD$H!I$EiGE1uwkYS7DIi` zY;?v!(T65<7C|1cQq22UnNpp@e1DJ|~j12)@ap7Udh!yOquby#WnIU%ZqHRO@03L+Ww{pBCD=?PT zeO>P}jWgB9mD z*riO|S&sBZGiQOcWKyHcSHCZfkA;P1PHm12%-j@}7nBoJ&bc5sJ~_VSEstA%!ncm) zhP9%?F;==Asrs}@z&y$sF7b@7T1Mk&Vv_fbb0C8Am{ZiQ8mB{Hnjto`D!W~yTE&7r zUo7hzK5dZ|W=uKPB~`eNnyTt@#x_W#oVFlP&yZ_sqX;nlv#{4Ez?%3V;i9d1gQc*f z({sbFe|BfZD|-9;vrC<$Xm#(4n4o5Qxn2!X;ok|(J`{uj_4E5|^n15HcLlVYXR+vN zE<>}SDqV}-|6K+A9}8#)4-A@>>V3p>t`>nRK`A*%O3Gi~^7DBtPrqYK+43y@C?jyN z-SMpLnOXc58QtE9u*gNSvoL>~JfCOFKdnx5%hA{4@tk0ot5B@gOmX`?CN4AnpQ>f* zNDz@sS$+S2rRab|#`&CScKm7BR5VRH&1{8J$85H6{A%L9T?&ke$YLQ_!)t%~Vho-k zi#}>KYN5M(mjjKH^#>cOV=KI9YbyU}$f%q$=PV_vP)aSFg%Nmnn&{(oKVq^0swC3F zb{Q$9K@z9l1a8k$y4v{NmhGKuY%oU4MSF7Waln-;)K#%okVyZ+iQW@O+{%O{FbKa& z{3~7BOzmF{GFRStS?!^SJ=n+maS}h@LY7C)g;pF8H9jfIOic6MuXI zJBz7~CMXEdDhNI1-`wAqEq?L4d1#x{A_NMY@yTX;j-Nt4swsc+KYaQmJO2_nlCVby znNP0U^<36PzS5{iU#4EA`iT&fu`McMg{B6I*xhFJ5`n29hkj-FUKYl-YwZJFZcv?A zhO?(*^xS{l>t9bMo~9~W-J~HYDY@Gmu>gHB_e?zU=R zi8<{7`M{~hAx(u8?yo(&! zl57{s*k}P15ykr4^WO=*J6o$2bMr9b%$b$hJUD0?7rR<+{chnV60{%RtQ;+A2oanL ziCFA7lzR_NO3C24#m4AMjCGgkT0=j}80s>eu%`C+nZk@w|5awE%tG7TMhHX=QX3=| z)^&~@<;=E>CcV4Z8oiqVZ2rfE|Nq)IlvIlP#$Fs!|G@g!vHo_)vL~Ug!R5gKyCTcQ zPiZS2$HOerHZZr0D3pu3_)%|b>J1?^Yzu9-iU83wJmiDg4l9v&g} z^-Sskv2(SKJ5)zU=kXIUbu-iJOeLx#F)uF=oN;lz%!J?9+FXZ^>F0;68njf@D#(%M zT7)_Vy$#NzlY;@B0{M?$AU`@-!arc*Wp)2S)WVo_V~)sH3Ln@kp7KBx6-iV}q`QON z`cW^BY&J7hEe#6?D>p=20nl@CNmRAW3>|>AhVw`>PG85FoTXIsZV>hQ<1$bjaH6KA zWeMP@6jK4@AtEMO3qc!EHA2YDe?Ui$OL9#2l@!|6pWMlct^0Dl`NR6eCH~-qEI1up z*~tB}bTAZwNt>Ce2o#`bJ+IFew6<2z&}fPXEy!=G(zvLofB*hQ3$(R0P3n!=+I?k8 z7XG{|h)AE;+4>aA_6<(K)3Kf5D;f)+uP2kxMVCd?HfQOM!xD6P+dkf`|Bll1EBPyy zH(w@efZ>Dh@o!qp#?p#PHHaZTOm*3$le*$SDW*d#l2pt;0-CXd)2YJoFE<)Tp6kWA zN}97sVveJV$1VCz?#^}_Kivxm`*kImAkpbpv#C~9RVZ9sZu!Dg5rQ)vCSytzRn+@q zo_!F4w?bjzI0S93i8P{LU1m*RBdU(WBm+36(B|Rx$RzZj`n%u z9sDmY*`Rm6#V%*d^t<3vbS3skK9BaFlH~7K>q^kG=*`WNhWCa4sFM5ZuL(WDQ z%fD?Bmt3 z8*oJy=LLKD$K?FiHEstp(E-FU7L0wiqETWn;xM?`{3Q}`#z?=0cR1T#F7Le3+_l6f zyLVuPo^5j11D1IBCY*5X5?=mcuiR*>s$9dr^G2D#_8K;A7*ZJ7xdl&BGg)$iJ z1r6bJ$MnkyEw2?Q=H&@~%GIsYgYmkAO#U>b-m5X{Xs>IFW_7#JUKwc} zGy4F^c%SG{*BZ86i7}VFcZ^k}ie9m-Is}-BvJh#ib{*bAUQ~o#G zi)9f00hmxN4+JJWdmioq#%x=~{))UTQt%>+uAorl+D{T`vh@f(as=E%%PuFf^(~9z zZk;Dx%0nf%h_nCKFkdIS`9x6JM1n2w+=Jw#?ROeybdKQ;jD2l>T%FS7D_-V}pv zHTmf}1Umo=mY$N3bt3N|fm*MDgA6y5OmDl@uoYU!Wy7b|enbCph55PR=H^DWiTA`n z6mr3)L$dRsfLSXxGc)rkXodOEQ4@t^fH&f#rL7H!;n`pLcNOzbErSp4L5w%hi~9Zj z``1i=`-xzR$BHzgUitRZ=a}3^`{ zaXWv(w}$n*(>9%u*GZF(u1wYY z{Txfz2pe2CXpt$hut#72lJOy?FZXwA)DC=2pgY8(zrmwTAKr!bP%iml$}!HO0{u+K z>!T|O|6tJ>L1jkf8w>+eD#asF@MpmMcPjLZ%Xv#S}xI=;%DO;j6JiF_4m z?a53y{IWiqw`|*A%t;#t84eDvKw}~K_fU96^j&|^kbeFG$EVjC6hL;urnZ3a#h^zf zlNGlTSQyO-;}B1(T{4HeyY!&{BCCl1rW^gl;b+5Lt*^4>B^cvYrb4@D<{jPPP$_QJtj6Nse0e?xkW{ z)y})>;WzgMMl$ZT-$4XVrdKe#l8Tj&o4 zes|`zjEiH|7cefxSf*>FrBPre8-Q8W%HH0v9 zcX!M%@PEAC_x;}c{(oyd%QeEoat5FCIcM*)&pvGuhOR@*>n%Hzq^o@RxK8Ymv~VX{ z0=F(qRW_hgExuB0^w1;#?f-e^2Y!f65pX%PBjW1=%8NIcXf-u8{Z~NU4J_)l+*rc& zRKC9@y;l)>XaokEPUZf%-DcvtQ6T9s8@DJl&;N_5f|OK#$}izCtECp5 zBbQ}ZZe^j2?j`B!7r~Pr3L@%hoQv<&hi7R43$d5C`Peo~G6uRw#VlnK$H}nk zNh4+YI`!)7IWvV%X3~DHuIdf>dJo@GJIPw~>IyR|(9{UtkvUl$bQNXJaP`y@k&vja zCL_SlOu2Q1MSH|+4ByeA@-|)~opVn#>HIpoM7BrGJX*`ayr{d*;KTAV9A&=6k5 zt|!L=yxW%r1E{5%K`OCpxX6pA$84f*Ag;Ck$+q|NhXjyw=%kR;6WVHi9Zwt+rz2vE zwEuVkxRR5*2J($p*e}Akf<(5?2my)_AVU)#kOmLL-t=PQGe7XG-t`CJSG&J^5xj&N zGGzV)s53+<9%1KO)>$*}MtuHUB=cvg1Z zqDOK!sI}n*{(7Gz7C)$OF+qBfBHQ7_R7tZ+_Z$v~)5H-GxI*hea4q=wl)A0P-(<(1 z$lapLv;O*wUb&z$%7t&hEKtd8wr&h4g_J`5Ni zG!E#vqN0vQS$F|+vU^*na3-Azn$6_$7zQ{6#{GA1Rs~q?D^Jo~hQ<%ty_|SF}dvW4AR-$ouUi zgL8)fP)&qnO8C9RuP?%ioujiy4(eh_1T?&I2#UjChRQUSKB*z0}AEGBv` zu3E?Ri>m;1-p~!njl(nMAZA~ZlOW1pjAf;_aTQvfoO3Wwqcg!!HI^G5=c}@t0E2)nP z;558Myg}Zn%l$%NYN9_Mgzhuf{{>PV0<;x5UjpG+BTGeNO(j4^&3#@>4;6;I)Atj!}YRLy1?xXZqHOg8Zx4@l0zlJa;N(^ z7i4C&uI&!=P%ibC&iX&X1MNphH_wuhzhd(u{Xv!(v@7kAVZvl4KR=1`bW!-$q*d-} zip7*BD`k(AYLediJyhu5V2(6>;VvT3wOtSI-1w_2JIwA?S^35Z_QDWf0W4(h=2@9+ zm^OAvk?cPch>mwa91)$)N52oTsW58O&T8*%vp#g~Bvm3SGbVrKu(E5a!47(1;j$4awGsJ)G_LIGIpN_>3>K8qm7s{j*6heO$V8tSH5ktLFyq*|M(mZ~ld-|Kpdx9o^B@g9D zVuWnJa7kG1TFAv7n$&lTiwxrp+SYxrIsOE>U3J+VYwX(7Np1;w|EN+1rE&Xh@73!)*4w;A62h_4jCpqCoKL$N&G z50P>3b3@X2Pn$YW@Kvq(0?=BD8Nre+icYY^Q^+QwM?PldKGIxa)GcI+zQu(d;OeEH z!7T;%_4RgUn6xFC+F#1Iol0~suwLNaU0n*8b8c%R4No?rljD@BsY_L(_hk}JkHW-~ z1@cP_`yy9EN(V57?*jBIx6pN3Kj%^n7GLsCIpG%+9hOQQLBCrsJ$2rvs{y1dwc^Kk z>Jr7&rNL%Hag3WQUOp2jT(mEKhzkB>I1o1v-ZmVT+`;Mnl{7Wk#<`0?5subcUV-op z=;jo1kmo~{wf4;?vKiJmi>^m?QiVqc$HpQ^er}0bKWBG4A=O;XNE?e^65bg)`dGZ) z8h7-XRBoYYdp@F;Eb};XIQJ~zrwjZPq!Mtn+hE)K=ivSmw7{SENM7Ign6KfR`J31G zCzu~U2w(-c&JG!khKg~B#!LRs-G6>8PjqFFv0grR&SihaW`t3*q+&g{eu1Ld=`br| z(xp(LysOT#UZK46h2^pHULpPT2QHihQlz@&R06vox4Sc~7SXQ*By_~VnMJf zPg(}t@-AmIH1`W!((tw)>U`P94;?5Q$M;({X2!-D-y|&pkv=9qYHNP5gX@hqb}@P$ z^dX@v8NC}mu*4M1S>E1onjY=3q8Um`N|v=IS#EqyNC>P@C8GLI;QcNV1QFZjKU@hI zga58$-_W8O^AsM^F`qr*=K(jnRTqTPt{<-1vTpy?B$766!}(5!5Ec@Ie{p%yKU;0S zG206J@L&&PUYeZ5Lt-^~98!+-zQ^mS7{Cx-wk(Jf1x-`2V$`-gu{)=pjwSMc^v(}m zMngjbP#yTx?3U-18nr9deQDO@{<6dbFwUw7{(Lf_c{x%Z!azoRJp&R+yItk51E9d} z;co1&lK_`T!an66Q(1xcd+sl?dKaOzY3e72cKh?^PeAHM{S%7vP6+1b`;i@QXB`hA zi(3aCrK}r9%FlvweH=eJ`W#o?Zj}u8G;j-~pYJZmp?tDt)*sS$2;IZr^kgct)RpDQ zf4(dD^{g9>*YnO7{q1G{ig7#oMb1b%S$}lBuj4en4)XN6pw9bFx%bWP*t)6BW^LAm zrk(i%0vN5x4_yK0ml%RxFI7CBwi!w})Q|y~RRok?br@@HV1oihk?%&O^4V18A;E-G zkUFd#zv3(l77Cl2bJeNJQP|rf>(%~c^G4@_NOGl43|&KjR-IMtG%u$uzo4u%5~vt! zjmopar&M)x-ghb9u)o?0MZhE7*FY%j>_mXGcUA=QA+NH=i$3?GdiqgTY-w3;?Fs*%3h}?XuY_!*`*skNmNzp!)|{bbofc%0CqK#Z|K{&f z;ybn&%LQywF$yc}`$jP=dbzjBDjfEQQF#U7zb3bLVkM~Fw4++hG^l({Vf@WroYAJ= z<+#I|mm`4T@d3yYmrKX$>D7-|sR@TsNazxcoC6Y(m z*bsuvWn=PsmaGAbK~(&aWr*hV!b3s@aywrx_ zr%_mRhFanf1bsx*{+0F+8h`^!jel6&I+-fg8Uon2O$mrTFkCE2XDPGGY$C{ED^hRkf{}mk(%7Iu$ zv7W>W#^TZbwpMWAjcTz~H@-3l+ zvzNmhnHDM!)?lz^$zu-KN0ymy*DB>%RjTb&s=1ylmDyEQvJ4CiK4_(H$ChofA{uO( z9G1R2tI=d<{9<|2h@sQ^W34`Nb3gbJ@A!>&+eUfd2T`1r;_Vgt2DH1SD|4FT1mPY} zjvHPhAGSY5$*rvM8n4G0*Za1xXwN^~w)~Hdf}q>whh5l)ljp;A-lWx_!*R<#3+!$g zGS9!sUGkqnxBr~24v1)Q6SDiQo<9wpH*8)bTGnX|D-`x1Ae1C@jn7RG^~#xBBPRR% z0}hsIiyIj8WQ><^8Z2Q~^sqLQ9`xI(4MMLLE>SK>(*oIBp2{LSaE|{}tiwZc_<;|Duen3ieOhNU~+wgmDK}@5&{r1Y^ zQx{$^hg?QuW8nrdAkd9npn3L367;9&9A@zfY>yOZ7OHgm>lg7CUYMyMTm69+d3?51*k{A?xWW!pzQI$5qfiTg2W*t=*nX0Z5d=R! zTf55y*vMZ-4xNds6FB`w#a|uB@ZYctFu^@M0O)FN22N|W+gW*+oR4w|&H08~h=GpO zC|vvf;k~rjl3~C+C&^~tx{3qd@__UYbQrL!N)u=~)f|%#?A(<F6Hfw{XsVUON6{e@~hr*W2Q7 zVt&39qS8}!7K^b~X%*~W*$qSEb#SPin4bP@$;V9@LO?=fGmyB^DwVoo3AESLA-_zm2XB8U5{GyLE2z$ zWy!e249h0SdA3>&b$x=bcj>>S&Yu@soL->&K2VHWzT!wgIFO#tk|1p#C9Nj^J;$Mc zgj6=`8tT43F16uM4uWrnd9VNOY>Vm?2rOVt(T>K)#+m8$@ zuC2#QZsvmmhfy8W)ZZ`RS6YjADOl_9rciFnko?*CH^#^0faJV)nhsP}WA7rlzKi(>{{P^=3Oj>dD^*+sQuLz*QP_fV65G-mUF# z_$OOOy|QUii3-d?Cl`!w8Kuz*^N)4P2HrL59aHo zBo>-lW47f)$TAPGy+5S|fV!mfCmEtR$UxWiAX9HXn02!OBtG}73DT-al$?~KgLy~3 zjASt^ax=WP@1L&XOHxs`8sd)Gz!O0t6WV{B<|@m_&u3(nFp;8@hxTux<{VDAjx&FUQrLy&QLFlP9>VN&%6R5b>}BrKgv?h`9_~y3P?rj%Rm0Ub#Aqdicg0mTvlcY8U|r3w{tC1rvr_ z+?FoG7YRF0^Xgk9?srM=ZU6sqREAX6zUq2=N6=KE_FS zhj^1Rm$Ur1b>=(i=exr6HmRk{G^ZgSquU^XlSJ4hEYOX0nrU81)L7Ct$Sr6<5djbev?j{ zzb<*r>psH`%b83}Q5JWfLbF4Rc!w&ASV0&rrbs4@o{{q=rFhsfU&L`Y+ z13m90y|q?~BS+e?IT%1PTZjk?@u;V;$#YSeRm&DD23wnFx5TgC)1cY|W*j-K{`Kef zwnBUOHCp5^QQJd8LUyW!04}pWb+2(|OMPCU)$o*##*%l+HM*8{l(n|i1Qwm2$s0Xo z$-yZ==K+V?-O)|Q`keWY-YI)l*yjgXA4YGdgA5f@1<1`uQzE@O5eSJ0%A>=Q*$oj@oWz(9WO60WhLjcZQA!~t}7}&TuI|Wv6Yb1(IsEAhV=xa^#qxW z7tRNBRej3z(9Z^XZG@`i`H{a0LPX!nWfDxIbLUN%iy{Y-t*9Gmv5qvwX-%mU%rK-8 zpFtS92i0>KGEG#cxVWxJGJy%IUsF?sSZ28*pO{LoQMdft+Jpd@HSYFB8LpV9t&ZOn zv-Q^S>qhAh>>EqEYgJ*l-Q2fgzK_>s)}FG_I#Aq)ufM}OS9R_Z`rmXy=><~H%$>|v z0tf7~Hr{^J0g9K9nLL%hONc+nqv17L%SD{t28PjH7JTt%--FTeIms;$48m2PFB!mV ze<4m5H^gE{3BJ`Gt3!tq(Mwr5^%zAn@Oaj zIZr2`lFed)aqyGSm zD^%Yv$=fgk8Q-qDTu(YUhhrFT*&)&46W)DHR zwg=cLJ$N#%Jh7ImRyEt?nef%%{N}Wtk#&{=mbL5MY2RibZCV77pZdKX!!(#au+)*+C|uu9w(Io)2Uk+m`8T)d^Vo>9@w9(-K`x#k2@y%|F4;?TGexLII} zv@|3&J9UlTB$x?Ue1LxHPhbdJAug(AE_gZeNw>XWcpItsIi<>X>G}SX2!K{9jL`cb zxK1Y;>RwuK=1W^@hF9CSrbr9y*Oe!23M@&92|&5`d~s z9CByc^4Zc>SKoJ*lf_ZvoTW;U)*9)w>?IM%02)TCdDl`-PR_wC=HyF^IEN~$UDd(@ zI*456ezGBE|KruOZr0GAsjr$nFtWdtuD?m!yL~+s>X&EUs$ZaXmV>PCaFdv#t-gs#7Pn2wnoj^#8RcT@;>0Y3@|h{2h2gJ= zWP+~s7Y1w!zBNu*g7el8@r0VPrB^p*ot9;@3@Fb@B0TXPs*FQ_ZlXa9?3ulX; z*^Qi)!1_`4XQ0o^QjcqIbm+^DA!I`7_>jPS+(A@PMKcC>KklW`<;lk6?PSX}Zo)sZ zvi}1426xmPb);J_U>>RccD`NX?A`kLz^mm8n#PAVn5=d3zaTP@!6;8m>lbOR7as^= zdQzt|<+Dv1_kdGmtP%8vcH`BUY&t>OLzP=$}EV(yb>hgW_nvLi89 z_#|G3PVG$_K20C@xd2-i=rWLqG;fbVCqJm`+sB@I9uNrI4)`NwPJ=;L)pl3IvvSk4 z{1jfQxD9g1J0B?oE~Ze-yMU!62<|AAnVFdzOnjHH#Has^HH_fjUDfH!jZgn`%8bf% z)bGFuW7kjJ*DZFQZV)x*R$6JQx;}mW?6)2=w<%Be>R^_VIatqZ(f^sMh7S1@L)4=l zpD`t@SrMQGb6PVmX>QneE^rv8-PQ(N&VsB?r{05uvW4oa{&8{mgyW&ozm+`zg1Ed5 zNf|eamvRemdoARy?I>6+r&+2)`Li&FN%dWk#AUE|^8M}^Pwt(YI^p-3mALg@teZR*PiUq(1ljHWc_@5ia$8P7HpOHFLwhl~8e&I2I zMPKgUt{;YiPn&SlTRmS6-1e?-S~GqwgL z5Qm1<)g(pWu3>q~#?i`Gv0a{cw4|vwNtel4(ddek+&_X&*DX&b~RQ zjUWv-`qaASXwOVcYAWztIC#=_dEG2v9lEDePMgMA(%AQ$G?EW*WzSGOAA&}Zze7SN z?TW~q(|wS!ZJ25sXJW*Gqc!45<;1Qo&JiPigt?yr4YF&u%yCEANT~G z83T4dsy=H(A&GbZaQ$28d|%F#&R<|1Bk4Eml@fV+xKL>-d0;pyS#RB3xA9XL=&gNo zROQUrFt+%riTc~QMuDgOLod{GWA%sm@RcarT@z2syE=V`De6~>wfEACD8d)-Z(En| z5C0AX9OuaUi0z`~u6fCx|zv8V?8qs_dQNU)cZI0b*i8d|{`n z4T;YFUmov0VxY_gTCe^KYE{h+;R&$}1S99SE^9dl%k4(oRx@-Dmy5@dJ*CW5u9rkI zRMA)Aw{Lb2`*0!)B0nZ&hUtp9_yqW`AdW@KHtWU0%mNGKATTi@DTsE{-L3 zdRlX~$}G5Lli4QHpxJS@(tca9^OSV?CeM96c{%Epbwg*^ep$O>S^K?fEy;mc1Y#wd zhu26y$J48G^7^rYr;9|~qG$(o9Y@KdU8~PE9*`ma?$Q_x?Yh}BSU%qy5j!y?N*xUA*rBbYZ4EgRD}!1 zdPl;qhZWtHj|K7Nq!Vf$%+@?hc9FSj=#gG)2U(hccbjFw<64RkJv}8&X7jg2n3Ah= z+p_2sLWba{0++hZ-RRzr#-u;1UkN|7j6?%ef1PE7bj*A?T)jZVNCMEqGFw)&7V>a% z%eY81GO1SP=ali|F)a94`d>bQyb(mVB>{M~*G~=fK&wp@>n-aTr8j)kh^8jtd}#uk z3!ZrfBtT=}qKWDtX}0=D`@l4aJ_+~(Gq9z)#@k?o+&?L>!Ja}9@p#Q z7q7)MYV6&lA&_ZVQ&S&w1(vw2xE{J%x1ZY)X-C$(DsBzJWKc73OQM<-h0)n)0X)St z6Rg_q`XD3>y>*9+bkJu$W>p*gpeUGw1M^hP63_`~f8hK1)SH$ctA z6_>T?UhQEbz5$-m82^r_I_g|DaYm{)&k(g4UEN&s$GtWFltQu+E6;3Pqwm1Na9nyw zyPpDe3jpvpoAzxY!rgCv+U@-+EacR|a=0O}c&9JI=ih+>0zd{xnahw}*)sPJ$)UQN#HteLH4K*)j3q;aR$p0Po_* zcnuGC+Cu`Nt8qD@t#tQoP$YN})c#uz6m>oFTxP`tZJ`!^6wJl;9(D{MG1>h40>+=i zSf4&yr(ypzFn9q;!LHy0R73v}VOL8Ve+HE%NubPf{Vzd2tcO_iDPrKG*@q9>et1or z2Z@sa#Uuy~K9tMN%2NIO*)m54nR^f?Fy%R74zm0wa=yMkLni(=jfSEHyPHdjW|YJF zwn9j`ID3!p6LfVn3cD1)RMpv(2D+{cabf+~)qEho0=O#jLM^t4qCo~=20jwVQp9qN zBzU%3*=hQ^h!RJB*M`alxc#I?j%}Jfnh7*siPTtVH`=tGPX5jF$Hrg@K2l6DV%od* zp>wl>?Z!?w8_UK7sR=^d4_*4~0s<8Dcwf-_3PQq)0;0F(w<4Ad=gHVJvg98>hQ|q) zBulDN791Z+Duhs@W@Y?ft43Rm_qxAN0e42*w?0W{t9la`L9$FCG;x}{4Ne?By44$% z4}FuiX1V3jSg+V)ej(teOlbtxgSuozxm%Va_oUQ}f>E(ds+ylosb}QrBd11f@|DvL zSy}sMXt`ABLq8W=m9Z-AxqopW{~SH$(%v z`Y`li!jUy}503Q8Cqc~r2NPzO4NI2#CnxKCZ^P(`aoB5HWmKxIy5)Y zZ(yvRDnch5q%qUfxdZ`#+1#=`d48kE?e3xgiH0U-+zzKP26YGaQfu7{s&2n(p{I-=C~9|qT-~BUi@+7)?se; zIxg0XbI%-_T_P7T5DHAKZ^!JxLdg&0g}ZNmHbvvi*iC7ywQkPZ^qk zi!`WCPS($k6!;xWtMk!_Qn83wJ$lL09Rgr(n4bpNAR7Z|yW#?1-si^4>3BK6`_K5k zcrBsN`eUDP;;Nw1X*bTDQ;;^~)(VhvN=abIqftzc4q@!|9a;$J#KnZZ;vQ_O-QUP% z^(YMNJXmN{b3B-#zsVYD2f_EN?6;pU7W|?qZ#m>{Jgn17N>Hmt=Ob_U!e5LT5#PTF zL!HW3CJ809Xeft^?7uzA(KP`SiNMcdIik z6nTBh#CJ?9U>$E(MMa1M|J*TQWE4;TWJ}*+RD)Xs7Df}1++niurrWNI>#2hk-}Gz! z^-nb6=;(nr&aI@^j5R1y8}eh#Jl{3AqDDgYYUSmcmna*A0;^8IAhSTxIoDd`_PGYz zbDF}kGL?7fd@wth_JZL_OgS}W2GDT%)Jm($&^?`P5{RY3?|G3RBA_x@wOZL_@F8Bl zym67i44SZeIYlX;SApDT0>L9J$OhXbPKh;+s9!ybEAG%z1^G4A)=q^bB@q>tmI5Qm zo`CNT&vmtsV zEo$oeMAqh~yShpqOwgg}e@48y9~v?`4IMVD6=(S=+`gwCd3-;KctmclXZ(S$0 zd+@j(7^jpnA3<@HN1UXta2@&FXg3tM%gt}&;ckPqX8)8!>XERwAZ})LwLQ)71kFG4 zMh6p4M#LmjmpSBLpG5=_Kt12^_4_+G3EZ9IcxiUO={|u$bLAc?;T@em>?O&baV!Qb zm%&6iUtE%@qOo2}C(R%xH3@RERuIfyw%B@z;tjk~n!u+)pSO6d7W9%snCwD1-+_T) z@VDFM1O#HvJgBZh6%h1cGbG6Oz;%mIrws5WDv1FGas~1I$|&`sp{OXF&MwlSN(9iI zT4x$BIXN=VbpM9s#1l%RAbq8t_4^tZlD!7xa!k3zZ<2tsCsnMhjFC-vNJvhO)^2`gIfz@D}x93Z(=EJGK;exTLTZrvas9#0g=BDNyBT@yT#@E(ghfhPI`g~;=eWAIL!c+ zw4vkCjEZVAr{w?DAHZ{h5&LK<{$Zm0ZcqXf6Qp)?0*0sPgML0c8&7`-049{&#i_fcczHW9oQtohD5nd_cKY=sjcvzduRWRLj$uEU+bH@6YSy^4t63{3vSt{Xc-%?{Caf zMuyFLZv-P%DCsB4?bPA4@}Y6$+`-_(=)OiWHvwz?jSg^IsTbJ_ZFw#oXCY&BH{?4THY2F;axjg{k#rH&f;&WS{Z^i@`Y zdWs~8H}vc1nR0MB)z<-3-+7*eVN+;GB4+^F$|sp`#Y!9U-{$AxR$a2X1AdZr79+2S zh+^O<&kLmIEN<`Blw{o8nt^Vvod1s>W)e@_(b{O&6qgduxjh3cl0$4x@3UyS*JKv7y^ z9b1M%O$@7!aB`RZ!%Zy)g|v$>B{50$=3(zV_?&&clE7(xj!c*!P$NiUv0cBJ4(EvN z%j;XCPjoN+j&CS%!+c*M(mpdCWt%3*CQy9T9ol3_s<#>|n4qPhRq#pAFNFF+NL;6Z zvk`_VNWpmhdgDkq=7qmLX+wN=GU0V+7St6_*D9trkH+G&brrAKr%%#A&+9J+--8Z^y_#)lvOUB!4p4vK-^g|yOCTtYOEdt z*y1^ZMzw_6knR769%A7^ys1wD-A%-AhzY~0sY#*xODC@Ays;?^|LSlvi6ge3RE7_L zJvX-H_-cN8^|alsXekWu4$!926@DQC40?XIlvkQwm8E0H|E8ToW?EB14MFRn)TH;L z`SetVb_JYoEdenXe2;J+2B@z-EN>@PKHqA5f0wZE1K2#IL)w$PbcWw}%qql|4b3yWGnoZ1l`7OQU4t`KqWbk z~fDwRYeC-zCtnHmH8@j(oM<+Y&ME` zZNp~ITlYTPDjS_N-D>ZUuu$P(ee(_w*8~MJ(=%$7#w;xv!ZhkWR4pJCJb41$oT<## zEf>|*)jfdh6kmqdXfQlyFI)BwaR;AF2780wsrSHvrpm|QM@MoCg>TPJyW9xcdhAq!H~zXygW!I~=eO+PF58|g)~mZ+P))sRtEXmYxM5xeLBw-N z<^fM*-_gkpVe5;a*_(d)5tNXvTy{C~JWIu>%spC8^g_1J^463upFH!DEA+v;B|4AN zwuDV18@-EK)@c|-OXQ){SxK4@8 z{r+UAqMCjjWP%w`MD{l`w8C?6N?zxc2z1`V*vnVk{Yq`;1`OW6D2la8x!JI4*a{If zC@UPHCUImUILN_;@4(=A=g_ZLc5)VQ=jIG^6E2h6g4OB4oV+H@BF5s4Ex>V-XW?u1 zHwTC0{^6s=<`36Li)SM?o^p!m_fZSbs`!CYs9db2W;rl0J)K~*#q#6}`HWv5mL94o z{gRS8GVQOv%+MiYGKi4o4;7pSB&37U+T@q@6R9wBMC@d)%hk4Qk`0mzrJ5;+NVAtkiTuK{dFQyg`O;j zH^!=vFArbvj>neZCiuPdt#^xoK>n@kWN7DeZ(+(Mp>4|;1UB}sr}l(f=rMjYXro~e=o1041UEJHMlFh@r6vMv~6xMmpg^xMMaZ_g}t+FGv5@ICAiD-ld+Iw%?#NuI9bk zG!=fp-W_jW|BDFj5T*RO_!Q7vp3baeJew>5>>%_E`6z_|S6<1Ai5(`a2DnCflz(q8 z;qL80BF7o9DaA$-04~|VL_`~K(z}in!a;-i`XNAjsn&KIYBNljzJrP;FTSE+;~_Ty zqC$cje-U=uIuJKtFZV^#jgK+xFU+p4_9dBk@z1=ZPYzgQH`-C}p#0;j09Dw5NE@Mr z`&HpF>XQ%b7KDT(QPyy&8?{=8Dw|^xove1{Xl3%yxj9`63k$Z$XSmD(MEkC5YH{0K=GpAiSa6@^+&hxgw2-ELjHi zZ@Jm6Vto<6Sbv1c`gle*zkB$E;T4yIUg7)bVO3{`_ToJeo=Ri7Xk$JAVSt(SW;Ow( z)v!zch8f!S^vHCZZ0~mrPmpZWJ2T($7PpJeEG@Bsh3l0@KivU)nc3fFnE5=WA<1F= zc(ve7ahm3B-Wl)Q20PeX9l*HkvZOn;+i+9123+4zvYiMbIy!)9cWwlCI(6(QLnuw>6_4F?-eIIv>W6Go8?Nfjx^r~F! zD~gK&(R@|PDmfwYwIph<@>@bu;lPtnW8=J=FxD{B4uAjI*;!j+K+;T|#}aTAoo#xm zLc1^-?bmfrQ>>9fdhK#2pr-Ez-EDx6>5>{eOE7;^zQMd!Ci!xiV&nYJsQzCN)R$80{b6Rg}LYF~I^6C}5(f zzkH!S-U5VFjEy5hiz{+Ajkz1BC&b?7o;N?E=5ycSBs@d3@qo>LESdj7;x66Z`_m>} z{>e=?=|cnOXhgvD2ahz?hkDOzCnU@92v4aXFQhF7ulg2;k6Wd{{a?$TyS%%dn$vY9 z&mRp7L+%Oi`DZ5v70Dfi+2wzT4B)TwUL7+t58x%2N75Pw4-W^!R>v4j8c28;#t8C= zsJ$#R5+T$KYy%J1u-t-A^1oh&(o9obMa^V?FPKplM-G)%7e~fbp`R%Je!$YqG@o|| zZoFPh;_haiz&-2Mqo4DBRXQF$Kx8%kGJvh;1>q-S&@+m{k^9F|e>?s$_@d z$c7mK^5S@-3BdTZ(3f)WwliEMTe48h(?XA`y+MO5>88|{3caj8w#2r?m5Y$ku~Guj z>jh4P1HGF@T;{=-*4H{2eMRxgF`8X)BArd%wWRq+kj78ZslBF0BK# z&z&iHzF>WA+C#=YD1Ub%2vB_qelO254`vY_l)4kdTbL<1qS-mBV>&_thWiB-Mk&zq zk&@p!Q>RhgH?}`5?}b?BQJn^^z4L@n3)Fiyw0t+zdFH0G;f z+;<(Ry!Iw;{lv7+V9@S`2BomU^|h&28v@sR13qQ`=p1T9Uaud5MW6 z@(4+v{A+grcG-;qu)wSA=5SPT5z7t=EiMP9OUw98dls5ey`o42cM?p)9lmheZx7p! zIGH;Me4BX#J?$ZIXt220UruLfKa*`bubb!7w?ail^6fYg!^|Z|d2ajKU*O@2I~Yvf zsFZ;Mx_+BFc&h`*`yL_u=kh9($|!7~-F2<*4gucFzpf4qM90iWZf%?IdUVAjH{$6$ zLEo=5wI;3aG0$F2+hlMRL&kzObuV&1+B}(3%tng5!Cdk1*7diuV`BE#IqyF{O}aSY9fXio0PP6I4%* z%v8ET*y~d%;_77exa$P#tT?_}l24SRCQA%1?@XU`ih_g>0^0p?J;Ueyo_4U`!&lfc8S*cF`8~ z16~;XGd2ru1#h3B1g>+=qHhsc)kc-7+`cLNo|Bus$dI>4a?5lOai&CPu|Vi_^$EiJ zFRE0myy2)x7I>^IJ%-UUmmP=hi!Dq`G4!y(IlYPEG~`~uWA0|e&J8g8jU(FIzugXg za=-NKq%+D=Hd6kMD|Wcy&OQ(diBULrpqbbzott2QsZ~#yvsCl*QVhW9C``#w{uK^n zW2tEUpvhF;b)7!!i-W0P&o{0$>z=Dv|9X)47!ht~-F`wZ_ox{U*-&m%w}nYSA)dGU zM)iFsFL8h0`&_^!ko^MfYi|)ZthejK z98>4!)*-DPFvl*#K&7iKz55bF=av zcbDj1Px~Wf5}yMR_sV`$%pyFI3sl(yiCP^qVlOk3P#dnoHij2m+>ol}0(Mv!1Ipt_ z+n&IuBai!;*qJlqD8uhaLSM3}qDlA9H)~cqj{xqk--JoFSA3pl`P^W=BjBad$!-?bRo{oYW2e753NapWmn{ofRpe8BJ9WLRmQS{!39=}Es2KdaE32i z=RZh23zj}Z#>O(l(?XopN+uj<$~~4`vrjUn8>$|F(KnrCw}aks7dAD2J8(tR(&wg< z`C6mcZA^=Jx2SI#iwaVOvD`x%l9GI8Cx)YggPL6ugo%VjCE}slDKgaD-1h8k>Q0;D z{1fSU8p~R~Raax$nvy2bA4ZEhNT&^kUi<_Up}iT@Zj;tfH)ekerZh_9rzq=66gVnH zU0D?Pm4jp^o`nDL0#IAy1DD z9AetbwM+|jlj)tthg$yd(DkQK&oy1gp6&hlL1I+qz}x+phe&h_rZCBsy?XEzVav*k z3o?|_+7hlk8d{(j{95whqCe8XxD=VYfBTY}B8Vc7MpW7D>LBwAo}SCdZS32eBT528 z1NTk31KLsF5Bim814+u2bswpvrEG^ibSIe=neygJWWsCdW3-cy`e5>kk(pM)YKfz0 zDW=z&hz7=p{|=x>i0=`r4V}Hp8unzV^@+>Ak#Vd7N#!(4;<>Xo#(z%fzmDsjJERSl zV7Gh6cqrlRk=t>uVQwycdd!{BYSFTx0t&I+8-w%Y;=(wi0xzWB|43?V2R5bDTM{UR zC&`lm9mMRu5Zmd@%`dxA)MYn*YFN@-UiPD@2XhfNt!(k>>45?^>vJNhW2cSV@BqmM zGSrpaPu#D#TJpv2y{{rq$y+*JO$ zNql^e&i$p<#mHc+{?a?Z#2%mQ&;aQv1;rCSo4tce&HR&r8DB;d_K`l4MTRzkyA>0n zV40hVNu4q3U^_cIIv&>e9(nXab8y%KBY6S$dTA2R~tlz-y9Y;c`gvReAt}S#^c3W7uon&#Xo80&ydB zx^O=uyW7&r#6%t0uLTy^(E(0e`U~L^P38mcclS@I^{Ll19NaOBOG~qf_9J+Q$k(hV zSbhZP+?GokDL0tjd$GLV`w&g00@TD}ju9lGKxS`4TE(wC);U?pS<9?K!wfBKo&5P&jQ4R) z9ixhY%4!qEsEV1qZEH{R4{Ov51x{Y%s3CL7m;=(=ubE|K346GE6KU`)Cy&CO<$K2} z^V7w9X#3jAa~e41onYZ}j;}#FJ#M65F6TVT6ErpnjNYIqD1v8dcQ`qi1td{2@c;I| zYiKib!^m6>zEgtx;yn5OZJ-ja-bw}K7U7;C&2sQXYcFeSY}ZBR>JBwE zD)pf+3E%k)ZPa(+dGr!Hz!I9lVuZ;vA(Pl;eE9J!cle$)sK85W*-%{{J+aQIFF&|a zK_SY?+^`T+vzR9pI(6d^4F=x@8Q-P@nf!_*rOtY}Y->|*6dMVF_fkJPU#Hbg-c97Q zmwoHc$PjU@5M4546H3TWNWCXj+drFFR(B3FfUDHlSu4b%!R)0PjUfc?4~#LqJM&eh z*{GcGcQ12}A@k~a22urXH!rPYToBdo#V2ibFkRbmn9HI($wVo5EhvLv3;T%I1kx(T z#Bq$y2nJRzKDmat8J4O=_P7uv@`b}Yn-4CU9M$2aPOWii8p5#41% zu%WrmEOO>pol7O*EXCjNaP%g5v4f4t_xHzE>@}{ObCEI1D?wU*B=DUAgzhx7x0oT#CYNl>CedgrOH^z1^XPBiR(=ct=iPkI z!qsRZra<0Qxqlxml7p*np*-rsI7XSb5NBB<7qBRRAX|}vrWyi{#p9TrjY~}IY4bVm@>u~bbd(46jA-S(Z*N5KM%Hv&$?@mAS2V^b`I`gnS+(X-@){Sp;l44+?#9l81F8--HW9?JIHa(7K#^CYN%TNn%Kby%jgm zHRE?t>|K(HI2mlZi($eeRtlavi&+6pHtWn62%LfJc@<}}SediFt0AA5 zN#L^$^=4F~5cUW|$6VFKXy`Dy)?q%->2IDEe=(AgND17|I)awi=}Ssvr3}_SA|@_B z(f>w_(!XAE5$m>@t{DJPj4h5FjgX}uCa+h6_%9sv)8cHN{>s?dgydcx|QRc z{e$A|$eId&TLLyjT6LlwBnMqqyv**B1N<3xMOt^QVR*nsQ^7s&_AQ;cAUjSbg;A#y zNgDZS_h-Y;R=XAf-WpYc&Gt|iwM?PIPMe0M#oiwhlyGBDM%+MP_&5*Uex7p|_F)nW z{->jj_^hdrp9T%aieH5e4?LyC=&z+0#*W%;mj=H^_qGPWBvk$!omtWuw~KQ!-}smJ zErsGyZ&7=6o`3ln(X_a@;E7WD%M0RsDiW&yg$Tc1@C9^`dOvgZ4X<7E*tEM*tK^Wg zHWEC1FWMdcnUieQ;G33yt7Z18o9dS(uDtLi6$x|bkgN%ffAITW#qb{E#9%u1|R!$A``C#q#L*2L$<8r@z$O*vrP98gYL8GpiS}Qx~TWzPW zJlmAo2UiZ+mUCh$WgG^*A$WB?A76WC6qkM3`y$H@>1znrTm95S;O$Yhn0$CWR)U#q zDVl8$<#w^Nn!=n+`G9BX?@RZe)8If1iEOtgfQhCE@xN5S?-ydw5Gv~xm46A*k$78l*Q_S zy?MGH!=$UK`!+xrf ziup@~{R5hL;emD?86;j8-uU>$QD?4pMG|h3Hd1l#J#vOL0lKM#-AfwzItvVr{n=_5 zqtiyr_C|7A+T{Jv+Z5q$a`L!gNRz5%dpo-cVyD>!3IX0-Z0!ERF8#IW(+iy#?f4%g z{16zvr{iI}0I4Yhuqa2`u8uXMS26huL{jK#l5n^9Fcpy2hURI2DmhvoZfxW-~+Kea59ht2_G$bIr+ zt7GU<*y`f3KffS%#}DF2oM#u zdL3=h0OE--{YKIVT(07ope1?%z+<5mfJP&)?_x1b0u3ci`hJ>c6o@t^e|FfX-&5z# zCyBu{c#8K(`^ z_?B0Y^SHDg?+V`e6!yZ9-|L^Yf&0wi|WWauql~(^GCZzE_OCEUB29p5Un1BZD^UniuiWnK3BQbE!UB zptdFc#%UWJ@1N(6>tT%wW~Pl;Ci{=ctR{X;1p52ZT(Y8Hdvzuum5T-)OX!1t!|#8Z zJbqdSEvQwhy>%<;+JIOyM8$56NvwS1mI`dF?^dx5_g-=PlVEq z7Ya>Rcgv!WODxK0Z7%)f4joZ1cdB$B6u5_@i)!Ki%{77OH;` zXN@3uNt~b4k*Qcu^v?8*qwJ?*fWUN#&SBE?(B91h0w_liiED85B%k*j(Q>YV`oJDw z=UD82R6F#^<^}Ah^giq+Xzs+t%BX-;9KI8J`0z17Ei?ff!2htXt@t;emJy0J(`~IoWx$v(om@ZiaC>fw&ij#hub0$xXC%|1 zcSNsbSq~jaXye-kD|)o794b6X43V-#hySovL=h5>DXak@Z7Esm{1>4xKW)Rx4rvO6 zO0dmKm@ET~$yekmqb_eO@!l@-6PZF*2~0NCxSpJ7TvqpLI6AVHZUwOu04jsIR(H0^ z306538G_eG^Fe24XN9`$UUA8Zf}UzF(n8aB6*n61Lz&_euGWHr)xp8gUxiG>9ttfx z2=~&JuWXWWbg#;0+wp=hK8)Uz<0TxBnK&&weSjgUgc5)t*CF+jzREe$sXO`bfpT^I+?6_9xJqb4;tU&mc8|^o zWfYZ>?5A2ls>^4l2s;b=ADbD zbyZeWQ?gR1Lfy78ydo$j89~nQ0U^JaR`jiaMtBvh-Rpp;Ni?nl1xdF=9@JLnfj_CR za%|}+e%q|nU#0^h-~+V>Ab(*sY5FoE<@tf~&Wqwc0Lk%qoZw;@=G3iw3IVekE~mY( zXD$=*54#3Tdk8hEo?zJZkd^bgGIFVUzN81f7vd6#Nobv;(0r#+lidcHsGnR{)U+?;s; zg9CX-dbeL*FG(7wGY6lYpX1h&YciUge7x%}_Y%Hdw3n@77(s%X6Z+Wxc%9!F$(|+6 zv*ze!I#uE#UEu7?7fHYX$8ktwPpr`Z^^d&D#2U!9%#LY&PXCpB#zP4ilJ<&PO258U zU)h+qoHwCI=*_8?3x@Rv!-~nvqlA7jtYDY=+-qAy)IlTwBVxtxH<|@AItHT`?I)pFo+fOx#{@y>FqeMIann>(YL(3#9(aB zDxBR3uX!BPFPP?uba5kLIdVhgFhbQ`)z~A1^~pfjQk9I5Or!ejc)r+L z{PljQ$nuP~21?DPqlTqU>oQtGl)<8eJi1N&p&f}`z2B+|g=mIIPW$houO9p$FMqtd zm4U4)P)mi?Ewq)E8zud!04{IlxnLO|bEx=v&D3h^l;Be_{gC~*SDbmw^69I1YNJG6 zWFhmW3FuIsDZ00RvTveGq!UAAH`wx0XM&l9+rXVgw=U9Pm~9!M^q)@r*XtE1U+nQb zz@}LAAQ#W;n^Rzsc>cuC186rMy9%7=af-V~_s7|`>pl4%ZTE-^L7!UBn6y1Nm06w- z>lJx;Ui~r<-vrnOTkAOY@|Fk0J`PC#>-k6tcP`on@=;F!M;~^J4Rs^P5=BWs=BK;9 z;>}Jx>W^Z5IGDsOAGYlVK*C+~e%a>sYXtmMKQMdn7exzzHpv$ycxqn%F8_Q#pgUq- zZ9LvoYi(^eZx6A} z_F?_#fvQgUc!=45c!V97Un$IK85{}ZKP>xKA&^)AnTuo{1ENu9D`~bzZa}NH4`*dEn}!4fu=)3!U}5(SvX8A>WDM&0 zcD*F;Z6%Z_%7q7ov%fJ z~Eqo?3#QqwbF9E!;fE}K=3sVp!4^tPhx z2Y%kR4gFtmTPu0$eXpeLuQcD`6dJRxj`n~*LmFyBy`6cOr}?)JzwJ(3V`bF@J*Q8; z{?_{mM%bVl%7#0s8_g;%k(%^B;fc?f1o_%}m2;d7nf4z`{as9SkcA|P>(Ix0?S*k% zpln?*+h`ACsn(v*otiMpwp@}Gj>{$|>hG54YoyE;|g*8v0 zX|?c@l_<&$GI}x7IRs3aYn-F_$qD1_+qVj~w#1?P8;UwQ1V-B%QLxZPMn>`!2p7G$ z-#k2A)JFP9^|?j*0`m2ijX9Sujza4}Ql1td6!aKxw*X`#!y76#w&akI(D;nlu34`> zA$(kZ3r`D~gdgA$$tdVFzi&j#&yX8PHZU0>(s-@8~E6|mIx&inBidIHoN zgXZN}S?bE~O7b7x_%EXU1yl?PQ9EtR^-=S#F>hlW0J37vMiXStxK_-)pWT~Q^OA3_ ziEe(1YN};{V10b-p*C_AmhYdgQ|(P$-Hew$^msZs2l0Nm!cs-1^YHei^;$)TQV?G0 z0IIR8L2sNb8!*$ozp*Z-j#hq{cR8o`c6!*JZC|vdWMyIL5?1ILK3sg9Ztu2~t5RnASLNM^!;C_a2xg}#U5Jr@2K5(7kh_ahP zeEcrh)?~CIN~ewJOEL`KX8k}!N^|)U_KkaRMm~}*2?opHP=6pe5>^t~CeBB_eocv> zA)cPtSl8{<+qW2IKi@K(KeGq>yh(S7#OBhT!0o%B#J~l>)qQ~zL!s9~-U2l)wVM0% zL^AiFQM^<$YuQ^wwo10kb`}goiF^wTL>wkV*vFGE20Q1ulHyBJ<}qRUKWca!y7DF) ztG9BHg*n1Y**5uNe6il16CrT+jjklZ@Q)R^$=2ei2E>i2N&V=tUP2|#)xzLM{Z_iL zfakb8I5?;;PlmKU4k1+L!;oA-GA+I>rS7Xrx`(qa`YO>eYG_*UA>Y_AMm5;Iu)<{* zYgk2{{_Pd*%+5SU7TEd>*K2kHN?}CdOrpH*KC%{ZHtBPR$>02d-yt_fjrp` zf=0{lf3z9@O_u=559CvSIiG^G<(kos?|93H4-xOrKwr+!&*G`XZN=f@(XTV`F!pyJt|ca&h9`1lU<0=+DnHy}$G0Gl%QtWHEndxH*_6XQ}nk zmF!6lyKahB_1b_RwOHgjdRUAp7uh(j^~lT>97f9>W|`xx&oMr1_fu~#$3B*HyS+2?5{}}_V4|>5~Mx%hc!+czE~;=Wl7P1Q-?YG3{+bNmW;r+|c~*dLdOk z#FjL0`U{ibw=YbJ;0fQLjHohwS1BthX+`$-4l-nXFR^7N#P(&bmz9ZQ9My7pE@msBIxi6rfNt;Q>Lpu$k!)Xqi)?Vu_JN3(Uk^(%NM%Kmc++u*JAsA4N8%2o`tq}O8q~IlWJbRCXUyRYgHaC5H%ku|R z>kx;W(%t3QMQ!_cd|4n_(F=T;i;2qW(@Oxp@lWvnNDm8t0%Dpj(-lR)XptRH`zmsV zFapGeGyum00B*Txf@>o&l^8`?ZVzrv&|NN#PB@Uoi2{bLmiyGj^s3Wk1B)y|L=a2U zAcz^Z1`VQB_<~2wU=t zknA8;!i|Z6R0a6*%@@f7qf-=UW2nES99= z9euHzj^n(gbiK`2%DhP%9247vb*?aW(b8iG0&)8@F^%=@8-dnz z;O;62hl=g!s9uWU+(x1NjHZB;351@=Hb$EB?)9yC_Jxr*E!R=fQW7%d0hME-rNW5> z6z@%DwtjK5?bq4lvkUS`1#SC#@gi86@|WgS%>V3!C`7O>Yb&cw5T41A#$I36cy;Qj z85%E3V_QKYMc#K2T@9Of>wLT64%V(K#T=aJqH` zMzweH>1fFA;aVY|>*hM&5>?HZ_ykFr;-HZ1$+G!z^&TOqNCY3&0SB@t-G$_G!#HC> zjNj{YjuzCm@p)fn|NJxWlGyD7DnI48ru}jbAYr38IO{~>$+*U(6Pw|Y?_3QckZ5nc zN)r012LmaN_J!pZ50#NJUy&REYB(K+Q98fzJK-M*D!X*XZacbz8~V*Jy8O>SF=7Y| zS-C7^2(yCn{JlMHC3zhg&G(jh%CxFu5MR#oQG+u;ubu0C{jlMl9@BPX0X=h&S>K{)~#Z-RB&- zXldXuD}i)Pg{hv;XM509oT+Mqtn5c6HJV3Fw2vn%yi@DdOko=ooO}KKXlfTfZ7K_M z(kY?3wtmVC)@oY{3IrtwiGWma+5RU#L9{;}|6d06UvFz-ItHimkUwTsvv01GjQz}Yt`0aE_GMncil@9OnLBiY8XoHtQ|c&Ymlhg>^A zX(}?Cr@5K=HucW7hj5$yvzwQf&1qI7{xw3-FaCh{b~m@|_4T**=bs?a#VsIqZ{19c z%jS;{v3HJE2&-L!>X(4t)ECN}1+BUSu$d&1oF9yiq>9_2Ab| z5M8N#KmNmC%V`h-O70B4ftr6?mQAD&hTzA**YI-@Q3d`v(CSpgVgzf<#e%)^x~h`# z@$naZ`ROAyrn2Mfkx%{vEzdl6)6K^fU&d96%8C@6NS?^D@Ck0wjo>(>Lg85x-G0fd(mNrn?-xhS~@X$b9^g%3EU*IQZM-TxXlG@0ra7vr4KT{gfr zCz-!sd@ifDYxSTm&5LvtsJS|^TSrnupbx?YE`lUDFpQO_EWnMvol;~u5O zbD#Ojn!*RCE$C>rSv446T#m$z3{tk1m6h&ueWID!t(GRPmq|cyvA51sTqhan6*+=v zR|1ooAvH6zU@$`;37jscx|)YjBB@tc`%blvxm~Hzp_pztD3z(Ys=ztji{)dw=dKU2 zpvgPk{g##w1Z;|>2$iMlx_i^7c;q~9%N+Sj-em>xQ=3AHbWt7fmBlw5RYCaCZFL1{ zeANq0V6LJw?3|hYx}*XW$-BPa)FsH{>;=4yWAIFTG-xZTZVcGF{!-E7Ldvw z%gFPSBW+s59&8MDLlz_U?QL7*e%m^bl?9&p+FGFMv3^%zWs6XG|1Iw4tOHP@jVQHN zQW2mfprND7@w}Q18Wy%7sccFgjax zpV^!F`Gi9KBwBi3A0ORW=#v-G=8F`BOxKNQ+9vksI~KMH#o~6k>uT`g7cB)a>-quwoq{MME5ttKXN=G zVJHu39GK3(93JqNU4$=yu!b2$SWX|8u^*O%snd;kV-*R71SJ!eJRSK=PTiFw{v0IA zW;G{d-F}II?{Mbv#YwFj`2uXKNS+TA|K^_Y5 zl}ehA2Tq&FIempa+etdXd2eL?*#8tu_ML*$nC@~Z{wYu7gYbc4Yuw@bz>f$T+GDd9 zvE~z2*C4h?WG-0O86>tGTi25e{%4qpIa^ye zqfehsT3IB6slN6V(e|`)w_t26rTl=DB&mwCVL}TI9==emcV*~$e{K`T6)v1C)DR5N zPqJ`qhcl=2tQ9W0($e(T@TVRw?=5KWxMI|n#dFoXn=sP*P~W+0F~n``@8jNZ-o!di zGdvC^y^|aRMr_uC+52#|-NP6}-#6DKGL?%pLa<7V)ytF9{IOO4qI-UQ+hGfN`9M-) z?tRa72Vm3PJ6vnBbdY1@M1Fq$xbAUd^4-iEQuo)@d45qAO1S!gmJM&BYndja+K-y9G>Uzd{%*E-_#XSc)2 z*@pv}R`VyW*mX%SroaW{C-)s+7*jUh@)QeHl&PTE9&4}bc|+~4L$*%`YImDP?Rh~* z-b7`uariQ7p?)cZIJX)MH0SAw@3F_z#CzX}{6zsA$`U!YJDNQ=l0g0)ZFiiYgeZvV z;xoEX)Cx#@A<0TcP%dB!cuFIj4uPqd7IRY2jnEtCHw6Glnuv{TY0>K6tmpr%rpyl) z&n`CHg5^x0aZW#F9+F&;I`Lyz z0u<3I1&TZT4X#>m@Ns5;?iKB|7%#$EKtomDr*c#`pt+`8HJHm)4PP9A=QQcWEEBhJ zDwqt-RdOnN<}e{9vWv#<+2lR`q@?P>F2olQKB2L8Y~-0b zSj(*1TKlrL*4zBYI@Y93RSXB|^SWn7cXA1ZlQBt%i;R;M3ewMQLm}qR+{+%In!j0x zf4DF*nT))=&w%5Pb_tR(RM%1{d7f|VWK>mF(EzE~%-FIysj4aMH1LJ2(9zP8dQ-YX z2r3R_w7u~TTS8CF+sosAMEtFgb=x3RQc{|T3pRIDeY`T;8?Q%Nbm$Dew4C^oq`=aDcNa_*WqMFA4hnB?vk10P`!l|HXp zrncIk%MJxN!iJSB!savk_F(U+^WkKRdYIq&A~*k`wk0;*M5%<3ROhCq7Zf>IbCs zUxtVu{30NQb8M22?yoP1qM#tiGm)9}p^5biQOMiK$^?k1ZBYZ?(ARdP(_xVAp=`)I z0{9}!y51^xIFTVUEKG{?0gU2-$KUxGDSy?&#S<8H`pko)4Rth`*JU8d@{mk(I2ISK zsA%1iQDm%}K!G*%Ys3~$)Fk~OGPfm>+AL>DcO=*Q;UhQ1l zS`_!XG;A_|Q*>|eM*i{#eSOcAB!}T`jHg;J5?LsC9OyF2d;%KKutS><=V}LBOs?(U z{cMW-DkfleY{r2tL;y|H)>?_cVw;a5b609kCuh(&vLmosRixrn+qLJS)LfrX8$Cu< zPNd5%rZkojy$j}))&P(v77EzriBIT|ZF>dtFLVn9yj zOk|aS+pUm%vg5l_ObZW+*NC{a_?s1sO8b=7a0?Ae>n7p&~pur^C(~)U-V>Lk|7h6=(!7+*TD=F5RMsB z?YGn~W@2Td9#GtA#se|6g>vaCm@cOiRbs1xVQVuFsCEZ#*=pt2vi zY`24!zq0Yx#_qhzPPG{mFB?4b_x_)H4s7qaG;iCE{`6;!vt8qwhy8Nx^JR5Bgze_z zX4O{2vE47$O{XIJv(0s`Z%#t7%I_ChFUAg3J3)*V$vtA$t`Wy+Fh}|0lu|j1&Ca4Y zQ7?VTV0%NADAV1oP`Nda&dx$X@{W#<1D`AY_Zj@xiydUB!Q~7`@JD2*e*rbVc{s2a zzdjRu3F|7>{o-6dfR856s@=PJ$mkhv7r?BI}RwT34W^ocyD>dE~Qu>3G`ebwwe&1#4<4+iuFnUX zgu{OSBB!z)btU2oP02;STM{erT(&sS%ywZGix0o<7&IpnmL@LFU^&%5dBQ*iJU z3%4Kau}dq#*=cQ}VCXWqRQ#%?uya-%vMTQvwYD#in^&&9W>8n_O+tFQXA}+ctN_Qt zas;Z@lvsEkGi?if`2Ol&S@OSv?p$)m=gWQ5vsvSDQ9_R|XL2&^r$R|j3sN*xbYizN zSR+8=56nUkp>0F<5bvjNjAY1SpF6sMX;OKb3p{5`CCLahP`A6Hv zfBCi}s+S;vd zojbIkb}6J&%}-_RS2%8ar#-u!&*7%?yaDWGh*uY^zO7Qcx z$%y8!ORMUtcF{CJPhB8X*cw_0`NmNRHt8U}xt|>U5-PUlZ{A0qX4lEb$rgV+8046u z(6Y9C?-ch#RLF&VOmC&b*J0wuwgxGEGml7L(XKu^?J())N%)HN+edWf9}L%#TM;kj zdq)+_hJtDW(Ow$NQeIwVFTQym7*P<8eW}qr9{raU*8C?cC#egqOG}VBwIyH*- z&vI^q<%?M!#?;8#^E1uK4Y2eNhB|`HDU=E)oop_ji6BURjN78s<0VdY78+=O;-|7r ze@Xd$3AXwh)2UXheymDf#+uv%qaeGR52kUe=V#F}*t@%NX$<-wAI4uTTOT|bJzR-7 zy*gy%`SAxl`;(~p@1vUnMdPeGmYb*rwA&7f-9klRG5X~Vr-*lVcT*GMzT}hz1aY2` z9?}nQ>gY-7b)bmz>rVE|JnxaPRvOrQ-02X>t|iH~VF8){XaQ-Y!%*gCVO?E*64M< z>Uj+5jFsW}%8+IkOxw0vbC2BM(vPl6alZ;fI5Nj-u66o4|E~}U*i(Bc|KC~)2;?0R zsP9b-Qz`3k1QXM2RKzjBO=hF_$Dj<3@^+cwpB@PqRR!a}ipknW&1xMdlwOm9(r;+43!g(q?f-F`92K74CXC6<^=L3wzz7|IF? z0x)HEYUjnhvCMt?{HknPmG_EkZl>;t&S2+pzK*-(F(9z*fYW1%Y zbcgV-f))yc*5AwJ>mkqR#wIys#rTN48VxA8HEQ>8H7Zs-lbDU)a9=M-X*AeClzt-4 zuhOR5FeFE@KEvXtR5YEyr&A7LVHnWsGBE5SN{ly&y2<}EW zA*-$}?uQG?XO5vndJA)MV5~*y$Fc&|D~qQG!(h8QUYz zRVPDER*2h(Skjj1L7fft;4gZfp7^XMci@}~qa2#x6m=EL#m+TRq2wBuSPXkqc}f)L znD?jF$qJ~^SqT4%pa0rjhYyg?9%tfr-n@_4fNX;@_Zz;;iZ4rScZ%EfQRaS#{Y5A#_gB1NppjFyo4i|Tt~u`P z%ns-b7ZUN6)`Hx+dfT>Z7uesUh1Nz$13~X(*wl3y{8>hjh%N-9tsrKU8Vj*9N|8I* zMqh1Wgr%r@HdQ{p&d-$1csvJ2QMYnzf~tEC_hsuV;fB8TQ>s%6*Zq79Tc$OuA1dkV zktmiysDD0;f9>n9llmU=xLU2xbz3SANR9GYE*`Iz)6-HfAukW7LAmSt?~GwLFwsXU zRy$K|Ke+ljk>xz%TtgjS45_-F4NT! z7qX`f9vxm@fDf#O%oq02+De^d?&SV~0U%4n#v=qcYKL!;-UluPXZWW<`(A|G98}w% zn;)k%O}8WPhd63n=YH|&!}W`wiup01G$`HyRq#8&Bh*-Y3Ft<|5J5OYAdUWuMc~AQ zfaP#3+YdDPqX_tmOhAD|Sq-eH3OK_p*TLD87HW=<8ds&;U`Yp>>N#6Gtm|%9`~z#O z4snXWkDE?i>f>2t3uVv@YI1(vDO6qC;5O*(Mk3MiR^^r(Ae4zk`OHSHdgk7L#it07 zCfSHfPZTBZ?w%;FiLtJ{XgaHuf-Z5ru~lS74qgY`4L*tC_|K*)b$d zWT#y#r*~oD*Fpfy4lT%RBX0Vp!lXH^@;09JaLWRRbf9>b8_yi{=#biVATJ<85D5m# z%yclJ3?ckVW^>MQaPWV{rT^pYNHAQ9R;3?Bx+_MhMlDTl^$d`r?Q&q)&l#`qP~&6z z*QR#tjAlB^nBj<+1@!Oe`OuSnsO+a3vDB*E z>9Hk2dG~IIunrgeOAL|D$BEN;)N(r*54J*9X3U=u|TZ*GGhT&iQl zfpH09(kX%N2cB*zWyaNeXGP;Be_{>`D=Bw=e&WOGVLpKOt*IqRrt_`%m}-ZtznZ2| zR9Gl)EzUG3+)7Q?(ivYQTlF$a7l!0xbD2jt>2z{AyY2}e5#J@<+QbO59Hh<|fewrr zhP1b&2!+Yq&)J%t=qyk1|xQv-{HKg*NeIQuur|584Tx_PH=7o(}SK}1%QfH^=HBGwDHUVO+`iTGI zTH#PxH*2x#conE^hu}nkT@nSsmbCS83+Ryp(ruemK8kkm3DAS!01RJsEo=5JUvld? z+#`>a5nO69MO$`#mA3U8R;t6iZc?DvzSd#IUaa-Ak(bXUxWQBVEKgxM8Il+VLdSQ z!sN;coW()hU@Ad$z=;5y*%c!o6I|7th{pV3Gw6yN&LhRZoOUvuMx{D3&>v z7)^^PUf{UiKB-G$V`GOc79TkjC2AqHF`0UdD>-*WH6p#g3Qm%d^1%%7C=K+3fTtnO z=RCWAB=ZZ3@moFqppC+?w+zI{Wr3A1Amq?o!q9 zhHG|9(&+Th=92$&(-(dCl#R%>-A>6b5}S{+#$|Z9jhK(d^O1gfthzRRfqt#xUCn8< zuAi|1Yglp9bqZX;sL4-v zO3?*+Jq~9gjQurV)>RZl37L%ak%9b6i%RUqj1sTO2c!Pu<};X4fYWc>qyc{WH=v#4 z<1>s-k}C4u6dVf+3j!DT*OhNR^Xcf+g|^-8N%AC)tLl15 zd){B>dOhA1W(NqTNl3VX^#h#xXi(?c!HHBoMRerYl<$SRQRl%-zjJVx<6Uj@tA+yx z4hKsJ-kEnk%SU%Vi{kZ~yHY!=Od*p>VU7E6V}u5&V*^v-Tq1hR7Zo>YPCVt|*n=_c zf#~kVr;N4I40&>Ci%tROb(P43^Aj zYfH;}x?{R?nty+H`}`oQ#g&f>bZw4>ZKvl`^R|Ii=yZ>2+;8loIv9HhBwbxy-?)*v znICEWSID(RT;T#mR%!I*X;2R<3V60@Q}Pl3smP?|9; zDVVI-m8kfGX@kFl*}*&hNBW3@N{Y>@_-{8iYaWU>mE`2a0t2BRKG#R@(OV0?`2Y?H zk?ie+#E=*a_AFqGa|?tO59W)zdCQM*s4Z*;jfyLKKqm)`un-ILnbU6RnMhmX&UbE} z)gxYNhMs8m_U<1ZuD^2C_tKkWfw(`U!$KUjY7;%$tjCGJpvrW>u$PdX&f+9?q_?PF z&s)r_i$#fg{B)HPP}a5$%)}~-2u#@%p9*-wK`&-`a*J#2b)6J;I_y^?*_&YRTj3l4OoJnLz(41Lr3+E-DQ_opE~ zhxKw>Y664$9vH;Fs{ZNLX&KMG0-SY!oQe003XV;9=kV^YZrV@aQgG7@ON5 zma6{FXf-AG(}beKQI2>`eo=os<4Vo>?}SBMXly}jJk4wFb^Xa#DBo}XFqEUkw+#E! z<>pH-O8@CoQ`7hqy$i>8DFfmDjcdtd_=IrOME%Hdg${iK*Mv*oc*-rZ9JL$Rc6Y>5)LrDb*^b`d^X1X+CV_yF{$ z92XBXOFJtF3VNdXgF7M`pT%W!hNLm(Uo?=aS}5u1h`I_l~({zvcyTB&U^f zC9{(0OA|yUE^q7-r^}|-f)ypr2f~(PwD;HiSpV4Rf3N%(PH=*hJtwr+b?jDpYE9=g zQlzG#$ub362SmfLqN^Ag<<_98s;hS!)+2u(MCPTncH|SMw1!zG%N@8V%&@tjSrY;fn+j zxKX{v=L`#h4+S$Z_3p1fyVH2lQ<7k#ROtsNWCRmHlLMO#1y{gb`o8$+<5gnOc9G3j zDmKc*F<06CkRjoY1I7r> zf`F7O4J72gw-I3WZYyzSaiGW&oZejzbZQj}o|THDI-MERe!M9M#^8>w$q+@nKKKJ zEcXu2>y1TojrMp`i=}x7) zq#LBWL%QMraPRkXuUCKX81EPi$A*D$IM3c|&o$Rvb1@PRvzq^CO!6mW=QOahcFCAr zDt1&@CQbS{oW@9*WJzPv*9Lb2@yRoPDoF(;>LlRUDt zer2LPUsP#(gJPh{l#|3@2wWFTU>5Tk-pjiK+WJGJ>2JAeMdm$WgwiZaCq_3N4lPy+ zJXlT|5GSXP6@iR83y3E}Bj4Xd7r96E8Q0k#&s%N)5zN9cwlqsi^b6aVcD^3YaQY z`7*ROU6Ka~{$!50-OolFSk7q=q;__8iVtFmY1>ypAgw|iLf|Kt5M^8-9jP>V))*(- zv)sOIETc*1#;}RL<#lvK+}Oednxyan>#Q1G!Ngg(&J(6!U@D9Q8Z1C@(-$h z<6@4(CDCT>)TN1W?RsnVtCPQf6_}$$AZY3P(fKgzEw$3fE4H7!H?Wt8N;9ul&vuJS zvm>~#-ht$1I+2kph*`$RrSHe3F7c->D}Y=zK{|C;+|8pU9pLHNJ@zRpj6&4m+BeSt zc<`k{BrJ!Jz_qw!>c{>yrlu%K^9iuc*!Hj%*~z`Mv~23AY?Lau=LdEU=pr}!*4Z=1 zflxDioWDU{zM!B!Vv`79-hVa(e&VO=y>di668=90nAV>^fs_O9P!yn|CRDyrTB%=DCPof#DY#Z-5TzFu z@*~@dBRj|$ZpxzD!OKOfx&c&{S$>T6W}= zZ@~Z%CwS^2QJu^qUvsuYPzyRH%03kFx1>;Td&sG2yso_r%V}V?t_1CXHtw$6gKzuMD-*>Bs!gwUBT(e*( z{8&bT&nX+}6N#N;WKrG))in|df@fmlZM?ie%H|7|e$Z*VJ9Adw#xWo7y~QOY3SvE@ z3Wrh>zA5JJ4#uHi0^Un(5L26>afa7&x(ZXDL)tjHVa2;TibUTJVJED3Rl3$9ao*G&`NlXs$Y1E!?9HmmowuwaV47EOIGDa-i=-f+{6VS@1htIaE1rbLH@{O9Pu|FOR@ z4o`pnD_FO>eTn+zdBRbiJn1jZ?zi>ydV#EU-jkp_KtN4mz)qcVvI#h@b-thgejI*8 zt4hpkhsF%#C{ifZ%TRw(0Y^BB1gX^BT}}d*Wj>{QC&4W?HnuYW{sGw}gi`xlxenyQ zFo`TaOK!bcvJ4=aKakz%lnoqCzbzD#`KW zzK#XTJB&c5?geg&dXJ$?iB?Nkl&1X>5;@2T%!?1~=(;Z}nHK}cg ztq}BIheuZ7<(fJxnc=i1ywhn65rDh4*jdzHqDXi4zkBuYdTu_y@$_QO7`UzLS8)E@ zYyo6d8EUA?RW3}aPDA?V0c(&ji1xA2f+=`iJGE7E(i{u2=_LH+A4hwhv{*oV3+E%^ z;7A6iz01^t@_EAx_~~JB9KOMESbsB3q5`-opIwjTlwKd@hXaLV4aW6W;!(Jf} z({KX?ib}hti&}L0e6Qd{Gpg|eg^%{hK7UL17|w6zExuk*Ss9JUa|hcuG?W=C31T^x ztsl;VqS7ZZL^vjP-so4vE`^WCwFre%D$>7^XzN5hG{f!*R^6_%C3O;ALvrO=qj1Dy z!s6!5(17iIIa$Q$ShCxMnH{M)WS&bi#z0S*;Fm(LJOWp60OgJGacWUk?2tHGVe(E^ zR*?^w#6G~0YG&8FB{6-;ZV^6=DA-ybyKQ8Iy;nC%k9Y4Ybcy zQk7a8RGyfx=tXd@23xU8g@5W<%XEi1NLJr^iVojO|NoB;7_fn{0%Sr7)hVLcOwke( zV3*EWW(CqLauU~x8D_H8_inLAZ`W9YW91YS&@FB+)cS_L=Kw}B64%$)v1w_1X?PdO zn>p2yB1qa3RMf{wkqY3dJ{^aU8C(5mcFZ|~H9C^X>_H(`0rH%o_KIZNVnPdmk2My7 zXyn$D8(@z+r%~+wa3L-1!Vb^2Ac&7J*{Ddc;xG-qAp{eK}6>U?WEr$P=016V~KG zolZkMg!`_S=@EbQc$DXkSi||;N*!J*k^8I_vh>=iuYxngZ4zD1WGLCLK&il$?j;-0 zld;_lLzwY+{bQK2cleRm!5xAG`J(B_b15!pD3u|A*=lzGuZ_a{`21eO8Fa`F%SP_R zHv<1Jt;CM~6gw*6{jGnawRtm&K*%b2Gi3ZI&8qw6X4snBqeE(&` zV$-dRq9ca$HT#U5#B@cDV*}lK3@Nhf`MxH}ofKI0`sSpH{naav!qUh0B#cB3#3Kw;@yY!l-2zCK}kN+;AB;Q*H=J^&oJo| z6e(9Y4v_P_y_Az9?+O0LJA5LA0t`&Sn3aj+XIqA29=Av7vC@I8qMv>+p%AfAwC&(e_(SJ!$FmLmboVj48va+*%{SmPF$*I@Tv>jravaH)F!=RHnixs1iQ&BMzk8^Hg zGvsjKHOp~cs`ByUs|dzC?xT-C$sRtTOyi1g3Xi6er1y~gks{TEy)*&n1rGQ! z(D!5)ao+NSNw$60@t)VA&lr51pplqAt$~ArtPb%@0Yq<4-BCg*%Gu$5yP=U0%vFcn z$A^?9wcSI5g}5%J-Yxa?16s{AXHJppHOg|4WhF~Xyg*9=poD5VXv25s8e~#Th~Nm) zj&Ym5zPd@y4yZ087$-40EkP?=unhVC(O~)?F6Gl46fg>x4>Qe)drf+sni#y|!8YEz`-hoQ$VYDv%Wl zQ)|C4F>vj9hfWb(qKKpFLItklRonLH8Ne~M)+EtA-k7-@EqFc=&TR2UcMlIUU*wgQ zw^fY+(T^d}Y4XMFVZplb$#!@JhJcKv%Zcm|u#pIXF1@oKoNTG#Lfz~RU9RGS3uQkM z?eV-|Idy()x_qjT zXi@FO!;h>*i+*%-^VZxMGG6{qk;225AK_@KWx}XlC?Q};A|(>Yd57%``f83Df4_{T zBYu9;>zau(Z(%O+Ro}tn)@f)UwLz$%&{b({*Yo?~d=i`8=781aVpvVp<8LCj5i3|@ zXZZNqZQcOEPCd>=JRJILZ{aW;A%L2(ITop{sJ^_trw#_m(|wx;1c~!Q2bt=YM;F$b zA28f?q0!VB$rTs*hr;&#c3LNr<#*5PFl@$->Qno1e2+nMuV;rUYwi=%BE5N+P({@n zUX!TwpPZC`k_7TM-xP$z#asl11&Vco?nmqu0)_5o()#FjH?7mtbzll|3^4Q0_>90c zpH1eH;VZ+z2S2^LoI(-jX}Iiq;R(rleT?hnAcpi;{_eUQKk`YXbIdGFWRo39R?6{x zVVS?Dyd~zp$lg@KJC-2tE?CIA55o9psuhm%pW4O~O!sQz)1I%jVRWC8tUs7CnCM&` zVf~fm1J*Z4UK)3)>49uqr}K8zN1g5sXfxWFHYlQ78rIM8-S^*Xtj1Xg-yXE^-0S|R zG{;pOJH9(!a3WrhjYW7_74>Pqg>7xWs?x?73l;V(uyr2#)ODh?D2%{u*{k%kq2EF! z$5DpZ?ZMWJ^5RVg;dTzDru9HeO!$#nb4v4lYKLfNM+zqp&g>Wa@v?xFbnLt3asv_^ zD<$mLlQwjBR(ku?;8tHa)DH^hwQg(vuedBj{<2m1UtEO@dG?rv4)br|`R9?<`SO|R;c+8t*){SM}cbpgPOp{zhd`3Yu z5&_$b6Q{J=wl~$UYYe~_fPT;)Uu%rs$h1y8(z&DGb|_$-1T^lb%eQl-8Vc2VJnFLzVb)xn-Dz!ujJgUfJrZ2WT;Wz_|{nrlHtw zWQctW&*iE@gfhVsEfDhGJNoJWWq5+}f7FBwaow5&vwPh0y!bi` zNCM5~ko1mFuON0_ThBN(ujS_t0p#KK;L;=Ug3hIy=eXfeM$E%04}M5lVPSA-ooSHX zL#iX*Cd?sCtvT)F#02XCdaBJ-lKnVMi*+NReWWwQ66cln&EjRtk!TO${iWwPa9u42 zTCpDBdmSSJuwml}qA3KYg(Y?gqb^1ux zbH^%eaX1|DtTYQ`95ve85e46nBE!DP3%b_j%>f%xT?@GkD=o1yBnHn{(uBHmfpz{K(Et-F-w%_jH)#6Z>@5+B>A z7=v{MMO(X_<;4RV`V4AJaJlmObZninE*ZVWCGyfAG2ES{hrkJs2EY#ML}M~<@ye8I z0|9x!*mB8{x;y|oR-xe;Drtw z54R&cGLt3`jV*{_vCo;m0&4AND8`RP70+2=eG&eESnrTwdlS~E7s>e1#pn6gBY?tl zao@FIkXr9}Pj?uu1kiZgS6akR&xgTvOhufBVQQ*R44nU6O7^*CK%zLPW;~u7R_%N$ zY-(XS$&W+5nLU{z&wImp0q^$3^vfzr^F1Po?HB2ieMkFMvj) z0u|qsT3+ty*vOb3DN77n+p3J1Ih3nlyYUTHonJWG|Jx8F8W2y6(a4vGktObr>G4aR zg!mropaq9fiVMIt*nW-9GItB$g%KnFW9&?*rNRtPyb$=ad`onII8z~ zsdoY=oscBpAi+q0ntbN9Py92r11S#(^$A>%?V`LHm{85<2Ug=C5rQA^Ncb!Z^#<@w z$FpYmxCUY+<&BqKxA^E6o+p5a+{*LbOcD9EKmAd%NYPOE-4-CF$uKKzV5X|oK^Bb3 zlguO}aIYqPGgYQ0a@2epP73IeouB}-OXG>{(I&g->~o-BH99uy*X==s3-__gMh3W( zetZ3&cpu5M&uFQI5I96BF%?kaDKaZh=y8D22xQ*i1-4E<6uC+qp?1(qXvnjT1Tz4B zDoi?_+}@p)MLYAG@iC#=dTlk-g#ZJ4<^-W!wv$S{g3Tp4G*6kuv^k)h&$(m-@tkl;sa?KC z4+axQ&;}+liO~mR!k-JpMvhxxCh0ny; zd@)oC&3iS(hXB8KxbcfG{0MxTZ2yJS4pZ`fG zzA;;9Aj+t6ht?abnR2h@t2;YW^ZdLI7&bs7NVX3WSFCU-me|rJouSCji1e3r)CuVs zqle`Xh6}H_JFC#k*dsPIE?Vu~Q*J~!^4>i2@&NP7o0-Q|dJvfLAPv`(&ae)akSNS_ zFHYRvd7M-c$()BDG+yWO1}!*qT4F$nCz1>#@Wp?XcaQ(+`#mqDzhptUoxSFCw}aS* z{wz=E9adI%w~MLadkT>4OFy4^%Y%B|bi^Dif&RT#ZZ1Qu5SJ6m)Ez zj(XRf_72}pRqh~1m0c%jikCGWvnwDTU3tOnU|pW60BQB(Ve{IMeXUOfH<9&Kl*mX# zI9olEi*SOwl=hwPu?Z4!tE=cY^B>WUPcp85H}nV(9ANkBIRu~ednV2> zK>RDy92i?38576~;32BIkZ@kC@2^RnLHA+`zUjqi@>*m^#fxHd-z+G2JnQy#A=Ask zx)}MZFZ#=B-Ea?zOS4cgoN(To0^J(uqs9+9^0Kn;!*D3C`NQ)<0hw%EzW)`=d$rF5 zswJevy~;nrW=^3P^!bQLp$2e5H3{q06TRR&vHNnRgKiKFrm7w!9m@* zNr%czhQDoA+8iJ06F+gWyUIBd){&5bWte6gKUDkKXu`x}X*x)}wIR7l7FFj4^kf}> zC;Tb9aL8`D7It}3NBTUyZi9A5D|IWHSK;b!VlXx79se~zLF`Zed2ULq1Q zVO8>BlV@$!7m9%^-wFyPCnppCs$>(~I?+zRs1H%)OxCB907fF5;fxwAM@K;eF5!EOau@<80Q7 zkB^I1+Z^uTx6{pLU&j5yl-HC1xohg{(=p_>o;W(|%uunZ8qL{4a_8sTin&ZUaA?R! z(Q*T!SxTLdti`Ey;@8-}@fzvTK~Xy0h2?NO@-sS-ht2O-?=x5|h>mN@Ik`M3h9BT@ zS?ULmA9v1-Mu!Gxj}Ir97(&3Pq2p91K;iE=`<3Md446C8vhINSGpB*L)%?idx5d6k z=8`W?i!Mb<9wS&#yu7HbuuY)9&!%P$wh9h)r|*hTIyYfjtS`CZPwQyAa*o`r;Th93ZMgo>*>OZkVJ+uf1p zc)RoIjuMs9&j*^VOU3U_2z(yz4$2N2c#vi7vB|n&4C`14bm_|p2HlJ}t$0Sdy@mxE?wIW+I=||(@0g0^@|YkzrI&b>vtbv2QI~!SA#e$N|kB_WH9q?8g;%54YP{z@$Q?Mb8!q3vIy4 zJ@RvFM+8@VJqpwBzX$kL$O8Y%Yu}Rt-WzRVyab9YP7il&Y*&n7>=YCM1nTF=Qf%89 zjLwpWxuvDyrOLH$oDJgRngId0Jq(ZJN*}odJ$)r~2!?FrWh_^u>ak^SFA#b3TA<>H8?&Ka-65y7}^!th<-}Rh4l!?ZeZQVDy^mua%L)iRyg?AH~dj zvzXMUXUD`XN-U_GWrx{uKsQ!jV+oBF5OIZtsJG7s1rRg)`at$0d~(KE3Fw$;m639Y zx0BxTB-?0CiF~#5is^<>K)=!_V1J0JmpP)Tc8XQ&w*yoy!VBVc{i>ZGL3Jmnhsf`T zsNoqX+>S;bO`=%G!8zu;NLQ4|2qS=v(~}bw;7-Ces047aB>FcYJJ0f(h_yGnu0-RM zF5S`?nm1saJxl=;A%>i!VHMHHE{KC+0w%s2_LyOw>$@oShg#Wy2gz7^gM4_`GfPEq z1kM-G?}%QX+^gyGM}UXpCUz6SoXo@Aa_En$iM@NzJD)U<6ET<5OV90^B|?IG()#1g zWRn2`*RxqApw+dJQ}z1iTlUkl^icq)V5|Ar{rgaUy^5Ya4|uW)_Cs{`S3|~9hN4a7 zz|1miN~HgRKgh;(ERKcAE@?~tK<&D%t8(^zn)bG2rtKILVd(7*AL+E1OVe$q<`nkD87W+H+$U{ zr%qQ=!fk44nU&iud~)j+FC#Z0!)>(wZaNvmHhP#);=9KXFY~|9queM=tA8Otxa!o4Fv#YyA9II@>!32}2IkvZ z1!AZOWHdI;gPyma?@b%LB1QO*Hrwt=aghR|{^x4@XMqPeYM|eZ6_Shhnw)Kq%B!nK zSF@11j+Kt(lXsc>BClYBY=H{Z>z1Wqscb^FS=aa8l){o72N<||n3?gLh8`8~CJq<+ zd`{ZkQRU3aq>vwGS%0V?Csa-9z40m^jSMz-~n;K-O`J(eyw*fSb0d9yKf zp4_wq%fxpyhd0Ps z_;ZC%vnzu)(mF|O7x9`O6P?kNSY3o#=eyO{LqRi@dFl-qAp>O+0W2_VLL?Ombph?ACwGYVCYVXpAYaYByB`>2GW zW?xOW4TD*uC3gmt)v>)YIi$uWtLu}{vjA|ti1tIf(C$j}f*JIlImtVnBe-w`qmKIX z@TbY8|GpHj2QdID+}mj)|7|_`i-t`9{d0`u^0U{1W@Hh5BDSY5ffFAZtlUXS!NMXe zOiAFA6QGOvRs-!qXPs6V!)LFWS6%=ROit}*X%l7a3Q-9-;OfzZ7t5Gauv;Yv?;U75 zd|}qYh3+7pEw`jmIG6zgSBSj4vMA{TxA)7Cmj$+0)))?NNWsjnDAPobfq<$JdX z%BI6rT*hpA95aR;G?0d|OILL}g=ZU-^ceOB0?E@qTAHtFZ0Ad9nB!K2glT+Zz&O^_ zwFvVIYP+&rf*@ZYM($@);pku+z>I}0!hS^r$~?YxM|T+Rx7gVDltpRT-WM# z+C@Qy?Wk3yLI9=M~GA@j75=O?U}Rvz-q$Iu{$#wf}ENe?!l}|NoUF% zl+{A(2E>8$94Zp=H&UI+oOepI`C0{G!!>qja>z#vxe$5(M&thliC|v9p;yCmO)7lk z3wmFf=M^`!BedfJzT3O(F}=_l{kcU7O_^Gjrn%6Tr}fuH}Ip5MDEqLMAq7 zbB8Sl(5btgPktOR6b^JMi3y5%JvuzZ`NgceyiXOvHB7oC60m!~KL~fuu%Bx0X#FSj z01I;+4d{~D|Q)&LQqLRAL_2I>Tg`h@_@Tz+is@WWMOOUD3U3=Sy)VTmpKed%}0xzx6H~}deDXxtdC^} z#TWybrG4uI%*cq2z|N=da{1n;B-N|OCvv%xBB>@0Gmdcnsj(sN0;>bVrMnZ?MbGq3 zx*2o$1JNS@0yfBbEw4&cl0(nxE{St&5%kVY&PHKllKF?D`^B4j)zXsl4E;jkA|c!S?=+529dO(soAMMelQ2+@@3JU zh`CgYV?!d!4m}>CnzvezXRgH({VwSb6{mxkYhIv`|I3jF*7_7)R0--r9U=(Qx6A7= zw8LBt>=qtElDA_jRVL@~bR+AOG2@#oqod!DI6^&~k8IClZSHERqYzL2+_yv{k8l%H zQ)57CJ@yEBz~@_1Qo?0C+45PP*~&7{mCgm{7)W=vkB*wA$2X0QK#>{_NA6dAv(C#_ z7P8rukDI$@Wnmc0#cEJbS8M(Clv=}NE=BiAr1y{U+!$EwR~LGF@g$nE1iZkSUDK#8EZJ#_`x08kty@~^ zj@(X84)r@yMzy6s2J=`+7C!c9I24O4q}r$6PK!c&?pg46=ki3DOU&bOz{L1!2ixI} z+=&z&4P&Gy-Cfwv&rhDM_(M)dK*X}`kP@OnTO0(2J5Jv!mGiCyFKWy#Wn6wRCCl@~ zM)b5?Gu;hFKMnB}>NUEG)YNY-@03Y&7Lpcdi3w4~$K=L`#lFHT~BT z#@q>y5Y&>Sx&|aNK3{l1@06SdxI~u_R7NO88_XQ3_$cZk0`t{POxT<`32X~qy%-Y? zy*2=hJmPuG!j#!+5cMZEJ@l=Z8O*+CU(AjkCsIvakb-aSkSoYheYs6A^RQbCj3ee4 z8B8Rb)G2fnH&1G=jg1_bzHjF85@mEINjl{cj&r_8cbYX&QX_NWCHOu6;LRX~2=Lfb zv!7zyvezG5t8cJu;X3eSF)=Zbm3{z-R3+o#3fBwPuR}O#Ki3Gy9at7cSu~wAjB@jT zqjUbb-?mA-0HwpHaE=vUT2-gv{eC91?XYRhBTZ6e3UciWU$T;Yq0D{KwoJGbx7~v9 z;7KC}Bhadr$D_MxO9D_(Jvr&$DJpBWtxtZw_NYbZE~rFZpAyew-O^++Su=$@~Ne@;i4u(J&K6urO><`0`2#vUsw- zaw&V`faZt+&<+jZfiYnWG^y7I3#Cvqy&A<0o?~p=5MKR$fzR;_j>$31(egUzcVxoyYK#Ds&j;HAzrYdq& zrAeBSj5vF+w9CZ1duHV7>RZ1RhAu6#F)ejL7?nosl1!;s3q-Ls{ZfdpKuxkOHyuLb z()GG}MBdx}1Z9LJQXI;_bcw^qp0SJ;B~oslwv}IBz)I z4X7+T%BLzgu-!R*RkLatj3QL;MPgsPyC=k3sWICEe|BkuK5M6b%w7u)A|6yfzCz{|)e zIK$s5D5xml3yj6U`)*Q!NH06szK-gz9isOpAO)50)x&VlDg$?VdY43SzBhDqHGLT4 zls9&!j0~KWZ#!`~vE)i5tb?FvoSkX?I0@yvcu-WQBLVtiAWc}>T$E7Am87`Feq&BS zkoUv0C$`Vueru&lIqXgHbAknVTSc+p32r$Vy(C-sHk@dz7O1DgZM?oV<_=u)384Xp26)$%) z*RUD$g|X}5^b=0>wh;hSznWH-cU)w-8uJD9o9iCB=jk6`eXfa-NyD;88Eziv?80uE zK85iP@0(CFskG@_gcNH1KAg@3xEoK5krbj>Xk3D*d`B`q3Vl8O~ zy5_{R)x60*r1TVa+Ln`-H#d7_J1k`_hw_+z=B4i9ybta*I`{tEVZ>_e!-M@fUz#tQ z%&`%>pF@~XloRp{9Mz(NMH{qiYMoCFZw_!T~SV`UC&NszLraZ>x z*h3r?*1g{lb41cV@^g_@+wCo?+-(ed<~AJFRylzyYtMaIF8Ci?@31ElsnfRs4c7sVCr@q`EUImfbG+_*xY(Y#u)?Kdo&j?HdE)7;m9E^Y+^ z6JE@(jj!hN?uYS& zU0`bVnb9m3$NM0z2ovvdAe^SWQX21!O?K0L`?OhsnlkH6)RVQl`zq7rIZlI3P0ceDFQ_D^JkI09MMClT>Zsf4V^xB% z`T>E!n~1J-|5ruwBr+T7hbuN)<-8$*Z-0Cs@|PoF(QDg432u}q+(>4v*?;A1@kK~@ zM$#ruGd7id^Z>h1UhVz1+<98ze5Zk=+>a!eY=EZ@E*pSs(SJMHw)I?dm}Za$?I(;R z?up?i*E$SUB}!mh9AsLG-Y{19||&-W>-(#fbut#2RK*< zW<{%+H*!sMn<$S?tMSV_dpW{oiYJZy>mP4{xf=0)L#kJkl6(&-BTgdNO&3MiYF#Pz zZrj7;CUZ^s>=(hR|9y0T%%~V@eW}Tb?lI@a$+{l9cj^AH@!-O~L2BnH_1j`ra%oGN zW$pE5EOS!{ve$K71gB(Py4y=&K3Vg(!xt8}HCiP(G1BY>OQDaJ51I9_pL0%?89lj6 z)EbymX*teoY}RtY7TW*I>3@yuK#BNi9OfFBwJqvhVNu}@;1+8O1XYK(t_b*SHwU@c zBErcNJAjPp+Y-#@2^2s7)+aM}7wbuZ*z|O(U_6P9%HRWvrk z&UJ!Tmixs5i(bc5kp_su-ldIqwk~Tm(+pEb+K0y7`znmZmA3ClTW5Z&Dgr_`VhWgy zcJe>Bu`Prwei$r#V6F1UHvz%H!Euo>{c%^>RG=5Z!MblE;vrAZ=<2a(%yi9+5nv9MGs%Y7O*#IQR7@+SCM>)A1~>t{@r zGtm=ArA4HKAuN*zr8xj;bgw`1y+iVX`0Uok7A0|>`&ADM(C)}+GDZfLP*7D@=ZB`&CTG@EBB(;gtnbN3jscm| zS17-?eul!Is3QumXEh-h`Yeu%!w`iAGJ#yMOZ@%C$FB5?E()A`z3tpdYnNz+p1BqjG!vtrw3O-Qc{7mK9} zCgR*b%8IxLq7 zdDfSkyIc6S`SLd3uPn;i_sDaADVRUCf@0h*0IZM`D7f-ZlJn0(6v+$V4*3BIlUPI* z6rD8p11nI?rp=uAvCkmQCG|x(A~&hZh+|4tMFpGdW*yc3Mp`--Anki@z8m(C{Cor~ zKhKhh`z z8}wVnfAwpc%<0#~bPTz&Hg8!~);xA3K!Q&$&yR(b+}H}ZR^ZK)3Di5UQj|@E@JR0q z35<#DN3!P!`u$E}U--PGGci+xhgRXu$w~6F_I|EF=glf56}Im)E=+?=&XW&Xc@u9l zX7l-2RVQi1e!Q(?$ip;ScY z_S;0|OvTP9ma;QLYo|+pu?B}+c(p4O%5}GOM5WX!u^mpc9^!r zI_Oh))Lkmg)tK{;jr{nE?1jN|23)EGS)00dNGJD;Tc=gVTCdCy#yYh%=b%92UR)-*NQ-;|IvYpW>)indX8g#4b_vlQNJtg}nwcBu(kb zOf-JUU3wV*ENdh6+X9$WBs?oU&DItuht1pX&s0?JR*39u8Kvd;?s9xRY`j>Dcubvg zI0ZaJ?H4KkQ`~q#{`^|@e0;bh7j!4Eb(^px0RRi`H*DG?e{Uvtfqx_NkU>Pxu2Gr; z5Re@Klsm4ycuVXWVcB%gytouwE@J(Tt{U9^KuD1)=(N<3vd-t0#7bbum$7ue$&$4F zw&-R?r732JBe^R@)6Hw$YCDO2UA2C9x9Hl{E6ToKilyk@ENR#E-MQV`Aj>Ji@m(9E ze&}zWN<;!s^rt|<=hcga|KzEEF?VNr5O?@Z(Xc_i4IzHfFP~Z+$5Cv72?XZ)Bgxpx z=mPHPR@r``oNy6?H(5&rvA;@dfH? z`Cbz6NzRu5iyRo|u9qxgR`kM?4U;tpa;Y!n6*3Lf)Zc2;2K&n6nLaaL4PVK+3z7B^ zqY~RNK$N3%-k6nFHYv8)clO4vOhp#eH&RZvy`7Dz>1>{G=rvP@dTO56N=UW$Hr;~F zcSRTuWzqrdy)e=+<>VQwsiXLgC+^iaVXnGWFL+4oaPA;JP*PJ8XR87QhFTFs01KuL zxQF4AE6E;0K<{%lS>hR#B=n(X=y__kwwF) z>ESX%kIR1ls<10$a!D?NbGHE>_af^e8HP~u@@GTXaXFWT5-$=>FWwe#_#U zK~_=mzFto_zWt$!(YPHQr?lS14CxoWSQsUFL_%-~CUqwy+qmRI&*QP@wnz_Ns$rS+ zAGTSafgb+yeAtY zcm^k9VnPY6Tx~Lt$Tf*sNHZ7~F9T*sxGeyB@;CNW^t+Ze^KO6^?rZmn-hzn$q5U8Z zg$26+9V**~VbR3)d1=7k`PNihi#wb+fw_1oV~iMGAa>-5=;>3EkKK!1Lv08?vDFwZ z2uMGPO-?9c!L|t)3&1Ht(8wrgjHeo{QMZC7!TrFfWP$Z{HUwrtChx0uC<1K2DU^O& zH-UeH0_~}eA-|xh8}$ikLE1OpuN5BFhpf--N;;)8=Y0km6O&?Ou5K8*Ha}N=Ag#pM zbTQexyr%5Dj60b7S`jEm8>bXY`93c?ntqXN9eiEQ(x6r4k4G`mfQXPPZzIvvD2O)9 zE{87;zN$X1A-Wu2sHvguo9?@2ehKZrN40}A&r;eNaOOE#2-+3 z9%?=4sQ;)Xz3W z;)Lb%nl$HV6kk6iM7rCZjffkPW1bqXxWBFn}DfC-teQW@Ck!Zca$jlw2B1_F8KZDhb$ z@eV_NLB;zo?nY)tLK5Mn|D^MbW?vSH$c}Jvy+01KnD#<3Nn}ZWGGrVdn zR+%pz#+a6o^65r9h-fL>wDP#cw<39MNso%y+Y8*cXvgs z&(48?^oo+rM!k}GvRg7@SklkvIT{BJ(YR3jVdi8CMGtf zEGV8a7}Kht^{iH#`@OiZs2Jx?0Mw^-q7+Dhxv1p{$6 zt|P$6J|9pqLpA+8kzlj~95Pw0&%#^Ll{Au$+4eO$jbHtjPI)&1xb&N33}UT9|005Y z$|Jm%mA<`tX(Ez+s<4sD&z?%M}TOWMgw zPcfdyGdYa(zRb!>TMWCtoXX%2;Zy;A5&_#MC-hWcF}wWi>J<bj<&cvbPSZa^3rf z1yMnyB_yT0yOHkhE@`B@6{NenySuwvy1N?|-M^c?&pFT5{r>aLIL;czSuXB%UEll! zawYFai*MyU#$81pa74BU*XarE7IlZZxJ+%_wQge-HP0 zfiR=Q3SkaVQEIwvj-s|=c2b6v4B_`mwD!!VrpIn`CM&l%2# z*VO{1tW5Jq!_09>tV>zwcQ5!A)6C3Z*a?t6a-2@$-Ek=UywLSR#+yHn>jz2j70!K< z1iOC15E%E{rRy@td;8u8hZ!qCv{Rya75r(eXHZ^Mae8T6qox(0IT>yAz+5bAJx^~j z(frmCd5OcbtTzh1fCV~MN>S}+lR4UUOSGOMTAWVXF9I(^r zsbNBSjF$um7Li1umiQ1%-)4Dsl5Jo)?|}x-cK25hZ#;`JVlxo5$AJml_)AwAbd@ZT z>`!v4!r}WH{`sXa06b&?G583o{}wU-SX>hjeg;SN@evU1>o+TrA4gVSGm!Xz@ZNuE zHjKnHJkC&WD%7Oca9k0J#n=r-teXV)<1wE?r8&DtOuli7vc---dFE^G{CTnZo3Ip4 zY?Lq7PIXj}65Jb)|{Aw^nU`4_(vu)RIj>drQ;=M~^B^2-=zwTPb0 zmye^H_+UH=MNq+TFcU?*EijZ@ULHR0Se$1n@(KMQrPnKl6JL9~_lVALU1*zc2XOAL z4aiD*&OJ8KF~^^}Bdb!)Gfftgub;JK)e0S^*d#DdMBnf41efId36l+g6y3MTb%+sc ztm`i>i|6y)_4H&*it=o|8?v~Y&N;`{QEQy`Tv`|De8Ax(mX!E#>!oVOMv|u{r{_f* zO%F(ljtk2-Xf_n#>%Y5^h7-4>=DQ^2hni2^)+eAF4}2@mIu|Va-?-vGFTB1;Y6E-S zan9={(?=JIM;fljO(bW4sWov@7mGdPUaj~Dx#Mq`qWJ87lHCXhaID^Xy~D|x0I+pT zMOvx<7hC@xt%Vtbb93AYT@)gdlY|N+G&m=@Jl)#1dA%FYt~7{*%v}HPe`^b0clGlC z>ppR^kYY7>w8(Zy)*7ecU5`J$eQPGt(|zLT`(-W1%j%h{+OoT^9KgUgOKfL&SlLWx z8JfxCnB(sB2OQn>j`qIr6Bi()!kugA{)oxlR*jd*N4??8&H?J$Ab?AA1b{Yl^A1e5 zL@O>2x^r~BT&j~{ z%e4fwwS`O;%{l}qO-Dq?hD?ZMf6XS-QZ*T;Q_z%E&5%X#h{#PaE{}}+{4qAJX$?)z zdxGI*m$6dUq?u(-p)04QRXVNI=p@PqX*os@zO5S47)_$IU!Z`;KVR8GEI>G}D|YK# zyR+Pt&Pm?tioV?_=zW4E0V6TFZ@zIatgJC1(0zwaO-ibp&cY1cvbC#LdS189V*UKhz;kl*DNS1 zq|YRqYrQy`6Ye0n%WJ$|w(olIXrCbpZck2FUSJPE1B#`P3D_3Au%crjByZ0As{mm6 zl!MZeon2qL?>I*5GuCjj4XNAd)BTb;>|fjz;BffiTMiiKj(u6V5mZ-cpsNVg0qCrI z*6+AQAnUN^7cv|U3HE5j0{Od)0Z@|)Tf+s+0RSI20v2?8HnVS}W~iHEmYoiYsQ_`n zT!?Acvo{)!$MqK%`%_JZHAT7KoF^r(jw#h$Spm@Imnz40UiUmxxzL9XJ%aQGqZt6= z47Mj-Z|JvD=oR=UA^^bf;kA&%A3y(0GYjPi@Q5o;rF3+_ppl|0@~UU@b)EaJHYDBxKQcP})hkzhUN5v< zG|6;xS0)K%yw1v{;31AS38WtCAEcO}0jM)?Zq?8+eQMG9D!Vt7Bo=`01~H^cqmFc* zLyQ1{1eoS9r4ruZuhZqA7;7QW$ffO!Zr(VrnJR5f5}eiBnV)qR@G{OsGDRFHYU$lE z=joV+bjvUJvH}in zjC?PDYIGcH@LOgtwo{g`=C8l!f7)e8B!HAH;Mu%~_A^$~F`UU_`7q9dC8ik1B=Vi~ z#rHOcP__U`)}u*H$G)eWijk7$wYO}~9nf@av-j@xNhvN@b3s?E%Ix=HQjh+bAP8;@{Ru)SvvSTlTEn^um*oA;PuLX9&WSBab& zpv2B~EtBRf)ptbFa-&Y4eh>y{=P-s8m+#C*V=3*^))M0q@`_Hy-3IRo)zfYDSU4O= zG|K0nSv(}Tes7*L(hqF!nk~F3Zu*oRq!PNI+wJbwq=}BcKgA|GCc#_UXAt2TUpmVb zS-PYQ%^IuXkbj^slA+W(na!n7**}4uh>ihN9Tq^MapKe@BOzNgl`Gl8137X=#VWPo z$xzun5}n7OIUJ(PUm29onNEXrKSZ)h$QleG-A7t^-!7w`-cPy}W>-gl_ew*wcn<+i z;Wxt{@sn4lMa%Ml{~Zdq+_yUsMBdQAtOc4tG5=YV-$!LHMSxcb6p)dNZM(vS?9CTcgOcKplA!&^!f*EiK52f_c=v1#lO23l;sF9hdgB8{5p(QKEK`rN@Q zn!`_EPLAnFz8unKG?<{zy@|Icl`OJIeWRnfF2@>@FNL=W{yP)*W@pBwTG#s5DQk4d zULMaU&*K14LO7KB@}vJRt(;IOpn>m7Dp9WT1C&n^x?-PnfMICrU`8>rIbX%R#VhPD_Ljsp}%i zA|kUgk~$^c`;{O=w+Qh;SVFvb$+*C3?yYr4%Os1Fo-ZQOS`axNA%%!O7)^`DH#lfL zuMq9%1aXV1WHQDxigk`k{sq6vGMp8RZhGwa=!TRjKS!8-xMH zDcyjo;3*!$A~r;ATw+B5AT|!zyO;&u*q~Z`CtVH3WUa4f09Z4}xqa)#c^AP4G4&&D4yTYuZv8|52FI1tZ{M%6(kjZi9b ztFR%B#E&*Fa9$$2bTMNur@QS!5!@A>4xWumM{}VM>9W@)F%=7C%J=-E+xzU#@EDY8vd^MgpNnR4Ktko5W0 zuIAFJOJS-8#d_8})~joeXI)!p5Q|7&xS}z-E`m#FiF`1-NG~4W!feY3J5kV>ZyBMa zd$M%-`oDF;e`;PZ_`Yx8l{-V}6QeAh}=yBh) zKN~{W-PAzz#jgNl+nFPWyhlUH3;Hm(6z99W5H3vp&y`;e{|MzHfOAbGz53c8YZjpP z`uqkA!4jP=$|vbP^g3mf=-WU`zxAJ(g1?0MDG4kFwwiwM1$x@*Ypd9fr5^Q@JSd-` zv4+Y&5>iWzll7GD4|a9K2I)s({YX;20==e84*nE6)pG=r*3seGD$5&iZ@R52E{+xq z#w-~(*YYS%A!~43m=PVyYA|`{^PNIBW74%N*U7lme=T3qZ>d+uK0ZurRS4}0hPT`{G z??L?=R*?&XywV(T_8^k!R~k&CUG4o8%0bzpbM*K=T3|CUx&sQxu?g}Y@D#a8XUgLp zj)qeV7nZA-FNqkp##6M$bN6SW)a=KevUz&V7f8QgMaw z5iY-d4OagQ0S@;5>}^$o2BT}R6EKtumkUL-i!h~1EtNpfjm$k2A)Cqe3-%8#BB|UQ zMyJ1Kx;LqmJam0uR({RP3ReMWG1K2VV)^pwygv=K;G_RR+)tV5kt+Z2 z^Tz!nlo*3ZQ)0ykp73}Ts(|(0{$Q=e-HE`i(fi+rTtFp?d-}4LgGSXlHqyFYv_o~f z+RF{O3jenAGT@8!;J+ELSWdG>aCO*KuDC!~t^J1exYhbJn2x=Q@*6lg1HwSV8cM@` z3wi82L#jj)OStCNGo0J)!<&mMtBd=Il#t97%HO4jJT zJQt3JG~p|K3DX;k297=2z!>cAs*2F%*xuQ!Zob~bMd`p{wbo}_vfn>Q#c>xtr%oJn z$$9G=r<}`k*S7lOdL=i0B4@0VdjuPoO`0Ms*IBbe^~lotR4JdZf|e!_~}ZGNg0;N2wOROjc8it@?6(b1=5>&{c4 zkxl5niX0~q@u`YLn>TL|p3+jUH|Z~yI2nT#_y3fdCCcST9@XZjpmP`d+3YM5GIsx& z)E94d15}q6_NEfAC|W^PF~>!}92)`4eAn`n}`=^b*kQ0 zxm2y!fcyVk-l9Jv7@%y|_EaAB7f_g&UjTITU|sVRH?3Xrvg+bMPWbY-VebjI8O&yB zPy+giZzB}Ck_f2xq&3y>t{7}dW_EUDdA|Jw9+Vq*oi4=r zgFkq_axsup;s1O!x-MJARSR WMs}(eo()ns5A!S4F-bj*%wV(om61gHb@#jF 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 ?}V-T!~tlD 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