├── .github └── issue_template.md ├── .gitignore ├── 2018.md ├── README.md ├── articles ├── 亚马逊免费对外开放计算机编程课!.md ├── 又一神书面世:《无需计算机的计算机科学》!.md ├── 如果你觉得学习 Git 很枯燥,那是因为你还没玩过这款游戏!.md └── 学不会设计模式,是因为你还没用过这个神奇的网站!.md ├── assets ├── Artboard.png ├── sina_logo.png └── weixin.png └── resources └── 阿里 Java 开发手册(泰山版).pdf /.github/issue_template.md: -------------------------------------------------------------------------------- 1 | 2 | - 项目名称: 3 | 4 | - 项目地址: 5 | 6 | - 项目简介 (**100** 字以内): 7 | 8 | - 项目截图 (**6**张以内): 9 | 10 | 11 | 12 | 参考 [模板](https://github.com/GitHubDaily/GitHubDaily/issues/8) -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.DS_Store 2 | 3 | scripts/* 4 | GHDScripts/* 5 | GHDScripts -------------------------------------------------------------------------------- /2018.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | 4 |

5 | 6 | ## 宗旨 7 | 8 | GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给开发者, 帮助开发者们发现当下最火的开源项目, 令开发者们得以掌控技术脉搏, 扩大自己的技术视野, 并从开源项目的学习中获得技术能力的提升。 9 | 10 | - 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) 11 | - 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) 12 | 13 | > 欢迎到 [Issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,让更多人知道你的项目。 14 | 15 | --- 16 | 17 | ## 2018 年复盘 18 | 19 | 下面是对 GitHubDaily 在 2018 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 20 | 21 | ### 目录 22 | 23 | - [Android](#android) 24 | - [iOS](#ios) 25 | - [Python](#python) 26 | - [Java](#java) 27 | - [JavaScript](#javascript) 28 | - [前端](#前端) 29 | - [工具](#工具) 30 | - [资料整合](#资料整合) 31 | - [Go](#go) 32 | - [机器学习](#机器学习) 33 | - [Vue/React](#vue--react) 34 | - [区块链](#区块链) 35 | - [面试](#面试) 36 | - [小程序](#小程序) 37 | - [算法](#算法) 38 | - [其他](#其他) 39 | - [非 GitHub 实用工具/干货](#非github实用工具--干货) 40 | 41 | ### Android 42 | 43 | 库名 | 简述 | Stars | 源 44 | ---- | ----- | --- | ----- 45 | [Matrix](https://github.com/Tencent/matrix) | 由腾讯开源的的 APM(Application Performance Manage)系统 | ![GitHub stars](https://img.shields.io/github/stars/Tencent/matrix.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H8Yn764h2?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151870800) 46 | [MMKV](https://github.com/Tencent/MMKV) | 微信开源的一个基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强 | ![GitHub stars](https://img.shields.io/github/stars/Tencent/MMKV.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBoNeaAij?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538656849300) 47 | [CalendarView](https://github.com/huanghaibin-dev/CalendarView) | Android 上一个优雅、高度自定义、性能高效的日历控件,完美支持周视图,支持标记、自定义颜色、农历等,任意控制月视图显示、任意日期拦截条件、自定义周起始等 | ![GitHub stars](https://img.shields.io/github/stars/huanghaibin-dev/CalendarView.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBfmJEw43?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538656952139) 48 | [BackgroundLibrary](https://github.com/JavaNoober/BackgroundLibrary) | 无需自定义 View,直接添加属性便可以实现 shape、selector 效果 | ![GitHub stars](https://img.shields.io/github/stars/JavaNoober/BackgroundLibrary.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzkMg6reW?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658191739) 49 | [AndroidWM](https://github.com/huangyz0918/AndroidWM) | 一个轻量级的 Android 图片水印框架,支持隐形水印和加密水印 | ![GitHub stars](https://img.shields.io/github/stars/huangyz0918/AndroidWM.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyOwNv9SH?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658460844) 50 | [kotlin_tips](https://github.com/heimashi/kotlin_tips) | 一份汇总 Kotlin 相对于 Java 的优势,以及怎么用 Kotlin 去简洁、务实、高效、安全开发的 Tips | ![GitHub stars](https://img.shields.io/github/stars/heimashi/kotlin_tips.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyF6inoJQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 51 | [GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer) | 基于 IJKPlayer(兼容系统MediaPlayer与EXOPlayer2),实现了多功能的视频播放器,支持 HTTPS,弹幕,滤镜、水印、Gif 截图,片头广告、中间广告,多个同时播放等功能 | ![GitHub stars](https://img.shields.io/github/stars/CarGuo/GSYVideoPlayer.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GynQL0Ygn?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658654387) 52 | [SmartCamera](https://github.com/pqpo/SmartCamera) | 一个 Android 相机拓展库,提供了一个高度可定制的实时扫描模块能够实时采集并且识别相机内物体边框是否吻合指定区域 | ![GitHub stars](https://img.shields.io/github/stars/pqpo/SmartCamera.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GwGxQchak?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 53 | [AndroidArchitectureArticle](https://github.com/gonghuiyuan516/AndroidArchitectureArticle) | 一份 Android 架构文章大全,整理了各大产商实践经验,以及优秀的架构文章 | ![GitHub stars](https://img.shields.io/github/stars/gonghuiyuan516/AndroidArchitectureArticle.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gw4PR7EaD?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1535886809242) 54 | [RuleView](https://github.com/zjun615/RulerView) | 一系列卷尺 Android 控件,包含:基本卷尺控件(体重尺,或其它)、金额卷尺控件、时间卷尺控件 | ![GitHub stars](https://img.shields.io/github/stars/zjun615/RulerView.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvLYR5vhB?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 55 | [MusicLake](https://github.com/caiyonglong/MusicLake) | 音乐播放器,可播放本地音乐,百度音乐,QQ音乐,虾米音乐,网易云音乐 | ![GitHub stars](https://img.shields.io/github/stars/caiyonglong/MusicLake.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtJFIum3h?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 56 | [KotlinMvp](https://github.com/git-xuhao/KotlinMvp) | 一个基于 Kotlin+MVP+Retrofit+RxJava+Glide 等架构实现仿开眼 App 项目,UI 简约 | ![GitHub stars](https://img.shields.io/github/stars/git-xuhao/KotlinMvp.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtuzqbFtM?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 57 | [LockDemo](https://github.com/wzx54321/LockDemo) | 一个封装了指纹识别、图形密码手势密码识别、aliOCR 识别 个人使用,可根据需求添加 | ![GitHub stars](https://img.shields.io/github/stars/wzx54321/LockDemo.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GsqzWbqWj?from=page_1005055722964389_profile&wvr=6&mod=weibotime#_rnd1536071968719) 58 | [Chinese-number-gestures-recognition](https://github.com/tz28/Chinese-number-gestures-recognition) | 一个基于卷积神经网络的数字手势识别安卓 APP,主要功能为:通过手机摄像头识别做出的数字手势,能够识别数字0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 对应的手势 | ![GitHub stars](https://img.shields.io/github/stars/tz28/Chinese-number-gestures-recognition.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GrORWsEMD?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 59 | [MTransition](https://github.com/HJ-Money/MTransition) | 一个 Android 上的页面切换动画库,它可以让一些复杂的、自定义的页面切换动画更加简单地实现出来,节省开发成本 | ![GitHub stars](https://img.shields.io/github/stars/HJ-Money/MTransition.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Grd9XFEt1?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536073370649) 60 | [Pandora](https://github.com/whataa/pandora) | 一款无需 ROOT、可以直接在 应用内 查看和修改包括网络、数据库、UI 等的 Android 工具箱,适合开发和测试阶段的各种问题的快速定位 | ![GitHub stars](https://img.shields.io/github/stars/whataa/pandora.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gott1gwRt?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536074744432) 61 | [MoneyKeeper](https://github.com/Bakumon/MoneyKeeper) | 一款纯粹、轻量、高颜值的 Android 记账应用 | ![GitHub stars](https://img.shields.io/github/stars/Bakumon/MoneyKeeper.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlqV6p8WF?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536076012573) 62 | [SimpleRatingBar](https://github.com/ome450901/SimpleRatingBar) | 一个可以轻松定制炫酷动画的 Android 评分控件 | ![GitHub stars](https://img.shields.io/github/stars/ome450901/SimpleRatingBar.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gj9vEfvED?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536161207838) 63 | [LayoutManagerGroup](https://github.com/DingMouRen/LayoutManagerGroup) | 一个利用自定义 RecyclerView 的 LayoutManager 实现多个炫酷 Android 列表效果开源库 | ![GitHub stars](https://img.shields.io/github/stars/DingMouRen/LayoutManagerGroup.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GiHea1ej9?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536161299788) 64 | [UETool](https://github.com/eleme/UETool) | 饿了么开发团队开源的一个各方人员(设计师、程序员、测试)都可以使用的 Android 调试工具 | ![GitHub stars](https://img.shields.io/github/stars/eleme/UETool.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GhW5GiLgk?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 65 | [AutoEx](https://github.com/BolexLiu/AutoEx) | 一个帮助 Android 开发者,让项目在崩溃时从异常堆栈中,自动寻找 Stack Overflow 的回答 | ![GitHub stars](https://img.shields.io/github/stars/BolexLiu/AutoEx.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GfvfJjgnN?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536162512803) 66 | [CainCamera](https://github.com/CainKernel/CainCamera) | 一款美颜类相机,提供了实时美颜、滤镜、拍照、静态图片的美化、特效、裁剪旋转、夜景增强和抠图虚化等等功能 | ![GitHub stars](https://img.shields.io/github/stars/CainKernel/CainCamera.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GbQZOosK6?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 67 | [kotlin_tips](https://github.com/heimashi/kotlin_tips) | 一份汇总 Kotlin 相对于 Java 的优势,以及怎么用 Kotlin 去简洁、务实、高效、安全开发的 Tips,提高你的生产力 | ![GitHub stars](https://img.shields.io/github/stars/heimashi/kotlin_tips.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GakIQt5ZG?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536164747608) 68 | [TextPathView](https://github.com/totond/TextPathView) | 一个把文字转化为路径动画然后展现出来的自定义控件,挺有意思的一个开源库 | ![GitHub stars](https://img.shields.io/github/stars/totond/TextPathView.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8vASxMIv?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536407376475) 69 | [LikeButton](https://github.com/jd-alexander/LikeButton) | 一款类似 Twitter 酷炫点赞动画效果的开源库 | ![GitHub stars](https://img.shields.io/github/stars/jd-alexander/LikeButton.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G69s2ucQX?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536408289007) 70 | [Charles](https://github.com/TonnyL/Charles) | 一个非常漂亮的 Android 本地多媒体选择器 | ![GitHub stars](https://img.shields.io/github/stars/TonnyL/Charles.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G50Lt7nWO?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 71 | [AndroidStandardDevelop](https://github.com/Blankj/AndroidStandardDevelop) | 目前最完善的一份安卓开发规范总结资料 | ![GitHub stars](https://img.shields.io/github/stars/Blankj/AndroidStandardDevelop.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G27E29zM7?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 72 | [Mango](https://github.com/TonnyL/Mango) | 一个完全使用 Kotlin 开发的 Dribbble 第三方安卓客户端 | ![GitHub stars](https://img.shields.io/github/stars/TonnyL/Mango.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFNGUiAqb?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536410351912) 73 | [AndroidGodEye](https://github.com/zixun/GodEye) | 一款可以在 PC 浏览器中实时监控 Android App 内存泄漏,卡顿,CPU使用率等等信息的工具 | ![GitHub stars](https://img.shields.io/github/stars/zixun/GodEye.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FDP8s89XS?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 74 | [TableView](https://github.com/evrencoskun/TableView) | 一个用于显示复杂的数据结构和呈现由行, 列和单元格组成的表格数据开源库, 支持列宽度动态自动计算, 行列点击监听触摸交互等等 | ![GitHub stars](https://img.shields.io/github/stars/evrencoskun/TableView.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FDr6MdFeq?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536411658307) 75 | 76 | 77 | ### iOS 78 | 79 | 库名 | 简述 | Stars | 源 80 | ---- | ----- | --- | ----- 81 | [Graver](https://github.com/Meituan-Dianping/Graver) | 一款高效的 UI 渲染框架,它以更低的资源消耗来构建十分流畅的 UI 界面 | ![GitHub stars](https://img.shields.io/github/stars/Meituan-Dianping/Graver.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H97NBlqbm?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151778877) 82 | [FFPopup](https://github.com/JonyFang/FFPopup) | 一个轻量的自定义弹窗组件,提供多种弹窗样式 & 展示动画 | ![GitHub stars](https://img.shields.io/github/stars/JonyFang/FFPopup.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H71HIvW2r?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 83 | [Ebay](https://github.com/eBay/HeadGazeLib) | 利用 ARKit 和 iPhone X 的原深感摄像头实现了免触摸、完全用头和眼睛导航的用户界面 | ![GitHub stars](https://img.shields.io/github/stars/eBay/HeadGazeLib.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzNGkEdqR?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 84 | [SwiftEntryKit](https://github.com/huri000/SwiftEntryKit) | 一个简洁易用的 iOS 通知/弹出框的开源库 | ![GitHub stars](https://img.shields.io/github/stars/huri000/SwiftEntryKit.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GsA0r5Ygz?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 85 | [EasyReact](https://github.com/meituan/EasyReact) | 一款基于响应式编程范式的客户端开发框架,开发者可以使用此框架轻松地解决客户端的异步问题 | ![GitHub stars](https://img.shields.io/github/stars/meituan/EasyReact.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GqPg6666k?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 86 | [CocoaDebug](https://github.com/CocoaDebug/CocoaDebug) | 一行代码实现 APP 网络日志监控 | ![GitHub stars](https://img.shields.io/github/stars/CocoaDebug/CocoaDebug.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gqx2ifVVm?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 87 | [AudioKitSynthOne](https://github.com/AudioKit/AudioKitSynthOne) | AudioKit 开源酷酷的音响合成器 | ![GitHub stars](https://img.shields.io/github/stars/AudioKit/AudioKitSynthOne.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GpHfubvtB?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 88 | [WHWeatherAnimation](https://github.com/whbalzac/WHWeatherAnimation) | 使用 Objective-C 开发的一组不同天气展示的 iOS 动画效果,含有太阳,云,雨,雷暴,雪几种天气效果 | ![GitHub stars](https://img.shields.io/github/stars/whbalzac/WHWeatherAnimation.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gpo20moK2?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536074369706) 89 | [ZCAnimatedLabel](https://github.com/overboming/ZCAnimatedLabel) | 一个拥有多种炫酷的文字显示或消失 iOS 动画效果库,并且易于扩展 | ![GitHub stars](https://img.shields.io/github/stars/overboming/ZCAnimatedLabel.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)]() 90 | [HeavenMemoirs](https://github.com/SherlockQi/HeavenMemoirs) | 一个利用 ARKit 写的 AR 相册,将图片视频等,放置在真实世界中,同时支持播放视频,背景音乐并添加文字 | ![GitHub stars](https://img.shields.io/github/stars/SherlockQi/HeavenMemoirs.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gl846pADE?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 91 | [LLDebugTool](https://github.com/HDB-Li/LLDebugTool) | 一款针对开发者和测试者的调试工具,它可以帮助你在非Xcode的情况下,进行数据分析和操作 | ![GitHub stars](https://img.shields.io/github/stars/HDB-Li/LLDebugTool.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gj059na3N?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536161263161) 92 | [iOS-Monitor-Platform](https://github.com/aozhimin/iOS-Monitor-Platform) | 一份记录 iOS 性能监控 SDK Wedjat(华狄特)开发过程的调研和整理, 分为两部分基础性能篇和网络篇 | ![GitHub stars](https://img.shields.io/github/stars/aozhimin/iOS-Monitor-Platform.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gi5waw9iC?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 93 | [PopMenu](https://github.com/CaliCastle/PopMenu) | 一个用 Swift 写的酷炫可定制的 iOS 弹出菜单 | ![GitHub stars](https://img.shields.io/github/stars/CaliCastle/PopMenu.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GgzfcCpdY?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 94 | [LoginCritter](https://github.com/cgoldsby/LoginCritter) | 一个监听用户登录输入邮箱地址密码时有趣的 iOS 交互效果库 | ![GitHub stars](https://img.shields.io/github/stars/cgoldsby/LoginCritter.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gf2YepXRo?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 95 | [HttpServerDebug](https://github.com/rob2468/HttpServerDebug) | 一个 iOS APP 开发效率工具,能够在 iOS APP 脱离 Xcode 后,进行现场调试 | ![GitHub stars](https://img.shields.io/github/stars/rob2468/HttpServerDebug.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GeTYSacbP?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 96 | [CollectionKit](https://github.com/SoySauceLab/CollectionKit) | 一个用于构建可组合数据驱动的集合视图的 Swift 框架,内置丰富的布局和动效 | ![GitHub stars](https://img.shields.io/github/stars/SoySauceLab/CollectionKit.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GaN0l3hPs?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536164502763) 97 | [AAChartKit](https://github.com/AAChartKit/AAChartKit) | 一个极其精美而又强大的 iOS 图表组件库,支持柱状图、条形图、折线图、曲线等等各种类型的多达几十种的信息图图表 | ![GitHub stars](https://img.shields.io/github/stars/AAChartKit/AAChartKit.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G9zAmz08G?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536406949195) 98 | [LKImageKit](https://github.com/Tencent/LKImageKit) | 一个高性能的图片框架,包括了图片控件,图片下载、内存缓存、磁盘缓存、图片解码、图片处理等一系列能力 | ![GitHub stars](https://img.shields.io/github/stars/Tencent/LKImageKit.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8cJT9ZA0?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 99 | [swift-nio](https://github.com/apple/swift-nio) | 个事件驱动的非阻塞的网络框架,用来写高性能网络应用 | ![GitHub stars](https://img.shields.io/github/stars/apple/swift-nio.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5y3s5rjw?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 100 | [SVGAPlayer](https://github.com/yyued/SVGAPlayer-iOS) | 由 YY UED 团队开源的一个能让开发者在 iOS/Android/Web 中轻松播放 SVGA 格式动画的开源库 | ![GitHub stars](https://img.shields.io/github/stars/yyued/SVGAPlayer-iOS.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFEgpr9E0?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 101 | [WBDownloader](https://github.com/OpenMarshall/WBDownloader) | 抓取、下载微博视频的 iOS 客户端 | ![GitHub stars](https://img.shields.io/github/stars/OpenMarshall/WBDownloader.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FEYzc0mGO?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 102 | [iOS-Swift-Demos](https://github.com/Lax/iOS-Swift-Demos) | 一份精心收集并分类整理的 Swift 开发学习资料,包括 Apple 官方提供的示例代码和文档,以及 GitHub上的项目和国内外开发者的技术博客 | ![GitHub stars](https://img.shields.io/github/stars/Lax/iOS-Swift-Demos.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FDwl74NeD?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 103 | 104 | ### Python 105 | 106 | 库名 | 简述 | Stars | 源 107 | ---- | ----- | --- | ----- 108 | [500LineorLess_CN](https://github.com/HT524/500LineorLess_CN) | 《500 Lines or Less》Python 书中文翻译版 | ![GitHub stars](https://img.shields.io/github/stars/HT524/500LineorLess_CN.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H65fG8rrj?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152894174) 109 | [wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn) | 收集了一些有趣且鲜为人知的 Python 特性 | ![GitHub stars](https://img.shields.io/github/stars/leisurelicht/wtfpython-cn.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5txGoaY8?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 110 | [awesome-spider](https://github.com/facert/awesome-spider) | 一份收集整理了各种爬虫案例 Demo 资料,方便学习如何爬虫 | ![GitHub stars](https://img.shields.io/github/stars/facert/awesome-spider.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GDdVc51x7?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546100007881) 111 | [id-validator](https://github.com/jxlwqq/id-validator.py) | 中华人民共和国居民身份证、港澳居民居住证以及台湾居民居住证号码验证工具(PHP Composer 版),支持 15 位与 18 位号码 | ![GitHub stars](https://img.shields.io/github/stars/jxlwqq/id-validator.py.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GAuefEWcY?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538657209873) 112 | [Easyquotation](https://github.com/shidenggui/easyquotation) | 快速获取新浪/腾讯的全市场行情, 网络正常的情况下只需要 200+ms | ![GitHub stars](https://img.shields.io/github/stars/shidenggui/easyquotation.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvagSAn0o?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 113 | [Redash](https://github.com/getredash/redash) | 一款开源的 BI 工具,提供了基于 web 的数据库查询和数据可视化功能 | ![GitHub stars](https://img.shields.io/github/stars/getredash/redash.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GuRpTeDO1?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 114 | [Jumpserver](https://github.com/jumpserver/jumpserver) | 全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统 | ![GitHub stars](https://img.shields.io/github/stars/jumpserver/jumpserver.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtWQU8fha?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 115 | [Termtosvg](https://github.com/nbedos/termtosvg) | 用 Python 编写的 Linux 终端记录机,可将终端命令行会话过程生成独立的 SVG 动画,很炫酷喔装逼用 | ![GitHub stars](https://img.shields.io/github/stars/nbedos/termtosvg.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GoCTwqw50?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536074678224) 116 | [DevilYuan](https://github.com/moyuanz/DevilYuan) | 一个由 Python 编写的可视化股票量化系统,支持选股,历史数据自动下载,策略回测及参数优化,实盘交易和常用的统计功能 | ![GitHub stars](https://img.shields.io/github/stars/moyuanz/DevilYuan.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GmuUzse3G?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 117 | [MusicBox](https://github.com/darknessomi/musicbox) | 基于 Python 编写的一款高品质、简洁优雅的网易云音乐命令行版本 | ![GitHub stars](https://img.shields.io/github/stars/darknessomi/musicbox.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlhuAA6Iz?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536076072605) 118 | [faceai](https://github.com/vipstone/faceai) | 一款入门级的人脸、视频、文字检测以及识别的项目 | ![GitHub stars](https://img.shields.io/github/stars/vipstone/faceai.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gl8sfEv9v?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536076170442) 119 | [abu](https://github.com/bbfamily/abu) | 基于 Python 的免费开源量化交易&量化投资架构系统,支持股票、期货、外汇、数字货币 (BTC\ETH\LTC\ETC\BCC) 等 | ![GitHub stars](https://img.shields.io/github/stars/bbfamily/abu.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdPygyccu?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536163355987) 120 | [rebound](https://github.com/shobrook/rebound) | 一旦 Python 脚本报错,就到 Stack Overflow 取回报错信息的解释 | ![GitHub stars](https://img.shields.io/github/stars/shobrook/rebound.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GcGEnefHp?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 121 | [FastPhotoStyle](https://github.com/NVIDIA/FastPhotoStyle) | 一个基于 Python 写的算法,快速将一张样式照片提取其样式合成到一张内容照片上 | ![GitHub stars](https://img.shields.io/github/stars/NVIDIA/FastPhotoStyle.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G7rBq6KJJ?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 122 | [wtfpython](https://github.com/satwikkansal/wtfpython) | 一份收集了一些有趣的, 少有人知的功能的 Python 代码片段集合 | ![GitHub stars](https://img.shields.io/github/stars/satwikkansal/wtfpython.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G0Ue3DzHo?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536410223684) 123 | 124 | 125 | ### Java 126 | 127 | 库名 | 简述 | Stars | 源 128 | ---- | ----- | --- | ----- 129 | [miaosha](https://github.com/qiurunze123/miaosha) | 一个教你如何使用 Java 语言来设计高并发大流量秒杀架构的项目 | ![GitHub stars](https://img.shields.io/github/stars/qiurunze123/miaosha.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7BwDtzpv?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152150291) 130 | [JavaGuide](https://github.com/Snailclimb/JavaGuide) | 一份涵盖大部分Java程序员所需要掌握的核心知识 | ![GitHub stars](https://img.shields.io/github/stars/Snailclimb/JavaGuide.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFctDCfPz?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099361728) 131 | [spring-boot-learning-examples](https://github.com/rhwayfun/spring-boot-learning-examples) | 最全的 Spring Boot 实践指南,Spring Boot 知识点整理、工程实践,并结合工作案例进行深入 | ![GitHub stars](https://img.shields.io/github/stars/rhwayfun/spring-boot-learning-examples.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GD4uHge8I?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546100111836) 132 | [easyexcel](https://github.com/alibaba/easyexcel) | Alibaba 团队开源的一个快速、简单避免 OOM 的 Java 处理 Excel 工具 | ![GitHub stars](https://img.shields.io/github/stars/alibaba/easyexcel.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GB5WerNFx?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538657069949) 133 | [SpringAll](https://github.com/wuyouzhuguli/SpringAll) | 一份 Spring 系列教程,循序渐进,学习 Spring Boot、Spring Boot & Shiro、Spring Cloud 和 Spring Security | ![GitHub stars](https://img.shields.io/github/stars/wuyouzhuguli/SpringAll.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GA1WLpMTw?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538657650132) 134 | [Arthas](https://github.com/alibaba/arthas) | Alibaba 开源的Java诊断工具 | ![GitHub stars](https://img.shields.io/github/stars/alibaba/arthas.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzJ5LoPqe?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 135 | [JCSprout](https://github.com/crossoverJie/JCSprout) | 处于萌芽阶段的 Java 核心知识库 | ![GitHub stars](https://img.shields.io/github/stars/crossoverJie/JCSprout.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GwPYl7JGE?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 136 | [xfsearch](https://github.com/RAOE/xfsearch) | 搜搜影库是一款由 SSM 架构结合全文搜索引擎 ElasticSearch 的电影搜索项目,封装了低版本的 restClient 客户端 | ![GitHub stars](https://img.shields.io/github/stars/RAOE/xfsearch.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GuHZo3H9e?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 137 | [gushici](https://github.com/xenv/gushici) | 一个可以随机返回一句古诗词名句的接口,收录将近 10000 条古诗词名句,并且支持根据喜好指定的分类中进行随机返回 | ![GitHub stars](https://img.shields.io/github/stars/xenv/gushici.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtNqpwnNp?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 138 | [technology-talk](https://github.com/aalansehaiyang/technology-talk) | 一份汇总 Java 生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识 | ![GitHub stars](https://img.shields.io/github/stars/aalansehaiyang/technology-talk.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlTcAjM4J?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536075838592) 139 | [30-seconds-of-java](https://github.com/biezhi/30-seconds-of-java8) | 一份精心收集整理一些实用的 Java8 代码片段集合 | ![GitHub stars](https://img.shields.io/github/stars/biezhi/30-seconds-of-java8.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G1ON2sGqq?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536409928933) 140 | 141 | 142 | ### JavaScript 143 | 144 | 库名 | 简述 | Stars | 源 145 | ---- | ----- | --- | ----- 146 | [CommentCoreLibrary](https://github.com/jabbany/CommentCoreLibrary) | 一套基于 JavaScript 构建的弹幕控制器,提供从基本骨架到高级弹幕的支持 | ![GitHub stars](https://img.shields.io/github/stars/jabbany/CommentCoreLibrary.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H51gcvdkQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546144787874) 147 | [33-js-concepts](https://github.com/leonardomso/33-js-concepts) | 每个 JavaScript 工程师都应懂的 33 个概念,帮助开发者掌握 JavaScript 概念 | ![GitHub stars](https://img.shields.io/github/stars/leonardomso/33-js-concepts.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GF339mHCa?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099478165) 148 | [Ky](https://github.com/sindresorhus/ky) | 一个基于浏览器 Fetch API 的简洁优雅HTTP客户端 | ![GitHub stars](https://img.shields.io/github/stars/sindresorhus/ky.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyXXi6VKr?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658348856) 149 | [Zeu.js](https://github.com/shzlw/zeu) | 一个可用于实时构建控制台,监控 UI 和物联网 Web 界面的 JavaScript 库 | ![GitHub stars](https://img.shields.io/github/stars/shzlw/zeu.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GxmX2sx6b?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 150 | [size-plugin](https://github.com/GoogleChromeLabs/size-plugin) | 一个可以打印输出 webpack 大小以及相对上次构建更改过的日志插件 | ![GitHub stars](https://img.shields.io/github/stars/GoogleChromeLabs/size-plugin.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GwZoPhQAF?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1535807362488) 151 | [F2](https://github.com/antvis/f2) | 蚂蚁金服的移动图表库 F2 开源了!支付宝钱包和很多图表,都是用它做的| ![GitHub stars](https://img.shields.io/github/stars/antvis/f2.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GwIoBpchk?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 152 | [Gio.js](https://github.com/syt123450/giojs) | 一个基于 Three.js 的 web 3D 地球数据可视化的开源组件库 | ![GitHub stars](https://img.shields.io/github/stars/syt123450/giojs.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GoMk1gOXC?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 153 | [G6](https://github.com/antvis/g6) | 蚂蚁金服数据可视化团队开源的一个关系数据可视化引擎,开发者可以基于 G6 拓展出属于自己的图分析应用或者图编辑器应用 | ![GitHub stars](https://img.shields.io/github/stars/antvis/g6.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gmlu4C1jU?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 154 | [Pinyin](https://github.com/hotoo/pinyin) | 一个汉字拼音转换工具,可转换中文字符为拼音,用于汉字注音、排序、检索,并支持词组智能匹配、多音字、繁体字和不同拼音风格 | ![GitHub stars](https://img.shields.io/github/stars/hotoo/pinyin.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GjiW9l2Kg?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536076349851) 155 | [Hyper](https://github.com/zeit/hyper) | 一个 JS 写的 Terminal | ![GitHub stars](https://img.shields.io/github/stars/zeit/hyper.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GfAOj6CXn?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 156 | [node-in-debugging](https://github.com/nswbmw/node-in-debugging) | 一位从事几年 Node.js 开发的大神总结整理的一些调试经验和思路,希望授人以鱼也能授人以渔 | ![GitHub stars](https://img.shields.io/github/stars/nswbmw/node-in-debugging.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5VkrEkjs?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536408354979) 157 | [spritejs](https://github.com/spritejs/spritejs#server-side-render) | 支持使用 node-canvas 在服务端跑,生成 png 或者 gif 文件,还可以直播推流 | ![GitHub stars](https://img.shields.io/github/stars/spritejs/spritejs.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G2Og7nzJt?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 158 | [30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code) | 一份精心收集整理一些实用的 JavaScript 代码片段集合 | ![GitHub stars](https://img.shields.io/github/stars/Chalarangelo/30-seconds-of-code.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G2h4x0zUZ?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 159 | 160 | ### 前端 161 | 162 | 库名 | 简述 | Stars | 源 163 | ---- | ----- | --- | ----- 164 | [zaobao](https://github.com/wubaiqing/zaobao) | 一个以前端技术体系为主要分享的每日时报,分享内容以文章、工具、新闻、视频为主 | ![GitHub stars](https://img.shields.io/github/stars/wubaiqing/zaobao.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9A56vDOH?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151247758) 165 | [css-animation-101](https://github.com/cssanimation/css-animation-101) | 一本开源的 CSS 动画书籍,教你如何在 Web 项目中用好 CSS 动画 | ![GitHub stars](https://img.shields.io/github/stars/cssanimation/css-animation-101.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5k7bfBMl?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546153302467) 166 | [frontend-tech-list](https://github.com/alienzhou/frontend-tech-list) | 一份涵盖前端性能优化、自动化测试、工程化与工具的(纯)前端技术清单 | ![GitHub stars](https://img.shields.io/github/stars/alienzhou/frontend-tech-list.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4RPHlEZ7?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546144860292) 167 | [ice](https://github.com/alibaba/ice) | 让前端开发简单而友好,海量可复用物料,配套桌面工具极速构建前端应用,效率提升 100% | ![GitHub stars](https://img.shields.io/github/stars/alibaba/ice.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1FRgEdmF?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150696335) 168 | [Taro](https://github.com/NervJS/taro) | 一套遵循 React 语法规范的 多端开发 解决方案,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用 | ![GitHub stars](https://img.shields.io/github/stars/NervJS/taro.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFEL8uEir?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 169 | [iCSS](https://github.com/chokcoco/iCSS) | 谈谈一些有趣的 CSS 话题,一些 CSS 奇技淫巧,拓宽解决问题的思路,更涉及一些容易忽视或是十分有趣的 CSS 细节 | ![GitHub stars](https://img.shields.io/github/stars/chokcoco/iCSS.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GEALFrIiO?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099511720) 170 | [Fancy-Checkout](https://github.com/gabriellamas/Fancy-Checkout) | 一个很有创意的桌面结账体验动画 | ![GitHub stars](https://img.shields.io/github/stars/gabriellamas/Fancy-Checkout.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzBahs4Lf?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658082999) 171 | [TOAST](https://github.com/nhnent/tui.image-editor) | 使用 HTML5 Canvas 的全功能图像编辑器,简单易用,并且提供了多种滤镜效果 | ![GitHub stars](https://img.shields.io/github/stars/nhnent/tui.image-editor.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GqiAZbEhJ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536073899993) 172 | [React Developer Roadmap](https://github.com/adam-golab/react-developer-roadmap) | 一份 2018年 React 开发人员的建议路线图 | ![GitHub stars](https://img.shields.io/github/stars/adam-golab/react-developer-roadmap.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gp5b0FgBr?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 173 | [Web-Series](https://github.com/wxyyxc1992/Web-Series) | 一份整理 Web 开发基础与工程实践的相关博客、示例代码、开源项目、整理成的系列书籍等内容,分为导论篇,基础篇,进阶篇,架构优化篇,React 篇,Vue 篇 | ![GitHub stars](https://img.shields.io/github/stars/wxyyxc1992/Web-Series.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gmc3A41VN?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 174 | [Signale](https://github.com/klauscfhq/signale) | 一个优雅漂亮的控制台日志输出工具 | ![GitHub stars](https://img.shields.io/github/stars/klauscfhq/signale.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GieWFoeR3?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 175 | [animate.css](https://github.com/daneden/animate.css) | 一个拥有 50 多种 CSS3 酷炫动画效果库 | ![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GfO6J0j1r?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536162259748) 176 | [DPlayer](https://github.com/MoePlayer/DPlayer) | 一个可爱的 HTML5 弹幕视频播放器,可以帮助开发者轻松构建弹幕视频播放 | ![GitHub stars](https://img.shields.io/github/stars/MoePlayer/DPlayer.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdYYLpT2O?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536163304384) 177 | [developer-roadmap-chinese](https://github.com/goodjack/developer-roadmap-chinese) | GitHub 上拥有 46000+ Star 的 developer-roadmap(2018 年 Web 开发人员的路线图)库的中文翻译版 | ![GitHub stars](https://img.shields.io/github/stars/goodjack/developer-roadmap-chinese.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GbHzjwpS8?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 178 | [Tabler](https://github.com/tabler/tabler) | 一个建立在 Bootstrap 4 上的免费且开源的 HTML Dashboard UI 工具包 | ![GitHub stars](https://img.shields.io/github/stars/tabler/tabler.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GbfhPimLa?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536164463719) 179 | [Front-End-Wizard](https://github.com/kieranmv95/Front-End-Wizard) | 一份精心整理前端学习资源、教程、实用代码模块和精选文章集合的资料 | ![GitHub stars](https://img.shields.io/github/stars/kieranmv95/Front-End-Wizard.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G6x2r3Nao?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 180 | [30-seconds-of-css](https://github.com/atomiks/30-seconds-of-css) | 一份精心收集整理一些实用的 CSS 代码片段集合,让你在 30 秒内理解并使用 | ![GitHub stars](https://img.shields.io/github/stars/atomiks/30-seconds-of-css.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5t2Xo4PQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536408529007) 181 | 182 | ### 工具 183 | 184 | 库名 | 简述 | Stars | 源 185 | ---- | ----- | --- | ----- 186 | [Cloudreve](https://github.com/HFO4/Cloudreve) | 一个可以让你低成本快速搭建起公私兼备的网盘工具,并且支持快速对接七牛、又拍云、阿里云等多家云存储 | ![GitHub stars](https://img.shields.io/github/stars/HFO4/Cloudreve.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9he6tIpr?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151686501) 187 | [WebTorrent Desktop](https://github.com/webtorrent/webtorrent) | 一款可以直接在线播放视频的 BT 下载客户端,可通过种子文件与磁力链接下载资源,支持 Windows/macOS/Linux 平台 | ![GitHub stars](https://img.shields.io/github/stars/webtorrent/webtorrent.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H8mF7FPzp?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151921220) 188 | [jsPDF](https://github.com/MrRio/jsPDF) | 基于HTML5 的强大PDF 生成工具,可以直接在客户端生成pdf文件,包括pdf中的图像和一些图形绘制 | ![GitHub stars](https://img.shields.io/github/stars/MrRio/jsPDF.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6RUTzld4?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 189 | [Chord](https://github.com/PeterDing/chord) | 一个现代的桌面音乐播放器,采用了类似 spotify 的 UI,基于 electron 实现,支持歌曲搜索、第三方音乐提供商登录、歌曲保存到本地音乐库等操作 | ![GitHub stars](https://img.shields.io/github/stars/PeterDing/chord.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6eGaDM8H?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152812880) 190 | [lianjia-scrawler](https://github.com/XuefengHuang/lianjia-scrawler) | 一个对链家网全国房源爬虫工具,数据支持 MySQL、SQLite 和 PostgreSQL 存储,并将爬取数据进行可视化分析,帮助用户更好的评估房产和预测未来的价格 | ![GitHub stars](https://img.shields.io/github/stars/XuefengHuang/lianjia-scrawler.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5MoGqDQw?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 191 | [high-speed-downloader](https://github.com/high-speed-downloader/high-speed-downloader) | 一款百度网盘不限速下载器,支持 Windows 和 Mac | ![GitHub stars](https://img.shields.io/github/stars/high-speed-downloader/high-speed-downloader.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H0BRNCg1u?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151077269) 192 | [ProjectVisBug](https://github.com/GoogleChromeLabs/ProjectVisBug) | 一个允许设计师直接在浏览器对 Web 页进行设计调整的 Chrome 扩展插件 | ![GitHub stars](https://img.shields.io/github/stars/GoogleChromeLabs/ProjectVisBug.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2Aqg41vX?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150326772) 193 | [SmartYouTubeTV](https://github.com/yuliskov/SmartYouTubeTV) | 一个适用于机顶盒和基于 Android 系统开发的电视的 YouTube 客户端,支持无须 Google 服务运行、4K 播放等 | ![GitHub stars](https://img.shields.io/github/stars/yuliskov/SmartYouTubeTV.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H0LiickMf?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150937036) 194 | [Squoosh](https://github.com/GoogleChromeLabs/squoosh) | Google 推出的一款在线简单高效的图片压缩工具,支持 JPG、PNG 和 WebP 格式 | ![GitHub stars](https://img.shields.io/github/stars/GoogleChromeLabs/squoosh.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2GZM5sUi?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150264817) 195 | [Mos](https://github.com/Caldis/Mos) | 一个用于在 MacOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | ![GitHub stars](https://img.shields.io/github/stars/Caldis/Mos.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H32HK0odE?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 196 | [fanyi](https://github.com/afc163/fanyi) | 一款可在命令行中翻译单词的工具 | ![GitHub stars](https://img.shields.io/github/stars/afc163/fanyi.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H3EpIulhT?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149900137) 197 | [SimpTab](https://github.com/Kenshin/simptab) | 一个极简的 Chrome 新标签页扩展 | ![GitHub stars](https://img.shields.io/github/stars/Kenshin/simptab.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GEhUFu3To?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099756699) 198 | [scrapydweb](https://github.com/my8100/scrapydweb) | 一个用于监视和控制 Scrapyd 服务器集群的全功能 Web UI,支持 Scrapy 日志分析和可视化 | ![GitHub stars](https://img.shields.io/github/stars/my8100/scrapydweb.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GE8uagKsQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099788911) 199 | [scrcpy](https://github.com/Genymobile/scrcpy) | 一个通过 USB(或TCP / IP)连接到电脑上高清显示和流畅控制 Android 设备的工具,适用于 GNU/Linux、Windows 和 Mac OS,且无需 root | ![GitHub stars](https://img.shields.io/github/stars/Genymobile/scrcpy.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBHEetQBd?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 200 | [TranslationPlugin](https://github.com/YiiGuxing/TranslationPlugin) | 一个实用翻译插件,兼容除 MPS 外所有产品编译号为 143 以上的 Jetbrains IDE 产品,支持 Google、有道、百度三大翻译引擎 | ![GitHub stars](https://img.shields.io/github/stars/YiiGuxing/TranslationPlugin.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GAkNLaTw4?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538657322109) 201 | [DesktopNaotu](https://github.com/NaoTu/DesktopNaotu) | 基于百度脑图的本地化版本的桌面版脑图,帮助你在没有互联网环境的情况下,依然可以使用脑图工具,支持 Mac/Win/Linux 系统 | ![GitHub stars](https://img.shields.io/github/stars/NaoTu/DesktopNaotu.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GxTXOq80v?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658872506) 202 | [npmgraph.an](https://github.com/anvaka/npmgraph.an) | 查看你的包依赖是否失控 | ![GitHub stars](https://img.shields.io/github/stars/anvaka/npmgraph.an.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GxMBXf2ZC?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 203 | [Httpie](https://github.com/jakubroztocil/httpie) | 一个 HTTP 命令行客户端。使用起来比 curl 更为友好,并支持输出 JSON、语法高亮等特性,为开发者呈现更为直观的 UI,与服务器间的调试体验也更为人性化 | ![GitHub stars](https://img.shields.io/github/stars/jakubroztocil/httpie.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gxwozuly0?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538659314040) 204 | [proxyee-down](https://github.com/proxyee-down-org/proxyee-down) | 一个 Http下载工具,基于 Http 代理,支持多连接分块下载,支持所有操作系统和大部分主流浏览器,支持分段下载和断点下载,对百度云进行破解突破下载速度限制 | ![GitHub stars](https://img.shields.io/github/stars/proxyee-down-org/proxyee-down.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gx8Pks7BY?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1535806709543) 205 | [carbon](https://github.com/dawnlabs/carbon) | 一款可快速给代码生成优雅截图的工具。支持多种不同风格的代码高亮,还能对字体、代码行数、命令行窗口的显示风格进行自定义配置 | ![GitHub stars](https://img.shields.io/github/stars/dawnlabs/carbon.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtIWvoyKd?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 206 | [PicGo](https://github.com/Molunerfinn/PicGo) | 一款开源的图片管理工具:PicGo,支持微博图床、七牛图床、腾讯云COS、又拍云等,Win和Mac系统都可以用 | ![GitHub stars](https://img.shields.io/github/stars/Molunerfinn/PicGo.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GqYX7pAX1?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 207 | [Gifski](https://github.com/sindresorhus/gifski-app) | 一款把视频转换为 Gif 图的开源 Mac 小工具 | ![GitHub stars](https://img.shields.io/github/stars/sindresorhus/gifski-app.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GqKStqYM6?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536073735696) 208 | [vim.wasm](https://github.com/rhysd/vim.wasm) | 用 WebAssembly 把 vim 移植到了浏览器里边 | ![GitHub stars](https://img.shields.io/github/stars/rhysd/vim.wasm.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GpafQiw0t?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 209 | [WeChatPlugin-MacOS](https://github.com/TKkk-iOSer/WeChatPlugin-MacOS) | Mac OS 版微信小助手,功能有自动回复、消息防撤回、远程控制、微信多开、会话置底、免认证登录等等 | ![GitHub stars](https://img.shields.io/github/stars/TKkk-iOSer/WeChatPlugin-MacOS.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G97iSeUNw?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536407244827) 210 | [gka](https://github.com/gkajs/gka) | 一个简单的、高效的帧动画生成工具。可以把多张图片合成成 css/canvas/svg 动画 | ![GitHub stars](https://img.shields.io/github/stars/gkajs/gka.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G7XJhEDjE?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 211 | [IINA](https://github.com/lhc70000/iina) | 一款基于 mpv、契合 macOS 设计风格、力求做到最佳用户体验、轻便且功能强大的 Mac 视频播放器 | ![GitHub stars](https://img.shields.io/github/stars/lhc70000/iina.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G6ebrBhfG?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536408226751) 212 | [github-profile-summary](https://github.com/tipsy/profile-summary-for-github) | 一个给自己 GitHub 账号的档案资料进行可视化展示的工具 | ![GitHub stars](https://img.shields.io/github/stars/tipsy/profile-summary-for-github.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G1YdxlutY?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536409868975) 213 | [SimpRead](https://github.com/Kenshin/simpread) | 一个让你瞬间进入沉浸式阅读的 Chrome 扩展,还原阅读的本质,提升你的阅读体验 | ![GitHub stars](https://img.shields.io/github/stars/Kenshin/simpread.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFuPUz1mo?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536410663176) 214 | 215 | ### 资料整合 216 | 217 | 库名 | 简述 | Stars | 源 218 | ---- | ----- | --- | ----- 219 | [awesome-php-security](https://github.com/guardrailsio/awesome-php-security) | 一份收集整理了 PHP 安全相关资源的列表 | ![GitHub stars](https://img.shields.io/github/stars/guardrailsio/awesome-php-security.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H83O8jJbn?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151980738) 220 | [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | 一份收集了适用于 SysOps,DevOps,Pentesters 和安全研究人员的手册、博客、黑客、命令、CLI / Web 工具等学习资料 | ![GitHub stars](https://img.shields.io/github/stars/trimstray/the-book-of-secret-knowledge.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7UnD7v7Y?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152064414) 221 | [awesome-styleguides](https://github.com/streamich/awesome-styleguides) | 一份收集整理了 UI 设计指南相关的资料列表 | ![GitHub stars](https://img.shields.io/github/stars/streamich/awesome-styleguides.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5VPbA4Dk?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 222 | [CS-Notes](https://github.com/CyC2018/CS-Notes) | 一份根据计算机经典书籍以及官方技术文档进行总结的学习笔记,涵盖算法、操作系统、网络、数据库等多个技术点 | ![GitHub stars](https://img.shields.io/github/stars/CyC2018/CS-Notes.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5CYbBpw7?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546153114070) 223 | [Awful AI](https://github.com/daviddao/awful-ai) | 一份当前人工智能应用场景的精选列表 | ![GitHub stars](https://img.shields.io/github/stars/daviddao/awful-ai.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4pyd5BvA?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149602316) 224 | [awesome-flutter](https://github.com/Solido/awesome-flutter) | 一份收集整理了一系列 Flutter 学习资料,含有视频教程、博客文章、各种组件等等 | ![GitHub stars](https://img.shields.io/github/stars/Solido/awesome-flutter.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H3XgItMV7?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149851821) 225 | [Awesome-pytorch-list](https://github.com/bharathgs/Awesome-pytorch-list) | 一份整理了在 GitHub 上与 PyTorch 相关的开源库列表,含有学习教程、示例等 | ![GitHub stars](https://img.shields.io/github/stars/bharathgs/Awesome-pytorch-list.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2r0zqydv?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150384980) 226 | [awesome-actions](https://github.com/sdras/awesome-actions) | 收集并整理了 GitHub Actions 相关的资料与教程,帮助开发者更好的使用 GitHub Actions 来优化当前工作流,提升开发效率 | ![GitHub stars](https://img.shields.io/github/stars/sdras/awesome-actions.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFvkDCuny?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099234462) 227 | [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) | 一份来自不同开发人员为大学生收集整理的一系列资源,含有学习各种编码资料、各地黑客马拉松和比赛资料、学生福利等资源 | ![GitHub stars](https://img.shields.io/github/stars/dipakkr/A-to-Z-Resources-for-Students.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H0srj1xfS?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546098556736) 228 | [awesome-leetcode](https://github.com/apachecn/awesome-algorithm) | 一份 Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现 | ![GitHub stars](https://img.shields.io/github/stars/apachecn/awesome-algorithm.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GAbnghyls?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 229 | [weekly](https://github.com/ruanyf/weekly) | 由 @ruanyf 维护的技术周报,每周五更新,周报内容涵盖技术资讯、资源、工具等多个方面 | ![GitHub stars](https://img.shields.io/github/stars/ruanyf/weekly.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GEt0Lnxue?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099659055) 230 | [awesome-typescript](https://github.com/semlinker/awesome-typescript) | 一份收集整理了学习 TypeScript 资料集合 | ![GitHub stars](https://img.shields.io/github/stars/semlinker/awesome-typescript.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzSwgyyjK?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 231 | [clover](https://github.com/sqlsec/clover) | 一份整理一些黑苹果 Clover 驱动配置文件,笔记本包括: Acer、LG、华为、华硕、小米、惠普、戴尔、机械革命、神舟、联想、雷神等品牌 | ![GitHub stars](https://img.shields.io/github/stars/sqlsec/clover.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gwx7lpcUS?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1535884571930) 232 | [English-level-up-tips-for-Chinese](https://github.com/byoungd/English-level-up-tips-for-Chinese) | 一份整理了一些如何高效学习英语的小技巧,可能是让你受益匪浅的英语进阶指南 | ![GitHub stars](https://img.shields.io/github/stars/byoungd/English-level-up-tips-for-Chinese.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gv0QnrMnQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1535900100646) 233 | [engineering-blogs](https://github.com/kilimchoi/engineering-blogs) | 600多个大牛公司和各大牛的技术blog收集贴(英文) | ![GitHub stars](https://img.shields.io/github/stars/kilimchoi/engineering-blogs.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GrxLX37bv?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 234 | [Knowledge-Base](https://github.com/slowmist/Knowledge-Base/blob/master/solidity-security-comprehensive-list-of-known-attack-vectors-and-common-anti-patterns-chinese.md) | 由慢雾安全团队翻译的 Solidity安全:已知攻击方法和常见防御模式综合列表 | ![GitHub stars](https://img.shields.io/github/stars/slowmist/Knowledge-Base.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gok2x2bfQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536074793218) 235 | [A-Joke](https://github.com/Licoy/A-Joke) | 一份收集了网络上有趣的笑话段子列表,目的就是想让你在工作之余还能够笑一笑 | ![GitHub stars](https://img.shields.io/github/stars/Licoy/A-Joke.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Go1bxlrpA?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536074958636) 236 | [chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines) | 統一中文文案、排版的相關用法,降低團隊成員之間的溝通成本,增強網站氣質 | ![GitHub stars](https://img.shields.io/github/stars/sparanoid/chinese-copywriting-guidelines.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GnhWCzJpx?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 237 | [awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns) | 一份收集整理软件和架构相关的设计模式资料 | ![GitHub stars](https://img.shields.io/github/stars/DovAmir/awesome-design-patterns.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gm2D4xxVS?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 238 | [architecture.of.internet-product](https://github.com/davideuler/architecture.of.internet-product) | 一份整理收集各大互联网公司技术架构的 PPT 或者 PDF 文档资料,包含有微信、淘宝、腾讯、阿里、美团点评、百度、微博、Google、Facebook、Amazon、eBay等知名公司 | ![GitHub stars](https://img.shields.io/github/stars/davideuler/architecture.of.internet-product.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GeTxKfcQv?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536162707806) 239 | [architect-awesome](https://github.com/xingshaocheng/architect-awesome) | 收集的比较全的《后端架构师技术图谱》,内容包含数据结构、算法、操作系统、设计模式、运维、网络、中间件、数据库等多类 | ![GitHub stars](https://img.shields.io/github/stars/xingshaocheng/architect-awesome.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GeOQlbFd8?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 240 | [awesome-education](https://github.com/wowlusitong/awesome-education) | 在GitHub收集了学生可以优惠的软件,学生党福利-收集支持教育优惠的软件与服务 | ![GitHub stars](https://img.shields.io/github/stars/wowlusitong/awesome-education.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GcQECAdqu?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 241 | [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) | 一份整理了 macOS 上开源的免费的应用列表 | ![GitHub stars](https://img.shields.io/github/stars/serhii-londar/open-source-mac-os-apps.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GcjhiEZpX?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536163914528) 242 | [awesome-distributed-systems](https://github.com/rShetty/awesome-distributed-systems) | 非常棒的分布式系统资源列表 | ![GitHub stars](https://img.shields.io/github/stars/rShetty/awesome-distributed-systems.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GaJch2Akg?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 243 | [awesome-quickapp](https://github.com/quickappdev/awesome-quickapp) | 一份收集最新最全的快应用开发资源、案例及动态,为快应用开发者提供第一手学习资料 | ![GitHub stars](https://img.shields.io/github/stars/quickappdev/awesome-quickapp.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G9gJnrkMY?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 244 | [chinese-independent-developer](https://github.com/1c7/chinese-independent-developer) | 一个收集了中国独立开发者的项目列表,让大家知道大神们都做了哪些牛逼的项目,借鉴学习一下 | ![GitHub stars](https://img.shields.io/github/stars/1c7/chinese-independent-developer.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G83joBxGC?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536407861135) 245 | [stanford-tensorflow-tutorials](https://github.com/chiphuyen/stanford-tensorflow-tutorials) | 斯坦福大学 “深度学习研究 TensorFlow” 的课程示例代码 | ![GitHub stars](https://img.shields.io/github/stars/chiphuyen/stanford-tensorflow-tutorials.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FEJLuqzBf?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536411152937) 246 | [Awesome_APIs](https://github.com/TonnyL/Awesome_APIs) | 一份为开发者收集整理各类型非常好的平台、社区 API 资料 | ![GitHub stars](https://img.shields.io/github/stars/TonnyL/Awesome_APIs.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FEAkZA2J2?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 247 | [beautiful-docs](https://github.com/PharkMillups/beautiful-docs) | 一份收集了一些写的很好而且漂亮的文档例子,其中有很多例子值得开发者去借鉴学习,其中还收集了一些生成文档的工具 | ![GitHub stars](https://img.shields.io/github/stars/PharkMillups/beautiful-docs.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FDFHXhOtu?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 248 | 249 | ### Go 250 | 251 | 库名 | 简述 | Stars | 源 252 | ---- | ----- | --- | ----- 253 | [gopl-zh.github.com](https://github.com/gopl-zh/gopl-zh.github.com) | Go 语言圣经 《The Go Programming Language》 中文版本 | ![GitHub stars](https://img.shields.io/github/stars/gopl-zh/gopl-zh.github.com.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gz7nNerTQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658270672) 254 | [golang-open-source-projects](https://github.com/hackstoic/golang-open-source-projects) | 为互联网 IT 人打造的中文版 awesome-go ,共精心挑选了 100多 个开源项目 | ![GitHub stars](https://img.shields.io/github/stars/hackstoic/golang-open-source-projects.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvVpmjhGD?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 255 | [lazygit](https://github.com/jesseduffield/lazygit) | 一个用于 Git 命令的极简终端 UI | ![GitHub stars](https://img.shields.io/github/stars/jesseduffield/lazygit.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gtzzdpr7t?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 256 | [DocHub](https://github.com/TruthHun/DocHub) | 参考百度文库,使用 Beego(Golang)开发的开源文库系统 | ![GitHub stars](https://img.shields.io/github/stars/TruthHun/DocHub.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GkPd71cUU?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536076335104) 257 | 258 | ### 机器学习 259 | 260 | 库名 | 简述 | Stars | 源 261 | ---- | ----- | --- | ----- 262 | [seq2seq-couplet](https://github.com/wb14123/seq2seq-couplet) | 一个有趣的对对联工具,用深度学习对对联 | ![GitHub stars](https://img.shields.io/github/stars/wb14123/seq2seq-couplet.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9uVrfUxX?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546151518097) 263 | [TensorSpace](https://github.com/tensorspace-team/tensorspace) | 一套用于构建神经网络 3D 可视化应用的框架 | ![GitHub stars](https://img.shields.io/github/stars/tensorspace-team/tensorspace.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7KX8hVhh?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152120491) 264 | [style2paints](https://github.com/lllyasviel/style2paints) | 一款 AI 驱动的线稿上色工具 ,可根据用户上传的自定义色彩给线稿进行上色 | ![GitHub stars](https://img.shields.io/github/stars/lllyasviel/style2paints.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7iFE3FAB?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152222098) 265 | [practicalAI](https://github.com/GokuMohandas/practicalAI) | 一份实用的机器学习方法 | ![GitHub stars](https://img.shields.io/github/stars/GokuMohandas/practicalAI.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H79f9ttzx?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152339375) 266 | [DeOldify](https://github.com/jantic/DeOldify) | 一个基于深度学习对一些老照片自动着色并且修复 | ![GitHub stars](https://img.shields.io/github/stars/jantic/DeOldify.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1PhLbk7H?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150564375) 267 | [DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions) | 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述 | ![GitHub stars](https://img.shields.io/github/stars/scutan90/DeepLearning-500-questions.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFm6k5Juz?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099286856) 268 | [100-Days-Of-ML-Code](https://github.com/MLEveryday/100-Days-Of-ML-Code) | 一份机器学习 100天 中文版教程 | ![GitHub stars](https://img.shields.io/github/stars/MLEveryday/100-Days-Of-ML-Code.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GxKxjy684?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 269 | [Vid2vid](https://github.com/NVIDIA/vid2vid) | 由 NVIDIA 团队开源的一个实现了用于高分辨率照片级真实视频到视频转换的方法,支持语义标签贴图转换为照片般逼真的视频、合成人们从边缘地图谈话、以及从姿势转换成人体 | ![GitHub stars](https://img.shields.io/github/stars/NVIDIA/vid2vid.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvCX8entj?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 270 | [Guetzli](https://github.com/google/guetzli) | Google 开源的一个针对数码图像和网页图像的 JPEG 编码器,相比由 libjpeg 生成的同等质量的图像还要小 20~30% | ![GitHub stars](https://img.shields.io/github/stars/google/guetzli.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G4RkYfkkQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 271 | 272 | ### Vue / React 273 | 274 | 库名 | 简述 | Stars | 源 275 | ---- | ----- | --- | ----- 276 | [awesome-reactnative-ui](https://github.com/madhavanmalolan/awesome-reactnative-ui) | 收集了不少有用的 React Native UI 组件,每周一更 | ![GitHub stars](https://img.shields.io/github/stars/madhavanmalolan/awesome-reactnative-ui.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyeodFHYk?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658679650) 277 | [music](https://github.com/sunzongzheng/music) | 一个跨平台音乐播放器,可搜网易云音乐、QQ音乐、虾米音乐,并且支持QQ登录,云歌单等 | ![GitHub stars](https://img.shields.io/github/stars/sunzongzheng/music.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtDZUp3kr?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 278 | [GitHub Popular](https://github.com/crazycodeboy/GitHubPopular/) | 一个用来查看 GitHub 最受欢迎与最热项目的 App,它基于 React Native 支持 Android 和 iOS 双平台 | ![GitHub stars](https://img.shields.io/github/stars/crazycodeboy/GitHubPopular.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdngMk244?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536163749696) 279 | 280 | 281 | ### 区块链 282 | 283 | 库名 | 简述 | Stars | 源 284 | ---- | ----- | --- | ----- 285 | [awesome-blockchain-articles](https://github.com/wecodexyz/awesome-blockchain-articles) | 一份收集整理了一些关于区块链科普以及学习的文章集合 | ![GitHub stars](https://img.shields.io/github/stars/wecodexyz/awesome-blockchain-articles.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G9q9ShgNh?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536407085865) 286 | [awesome-blockchain](https://github.com/chaozh/awesome-blockchain-cn) | 一份收集所有区块链(BlockChain) 技术开发相关资料,包括 Fabric 和 Ethereum 开发资料 | ![GitHub stars](https://img.shields.io/github/stars/chaozh/awesome-blockchain-cn.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5jCsbiwT?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536408681972) 287 | [ethlance](https://github.com/district0x/ethlance) | 一个有实际意义的 Dapp了 ethlance.com 基于区块链的自由职业平台 | ![GitHub stars](https://img.shields.io/github/stars/district0x/ethlance.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G2YAE3rnA?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 288 | [CryptoList](https://github.com/coinpride/CryptoList) | 一份收集整理一些有关区块链和加密货币的资料 | ![GitHub stars](https://img.shields.io/github/stars/coinpride/CryptoList.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FET7V9N0Z?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 289 | 290 | ### 面试 291 | 292 | 库名 | 简述 | Stars | 源 293 | ---- | ----- | --- | ----- 294 | [CommonDevKnowledge](https://github.com/AweiLoveAndroid/CommonDevKnowledge) | 史上最全的 BAT 大厂 Android 面试题汇集,以及常用的 Android 开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货 | ![GitHub stars](https://img.shields.io/github/stars/AweiLoveAndroid/CommonDevKnowledge.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GDZ3G3z7S?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099870447) 295 | [Algorithm_Interview_Notes-Chinese](https://github.com/imhuay/Algorithm_Interview_Notes-Chinese) | 2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记 | ![GitHub stars](https://img.shields.io/github/stars/imhuay/Algorithm_Interview_Notes-Chinese.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBydJnqZ0?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 296 | [InterviewMap](https://github.com/InterviewMap/CS-Interview-Knowledge-Map) | 一份打造最好的面试图谱,图谱涉及的知识点有基础,有深入,也有源码解析,内容也不仅仅局限于前端 | ![GitHub stars](https://img.shields.io/github/stars/InterviewMap/CS-Interview-Knowledge-Map.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gq9auCovE?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536074293264) 297 | [interview_python](https://github.com/taizilongxu/interview_python) | 关于 Python 的面试题 | ![GitHub stars](https://img.shields.io/github/stars/taizilongxu/interview_python.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GuyElgGw1?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 298 | [awesome-resume](https://github.com/resumejob/awesome-resume) | 由 ResumeJob 整理出来的一份程序员简历常用例句 | ![GitHub stars](https://img.shields.io/github/stars/resumejob/awesome-resume.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gng3345Co?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536075425098) 299 | [Interview-Notebook](https://github.com/CyC2018/CS-Notes) | 一份技术面试需要掌握的基础知识与资料整理 | ![GitHub stars](https://img.shields.io/github/stars/CyC2018/CS-Notes.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gau9llCSC?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536164632875) 300 | 301 | 302 | ### 小程序 303 | 304 | 库名 | 简述 | Stars | 源 305 | ---- | ----- | --- | ----- 306 | [huahui](https://github.com/getive/huahui) | 『中国程序员常读错的英文单词的 App』- 微信小程序版本 | ![GitHub stars](https://img.shields.io/github/stars/getive/huahui.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gg73pf7U5?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 307 | [awesome-wepy](https://github.com/aben1188/awesome-wepy) | 一份整理了微信小程序组件化开发框架 wepy 开发资源汇总 | ![GitHub stars](https://img.shields.io/github/stars/aben1188/awesome-wepy.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8quhEtO7?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1536407484467) 308 | [WePY](https://github.com/Tencent/wepy) | 腾讯开源的一款让小程序支持组件化开发的框架,通过预编译的手段让开发者可以选择自己喜欢的开发风格去开发小程序 | ![GitHub stars](https://img.shields.io/github/stars/Tencent/wepy.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8maojVkQ?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 309 | 310 | ### 算法 311 | 库名 | 简述 | Stars | 源 312 | ---- | ----- | --- | ----- 313 | [Algorithm Visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer) | 一个交互式的在线可视化学习算法平台,能在可视化区域看到每行代码执行对应的操作,并且有对应的动画呈现,使你更加容易理解算法 | ![GitHub stars](https://img.shields.io/github/stars/algorithm-visualizer/algorithm-visualizer.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6ZOECCyI?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546152461597) 314 | [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation) | 一个用动画的形式呈现解 LeetCode 题目的思路项目 | ![GitHub stars](https://img.shields.io/github/stars/MisterBooo/LeetCodeAnimation.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6xxaoXu1?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 315 | 316 | 317 | ### 其他 318 | 319 | 库名 | 简述 | Stars | 源 320 | ---- | ----- | --- | ----- 321 | [nginxconfig.io](https://github.com/valentinxxx/nginxconfig.io) | 一个生成 nginx 配置文件的网站 ​​​​ | ![GitHub stars](https://img.shields.io/github/stars/valentinxxx/nginxconfig.io.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9rSv5J2N?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 322 | [FinancialSupportForOpenSource](https://github.com/wizicer/FinancialSupportForOpenSource) | 一份开源项目挣钱实用手册,教你如何在参与开源项目时挣钱 | ![GitHub stars](https://img.shields.io/github/stars/wizicer/FinancialSupportForOpenSource.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1dzMooAH?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150837275) 323 | [Eva Icons](https://github.com/akveo/eva-icons) | 一个开源了超过 480 个精心制作的图标集合库,支持 SVG,Sketch,Web Font 和 Animations | ![GitHub stars](https://img.shields.io/github/stars/akveo/eva-icons.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1YIgksvj?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150507134) 324 | [git-flight-rules](https://github.com/k88hudson/git-flight-rules) | 一份整理了在使用 Git 时出现相关问题后该如何操作解决指南 | ![GitHub stars](https://img.shields.io/github/stars/k88hudson/git-flight-rules.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1wqN2xMm?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150756395) 325 | [edex-ui](https://github.com/GitSquared/edex-ui) | 一个类似于科幻电脑界面的全屏桌面应用程序,支持运行在 Window、macOS、Linux 系统 | ![GitHub stars](https://img.shields.io/github/stars/GitSquared/edex-ui.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H46HdBXC6?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149700041) 326 | [SQLPad](https://github.com/rickbergfalk/sqlpad) | 一个可用于编写、运行 SQL 查询并可视化查询结果的 Web 应用。支持 Postgres、MySQL、SQL Server、Crate、Vertica、Presto 和 SAP HANA | ![GitHub stars](https://img.shields.io/github/stars/rickbergfalk/sqlpad.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H3x1EbKMS?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149992918) 327 | [Data-Competition-TopSolution](https://github.com/Smilexuhc/Data-Competition-TopSolution) | 一份数据竞赛 Top 解决方案开源整理 | ![GitHub stars](https://img.shields.io/github/stars/Smilexuhc/Data-Competition-TopSolution.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2hzfqKqf?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546150447686) 328 | [daizhigev20](https://github.com/garychowcmu/daizhigev20) | 古代文献 txt 大全集,包含佛藏、医藏、史藏等文献 | ![GitHub stars](https://img.shields.io/github/stars/garychowcmu/daizhigev20.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4Ipdp1jP?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149455126) 329 | [LearnGitBranching](https://github.com/pcottle/learnGitBranching) | 一个在线可视化交互学习 Git 网站,帮助初级开发人员快速理解 Git 操作流程 | ![GitHub stars](https://img.shields.io/github/stars/pcottle/learnGitBranching.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4yYHCmbB?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546149546134) 330 | [Linux-Tutorial](https://github.com/judasn/Linux-Tutorial) | 《Java 程序员眼中的 Linux》带动更多的人进入 Linux 世界 | ![GitHub stars](https://img.shields.io/github/stars/judasn/Linux-Tutorial.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H0srj1xfS?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 331 | [rap2-delos](https://github.com/thx/rap2-delos) | 阿里妈妈前端团队出品的开源 Api 接口管理工具 RAP 第二代 | ![GitHub stars](https://img.shields.io/github/stars/thx/rap2-delos.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GDnlHgucV?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1546099974945) 332 | [chinese-dos-games](https://github.com/rwv/chinese-dos-games) | 在浏览器中在线游玩中文 DOS 游戏 | ![GitHub stars](https://img.shields.io/github/stars/rwv/chinese-dos-games.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gy3ojy4QR?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment#_rnd1538658799072) 333 | [Thanos.sh](https://github.com/hotvulcan/Thanos.sh) | 开源了个灭霸命令。 可以随机删除您一半的文件 | ![GitHub stars](https://img.shields.io/github/stars/hotvulcan/Thanos.sh.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gvw6Xaj3k?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 334 | [Filament](https://github.com/google/filament) | Google 开源的一款可用于 Android、Windows、Linux 和 macOS 系统的物理渲染引擎 | ![GitHub stars](https://img.shields.io/github/stars/google/filament.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtmbqsImb?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 335 | [laravel-shop](https://github.com/summerblue/laravel-shop) | Laravel 电商实战教程的项目代码 | ![GitHub stars](https://img.shields.io/github/stars/summerblue/laravel-shop.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlsDLe12S?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 336 | [chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation) | 由石墨开发团队整理的一份中国程序员容易发音错误的单词列表,赶紧来看看自己有没有发音错的单词 | ![GitHub stars](https://img.shields.io/github/stars/shimohq/chinese-programmer-wrong-pronunciation.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GeK7f2hhu?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 337 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets) | 一个超级速查表项目 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 | ![GitHub stars](https://img.shields.io/github/stars/skywind3000/awesome-cheatsheets.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5lvKeSnd?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 338 | [chinese-poetry](https://github.com/chinese-poetry/chinese-poetry) | 最全的中华古典文集数据库,包含 5.5 万首唐诗、26 万首宋诗和 2.1 万首宋词 | ![GitHub stars](https://img.shields.io/github/stars/chinese-poetry/chinese-poetry.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5abY0nv5?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 339 | [hangzhou_house_knowledge](https://github.com/houshanren/hangzhou_house_knowledge) | 将 2017 年买房经历总结出一份买房购房知识 | ![GitHub stars](https://img.shields.io/github/stars/houshanren/hangzhou_house_knowledge.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G4Um0hQ7Z?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 340 | [stackedi](https://github.com/benweet/stackedit) | 一个基于 PageDown 所有功能开源的 Markdown 编辑器,被知名网站 Stack Overflow 和其他 Stack Exchange 站点使用 | ![GitHub stars](https://img.shields.io/github/stars/benweet/stackedit.svg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FF2yqmpKI?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 341 | 342 | 343 | ### 非GitHub实用工具 / 干货 344 | 345 | 名称 | 简述 | 源 346 | ---- | ----- | ---- 347 | [Cookiepedia](https://cookiepedia.co.uk/website/www.jd.com) | 一个分析 Cookie 的在线工具,可视化显示某个网站留下的所有 Cookie | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GxMg5bGZW?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 348 | [WebGradients](https://webgradients.com/) | 提供了大量的渐变配色方案,支持在线预览,可免费下载png/skech/psd格式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GhMNF6zsz?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 349 | [Python 爬虫的工具列表大全](https://mp.weixin.qq.com/s/X9NPFFTHTk62V21o63ceOA) | Python 爬虫的工具列表大全 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdBsq5x6a?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 350 | [wordmark](https://wordmark.it/) | 自动生成你电脑的字体、和 google 字体的样式给你看 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gc5kV1Z1d?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 351 | [FontBuddy](http://fontbuddy.co/) | Sketch 的插件,可以自动的将选中的 google 字体安装到你的电脑上,还会贴心的帮你 reload 文件让字体生效 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gc5kV1Z1d?from=page_1005055722964389_profile&wvr=6&mod=weibotime&type=comment) 352 | [Chrome Extension Downloader](https://chrome-extension-downloader.com/) | 因为网络原因,经常会无法在线安装 Chrome 插件,可以通过此网站来下载 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFG2ZpSwM?from=page_1005055722964389_profile&wvr=6&mod=weibotime) 353 | 354 | 355 | ## 声明 356 | [![](https://licensebuttons.net/l/by-nc-nd/2.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh) 357 | 本作品采用[知识共享署名-非商业性使用-禁止演绎 2.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh)进行许可。 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | 4 |

5 | 6 | ## 宗旨 7 | 8 | GitHubDaily 将于每日不定时推送一批 GitHub 上优秀的开源项目给开发者, 帮助开发者们发现当下最火的开源项目, 令开发者们得以掌控技术脉搏, 扩大自己的技术视野, 并从开源项目的学习中获得技术能力的提升。 9 | 10 | - [历史文章精选](https://github.com/GitHubDaily/GitHubDaily/tree/master/articles) 11 | - 公众号:[GitHubDaily](https://tva1.sinaimg.cn/large/007S8ZIlgy1geyb6wrwxgj3076076aa5.jpg) 12 | - 微博: [@GitHubDaily](https://weibo.com/GitHubDaily) 13 | - 知乎: [@GitHubDaily](https://www.zhihu.com/people/githubdaily) 14 | 15 | > 欢迎到 [Issues](https://github.com/GitHubDaily/GitHubDaily/issues/new) 推荐或自荐项目,让更多人知道你的项目。 16 | 17 | --- 18 | 19 | ## 2019 年复盘 20 | 21 | 下面是对 GitHubDaily 在 2019 年所发的微博进行分类整理,方便粉丝们查找以往分享过的内容。 22 | 23 | > 过往复盘 [2018](https://github.com/GitHubDaily/GitHubDaily/blob/master/2018.md)。 24 | 25 | ### 目录 26 | 27 | 28 | - [Java](#java) 29 | - [Python](#python) 30 | - [前端](#前端) 31 | - [教程](#教程) 32 | - [移动端](#移动端) 33 | - [开源书籍](#开源书籍) 34 | - [资料集合](#资料集合) 35 | - [面试资料](#面试资料) 36 | - [有趣网站](#有趣网站) 37 | - [有趣/实用开源工具](#有趣--实用开源工具) 38 | - [机器学习/人工智能](#机器学习--人工智能) 39 | - [非开源的实用工具](#非开源的实用工具) 40 | - [其它](#其它) 41 | 42 | ### Java 43 | 44 | 库名 | 简述 | 源 45 | ---- | ----- | ----- 46 | [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) 47 | [JustAuth](https://github.com/justauth/JustAuth) | 史上最全的整合第三方登录的 Java 开源库,集成了二十多家国内外常用第三方平台,且提供简单易用的 API 让你快速接入 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I3vtXALCc) 48 | [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) 49 | [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) 50 | [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) 51 | [toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer) | 一份整理了 Java 工程师成神之路所需要掌握的内容知识点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiTTRkCTT) 52 | [MyPerf4J](https://github.com/LinShunKang/MyPerf4J) | 一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbRuxt1rj) 53 | [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) 54 | [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) 55 | 56 | ### Python 57 | 58 | 库名 | 简述 | 源 59 | ---- | ----- | ----- 60 | [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) 61 | [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) 62 | [sunfish](https://github.com/thomasahle/sunfish) | 111 行 Python 代码能写出什么?一个简单却强大的国际象棋引擎 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxlv29mcQ) 63 | [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) 64 | [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) 65 | [fuck_illness](https://github.com/wdkwdkwdk/fuck_illness) | 利用爬虫抓取并分析百万条疾病问答数据。附图是不同年龄段人的常患疾病,挺有意思的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HizROAB2w) 66 | [amemv-crawler](https://github.com/loadchange/amemv-crawler) | 可爬取某音平台指定账号的所有视频 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhvSkFkbD) 67 | 68 | ### 前端 69 | 70 | 库名 | 简述 | 源 71 | ---- | ----- | ----- 72 | [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) 73 | [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) 74 | [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) 75 | [zdog](https://github.com/metafizzy/zdog) | 一款可用于 3D 设计与动画制作的 JavaScript 库,设计灵活,操作简单,易于集成与上手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkaaGEq68) 76 | [flowy](https://github.com/alyssaxuu/flowy) | 一个轻量级的 JavaScript 库,可用于快速创建流程图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IjXhccumr) 77 | [G6](https://github.com/antvis/G6) | 一款专业的图形可视化引擎,基于 JavaScript 构建 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IipmD0UiP) 78 | [ddBuy](https://github.com/Geek-James/ddBuy) | 一个基于 Vue 开发的移动端电商项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IihvxFp60) 79 | [FE](https://github.com/lefex/FE) | 一个开源的前端课程,教新手从零到一学前端 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IiarbcUeu) 80 | [GitDataV](https://github.com/HongqingCao/GitDataV) | 基于 Vue 框架构建的 GitHub 数据可视化平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcQIyopbn) 81 | [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) 82 | [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) 83 | [filepond](https://github.com/pqina/filepond) | 一个灵活且有趣的 JavaScript 文件上传库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HyiCk161H) 84 | [picojs](https://github.com/tehnokv/picojs) | 200 行 JavaScript 代码实现人脸检测 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxW1XCIIW) 85 | [FrontEndNav](https://github.com/Hulkye/FrontEndNav) | 这个网站上面收集了大量高质量的前端相关资源,其中包含前端学习资源、文档 API、模板插件、工具等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hvcl1uZLG) 86 | [javascript](https://github.com/airbnb/javascript) | 一份来自 Airbnb 团队开源的 JavaScript 编码规范指南,前端的同学可以学习下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hv6DT2yQ9) 87 | [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) 88 | [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) 89 | [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) 90 | [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) 91 | [cssfx](https://github.com/jolaleye/cssfx) | 它提供了一些优雅、酷炫的 CSS 动画效果,让你轻点鼠标便能直接复制样式,非常方便。做 Web 开发的同学可以收藏备用一下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Htv49csRw) 92 | [leetcode](https://github.com/azl397985856/leetcode) | 一个最近比较火的 JavaScript LeetCode 题解项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsvcnzVFx) 93 | [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) 94 | [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) 95 | [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/) 96 | [quicklink](https://github.com/GoogleChromeLabs/quicklink) | Google 开源的一个前端库,利用空闲时间提前缓存页面上链接,加快链接网站的访问速度 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjHAEn2mn) 97 | [frontend-bootcamp](https://github.com/microsoft/frontend-bootcamp) | 微软这两天刚开源的前端练习资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiCpnhwN0) 98 | [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) 99 | [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) 100 | [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) 101 | [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) 102 | [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) 103 | [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) 104 | 105 | ### 教程 106 | 107 | 名称 | 简述 | 源 108 | ---- | ----- | ----- 109 | [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) 110 | [机器学习课程](https://mlcourse.ai/) | 一套免费开放的机器学习课程,由 Open Data Science 组织研发,主要注重理论与实践相结合,采用了特定的激励机制去引导学生深入学习,让学生在探索学习的过程中保有冲劲,不轻易感到枯燥或疲倦 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HASSLfFR2) 111 | [计算机科学速成课](https://www.yuque.com/computer/crush-course) | 免费的计算机视频课程,收集并翻译了 YouTube 上比较热门的计算机课程,内容包含计算机早期历史、中央处理器、编程原理、计算机网络、计算机安全等分类 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxiKyFd0J) 112 | [机器学习基础](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) 113 | [现代化计算机科学自学指南](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/) 114 | [零基础学 WordPress](https://www.yuque.com/moeunion/wordpress) | 本教程通过对安装使用 WordPress 搭建自媒体站点的前期、中期、后期进行详细讲解,使读者全面了解和掌握作为一个自媒体网站站长应掌握的域名、服务器、WordPress 等方面的基础知识,同时通过实例站点与图书社区为读者提供了相关资源与服务,是一本绝无仅有、不可多得的技术书籍 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) 115 | [AI 算法工程师手册](http://www.huaxiaozhuan.com/) | 该手册是作者多年以来学习总结的笔记整理,目前还在不断更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Huz3CzASi) 116 | [前端开发者手册2019](https://www.yuque.com/ysfe/ykx/fedhb) | 该手册里面包含了前端开发相关的基础知识、常用工具、学习资源等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtOjvap8d) 117 | [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) 118 | [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) 119 | [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) 120 | [深度学习理论与实战](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) 121 | [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) 122 | [前端九部](https://www.yuque.com/fe9/basic) | 一本前端中文入门课程《前端九部 - 入门者手册 2019》 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpbX1gJNQ) 123 | [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) 124 | [os-tutorial](https://github.com/cfenollosa/os-tutorial) | 一份开源教程,教你如何从零开始构建一个操作系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhkSpDdTt) 125 | [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) 126 | [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) 127 | 128 | ### 移动端 129 | 130 | 库名 | 简述 | 源 131 | ---- | ----- | ----- 132 | [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) 133 | [iWeChat](https://github.com/lefex/iWeChat) | 通过这个项目让你学习手机 App 的源码分析与破解过程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I1p4quItW) 134 | [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) 135 | [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) 136 | [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) 137 | [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) 138 | [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) 139 | [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) 140 | [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) 141 | [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) 142 | [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) 143 | [DoraemonKit](https://github.com/didi/DoraemonKit) | 一款功能齐全的客户端( iOS 、Android )研发助手 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgDFuev5w) 144 | [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) 145 | [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) 146 | 147 | ### 开源书籍 148 | 149 | 库名 | 简述 | 源 150 | ---- | ----- | ----- 151 | [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) 152 | [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) 153 | [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) 154 | [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) 155 | [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) 156 | [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) 157 | [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) 158 | [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) 159 | [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) 160 | [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) 161 | [lihang-code](https://github.com/fengdu78/lihang-code) |《统计学习方法》机器学习的入门宝典,全面系统地介绍了统计学习的主要方法,叙述从具体问题或实例入手,由浅入深,阐明思路,给出必要的数学推导,便于读者掌握统计学习方法的实质,学会运用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxw6BcxSF) 162 | [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) 163 | [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) 164 | [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/) 165 | [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) 166 | [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) 167 | [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) 168 | [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) 169 | [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) 170 | [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) 171 | [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) 172 | [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) 173 | 174 | ### 资料集合 175 | 176 | 库名 | 简述 | 源 177 | ---- | ----- | ----- 178 | [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) 179 | [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) 180 | [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) 181 | [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) 182 | [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) 183 | [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) 184 | [KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData) | 史上最大规模 1.4 亿中文知识图谱开源下载 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IckF7lj6h) 185 | [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) 186 | [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) 187 | [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) 188 | [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) 189 | [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) 190 | [LiteratureDL4Graph](https://github.com/DeepGraphLearning/LiteratureDL4Graph) | 一份收集整理了近百篇关于图深度学习的论文列表集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HDeOhpjTO) 191 | [awesome-indie](https://github.com/mezod/awesome-indie) | 国外有一名开发者整理了一份帮助独立开发者赚钱的资源集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HCM8rdmFs) 192 | [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) 193 | [deeplearning-models](https://github.com/rasbt/deeplearning-models) | 一份汇集了各种深度学习架构、模型和技巧的资料 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HAuIZngCL) 194 | [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) 195 | [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) 196 | [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) 197 | [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) 198 | [Decryption-Tools](https://github.com/jiansiting/Decryption-Tools) | 一份勒索病毒解密工具的整理汇总 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HxtKt6UG0) 199 | [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) 200 | [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) 201 | [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) 202 | [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) 203 | [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) 204 | [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) 205 | [awesome-roadmaps](https://github.com/orsanawwad/awesome-roadmaps) | 你们要的所有编程技能图谱都在这里了 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqdALlPLn) 206 | [AiLearning](https://github.com/apachecn/AiLearning) | 机器学习、深度学习、自然语言处理相关的学习资料整理 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq9Fe1s8M) 207 | [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) 208 | [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) 209 | [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) 210 | [zju-icicles](https://github.com/QSCTech/zju-icicles) | 浙江大学的课程攻略共享计划 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoXRl8TDW) 211 | [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) 212 | [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) 213 | [libpku](https://github.com/lib-pku/libpku) | 收集整理了北京大学相关的课程资料,内容包含人工智能、几何学、概率论、电动力学、算法设计与分析、世界通史、自然保护学等,十分全面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmhT7cbgF) 214 | [bestofml](https://github.com/RemoteML/bestofml) | 收集汇总了机器学习相关的资源,包括书籍、课程、博客、论文等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmgtR2q2U) 215 | [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) 216 | [remote-working](https://github.com/greatghoul/remote-working) | 收集整理主要针对国内远程工作相关的资料集合,含有文章、书籍、工具、招聘网站和远程团队等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlOcmcmBc) 217 | [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) 218 | [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) 219 | [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) 220 | [awesome-podcasts](https://github.com/rShetty/awesome-podcasts) | 收集各大编程语言相关的播客列表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl4r76YmU) 221 | [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) 222 | [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) 223 | [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) 224 | [Python](https://github.com/TheAlgorithms/Python) | 收集了许多基于 Python 实现的算法 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hk9S788I2) 225 | [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) 226 | [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) 227 | [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) 228 | [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) 229 | [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) 230 | [architect-awesome](https://github.com/xingshaocheng/architect-awesome) | 后端架构师技术图谱,包含数据结构、常用算法、操作系统、设计模式、运维与技术支持等内容 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hih0Ojmuk) 231 | [thisrepositorydoesnotexist](https://github.com/paubric/thisrepositorydoesnotexist) | 收集了那些使用机器学习合成的内容,包括一些假脸、假猫、假房间、假二次元小姐姐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hifrp5y1y) 232 | [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) 233 | [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) 234 | [awesome-indie](https://github.com/mezod/awesome-indie) | 帮独立开发者赚钱的资源整理,收集了相关社区、播客、书籍等资源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhfzDr6wh) 235 | [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) | 收集整理了一批高质量的工具与服务,帮助创业者或开发者快速搭建自己的产品,以金钱换时间。创业必备,重磅推荐! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhbrV8xP9) 236 | [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) 237 | [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) 238 | [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) 239 | [frontendDaily](https://github.com/kujian/frontendDaily) | 前端开发技术日报,每日分享互联网最精彩的前端技术、前端资讯、后端编程、设计和资源等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgTbsEnXV) 240 | [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) 241 | [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) 242 | [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) 243 | [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) 244 | [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) 245 | [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) 246 | [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) 247 | [professional-programming](https://github.com/charlax/professional-programming) | 一份收集了全栈程序员用到的各种优秀资料、工具及框架等资源集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He8U0cnit) 248 | [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) 249 | [ChinaMobilePhoneNumberRegex](https://github.com/VincentSit/ChinaMobilePhoneNumberRegex) | 一组匹配中国大陆手机号码的正则表达式 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hb6m462Ju) 250 | [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) 251 | [BigData-Notes](https://github.com/heibaiying/BigData-Notes) | 一份大数据入门指南 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImOL1yHQo) 252 | 253 | 254 | ### 面试资料 255 | 256 | 库名 | 简述 | 源 257 | ---- | ----- | ----- 258 | [awesome-resume](https://github.com/resumejob/awesome-resume) | 一份收集整理了程序员简历常用例句集合 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImzPzvFvA) 259 | [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) 260 | [reverse-interview](https://github.com/viraptor/reverse-interview) | 一份问题咨询清单,可用于面试时反问你想要面试的那家公司 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6C28q5Qe) 261 | [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) 262 | [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/) 263 | [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) 264 | [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) 265 | [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) 266 | [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) 267 | [algo](https://github.com/wangzheng0822/algo) | 数据结构和算法必知必会的 50 个代码实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvMRX38sM) 268 | [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) 269 | [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) 270 | [leetcode](https://github.com/haoel/leetcode) | LeetCode 题解项目 @左耳朵耗子 写的 C++ 实现 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrdEH2PSi) 271 | [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) 272 | [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) 273 | [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) 274 | [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) 275 | [interview](https://github.com/huihut/interview) | C/C++ 面试基础知识总结,送给准备换工作的开发者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh3N16f4P) 276 | [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) 277 | [interview](https://github.com/aylei/interview) | 一份写在 2019 年初的后端社招面试经历,作者写了自己在蚂蚁、头条、PingCAP 三家公司的面试经历,年后打算换工作的后端程序员可以看下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeBburdhr) 278 | [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) 279 | 280 | ### 有趣网站 281 | 282 | 地址 | 简述 | 源 283 | ---- | ----- | ----- 284 | [getavatars](https://getavatars.app/) | 一个很有趣的网站可以生成无限多的卡通头像,你总能找到一款适合你的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IeI4DmAMN) 285 | [bruno-simon](https://bruno-simon.com/) | 我见过的最酷主页,整个页面需要 3D 导航 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Idllq35Wi) 286 | [chinese-colors](https://github.com/zerosoul/chinese-colors) | 可在网页上快速展示各类色系搭配的预览效果,并提供详细的颜色配值参考 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6ifNowOG) 287 | [鱼塘](https://tophub.fun/main/home/hot) | 整合各大社区平台今日热榜 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) 288 | [atoolbox](http://www.atoolbox.net/) | 一个收集超多实用在线工具的网站,并且持续收集更新 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuIStoDVa) 289 | [learnxinyminutes-docs](https://learnxinyminutes.com/) | 一个特别牛逼的编程实训网站,上面拥有算法、数据结构、编程语言、开发工具相关的简短训练教程,部分内容支持中文,开发者们可以用这个网站来快速体验一门新技术,当然深入了解还是建议看官方文档 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtwzEsYsb) 290 | [yikm](https://www.yikm.net/) | 最近有个开发者搞了个小霸王模拟器,里面提供魂斗罗、冒险岛、热血格斗传送、超级马里奥等经典游戏供玩家体验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsUVzlhuC) 291 | [i18ns](https://i18ns.com/) | 有个 Android 开发者花了两年时间,收集了 1500 多万条 App 的翻译数据, 并做成了一个搜索网站,希望能帮助独立开发者以更低的成本、更高质量的完成 App 国际化工作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsAHl4qLD) 292 | [在线工具](https://tool.lu/) | 一批实用的在线工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HrPmGt25u) 293 | [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) 294 | [爱资料工具](https://www.toolnb.com/) | 收录了许多超实用的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hrn5cfIgy) 295 | [MikuTools](https://tools.miku.ac/) | 这个网站上面有好多超级实用的工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqsUz3m4Q) 296 | [Wexond](https://wexond.net/) | 一款精致、简洁、扩展性强的开源 Web 浏览器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hqj5IxIby) 297 | [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) 298 | [paperswithcode](https://paperswithcode.com/) | 该网站按照计算机的不同应用领域进行划分,收集并整理了众多开源项目,每个项目都包含着相关论文供学习参考,分类涵盖了计算机视觉、自然语言处理、医学、方法论、语音、游戏、机器人等多个领域 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgKJR1s9z) 299 | 300 | ### 有趣 / 实用开源工具 301 | 302 | 库名 | 简述 | 源 303 | ---- | ----- | ----- 304 | [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) 305 | [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) 306 | [huginn](https://github.com/huginn/huginn) | 一个开源的自动化工具,类似 IFTTT 的开源版应用,可通过开发者设定的某个事件来触发具体操作。比如你可以设定当 GitHubDaily 发送一条微博后,自动给你推送一封邮件提醒:"这货又发微博了" | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkMhdyx5S) 307 | [crater](https://github.com/bytefury/crater) | 一款免费开源的 Web 与移动端发票应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkxlzEVBF) 308 | [mkcert](https://github.com/FiloSottile/mkcert) | 使用 mkcert 这款工具,即可零配置,一条命令在本地搭建受信任证书环境 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IkjNmuk4Q) 309 | [Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail) | 一款跨平台开发神器,借助可交互式的图形界面操作,让你可以快速阅读项目源码,提升开发效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ik6DvCNOz) 310 | [md](https://github.com/doocs/md) | 一款开源的前端编辑器,主要对微信排版做了适配 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389Ij41gdqvJ) 311 | [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) 312 | [xray](https://github.com/chaitin/xray) | 一款功能强大且完善的安全评估工具,该工具由多名经验丰富的一线安全从业者呕心打造而成,支持的漏洞检测类型有 XSS 漏洞、SQL 注入、命令/代码注入、文件上传等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ImFqCjI0b) 313 | [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) 314 | [jsonbox](https://github.com/vasanthv/jsonbox) | 该工具为开发者提供一个特定链接,通过向这个链接发送 HTTP 请求,可以用来存储、读取、修改 JSON 数据 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I7VgIs9B5) 315 | [nodeppt](https://github.com/ksky521/nodeppt) | 一款能将 Markdown 文档转成高大上 PPT 的开源工具,支持图表、流程图、数学符号、自定义主题配色以及样式等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0CZngraF) 316 | [comicgen](https://github.com/gramener/comicgen) | 一个很有趣的库,在线制作漫画人物并可将制作的人物图片放在你的网站中 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HEKGTl4Vv) 317 | [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/) 318 | [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) 319 | [Love-Gift](https://github.com/idealclover/Love-Gift) | 一位开发者做了个网站,当做送给女朋友的情人节礼物 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HAzY6DatJ) 320 | [mathAI](https://github.com/Roujack/mathAI) | 一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hys2OxDkZ) 321 | [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) 322 | [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) 323 | [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) 324 | [multrin](https://github.com/sentialx/multrin) | 一款免费开源应用窗口聚合工具,能将 Windows 系统上打开的应用窗口聚合在一起,类似浏览器标签页一样,可以快速管理和切换 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hxo3kAE4k) 325 | [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) 326 | [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) 327 | [ds-cheatsheets](https://github.com/FavioVazquez/ds-cheatsheets) | 数据科学相关的速查表 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hws77xZia) 328 | [gsbg](https://github.com/mayneyao/gsbg) | 如果你喜欢如附图一样的随机彩色块图片,那么可以用这款工具来生成 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/) 329 | [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) 330 | [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) 331 | [scar](https://github.com/cloudkj/scar) | 一键部署你的静态网站,并给其加上 HTTPS、全球 CDN、自定义域名等功能,用这个工具就可以做到! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvQp8acI7) 332 | [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) 333 | [DIYGame](https://github.com/Lawliet01/DIYGame) | GitHub 上一款在线游戏设计工具,用户在无任何技术背景的情况下,可随意打造一款属于自己的冒险游戏 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvD36e4xt) 334 | [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) 335 | [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) 336 | [logodiy](https://github.com/sherlonWang/logodiy) | 一个简单的在线 Logo 制作工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HuaHFEGTr) 337 | [fusuma](https://github.com/hiroppy/fusuma) | 通过编写 Markdown 来快速生成演讲幻灯片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtApLeNo4) 338 | [makegirlsmoe_web](https://github.com/makegirlsmoe/makegirlsmoe_web) | 一个二次元头像生成器,它通过设置发色、肤色、配饰等属性来随机生成一个二次元角色。另外这个项目还上链了,如果你觉得生成的二次元角色比较好看,可以直接到链上跟别人进行交易 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HtlDEmDSG) 339 | [terminal](https://github.com/microsoft/terminal) | 微软发布且开源了一款新的命令行终端工具 Windows Terminal | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ht5Bk8y03) 340 | [auxpi](https://github.com/aimerforreimu/auxpi) | 它通过对多个图床平台进行整合,使得一个图床挂掉的时候,会自动将图片分发到其它图床上,让图片外链成为不死链! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsLr1mmg1) 341 | [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) 342 | [quinesnake](https://github.com/taylorconor/quinesnake) | 在代码里面玩贪吃蛇 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hs0iwtuCc) 343 | [jsproxy](https://github.com/EtherDream/jsproxy) | 一个基于 JS 实现的网络调试工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hr6RU2o4C) 344 | [ikonate](https://github.com/mikolajdobrucki/ikonate) | 一个十分牛逼的图标库 Ikonate,上面的所有图标完全开源,皆可商用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqMWZ92rP) 345 | [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) 346 | [tool](https://github.com/Louiszhai/tool) | Mac 生产力工具链推荐 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HqkF909yG) 347 | [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) | Mac 小工具,它支持一键在终端中打开当前目录或选中目录 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hq1PUkypY) 348 | [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) 349 | [yapi](https://github.com/YMFE/yapi) | 一个高效、易用、功能强大、可视化的 API 管理平台 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HoMOKCOmF) 350 | [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) 351 | [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) 352 | [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) 353 | [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) 354 | [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) 355 | [imgurl](https://github.com/helloxz/imgurl) | 一款简单、纯粹的图床程序,支持拽拖、多图、粘贴、URL 上传,可裁剪、压缩、鉴黄图片,自动生成缩略图 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmAI50BdI) 356 | [mas](https://github.com/mas-cli/mas) | 一个 Mac 应用商店命令行工具,支持搜索、安装、更新应用等操作,用起来很方便 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmcWFmtbD) 357 | [stegify](https://github.com/DimitarPetrov/stegify) | 一款神奇的命令行工具,能将任意文件隐藏到图片里面 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hm37OeCGp) 358 | [gifify](https://github.com/vvo/gifify) | 一款将视频转换成 GIF 图的工具,支持任何格式的视频以及选取某个时间段转换 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlXCR2q2k) 359 | [zdict](https://github.com/zdict/zdict) | 一个运行在终端的在线字典工具,支持多款字典切换查询,查询结果高亮等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlPzB4gWe) 360 | [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) 361 | [qrcode](https://github.com/sylnsfar/qrcode) | 二维码生成器,支持生成普通二维码、带图片的艺术二维码和动态二维码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hlni6uVsd) 362 | [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) 363 | [sherlock](https://github.com/sherlock-project/sherlock) | 一个开源脚本,可在各大社交平台检查用户名是否被占用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hlcunnhqd) 364 | [fx](https://github.com/antonmedv/fx) | 优化终端命令行 JSON 查阅体验,支持展开 JSON 数据,访问单个数据点 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl8yPqXwl) 365 | [nsfwjs](https://github.com/infinitered/nsfwjs) | 一款开源的黄图鉴别工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hl33SdQfX) 366 | [send](https://github.com/mozilla/send) | 由 mozilla 开源的一款简单、私密的文件分享服务,支持设置分享文件的下载次数、有效天数,并可对文件进行加密 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkPHQmIW9) 367 | [nodeppt](https://github.com/ksky521/nodeppt) | 可能是迄今为止最好的网页版演示库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkGhlvc7R) 368 | [devhub](https://github.com/devhubapp/devhub) | 一款跨平台的 GitHub 通知管理客户端,帮助开发者更好的收集、整理、查看 GitHub 消息 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkwQQC0xz) 369 | [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) 370 | [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) 371 | [screenshoteer](https://github.com/vladocar/screenshoteer) | 使用命令行一键截取网页图片 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjR18Bx9W) 372 | [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) 373 | [NodeMail](https://github.com/Vincedream/NodeMail) | 一个基于 Node 的爬虫脚本,每天定时给女朋友发一封暖心邮件,非单身狗的程序员可以试用下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hja0nzdXe) 374 | [iSimulator](https://github.com/wigl/iSimulator) | 一款实用的 GUI 工具,可用于控制模拟器和管理模拟器里安装的应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiWEl80bW) 375 | [PicGo](https://github.com/Molunerfinn/PicGo) | 一款简单易用的图片上传工具,支持自定义第三方图床 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiJiiAAEd) 376 | [notable](https://github.com/notable/notable) | 一款开源的高颜值、跨平台的 Markdown 编辑器 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiHIT4imo) 377 | [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) 378 | [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) 379 | [PPRows](https://github.com/jkpang/PPRows) | 一款在 Mac 上计算你写了多少行代码的工具,支持同时检测多文件夹代码,自定义检测的文件类型等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HijmW7MYE) 380 | [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) 381 | [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) 382 | [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | 一款 Mac 音频工具,可以在播放其他音频时,自动暂停所有背景音乐,播放结束后再次恢复背景音乐,并支持控制单个应用的音量 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi25mgCCK) 383 | [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) 384 | [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) 385 | [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) 386 | [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) 387 | [Motrix](https://github.com/agalwood/Motrix) | 一款全能的下载工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgAwExNvV) 388 | [gotop](https://github.com/cjbassi/gotop) | 一个酷炫的命令行活动监视器,基于 Go 语言编写 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgjf5x6Tb) 389 | [AirtestProject](https://github.com/AirtestProject) | 一个网易开发的 UI 界面自动化测试工具,主要使用图像识别技术来定位页面具体的 UI 元素,这也就意味着它可以在不使用任何代码注入的情况下完成自动化测试 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdplOtzj1) 390 | [syncd](https://github.com/dreamans/syncd) | 一款使用 Go 语言开发的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcjM2jeRb) 391 | [hacknical](https://github.com/ecmadao/hacknical) | 一个生成可视化 GitHub 简历的网站 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaRqC5A6C) 392 | [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) 393 | [thefuck](https://github.com/nvbn/thefuck) | 输错命令后,fuck 一下,自动帮你更正命令,解气又实用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgsFzhOg2) 394 | [RSSHub](https://github.com/DIYgod/RSSHub) | 一个轻量、易于扩展的 RSS 生成器,它可以给任何奇奇怪怪的内容生成 RSS 订阅源 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He3p24W3S) 395 | [cloudquery](https://github.com/t9tio/cloudquery) | 一款能给任意网站生成 API 的工具,开发者通过点击页面元素即可选择生成内容,非常方便,搞前端的同学可以了解下 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdyIz2DSx) 396 | [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) 397 | 398 | ### 机器学习 / 人工智能 399 | 400 | 库名 | 简述 | 源 401 | ---- | ----- | ----- 402 | [BitTigerLab](https://github.com/Fabsqrt/BitTigerLab) | 计算机科学中文学习笔记 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcH3ipq5C) 403 | [bustag](https://github.com/gxtrobot/bustag) | 基于机器学习的老司机车牌自动推荐系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IasqikBsx) 404 | [computer-science](https://github.com/ossu/computer-science) | 一份开源的计算机科学教学资源,可用于自学编程 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I6TDmhBfv) 405 | [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) 406 | [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) 407 | [Machine-Learning](https://github.com/shunliz/Machine-Learning) | 机器学习原理笔记整理。前半部分关注数学基础,机器学习和深度学习理论。后半部分关注工程实践和理论应用 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HvRMn0al7) 408 | [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) 409 | [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) 410 | [learning](https://github.com/amitness/learning) | 国外一名开发者分享的数据科学学习计划,旨在每日不断精进学习,以提升自己的技术水平 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HsPere8j6) 411 | [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) 412 | [Virgilio](https://github.com/virgili0/Virgilio) | 一份机器学习指南,该指南可作为你机器学习的导师,为你提供完整学习路径,让你了解更多工具的使用,掌握更多技能 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpW70c0JE) 413 | [libfacedetection](https://github.com/ShiqiYu/libfacedetection) | 堪称史上最快图像中人脸检测的开源库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HmlYOfcAu) 414 | [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) 415 | [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) 416 | [wukong-robot](https://github.com/wzpan/wukong-robot) | 一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhSES4lL0) 417 | [edge-connect](https://github.com/knazeri/edge-connect) | 加拿大安大略理工大学开源的图像自动修复方法,可由线到面逐步修复受损或被打码的图像,也可进行图像拼接、移除、编辑等操作 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhuiVnXVj) 418 | [face_recognition](https://github.com/ageitgey/face_recognition) | 号称世界上最简单的人脸识别库 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgueYxAsI) 419 | [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) 420 | [HyperDL-Tutorial](https://github.com/zeusees/HyperDL-Tutorial) | 一份深度学习相关的系列文章,作者总结了在深度学习实践中的一些经验 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeVBT8K8w) 421 | [spinningup](https://github.com/openai/spinningup) | 由 OpenAI 发布的一份深度强化学习教学资源集,内容包括易懂的深度强化学习代码示例、算法、习题、文档和教程等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hdxc0tvmN) 422 | [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) 423 | [funNLP](https://github.com/fighting41love/funNLP) | 一个作者在文本中抽取结构化信息时,整理出所用到 GitHub 上的资源整合,内容包括:中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取等等 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd4UvDdep) 424 | [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) 425 | 426 | 427 | ### 非开源的实用工具 428 | 429 | 地址 | 简述 | 源 430 | ---- | ----- | ----- 431 | [Project Naptha](https://projectnaptha.com/) | 超级实用的 Chrome 插件,可选中、复制、编辑图片中的内嵌文字! | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/IcO7FsbX3) 432 | [Mathpix](https://mathpix.com/) | 这款工具能将带数学公式的截图一键转成 latex 代码 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hozgx9mUC) 433 | [removebg](https://www.remove.bg/) | Google Chrome 的技术经理推荐的一款工具能帮你快速移除任何图片的背景 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HnzoMqRTU) 434 | [OXYGEN](https://jeasonstudio.github.io/oxygen-demo/) | 这个网站可以帮你生成手绘风格的流程图或架构图,写文章的时候随手插入几张应该很有艺术感 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HpaYwf2Pv) 435 | [Firefox Monitor](https://monitor.firefox.com/) | 国内外不少知名企业都曾经被拖库,为此 Firefox 专门搞了这么一个工具,来帮助用户检查自己的信息是否被泄露 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hpq69C8aO) 436 | [codeimg](https://codeimg.io/) | 一款免费在线把源代码生成高逼格的图片工具 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/I0a52r5GX) 437 | [iPic](https://toolinbox.net/iPic/) | Mac 上一个图床神器,可通过快捷键将本地图片上传到服务器,并自动生成 Markdown 图片格式的排版 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hae4LEBqC) 438 | 439 | ### 其它 440 | 441 | 地址 | 简述 | 源 442 | ---- | ----- | ----- 443 | [语雀 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) 444 | [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) 445 | [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) 446 | [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) 447 | [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) 448 | [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) | 有位开发者整了个网易云音乐非官方 API,共有 100 多个接口,感觉还挺全面的 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HwaDmpthI) 449 | [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) 450 | [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) 451 | [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) 452 | [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) 453 | [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) 454 | [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) 455 | [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) 456 | [instantbox](https://github.com/instantbox/instantbox) | 让你能在不到 30 秒的时间内得到一个干净、开箱即用的临时 Linux 系统 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HlKgP86Rx) 457 | [gtop](https://github.com/aksakalli/gtop) | 一个使用 Node.js 实现的终端系统监控面板 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HllUSdvDU) 458 | [ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes) | Chrome 插件英雄榜,为优秀的 Chrome 插件写一本中文说明书 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HkrlT72sv) 459 | [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) 460 | [chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua) | 中华新华字典数据库,包括常用歇后语、成语、词语和汉字 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjjqSai6g) 461 | [Micro8](https://github.com/Micropoor/Micro8) | 一份开源的渗透攻击教程,适用于初中级安全从业人员,乙方安全测试,甲方安全自检,网络安全爱好者 | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhOJkpaOi) 462 | [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) 463 | [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) 464 | 465 | ## 声明 466 | [![](https://licensebuttons.net/l/by-nc-nd/2.0/88x31.png)](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh) 467 | 本作品采用[知识共享署名-非商业性使用-禁止演绎 2.0 通用许可协议](https://creativecommons.org/licenses/by-nc-nd/2.0/deed.zh)进行许可。 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | -------------------------------------------------------------------------------- /articles/亚马逊免费对外开放计算机编程课!.md: -------------------------------------------------------------------------------- 1 | ![img](https://mmbiz.qpic.cn/mmbiz_jpg/uDRkMWLia28ia65MWfGQuGdbKnHupciaRRIJw9tVQBekaFqoOpoX8SKPwKH4RIaEETDuOh2nGHqBfgbICsB7edFZA/640) 2 | 3 | 大家好,我是小 G。 4 | 5 | 在文章开始之前,先给大家安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 6 | 7 | 今天跟大家分享亚马逊在前不久免费开放的一个计算机编程课程:Amazon Future Engineer。 8 | 9 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28hfW1zkDpw70NSgpYjiaS5OBeSHJWlVGQLmZvDIaibJkglTQB6Mcwj5t8CjkO3oXmYLj2uJTiapPKFbA/640) 10 | 11 | 几周前,亚马逊 CEO 杰夫・贝索斯正式发布了年度股东信,在信中他提到了亚马逊正在为当前疫情所采取的一些措施与努力。 12 | 13 | 在此其中,贝索斯也谈及了亚马逊将对外界开放的一些资源,在这里面,就包含今天小 G 要跟大家分享的这个计算机教程。 14 | 15 | 在去年的时候,亚马逊正式启动了一项计划:Amazon Future Enginee(亚马逊未来工程师)。 16 | 17 | 这项计划诞生的主要目的,在于能帮助下一代年轻人,获得在技术驱动的社会下赖以生存的技能,让低收入人群和计算机爱好者,以更低成本的方式来习得计算机科学通用技能。 18 | 19 | 为此,他还定下了一个小目标:每年要让数十万人通过亚马逊这项计划学会计算机编程技能。 20 | 21 | 在该项计划启动后,亚马逊便为美国当地 2000 多所学校提供了计算机科学的教程赞助,并为 100 有实力的学生,提供价值 4 万美元的大学奖学金名额,同时,这些学生也将拥有在亚马逊学习工作的实习机会。 22 | 23 | 另外在其网站上面,也托管了一些对外界开放的免费计算机学习资源: 24 | 25 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28hfW1zkDpw70NSgpYjiaS5OBhQkezILAZTUSKFGeWGUZH9uPXZ4aUftE8YXGAbJgicbyoibfaibV35NKg/640) 26 | 27 | 从上图我们可以看到,这里面主要包含三大课程: 28 | 29 | - Virtual Robotics(虚拟机器人) 30 | - Computer Science Courses(计算机科学课程) 31 | - Celebrity Song Remix(名人歌曲混音) 32 | 33 | 第一个课程比较简单,因为它主要是服务于 2-12 年级的学生,所以学习难度不会很高。 34 | 35 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28hfW1zkDpw70NSgpYjiaS5OBHgnSyOLphKIRlBhLEib7TAsoT2ccv0IkPnnLbZJ5EkTm1NJiazxmVDQA/640) 36 | 37 | 我简单看了下,里面主要用到类似 Scratch 的搭积木方式。学生通过把一块块程序代码进行拖拽拼接,让机器人可以按照指定目标去运行,进而完成任务。 38 | 39 | 这一阶段,主要是帮助你学会如何用计算机思维来思考事物运行的本质。 40 | 41 | 第二和第三个课程,则是相对比较专业的计算机编程课。课程二基于 Python,向你介绍计算机科学相关的一些知识。课程三则是教你如何通过音乐创作来学会代码的使用。 42 | 43 | 以大家当前的编程能力,第三个课程的趣味性和可学性应该最强。 44 | 45 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28j1SPlN5fSL1W0gUvglMuN8BUkatYEic6icSNzq1PuXLoxJYqBd7ZqaLdeCw5V95skBPhlA6AGRo5zw/640) 46 | 47 | 具体怎么玩,这里放个演示视频给大家看下: 48 | 49 | https://www.youtube.com/watch?v=zIBzF5EiOPw 50 | 51 | 通过上方视频,我们可以了解到该网站主要是一个基于编程的音乐创作平台。讲师在教授编程知识的时候,使用的是 Python 语言。 52 | 53 | 该视频只是教学活动中的一部分,具体详情信息,大家可查阅其官网详情: 54 | 55 | https://www.amazonfutureengineer.com/free-courses 56 | 57 | -- 58 | 59 | 文末,照旧安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 60 | 61 |

62 | 63 |

-------------------------------------------------------------------------------- /articles/又一神书面世:《无需计算机的计算机科学》!.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | 大家好,我是小 G。 6 | 7 | 在文章开始之前,先给大家安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 8 | 9 | 今天想跟大家分享下,昨日在 Hacker News 上看到的一本比较有趣的计算机编程书籍:《CS Unplugged》,直译过来就是:《无需计算机的计算机科学》。 10 | 11 | 从名字上你大概就能猜到,这本书的作用,就是让你无需借助电脑,不用通过编程,就能理解计算机科学的一些基础理论知识。 12 | 13 | 这一切究竟如何做到?且听小 G 慢慢道来。 14 | 15 | ### 一场颇有意思的计算机科学教学活动 16 | 17 | 这本书,其实是梳理自国外一个名为 CS Unplugged 的公益教学活动。 18 | 19 | 该活动举办至今已有二十多年,在最早期的时候,是由来自不同大学的三名学生 Tim Bell、Ian Witten、Mike Fellows 所创建。发展到了今天,已颇具规模,坎特伯雷大学与 Google 都对该项目提供了赞助支持。 20 | 21 | 这个活动一开始对外推广的目的,是希望能借助一种更为亲民友好的教学方式,让广大对计算机科学感兴趣的学生和传统行业人士,更轻松的感受到这门学科的魅力。 22 | 23 | 在日常的教学活动中,授课老师会借助纸牌、绳子、蜡笔、拼图等道具,组织学生参与一场提前策划好的教学游戏。 24 | 25 | 在玩游戏的过程中,学生会慢慢潜移默化的学会如二进制数、算法、数据压缩等计算机科学基础知识。 26 | 27 | 下方附上一个时长为 3 分钟的演示视频,让大家感受下这个教学活动的独特之处。 28 | 29 | https://www.youtube.com/watch?v=KOYy4kyLEHs&feature=youtu.be 30 | 31 | 从上面视频我们可以感知到,这样做教学的好处,在于能大幅提升学生的参与感,并且能让具体某个知识点的呈现变得更为直观、有趣,且互动性强。 32 | 33 | 到了今天,二十多年过去了,CS Unplugged 深深在全球各地影响了来自不同行业、不同年龄段的人群,为计算机科学这一行业的推广,有着不可磨灭的贡献。 34 | 35 | 如果你想了解该项目更多的信息,可前往以下页面查看: 36 | 37 | https://link.springer.com/chapter/10.1007/978-3-319-98355-4_29 38 | 39 | 下面,我们接着聊回这本神书。 40 | 41 | ### 《无需计算机的计算机科学》 42 | 43 | 在上文我们已经提到过,这个活动是跨越了多个国家与地区同时进行的,因此与其相对应的书籍,也提供了多种不同语言版本。 44 | 45 | 除了英文书籍外,该书还被翻译成了阿拉伯文、法文、德文、日文、韩文、繁体中文等多个语言版本。 46 | 47 | 下面我们以繁体中文版本为例,跟大家聊聊书里大致都包含哪些内容。 48 | 49 | 在这本书中,作者共汇总了 21 次教学活动的分享内容,并将其划分为四个部分,每个部分具体包含的内容如下: 50 | 51 | ![img](https://mmbiz.qpic.cn/mmbiz_jpg/uDRkMWLia28hR7ISjk5UWwRuibia4qPJxXHu5bQMoibLTx9ThWzLULlsOQ4X6qYODAUbicgCzK7IrmWtQlEEaial54wA/640) 52 | 53 | 在对每个活动进行单独讲解之前,作者会很贴心的先将该活动的一些课程摘要、课程衔接、所学技能、适合年龄、所需素材先单独列举出来,以便读者先做好学习准备。 54 | 55 | 其它几项,大家接触的比较多,这里就不多做赘述了,我们关键来看下「所需素材」这一项。 56 | 57 | 前文说过,这里面的活动,不少是需要配合卡片、蜡烛、绳子、拼图等道具来完成的。因此,「所需素材」就是告诉你应该先准备好哪些道具,以配合后面课程的学习。 58 | 59 | 以二进制数字一章的教学为例,在教程开始之前,你需要先准备好一套如下所示的卡片: 60 | 61 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28hR7ISjk5UWwRuibia4qPJxXHFICcHAWkkqpKyEptQI6YA095u2hqZWLiczTU2gOzSgRmLKBmoQOFKRA/640) 62 | 63 | 之后,配合这些卡片,便可以进行二进制数字的学习了。 64 | 65 | 当你学完一个章节之后,该书还会附上对应的作业,助你强化吸收知识点,巩固基础: 66 | 67 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28hR7ISjk5UWwRuibia4qPJxXHpLCVvtZvtjgnTHmzymzfjgJQk6TkmGXP9mpia8SoDFozKxqvRoiaahZQ/640) 68 | 69 | 每一道作业题,均附有参考答案,方便你比对学习: 70 | 71 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28hR7ISjk5UWwRuibia4qPJxXHz88E1IKQic6DDZXoM0oo25tExGrAdR0B7fDwRic01VTQQxxsSqjRAzbQ/640) 72 | 73 | 如果大家英文阅读能力不是很强的话,可以看繁体中文来学习。 74 | 75 | 繁体中文的翻译者,是来自台北的一名开发者 Franklin Weng,最新翻译版本是 2016 年版,不过以目前技术发展的水平来看,里面提到的知识暂时还不算过时,大家还是可以参考学习一下。 76 | 77 | 小 G 已帮大家把该书繁体中文与英文版的 PDF 整理好了,在公众号(GitHubDaily)后台回复关键词「**计算机**」即可快速下载。 78 | 79 | 参考链接: 80 | 81 | - https://github.com/fweng322/CSUnplugged-zh_TW 82 | - https://classic.csunplugged.org/ 83 | - https://csunplugged.org/ 84 | 85 | -- 86 | 87 | 文末,照旧安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 88 | 89 |

90 | 91 |

-------------------------------------------------------------------------------- /articles/如果你觉得学习 Git 很枯燥,那是因为你还没玩过这款游戏!.md: -------------------------------------------------------------------------------- 1 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28gfbCThQozkH3IBzdSM5IrAZv5CjC7A2cSL0KrQAQIfD7kibCjpPtcjwEHWicHFmw5M9Gr6VLjDWlicA/640) 2 | 3 | 大家好,我是小 G。 4 | 5 | 在文章开始之前,先给大家安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 6 | 7 | 上周四的时候,我们在公众号分享了一篇文章:《[听说玩这些游戏能提升编程能力?](http://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457919248&idx=2&sn=b45af850f29fe6008edcd7c47760c8e7&chksm=8cb6bafabbc133ec1b6e31ff79d0d4079ba5f4d3d3060c96f2a20e8da93d80e6a0bf1f951f33&scene=21#wechat_redirect)》,里面提到了一款 Git 小游戏,今天打算借此机会跟大家细聊下。 8 | 9 | 对于 Git 这款工具,相信很多开发者都不会感到陌生。 10 | 11 | 作为目前最为流行的分布式版本控制工具,Git 打从 2005 年面世时起,便一直受到无数开发者喜爱。随着时间的慢慢推移,Git 发展到了今天,也成为了诸多开发者人手必备的开发工具。 12 | 13 | 2007 年,Chris Wanstrath、PJ Hyett 和 Tom Preston-Werner 三名开发者基于 Ruby on Rails 框架,联手开发了一个可用于托管项目源码的网站:GitHub。 14 | 15 | ![img](https://mmbiz.qpic.cn/mmbiz_jpg/uDRkMWLia28h0MuaiaPYRah7VNBSXyxtMsnWb2H7K4D4yiafjBMqorVrawZ0lFgAqaagJCzxR6dIAHQyWz6ETefJQ/640) 16 | 17 | 现如今,GitHub 已成为世界最大的开发者社区,在上面,每天都有大量开发者使用 Git 进行协作开发,也累积下一批批优质的开源项目,为后来者提供了宝贵的学习机会与参考价值。 18 | 19 | 因此,学会使用 Git,相当于你购入了一张通往世界顶级开发者社区的门票。 20 | 21 | 今天,学习 Git 已不再是难事,回想我在早年间刚接触 Git 那会,中文互联网上于此相关的资料少的可怜,更不用说有人讨论 GitHub 上的开源项目了。 22 | 23 | 我最早接触 Git 和 GitHub 的时候,是读了 Michael Hartl 的一本书《Ruby on Rails tutorial》。这本书可以说是打开了我通往技术圈的一扇大门,里面教授的各种编程理念与开发技巧,令我受益至今。感兴趣的同学,可以自己去找来看一下。 24 | 25 |

26 | 27 |

28 | 29 | 下面我们接着聊回 Git。 30 | 31 | 如果你想学好 Git,用 Google 和百度一搜,就能找到很多适合新手学习的入门书籍,包括此前我们也在公众号(GitHubDaily)上面分享过一些 Git 教程: 32 | 33 | - [卧槽!小姐姐用动画图解 Git 命令,这也太秀了吧?!](http://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457919169&idx=2&sn=7514209811adbd09b6161093e8ae3eb4&chksm=8cb6bb2bbbc1323dc0cd1c9110fcc6a2a06774040586fc21a01db98129a03ece8ee4cdb73960&scene=21#wechat_redirect) 34 | - [Linus 在 Google 分享了 Git 的设计思路,顺带怼了一大波人(视频)](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457915907&idx=1&sn=7f39b7943bf0e9ba4a2b12b47d4a70d7&scene=21#wechat_redirect) 35 | - [用好这几个工具,能大幅提升你的 Git/GitHub 操作效率!](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457915558&idx=1&sn=de0cdcb9fb199162ffe565e371b3dbf4&scene=21#wechat_redirect) 36 | - [强烈推荐下 GitHub 官方的这个教程](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457914680&idx=1&sn=0061f76dbd0e33468216a460c624c2b4&scene=21#wechat_redirect) 37 | - [收好这份 Git 命令应急手册,关键时刻可保你一命](https://mp.weixin.qq.com/s?__biz=MzAxOTcxNTIwNQ==&mid=2457914802&idx=1&sn=a8d2cb9b626da84d94d8b2ebd9e85c24&scene=21#wechat_redirect) 38 | 39 | 但是,文字的表现张力往往不如画面来的强烈,缺少实时交互反馈机制,也是其最大的硬伤之一。 40 | 41 | 如果你觉得学习 Git 的过程非常枯燥且乏味,那不妨换一种方式。比如,通过玩游戏来学好 Git 的基础操作。 42 | 43 | 今天在这里给大家推荐一款游戏:Learn Git Branching。 44 | 45 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28h0MuaiaPYRah7VNBSXyxtMsxicic1iaWUF0nePMR4ZzH9OONxtUuNibNRBkr8sZOYgxEqbHzErJticHB0A/640) 46 | 47 | Learn Git Branching 的作者,是毕业自美国加州大学伯克利分校的一名开发者:Peter Cottle。 48 | 49 |

50 | 51 |

52 | 53 | 在这款游戏中,开发者需要通过一系列关卡挑战,来慢慢掌握对 Git 的使用。在每一个关卡里面,作者都会为你提前设定好一个 Git 学习目标。 54 | 55 | 当你真正沉浸其中,研究具体该如何进行下一步操作时,你学会用 Git 便指日可待了。 56 | 57 | 具体演示如下: 58 | 59 |

60 | 61 |

62 | 63 | 该项目的玩法整体都比较简单,没有过多花里胡哨的东西,配合网站上默认集成的虚拟终端环境与预览页面,可以让我们很清晰的看到每一行命令的实际运行效果。 64 | 65 | 这种实时交互反馈式的编程体验,无疑能让开发者更为亲切的感受到 Git 的魅力。 66 | 67 | 同时,来自不同国家的开发者还在 GitHub 上为该项目翻译了中文、日文、韩文等多个语言版本。 68 | 69 | 在很久前,这款游戏的所有代码便早已开源到了 GitHub 上,想研究它具体原理实现的同学,也可以看一下: 70 | 71 | https://github.com/pcottle/learnGitBranching 72 | 73 | -- 74 | 75 | 文末,照旧安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 76 | 77 |

78 | 79 |

-------------------------------------------------------------------------------- /articles/学不会设计模式,是因为你还没用过这个神奇的网站!.md: -------------------------------------------------------------------------------- 1 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28jt7Dd5RaQjvMiaMz3U27c8KggvUCD5GuZwWkSCnghQArt8sUqVmxkFqJjOnpFlb0ngtCMAic6RIfFw/640) 2 | 3 | 大家好,我是小 G。 4 | 5 | 在文章开始之前,先给大家安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 6 | 7 | 下面开始进入正文。 8 | 9 | 如果我们将程序员简单分为两类人:一类对于软件设计模式一头雾水,代码写的随心所欲;另一类将设计模式玩的炉火纯青,代码写的优雅如诗。 10 | 11 | 那么,后者写出来的代码,其可维护性、可扩展性肯定都要比前者的强,同时也会使得其代码更加优雅易读。 12 | 13 | 其实,写代码就跟我们在日常生活中处理一些大大小小的事情一样,当我们配合上一套成熟的思考框架和行动模式来走的时候,会发现很多事情处理起来变得轻松很多。 14 | 15 | 聊到这,想必你对学好设计模式的重要性已经不言而喻了。 16 | 17 | 那么,如何学好设计模式呢? 18 | 19 | 下面小 G 给大家推荐一个网站:Refactoring Guru。 20 | 21 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28ialFxX7ibsIQGbVaOeSgZbwACvPNIicGPIB4FLicdlHbibHQNw7fnx1nBpLswPEVIY5fcf9opq4HWBUnA/640) 22 | 23 | https://refactoring.guru/ 24 | 25 | 这是国外的一个网站,建立的初衷,是帮助开发者以更为简单便捷的方式,迅速掌握各个设计模式的学习。 26 | 27 | Refactoring Guru 上面共拥有 22 种设计模式及 8 条原则的详细讲解: 28 | 29 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28ialFxX7ibsIQGbVaOeSgZbwATTVpcibUZ7SAvEmT1FEWKCU3vmhADFfzqLs7aFxXbkDEHnX5Kib9zbJw/640) 30 | 31 | 每个设计模式都对应配有一篇图文并茂的文章,让开发者可以很轻松的搞懂每个设计模式的具体工作原理: 32 | 33 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28ialFxX7ibsIQGbVaOeSgZbwAjNvJrkJz7TuVnIVlBaomUl2e5spjXW6EX4XiagtzQW3aZckFxLmTMjQ/640) 34 | 35 | 在每篇文章里面,均有提供对应的代码示例: 36 | 37 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28ialFxX7ibsIQGbVaOeSgZbwAw6ITFRFpb10tGeMTcyT2V5STeVWtHQCVkxhaQHiaNicqRdxCpHiccicibZA/640) 38 | 这些代码示例,分别支持以下八种不同编程语言的实现: 39 | 40 | ![img](https://mmbiz.qpic.cn/mmbiz_png/uDRkMWLia28ialFxX7ibsIQGbVaOeSgZbwAMegKfzhotFAEaXVQ7QmMQOtkLQtc1CpXtIAxS9WgWqIq460tlLC4wQ/640) 41 | 目前,该平台上的所有内容均免费开放给开发者阅读,也有提供中文版本的翻译(现阶段还没完全翻译完成)。学习速度比较快的同学,可以直接看英文版来学习。 42 | 43 | 如果你需要可离线阅读的电子版,平台上也有提供相应的购买入口。 44 | 45 | 总的来说,作者还是非常良心的,如果你想学好设计模式,利用该网站上所有免费开放的学习资源,应该可以很快就把设计模式学好。 46 | 47 | 并且,这种图文并茂 + 代码示例的学习方式,也极大了加深了开发者对知识的吸收。 48 | 49 | 文末,再度放上该网站地址,感兴趣的同学可前往学习: 50 | 51 | https://refactoring.guru/ 52 | 53 | -- 54 | 55 | 文末,照旧安利一波我们的公众号:**GitHubDaily**,目前每天都会在上面更新至少 3 篇文章,主要分享比较实用的开发工具与开源项目,偶尔也会聊聊技术圈内最近发生的新鲜事,感兴趣的小伙伴可以关注一下哈。 56 | 57 |

58 | 59 |

-------------------------------------------------------------------------------- /assets/Artboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanyadian/GitHubDaily/0b54c815d40fbec91c6135e3ef6921d48081f627/assets/Artboard.png -------------------------------------------------------------------------------- /assets/sina_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanyadian/GitHubDaily/0b54c815d40fbec91c6135e3ef6921d48081f627/assets/sina_logo.png -------------------------------------------------------------------------------- /assets/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanyadian/GitHubDaily/0b54c815d40fbec91c6135e3ef6921d48081f627/assets/weixin.png -------------------------------------------------------------------------------- /resources/阿里 Java 开发手册(泰山版).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanyadian/GitHubDaily/0b54c815d40fbec91c6135e3ef6921d48081f627/resources/阿里 Java 开发手册(泰山版).pdf --------------------------------------------------------------------------------