├── .github └── issue_template.md ├── .gitignore ├── README.md ├── assets ├── sina_logo.png └── weixin.png └── weekly ├── 001.md ├── 002.md ├── 003.md ├── 004.md ├── 005.md ├── 006.md ├── 007.md ├── 008.md ├── 009.md ├── 010.md ├── 011.md ├── 012.md ├── 013.md ├── 014.md ├── 015.md ├── 016.md ├── 017.md ├── 018.md ├── 019.md ├── 020.md ├── 021.md ├── 022.md ├── 023.md ├── 024.md ├── 025.md ├── 026.md ├── 027.md ├── 028.md ├── 029.md ├── 030.md ├── 031.md ├── 032.md ├── 033.md ├── 034.md ├── 035.md ├── 036.md ├── 037.md ├── 038.md ├── 039.md ├── 040.md ├── 041.md ├── 042.md ├── 043.md ├── 044.md ├── 045.md ├── 046.md ├── 047.md ├── 048.md ├── 049.md ├── 050.md ├── 051.md ├── 052.md ├── 053.md ├── 054.md ├── 055.md ├── 056.md ├── 057.md ├── 058.md ├── 059.md ├── 060.md ├── 061.md ├── 062.md ├── 063.md ├── 064.md ├── 065.md ├── 066.md ├── 067.md ├── 068.md ├── 069.md ├── 070.md ├── 071.md ├── 072.md ├── 073.md ├── 074.md ├── 075.md ├── 076.md ├── 077.md ├── 078.md ├── 079.md ├── 080.md ├── 081.md ├── 082.md ├── 083.md ├── 084.md ├── 085.md ├── 086.md ├── 087.md ├── 088.md ├── 089.md ├── 090.md ├── 091.md ├── 092.md ├── 093.md ├── 094.md ├── 095.md ├── 096.md ├── 097.md ├── 098.md ├── 099.md └── 100.md /.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 -------------------------------------------------------------------------------- /assets/sina_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YSGStudyHards/GitHubDaily/092b8769d079b907634ad5c0712f8cebe635b6a3/assets/sina_logo.png -------------------------------------------------------------------------------- /assets/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YSGStudyHards/GitHubDaily/092b8769d079b907634ad5c0712f8cebe635b6a3/assets/weixin.png -------------------------------------------------------------------------------- /weekly/001.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 1 期 2 | 3 | 收纳时间:2015-10-5 - 2015-10-11 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [vue-strap](https://github.com/yuche/vue-strap) | 使用 Vue.js 和 Bootstrap CSS 文件来构建了一套 Bootstrap 组件, 代码中除了 Vue.js 外没有使用其它的诸如 jQuery 之类的 JavaScript 框架 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewxjrii1gjj31kw113do9.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEEkCCPD3) 15 | [BubbleView](https://github.com/lguipeng/BubbleView) | 一个开源的 Android 气泡视图, 方便开发者快速集成多种气泡视图到自己的应用中去 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ewxixg7dgsj307g0c4t93.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEE8Hl92J) 16 | [Android-TopScrollHelper](https://github.com/kmshack/Android-TopScrollHelper) | 为 Android 开发者们提供了双击状态栏产生类似 iOS 应用滚动到列表最顶部的动画效果, 支持 ScrollView, NestedScrollView, WebView 等多种不同类型的视图 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewxd7yranqj31kw148h1x.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CECQxq07V) 17 | [GitHot](https://github.com/andyiac/githot) | 一款 GitHub 第三方 Android 客户端, 帮助开发者们在手机端上查看 GitHub 上排名较为靠前的开发者和开源项目, 与之类似的还有一款名为 Monkey 的 iOS 应用, 目前此开源项目实现的功能仍然较少, 期待后续的优化和完善 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ewxd359mtzj306o0bumxk.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CECOFiQti) 18 | [Csshake](https://github.com/elrumordelaluz/csshake) | 提供了一些可用来移动 Web 页面中 DOM 元素的 CSS 类, 可使用 bower 和 npm 进行安装, 目前已支持多种动画效果及鼠标 Hover 手势的处理, 开发者们可对此项目进行自定义处理, Demo 地址:http://elrumordelaluz.github.io/csshake/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ewx9ednpv7j31kw113jyd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEBYTE5HG) 19 | [Leanote](https://github.com/leanote/leanote) | 一款开源的类 Evernote 的多功能笔记应用, 支持 Markdown, 多人协作模式, 可以很方便的与朋友进行云端笔记分享, 应用界面的整体设计直观的划分出笔记的知识模块, 官网地址:http://leanote.org/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewx8pvzc0sj31kw113wnh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEBPlfEMZ) 20 | [NexT](https://github.com/iissnan/hexo-theme-next) | 一款优雅的 Hexo 主题, 支持多语言配置, 评论第三方插件可集成多说或 Disqus, 同时作者对多说的基本样式做了自定义更改, 使用 Tomorrow Theme 提供代码高亮支持, 整个主题由黑白两种色调组成, 整体看起来简洁大方, 在线预览地址:http://notes.iissnan.com/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ewx367zb80j31kw1134br.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEAzFia1B) 21 | [motion-ui](https://github.com/zurb/motion-ui) | 由 Foundation 团队开发出的一款帮助你创建出酷炫及灵活的过渡动画效果的 Sass 库, 使用 bower 或 npm 进行安装, 目前已有不少动画效果可以使用, 项目首页: http://zurb.com/playground/motion-ui | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ewx1krazjcj31kw113145.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEAd0uBoT) 22 | [Jekyll](https://github.com/barryclark/jekyll-now) | Now 是一个帮助你快速使用 Jekyll 建立自己博客的工具, 在创建过程中, 无需输入任何命令行, 无需安装配置任何的 Ruby 相关插件和第三方库, 这对于 Windows 上的开发者来说, 简直是一件大块人心的大好事, 但若要在本地进行调试, 则得安装相关的 Ruby Gem | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ewx1ie5fx1j30vu0uiwir.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEAc68gzN) 23 | [AMP](https://github.com/ampproject/amphtml) | HTML 可用于创建并渲染出精确和高性能的 Web 静态内容页面, 主要用于改善在移动客户端上页面显示时间过长, 加载时间过久的情况, 关于此开源项目的具体工作方式可查看此文章:https://www.ampproject.org/how-it-works/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewx0mkg7jgj31kw11348i.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEzZFaUHk) 24 | [git-fire](https://github.com/qw3rtman/git-fire) | 一个非常有趣的 Shell 脚本, 用于应对当火灾来临时需要将本地代码进行迅速提交的突发情况, 提交时会新开一个分支, 以防止出现 merge 冲突的情况, 整个脚本只有短短几十行代码, 但作者的创意和脑洞却值得肯定 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewx037e27kj30cs0cswen.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEzS6e9lD) 25 | [jianshi](https://github.com/wingjay/jianshi) | 国人开发的一个用于记录文字信息的 Android 完整应用, 作者仅用了一天便将其开发出来, 并将开发的流程记录成文放到了简书上(http://www.jianshu.com/p/cf496fc408b2), 从文章可看出, 此开源项目当中的设计思想和产品规划参照之前 @周楷雯Kevin 开发的一款叫 "小记" 的应用 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ewwh5p6k5fj30jz0y30tt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEvAh8zhv) 26 | [css-protips](https://github.com/AllThingsSmitty/css-protips) | 收集了一些能够看完能快速提升开发者 CSS 技能的小建议, 当中有不少看完之后如醍醐灌顶, 该资料目前仍在完善中, 希望后续能够添加更多内容, 也建议有心的前端开发者可以一起帮忙维护 :) | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ewwgrvuvv2j316s7cahdt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEvuTuYdS) 27 | [Neon](https://github.com/mamaral/Neon) | 一个强大的 App UI 布局框架, 打破了以往写 App 界面时的繁琐方式, 没有怪异的可视化语言, 没有约束, 用一个正常人类的思想方式去写代码构造应用的 UI, 这是 Neon 强调的一个主要核心点, 支持多种丰富的布局方式, 目前此项目仍处于 Beta 阶段, 建议保持关注 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ewwgd19gq7j30p00ijaf9.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEvp52LoW) 28 | [FlagKit](https://github.com/madebybowtie/FlagKit) | 一个可在 iOS 开发中使用各国国旗图标的库, 目前支持的有 183 个国家的国旗, 无需使用其它第三方依赖管理, 用 Carthage 进行安装, 兼容 Swift 和 Objective-C | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ewweya0jgrj30ko5f0aql.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEv5lplL2) 29 | [popmotion](https://github.com/Popmotion/popmotion) | 一个仅有 12 KB 的 JavaScript 运动引擎, 可用来做动画, 物理特性, 投掷跟踪等处理, 支持原生的 DOM, 可在 jQuery, Canvas, Three.js 等地方使用, 从而实现运动效果的无缝交互, 开发者们可以根据自己不同的喜好来定制 popmotion | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ewwejssspzj31kw113dj0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEuZCx1K1) 30 | [N1](https://github.com/nylas/N1) | 一个用 CoffeeScript 写的具有可扩展性的邮件客户端, 开发者们可以根据自己不同的需求来完善此客户端的用户体验和工作流程, 并且可以在此客户端上添加自己为其写的插件, 界面简洁大方, 目前在 GitHub 上已经拥有 7000 多 Stars, 前途大好 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ewwdu2f0p7j30vk0mvn4h.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEuPAwft5) 31 | [clipboard.js](https://github.com/zenorocha/clipboard.js) | 一个极其轻量级(仅 2KB)的前端插件, 帮助前端开发者快速集成 "复制文本到剪切板" 的功能, 无需依赖 Flash 或其它庞大浮肿的框架且各项功能齐全, 支持从 Web 代码中 Element 和 Attribute 复制和剪切文本内容, 使用 npm 即可完成快速安装 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewwd2g92fvj31kw6dte81.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEuETqYUT) 32 | [WeUI](https://github.com/weui/weui) | 一套同微信原生视觉体验一致的基础样式库, 为微信 Web 开发量身设计, 可以令用户的使用感知更加统一. 里面包含 Button、Cell、Dialog、Article、Icon 等丰富控件, 极大的减少了开发者的开发成本, 使得开发出的 Web 页面设计风格能够高度贴合微信 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ewwcre99yxj30bi0kg0tw.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEuAC5GWN) 33 | [FDStackView](https://github.com/forkingdog/FDStackView) | 由 @我就叫Sunny怎么了 团队开发的一个可将 Apple 官方提供 UIStackView 兼容到支持 iOS 6 的工具, 并附有可预览 Interface builder 等强大的功能, 使用简单, 操作便捷, 极易上手 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ewwcefhhhij30dy0f8q57.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CEuvF59Vg) 34 | -------------------------------------------------------------------------------- /weekly/003.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 3 期 2 | 3 | 收纳时间:2015-10-19 - 2015-10-25 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [django-jet](https://github.com/geex-arts/django-jet) | 一款主打实用性的 Django 管理员模板, Demo 地址:http://demo.jet.geex-arts.com/admin/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exdiezn4kwj30k00bi40b.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DNSiiMf0) 15 | [NirZhihuDaily2.0](https://github.com/zpz1237/NirZhihuDaily2.0/) | 一款开源的非官方 @知乎日报 iOS 客户端 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1exd42supf8g30ac0j4u0z.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DLMph51o) 16 | [lanyon](https://github.com/poole/lanyon) | 一款强调内容优先, 附有侧边栏的 Jekyll 主题,, 整体界面和文字内容等排版十分简约, 自然, 清新, 能够让读者的精力更加专注在文章内容上面, Demo 地址:http://lanyon.getpoole.com/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1excmov03jtj31kw106wly.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DJMcu6M6) 17 | [Flatabulous](https://github.com/anmoljagetia/Flatabulous) | 一套可用于 Ubuntu 或其它 Linux 桌面系统的扁平化主题 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exck0ljt7mj30m00e7abs.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DFfq8v1b) 18 | [HackerNewsReader](https://github.com/rnystrom/HackerNewsReader) | 一款轻量级的 iOS Hacker News 阅读器, 剔除了其它臃肿的功能和 UI, 仅为阅读而生 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exbxn0b071j31kw0uw10h.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DAxtrB8G) 19 | [whatsappcli](https://github.com/KarimJedda/whatsappcli) | 一个可以在 Whatsapp 上通过发送消息的方式直接控制服务器的 Python 脚本, 果然够 Geek | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1exbatpbt7ij30u01hcana.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DwdZhe4i) 20 | [FlowingDrawer](https://github.com/mxn21/FlowingDrawer) | 实现了在 Android 系统上, 手势右滑时以流体动画弹出抽屉菜单的效果 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exbamtsx0fg30a209wqmd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DuY2baOI) 21 | [rainyday.js](https://github.com/maroslaw/rainyday.js) | 能够模仿雨滴打在窗户上的动画效果, 是一款非常有趣的 JS 插件, Demo 地址:https://maroslaw.github.io/rainyday.js/ | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1exa6o9rdqlj31kw1131cs.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DlUQOEY) 22 | [ViewMonitor](https://github.com/adad184/MMPlaceHolder) | 能够帮助 iOS 开发者们精确的测量视图, 可直接在调试应用中查看具体某个视图的坐标, 宽高等参数, 另外还有一款类似的插件叫 MMPlaceHolder, 用 Reveal 的朋友看看就好, 别说话[doge] ViewMonitor 地址:https://github.com/daisuke0131/ViewMonitor MMPlaceHolder 地址: | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ex94pafpivg30a80icb29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DhDDEY0S) 23 | [DGElasticPullToRefresh](https://github.com/gontovnik/DGElasticPullToRefresh) | 一款带有弹性效果的 iOS 下拉刷新组件, dribbble 地址:https://dribbble.com/shots/2232385-Pull-Down-to-Refresh | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ex94d1l59kg30m80gob0d.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DdmAs7gv) 24 | [ZhiHuDaily-React-Native,](https://github.com/race604/ZhiHuDaily-React-Native) | 一个使用 React Native 实现的知乎日报 Android 兼 iOS 客户端, 文章地址:http://www.race604.com/react-native-android-practice/ | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ex902qhxisj307i0dct9j.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DcgY20mY) 25 | [android-UCToast](https://github.com/liaohuqiu/android-UCToast) | 向开发者演示了如何在不申请任何权限的情况下在 Android 应用中弹出悬浮窗, 感谢 @稀土圈 的推荐, 文章地址:http://gold.xitu.io/entry/5626f73960b25974a0e5e57c | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1ex8nh5p7dtg30as0j6x04.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dbncc0BO) 26 | [36krReader](https://github.com/kinneyyan/36krReader) | 开发者个人开发的 @36氪 非官方 Android 客户端, 遵循 Material Design 风格 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ex8j9j8il2j30f00qoaex.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D9FF6aiL) 27 | [drop](https://github.com/HubSpot/drop) | 一款方便开发者快速创建下拉视图的前端插件, 可用 npm 或 bower 进行安装, Demo 地址:http://github.hubspot.com/drop/docs/welcome/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ex8isvrchnj30n80hgadg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D8m07rCp) 28 | [ClipMenu](https://github.com/naotaka/ClipMenu) | 一款用于 Mac OS X 上的剪切板管理工具, 可以找到复制或剪切过的文本和图片, 极大的提高了生产力, 用过的都说好 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ex7paewr3xj30aw0v8act.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1G3uIh7) 29 | [simple-icons](https://github.com/danleech/simple-icons) | 为开发者提供了 112 个著名品牌商的 SVG 图标 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ex7c475vmkj31kw22w4qp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CFW8UnCle) 30 | [trix](https://github.com/basecamp/trix) | Basecamp 公司开源的一款所见即所得的富文本编辑器, 致力于为用户打造最棒的编辑体验, 支持快捷键为文本添加样式, 嵌入链接, 快速上传图片, 保存编辑状态等操作 http://video.weibo.com/show?fid=1034:98c48491b309b7196285c79080cb4249 . | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CFS20Giy) 31 | [sweet-alert-dialog](https://github.com/pedant/sweet-alert-dialog) | 一款清新文艺的 Android 弹窗, 灵感来自于 JS 版的 SweetAlert | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ex6kcsj6w7g30al0h5age.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CFPQVrApT) 32 | [jekyllthemes](https://github.com/mattvh/jekyllthemes) | 收录了不少 Jekyll 主题, 总有一款适合你, 有兴趣的开发者也可以发 PR 推荐自己的主题, 主题展示地址:http://jekyllthemes.org/ | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ex662kvjuyj31kw1zb4in.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/CFMCiq5Yc) 33 | -------------------------------------------------------------------------------- /weekly/004.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 4 期 2 | 3 | 收纳时间:2015-10-26 - 2015-11-1 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [MaskProgressView](https://github.com/iammert/MaskProgressView) | 又一款为音乐播放器而生的 Android 播放进度视图, YouTube 地址:https://www.youtube.com/watch?v=9ysT9VmaNXU | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exlkd98ybhj30rs0orgpp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1T86DXAt) 15 | [Sketch-Flex-Layout](https://github.com/hrescak/Sketch-Flex-Layout) | Facebook 工程师开源的一个 UI 布局插件, 允许你在 Sketch 中使用 CSS Flexbox 来控制元素的布局 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exlkkvjr0kj31io0fygoa.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1QLoxsMP) 16 | [TKSwitcherCollection](https://github.com/TBXark/TKSwitcherCollection) | 一个 iOS Switch 控件的动画集合, 作者的开发灵感来自于 Dribbble, Dribbble 地址:https://dribbble.com/search?q=Switcher+Oleg+Frolov | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1exkjun4764g308d0f5q4d.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1NZSFcsv) 17 | [Protip](https://github.com/DoclerLabs/Protip) | 又一款优雅的 jQuery tooltip 插件, 可定制度高, 使用简单, Demo 地址:http://protip.rocks/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exkj76uy5ej31740s4aha.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1IiUwQlo) 18 | [TYAttributedLabel](https://github.com/12207480/TYAttributedLabel) | 一款简单,强大的 iOS 属性文本控件, 支持图文混排, 链接添加, 自定义排版 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1exk89oi4p4g308w0g2b29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1FRc9sWh) 19 | [ItemTouchHelper](https://github.com/iPaulPro/Android-ItemTouchHelper-Demo) | 一个非常强大的工具类, 帮助 Android 开发者处理在使用 drag&drop 和 swipe-to-dismiss 特性到 RecyclerView 时会遇到的棘手问题 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exh3c7pevsg30xc0dw1cn.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1Ahwp6Vf) 20 | [HTML](https://github.com/kangax/html-minifier) | Minifier 是一个高度可配置的, 经过良好测试的, 基于 JavaScript 的 HTML 在线压缩工具, Demo 地址:http://kangax.github.io/html-minifier/ | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1exh2ut5m7yj31kw113k6l.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1xIpn7hg) 21 | [TYAlertController](https://github.com/12207480/TYAlertController) | 一款可用于 iOS 系统上, 扩展较高的提醒, 弹出视图, 支持在 ViewController 和 UIWindow 上显示, 并可自定义 View 和 Animation, Blur 效果等 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exh2dleexgg308w0dchb8.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1uXVC6la) 22 | [FoldableLayout](https://github.com/worldline/FoldableLayout) | 一个在 Android 系统上实现了折叠布局动画效果的 Demo | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exh352wnl7g305k0a0x6q.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1qQCpign) 23 | [TKRubberIndicator](https://github.com/TBXark/TKRubberIndicator) | 一个带粘性过渡动画效果的 iOS 指示器, 由于目前尚未集成 CocoaPods, 使用还有些不便 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1exh29oskt6g308e0f6dhm.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1lxr4qW4) 24 | [drag-select-recyclerview](https://github.com/afollestad/drag-select-recyclerview) | 实现了类似 Google Photos 风格的图片多选效果 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exeq5q3b16g30600aoajf.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1hq7xwk8) 25 | [StarWars.iOS](https://github.com/Yalantis/StarWars.iOS) | 实现了 iOS 视图炸裂的酷炫动画效果 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1exepwmdrd9g30m80gob2e.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1eRP8BJl) 26 | [Lobsterpicker](https://github.com/LarsWerkman/Lobsterpicker) | 为 Android 开发者提供了满足 Material Design 风格的颜色选择器, Google Player 下载地址:https://play.google.com/store/apps/details?id=com.larswerkman.lobsterpickerproject | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exeps99cioj30a00c73yu.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1cvHlrSQ) 27 | [CSSgram](https://github.com/una/CSSgram) | 一个微型的 CSS 滤镜库, 帮助开发者们快速创建类似 Instagram 的滤镜效果 Demo 地址:http://una.im/CSSgram/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exepgofs6ej31kw3a1qv5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D17Ns18tf) 28 | [RxWebViewController](https://github.com/Roxasora/RxWebViewController) | 实现类似微信的 iOS 的 WebView 导航效果, 包括显示进度条加载, 左滑返回上个网页或者关闭当前视图的功能 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exeplgsvptg30a20hnhdz.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D152YgkRS) 29 | [AVLoadingIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView) | 整合了一些漂亮的 Android 动画加载效果, iOS 版本的叫 NVActivityIndicatorView, Android 版 https://github.com/81813780/AVLoadingIndicatorView iOS 版 GitHub 地址: | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exeop5qq55g30bt0kahdt.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D12VRzi2q) 30 | [quill](https://github.com/quilljs/quill) | 一款跨浏览器的前端富文本编辑器, Demo 地址:http://quilljs.com/ | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exeokeapqsj31kw113wl6.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DYxUvsNF) 31 | [ViewInspector](https://github.com/xfumihiro/ViewInspector) | 一款可让 Android 开发者直接在应用内工具栏调试视图的插件 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exeog31bsbg308w0dsb2a.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DWyPrVqr) 32 | -------------------------------------------------------------------------------- /weekly/005.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 5 期 2 | 3 | 收纳时间:2015-11-2 - 2015-11-8 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [SCTrelloNavigation](https://github.com/SergioChan/SCTrelloNavigation) | 一个在 iOS 上实现了类似 trello 的导航动效控件的 Demo, 创作灵感来自 Dribbble, Dribbble 地址:https://dribbble.com/shots/2114816-Trello-Navigation | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1extcppqa84g308w0fsnpe.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2UYR9wF8) 15 | [YYText](https://github.com/ibireme/YYText) | 一款功能强大的 iOS 富文本编辑与显示框架, 支持异步排版与渲染、图文混排、自定义点击样式、自定义键盘、表情解析与输入、图片复制粘贴、容器形状控制、竖排版、文本变形、Markdown 等功能, 能够实现微博微信QQ等应用的全部文本需求 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exqj0ywr9ug30c80lr0tn.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2NbPCnzz) 16 | [react-native-nw-react-calculator](https://github.com/benoitvallon/react-native-nw-react-calculator) | 一个用一份相同的 React Native 代码, 支持同时在桌面, 手机, 浏览器端运行的计算器 Demo | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exrhxi21ewj30dj0m90u3.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2LiW6XU0) 17 | [Confidant](https://github.com/lyft/confidant) | Lyft 开发者用 Python 开发的开源秘密管理服务, 提供用户友好的存储和安全访问秘密的方式, 官网地址:http://lyft.github.io/confidant/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exrhj3zyp3j31kw11343g.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2Ia6nxMI) 18 | [AndroidChangeSkin](https://github.com/hongyangAndroid/AndroidChangeSkin) | 一种完全无侵入的 Android 应用换肤方式,支持插件式和应用内换肤,无需重启 Activity | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1exqjcy59eag30da0isb29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2DLl8sdQ) 19 | [LSYevernote](https://github.com/allsome/LSYevernote) | 实现了类似印象笔记 iOS 应用的交互动画效果, 文章地址:http://allsome.love/yin-xiang-bi-ji-jiao-hu-xiao-guo-de-shi-xian/ | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1exqivd3w5mg30710ciay7.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2BNzgKeN) 20 | [Legofy](https://github.com/JuanPotato/Legofy) | 一个可将一个静态图片和 GIF 图转换成 LEGO 风格的 Python 程序 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exqihl2o90j30b30gnaat.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2yEJxXKJ) 21 | [MaterialCalendarView](https://github.com/SAMSistemas/MaterialCalendarView) | 一款遵循 Material Design 风格的 Android 日历 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exnx8n2jy8j31980qo7aj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2uLe60i9) 22 | [Administrate](https://github.com/thoughtbot/administrate) | 一款可用于 Rails 应用的轻量级管理面板, Demo 应用部署在 Heroku 上, Demo 地址:https://administrate-prototype.herokuapp.com/admin/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1expaymqi3hj30zh10balq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2shNkqWD) 23 | [MQRCodeReaderViewController](https://github.com/zhengjinghua/MQRCodeReaderViewController) | 一个基于 QRCodeReaderViewController 进行二次开发的 iOS 二维码扫描控件, 仿照微信的二维码扫描器对界面风格进行美化, 直接加入项目就能使用, 无需再次定制 UI | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1exoocxpr5ig309f0gbdtu.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2pvhEgfo) 24 | [BGARefreshLayout-Android](https://github.com/bingoogolapple/BGARefreshLayout-Android) | 集成了多种下拉刷新、上拉加载更多等动画效果, 支持配置自定义头部广告位 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exnx55zzr8g309o0h7qv9.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2lkJh0uF) 25 | [react-toolbox](https://github.com/react-toolbox/react-toolbox) | 一款基于 Google Material Design 风格设计的 React 组件工具箱, 提供了不少组件供开发者使用, Demo 地址:http://react-toolbox.com/#/components | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exnwrfo42yj31740s4n4w.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2iTJrh4F) 26 | [StitchingImage](https://github.com/zhengjinghua/StitchingImage) | 一款 iOS 仿微信群组封面拼接控件, 直接拖进项目即可使用, 支持 CocoaPods 快速安装 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1exoo4u8c2oj30bx0fkaby.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2g2iBsGB) 27 | [AndroidtoAppleVectorLogo](https://github.com/lewismcgeary/AndroidtoAppleVectorLogo) | 一个可将 Android Logo 通过渐变动画效果转换为 Apple Logo 的小 Demo, GtiHub 地址: | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exnx17zibdg30dc0dcnpe.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D2bUeovp7) 28 | [img2css](https://github.com/javierbyte/img2css) | 可将图片转换为纯 CSS 图片, Demo 地址:http://javier.xyz/img2css/ | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exnwlrr10fj30b10b6gmy.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D29NrvhAj) 29 | [YYWebImage](https://github.com/ibireme/YYWebImage/) | 一个图片加载库, 支持 APNG、WebP、GIF 播放, 支持渐进式图片加载, 具有更高性能的缓存, 拥有更多图像处理方法, 文章地址:http://blog.ibireme.com/2015/11/02/mobile_image_benchmark/ | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exmiktcpgog308w06se81.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D26LBgGsr) 30 | [GestureViews](https://github.com/alexvasilkov/GestureViews) | 一款利用手势对图片进行放大缩小, 以及位置移动的 Android 库 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exmit8alfsg307k0dc1l1.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D223lFI0E) 31 | [react-native-progress](https://github.com/oblador/react-native-progress) | 一款用 React Native 写的加载进度条组件, 目前仍处于完善阶段 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exmi9z4iowg30d208ckf4.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D200IaXWV) 32 | [SDECollectionViewAlbumTransition](https://github.com/seedante/SDECollectionViewAlbumTransition) | 用自定义的 push 和 pop 实现了有趣的 iOS 相册翻开动画效果 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1exlk3a2qy5g30hs0dcx6q.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D1XnWxgWF) 33 | -------------------------------------------------------------------------------- /weekly/006.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 6 期 2 | 3 | 收纳时间:2015-11-9 - 2015-11-15 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Reveal-In-GitHub](https://github.com/lzwjava/Reveal-In-Github) | 一个可从 Xcode 代码中快速跳转到 GitHub 当前行 Blame 页面的 Xcode 插件, 另外还支持跳转到 GitHub 历史提交, Notifications, Issues, PRs 等页面, 可自定制快捷键, 使用 Alcatraz 进行快速安装 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ey0rg3inhyg312g0mqx6r.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3YOZFvUY) 15 | [Segment](https://github.com/lmgonzalves/segment) | 一款可用于绘制和制作 SVG 描边路径动画的 JavaScript 插件, 开发者可以使用自定义参数来绘制自己的 SVG 路径, Demo 地址:http://lmgonzalves.github.io/segment/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ey0r0jdgtyj31kw113n3a.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3W4weYjP) 16 | [WheelView-Android](https://github.com/lantouzi/WheelView-Android) | 一款开源的 Android 滚动选择控件, 适用于不少应用场景 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exzpf08svxj30u01hcjw5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3QXUCXeZ) 17 | [f.lux](https://github.com/jefferyleo/f.lux) | flux 的 iOS 版本, flux 是一款能够自动调整屏幕色温以减少眼睛疲劳度的护眼应用, 由于 App Store 的审核政策关系, 此款 iOS 应用无法上架到商店, 只能通过开发者自行编译或在越狱 iPhone 上使用 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exzp4sls8vj30kr11d410.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3LRjoekf) 18 | [Android-Link-Preview](https://github.com/LeonardoCardoso/Android-Link-Preview) | 一款可直接对链接地址的 Web 内容进行预览操作的 Android 组件, 可抓取到链接中的标题, 文本, 图片等信息 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1exxalvpzc5g30as0j6nph.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3HoumuX3) 19 | [VBFPopFlatButton](https://github.com/victorBaro/VBFPopFlatButton) | 一款可应用在 iOS 应用上的, 使用 Pop 引擎开发并拥有 21 种不同显示状态的扁平化按钮, 拥有两种类型的动画过渡效果 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exxabz7332g30m80goqv5.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3FP4uojH) 20 | [markright](https://github.com/dvcrn/markright) | 又一款所见即得的 Markdown 编辑器, 兼容多种不同 PC 系统, Mac 上可直接使用 brew cask 进行安装 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1exx9y5u4ecj31150nfwxg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3CN8FJA9) 21 | [Highlight](https://github.com/hongyangAndroid/Highlight) | 一款可应用于 Android 应用上的指向性功能高亮的库, 可以快速的给应用添加上应用引导的效果 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exxa4ikelpg30co0iimyd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3y4Tno7A) 22 | [github-corners](https://github.com/tholman/github-corners) | 为替代存活七年之久的 "Fork me on GitHub" 而生的 ribbon, 也是时候换掉你项目中的千篇一律的默认样式了, Demo 地址:http://tholman.com/github-corners/ | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exx9s5a7njj31kw113dpm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3wtrDllB) 23 | [climb](https://github.com/vinkla/climb) | 一款 Composer 版本管理工具, 目前仍然处于开发版本, 还有不少 Bug 存在, 请 PHPer 慎用 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exwa2erxsdj310q0bswgd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3t5B7RjM) 24 | [HeaderAndFooterRecyclerView](https://github.com/cundong/HeaderAndFooterRecyclerView) | 一款可用于 Android 应用上的, 支持 addHeaderView, addFooterView, 以及分页加载数据的 RecyclerView | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exw9yb9jjoj308o0f2glx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3olJ5bPB) 25 | [MPParallaxView](https://github.com/DroidsOnRoids/MPParallaxView) | 用 Swift 写的类似 Apple TV Parallax 效果的视图 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exw9pd7r3mg308w0ese83.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3mJt72ob) 26 | [simplebox.js](https://github.com/libhide/simplebox.js) | 一款轻量级的图片放大 jQuery 插件, Demo 地址:http://ratiksharma.com/simplebox.js/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1exw9t0ns5xj31kw113jw5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3jADntsn) 27 | [QingTingCheat](https://github.com/cryfish2015/QingTingCheat) | @蜻蜓FM 线上最新版 apk v5.0.1 的反编译源码, 开发者通过对其 Android 客户端的代码进行了剖析, 以确定其是否涉嫌诈骗投资人和广告主, 需要顺带一提的是, 国民老公 @王思聪 也参与到了本次事件的讨论中来 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exw9b1j6l8j30go0pawhz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3fUGhQBT) 28 | [Jacman](https://github.com/wuchong/jacman) | 为 Hexo 设计的一款清新且具有响应式的主题, 拥有更丰富的特性并支持了很多的国内服务, Demo 地址:http://wuchong.me/jacman/ | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1exugb0wcrfj31kw113aka.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3dNpxSGX) 29 | [droptogif](https://github.com/mortenjust/droptogif) | 一个可直接将视频转为 GIF 动画效果图的 Mac 应用 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1exuxvlnd7yg30le0eqx6q.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3dpt2pjr) 30 | [jquery-drawsvg](https://github.com/lcdsantos/jquery-drawsvg) | 一款轻量级的使用 jQuery 来绘制 SVG 图形轮廓线路径动画的插件, 该插件使用 jQuery 内置的动画引擎来使 SVG 元素中的 Path 元素产生动画, Demo 地址:http://lcdsantos.github.io/jquery-drawsvg/ | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1exuxrm4n6mj31kw113af2.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D3agDBmeJ) 31 | [FlycoTabLayout](https://github.com/H07000223/FlycoTabLayout) | 由 @飞哥Flyco 开源的一个 Android TabLayout 库 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1exuxnnlwfkg308o0flkjl.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D357hfot9) 32 | [Scooter](https://github.com/dropbox/scooter) | Dropbox 开源的一套 SCSS 框架和 UI 库, Demo 地址:http://dropbox.github.io/scooter/index.html | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1exug6w4vcsj31kw113459.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D319Yhbse) 33 | -------------------------------------------------------------------------------- /weekly/007.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 7 期 2 | 3 | 收纳时间:2015-11-16 - 2015-11-22 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [react-native-desktop](https://github.com/ptmt/react-native-desktop) | 能够帮助开发者使用 React Native 快速构建自己的 Mac OS 应用, 目前各项功能还在完善中, 因此暂不建议直接用到生产环境上 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ey8sa2pu30j31c81qoaov.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D538mobew) 15 | [APlayer](https://github.com/DIYgod/APlayer) | 一款漂亮的 HTML5 播放器, UI 参考了网易云音乐的外链播放器, Demo 地址:https://www.anotherhome.net/file/APlayer/ | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1ey8s0w47azj31kw1130wx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4U0ddikM) 16 | [Beans](https://github.com/Getbeans/Beans) | 一款轻量级的 WordPress 主题框架, Demo 地址:http://demo.getbeans.io/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ey6qigbf3jj31kw113dpb.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4H17bfcx) 17 | [animate](https://github.com/hitherejoe/animate) | 一款提供了不少 Android 动画效果的代码实例 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1ey6iuwtafxg30dk06an0i.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4BCn1Jfz) 18 | [GitHub-Dark](https://github.com/StylishThemes/GitHub-Dark) | 一款以暗黑色调为主的 GitHub 主题 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ey5kxf3jvkj310j0p07fh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4x7UBFbJ) 19 | [uno-zen](https://github.com/Kikobeats/uno-zen) | 一款优雅简洁的 Ghost 主题, Demo 地址:http://kikobeats.com/ | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ey4f0xyqb6j31kc0wyaf4.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4stJ5Bi1) 20 | [AgendaCalendarView](https://github.com/Tibolte/AgendaCalendarView) | 一款在日历和议事日程间添加简易导航效果的 Android 控件 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ey4esv391mg30d80lxx6p.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4qI8gubP) 21 | [CozyLoadingActivity](https://github.com/goktugyil/CozyLoadingActivity) | 一款轻量级的 iOS 加载控件, 简单易用, 方便开发者快速集成到自己的应用中 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ey32f1ukw3g30ae041abx.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4nZhgzHz) 22 | [CharacterPickerView](https://github.com/alafighting/CharacterPickerView) | 一款高仿 iOS 的 Android 滚轮控件, 可实现三级联动的选择器 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1ey32u3z1wpg30c405hjt9.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4iX8C0Ea) 23 | [Splitflap](https://github.com/yannickl/Splitflap) | 可用于快速给 iOS 应用创建文字翻转的动画效果 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ey32cuu2mlg30iw02i47z.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4gUUcfps) 24 | [notie.js](https://github.com/jaredreich/notie.js) | 一款轻量级的 JavaScript 通知插件, 无任何依赖, 支持多种不同样式的通知类型, 可根据显示屏幕自动调节字体大小, Demo 地址:https://jaredreich.com/projects/notie.js/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ey32jci6jhg30mc09mn8l.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D4eeTiKhF) 25 | [DOUAudioStreamer](https://github.com/douban/DOUAudioStreamer) | 由 @豆瓣 iOS 技术团队开源的一款可用于 iOS/Mac 的流媒体播放引擎, 方便开发者快速搭建自己的音频软件, 唯一不足的是此引擎使用的是 AudioSession, 而不是较新的 AVAudioSession API | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ey1yjii39fj30f00qo0ug.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D49DX1tDJ) 26 | [KLog](https://github.com/ZhaoKaiQiang/KLog) | 一个 Android LogCat 工具类, 支持行号、所在函数、点击自动跳转、JSON 格式自定解析打印等功能 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1ey1xllmfeng30tf0j2gzq.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D484xc1VH) 27 | [AnimatedMenuIcon](https://github.com/codrops/AnimatedMenuIcon) | 一个用 Segment 插件实现了 SVG 菜单按钮动画过渡效果的 Demo, 创作灵感来自 Dribbble, Demo 地址:http://tympanus.net/Tutorials/AnimatedMenuIcon/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ey0r3w4de5g30m80goq4w.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D456F5VJt) 28 | -------------------------------------------------------------------------------- /weekly/008.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 8 期 2 | 3 | 收纳时间:2015-11-23 - 2015-11-29 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [ARAnimation](https://github.com/AugustRush/ARAnimation) | 对 Core Animation 进行了封装, 帮助 iOS 开发者能更加便捷的在项目中使用动画 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1eyfomtt0u4g304g04rgm7.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D66onjRic) 15 | [sketch-iconfont](https://github.com/keremciu/sketch-iconfont) | 一个支持在 Sketch 文件中快速添加字体图标的插件 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eygwgl80p8g30lc0ep7wh.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D63MPkIy6) 16 | [LBXScan](https://github.com/MxABC/LBXScan) | 一款 iOS 扫码器, 对默认的扫码界面效果等进行了封装, 支持自定义样式 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1eyfoiz4i7gj30890eqmxx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5WXSv8cg) 17 | [ElasticProgressBar](https://github.com/michelelacorte/ElasticProgressBar) | 一款有弹性的 Android 加载进度条 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1eyfprvtvr8g30al0amq4p.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5UvFn5L4) 18 | [loading-balls](https://github.com/glomadrian/loading-balls) | 一款支持高度配置的 Android 加载进度球 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1eyfm4yrtkeg305003sx68.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5NL1D34t) 19 | [HTY360Player](https://github.com/hanton/HTY360Player) | 一款提供在 iOS 中使用 360 度无死角拖拽视频进行不同角度播放的视频播放器 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1eyes89yn0ag30dc07ie84.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5Kz6qGUo) 20 | [Google](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-) | Play Music™ Desktop Player 是一款非官方的 Google Play Windows 端音乐播放器 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1eyent7u99ng30zv0mjn3m.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5FYtEtLM) 21 | [hint.css](https://github.com/chinchang/hint.css) | 用 SASS 写的一款简单易用的前端 tooltip 库, Demo 地址:http://kushagragour.in/lab/hint/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1eydmpy89ksg30hd0k8aff.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5BaelUBH) 22 | [AutocompleteField](https://github.com/filipstefansson/AutocompleteField) | 可应用于 iOS 应用中文字输入框自动补全的场景, 兼容到 iOS 8 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1eycf0au6rog30b80k0ke1.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5rDE99mp) 23 | [Scissors](https://github.com/lyft/scissors) | 一个 Android 应用图片裁剪库 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1eycex9fy3fg308w0ftu10.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D5nEO3pCG) 24 | -------------------------------------------------------------------------------- /weekly/009.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 9 期 2 | 3 | 收纳时间:2015-11-30 - 2015-12-6 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [PHPHub](https://github.com/phphub/phphub-ui) | UI 是 PHPHub iOS 和 Android 应用的设计稿, 设计稿包括界面, Banner, 应用空视图, Apple Review 设计图等 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eyl1ykro5rj31kw0zxh4w.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6w6LbWL4) 15 | [PHPHub](https://github.com/Aufree/phphub-ios) | for iOS 是 PHPHub 的官方 iOS 客户端, 完美适配 iPhone 和 iPad, 兼容 iOS 8, 使用了最新的 PHPHub API, 支持 APNS, 全屏广告, 扫描登录等功能, 集成了 Google Analytics, Crashlytics , JPush, UMeng 等众多第三方服务, 中文文档:http://aufree.github.io/phphub-ios/ | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eyl1ujko4dj30hs0vk0ym.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6w66oaDZ) 16 | [PHPHub](https://github.com/summerblue/phphub) | 一个用 Laravel 写的 PHP & Laravel 开发者社区, 该社区自去年 8 月份上线以来便吸引了众多 Laravel 开发者到上面参与技术讨论, 组织翻译了包括 php-the-right-way, Lumen, Laravel 等文档, 同时成为多个 Composer 安装包的首发地, 官网:https://phphub.org/ | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1eyl1los09bj31kw177gup.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6w1C4mjB) 17 | [PHPHub](https://github.com/NauxLiu/phphub-server) | for Server 是使用 Laravel 5.1 开发的一套 PHPHub 社区的 API 接口, 遵循 Symfony 代码规范, 使用 Homestead 环境作为开发环境 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1eyl1k1s3suj30sg0sg75v.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6w14n1fs) 18 | [PHPHub](https://github.com/CycloneAxe/phphub-android) | for Android 为 PHPHub Android 客户端, 项目采用 MVP 模式架构, RxJava 处理 API 请求返回数据, 实现了二维码扫描登录, 消息提醒, 选项卡切换等功能 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1eyl1fvmyjnj30f00qoq3c.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6vZjkDrU) 19 | [MaterialKit](https://github.com/CosmicMind/MaterialKit) | 一个用 Swift 写的 Material Design 框架, 拥有多种漂亮的动画效果和样式 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eykdtqhjjig30rs0dwe82.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6qEafO98) 20 | [Ting](https://github.com/Aufree/ting) | 一个基于 Rails 和 Semantic-UI 写的开源音乐社交网站, 拥有通知提醒, 邮箱验证, 多语言切换等功能, Demo 地址:http://tinger.herokuapp.com/ | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1eyjdbal36rj31kw114nbj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6mkKf1Dg) 21 | [Chatto](https://github.com/badoo/Chatto) | 一个用 Swift 写的轻量级聊天应用构建框架, 可帮助开发者快速搭建聊天应用 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eyirazlc2lj308w0fsabg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6g9zuZLs) 22 | [floatingsearchview](https://github.com/arimorty/floatingsearchview) | 一款 Android 浮动搜索框, 在输入时会自动弹出历史输入记录 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1eyir2g9z48g30780cc1kx.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D6dksyi5J) 23 | -------------------------------------------------------------------------------- /weekly/010.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 10 期 2 | 3 | 收纳时间:2015-12-7 - 2015-12-13 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [SUI](https://github.com/sdc-alibaba/SUI-Mobile) | Mobile 是由阿里巴巴国际 UED 前端出品的移动端 UI 库, 轻量精美, Demo 地址:http://m.sui.taobao.org/components/ | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1eyuzn8fqxdj31kw113ak5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D7SHNqnUW) 15 | [BGABadgeView-Android](https://github.com/bingoogolapple/BGABadgeView-Android) | 一款 Android 徽章控件, 拥有拖拽删除徽章的爆炸效果 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1eyr2odoyxkg309p0h1b2b.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D7jc81ryC) 16 | -------------------------------------------------------------------------------- /weekly/011.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 11 期 2 | 3 | 收纳时间:2015-12-14 - 2015-12-20 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [FlycoLabelView](https://github.com/H07000223/FlycoLabelView) | 一个简单的 Android 标签控件 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1ez42p1awnij30u01hc13e.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D91cWBfML) 15 | [ESTCollectionViewDropDownList](https://github.com/Aufree/ESTCollectionViewDropDownList) | 一个开源的 iOS 下拉筛选菜单列表, 拥有类似虾米专辑频道筛选功能, 通过服务器返回的 Tag 数据动态计算视图高度, 隐藏菜单后将会显示已选择的标签 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1eyzg7m8yv5g30ku112kjs.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D8DFk4FPG) 16 | [Knife](https://github.com/mthli/Knife) | 一款可用于编写文档的 Android 富文本编辑器, 支持插入链接, 字体倾斜, 加粗等操作 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eyzgcpti44g30dc0ca1kx.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D8uePeh1W) 17 | [share.js](https://github.com/overtrue/share.js) | 一款 Web 社交分享组件, 拥有一个标签完成初始化, 自定义启用/禁用分享站点, 基于标签 data 属性轻松实现分享数据的自定义等特点 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1eyycbsikp4j31d403ogmn.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D8kPy1m9u) 18 | -------------------------------------------------------------------------------- /weekly/012.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 12 期 2 | 3 | 收纳时间:2015-12-21 - 2015-12-27 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [github-hovercard](https://github.com/Justineo/github-hovercard) | 一款简洁的 GitHub 悬浮卡片 Chrome 插件, 可方便的查看 GitHub 上的 user/repo/issue 等信息 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1eze5muf8uvj30zk0m8jvc.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DanOodcf8) 15 | [HTextView](https://github.com/hanks-zyh/HTextView) | 一款带有动画效果的 Android TextView | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1ezda6tu0t1g30d204amyi.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DaeiibVJM) 16 | [js2image](https://github.com/xinyu198736/js2image) | 一个可以把 js 源代码压缩成一个 Ascii 字符画的源代码的工具, 保证压缩后的代码仍可运行 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1ezb0hrq24fj30m80izaez.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D9VN0qfeO) 17 | [ESTMusicPlayer](https://github.com/Aufree/ESTMusicPlayer) | 一个基于 DOUAudioStreamer 开发的 iOS 音乐播放器 Demo, 整体界面清新简洁, 具备歌曲的循环播放, 随机播放, 单曲循环播放, 锁屏播放等一个音乐播放器拥有的所有基本功能 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1ez7pzyc6yqg30ku1127wo.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D9BOklWfq) 18 | [android-card-slide-panel](https://github.com/xmuSistone/android-card-slide-panel) | 一个模仿探探首页卡片左右滑动效果的 Android Demo | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1ez7ig3tytyg30c20k0qv5.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/D9teR90l5) 19 | -------------------------------------------------------------------------------- /weekly/013.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 13 期 2 | 3 | 收纳时间:2015-12-28 - 2016-1-3 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [OS.js-v2](https://github.com/andersevenrud/OS.js-v2) | 用 JS 搭建的 Cloud/Web 桌面平台, 官网地址:http://os.js.org/ Demo 地址:http://osjsv2.0o.no/ | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1ezmjuug3ghj31hc0u0kdv.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DbrSd4Vda) 15 | [LikeAnimation](https://github.com/frogermcs/LikeAnimation) | 一款实现了 Twitter 的 Android 应用点赞动画效果的按钮 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1ezfttheol0g305b05bt9p.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DaGyTb9aX) 16 | [Hodor](https://github.com/Aufree/Hodor) | 一套 iOS 应用内多语言切换的解决方案, 可方便的对应用快速进行本地化支持, 允许用户无需退出应用即可直接更改应用语言, 类似微信 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1eze5qlvtqpj31kw12mn1p.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DaxeT6hof) 17 | -------------------------------------------------------------------------------- /weekly/014.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 14 期 2 | 3 | 收纳时间:2016-1-4 - 2016-1-10 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [GalleryFinal](https://github.com/pengjianbo/GalleryFinal) | 一款 Android 自定义相册, 实现了拍照, 图片单选和多选, 单裁剪与多裁剪和旋转等功能, 并支持自定义主题样式 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1ezsaytfitej30zk0hsgxf.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DccMOg65T) 15 | [flowchart.js](https://github.com/adrai/flowchart.js) | 仅需几行代码即可在 Web 上完成流程图的构建, Demo 地址:http://flowchart.js.org/ | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1ezq3p1lo6sj313i0m80w8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DbUPKamlX) 16 | [ESTMusicIndicator](https://github.com/Aufree/ESTMusicIndicator) | 一个实现了类似网易云音乐的音乐频谱标识的动画效果 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1eznx2qtzxtg30ku11277j.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DbKWjnm2U) 17 | [FloatingSearchView](https://github.com/renaudcerrato/FloatingSearchView) | 一款开源的 Android 浮动搜索框 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1ezntf10xogg30ay0jgqv5.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DbCc8fd8S) 18 | -------------------------------------------------------------------------------- /weekly/015.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 15 期 2 | 3 | 收纳时间:2016-1-11 - 2016-1-17 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [YoCelsius](https://github.com/YouXianMing/YoCelsius) | 一款开源的 iOS 天气预报应用 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1ezy3rfi3fmg309j0h1npd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DcY56khSy) 15 | -------------------------------------------------------------------------------- /weekly/016.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 16 期 2 | 3 | 收纳时间:2016-1-18 - 2016-1-24 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [uCrop](https://github.com/Yalantis/uCrop) | Yalantis 推出的又一款力作, 用于裁剪 Android 系统上的图片, 致力于打造最佳的图片裁剪体验 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f09r6bm4u7g30m80goqvb.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DeE8ddIa4) 15 | [hardseed](https://github.com/yangyangwithgnu/hardseed) | 好人一生平安, 祝大家周末过得愉快 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1f07dbn634xj311007w75g.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Deuv8hpgL) 16 | [coolMenu](https://github.com/DxTT/coolMenu) | 一款酷炫的 Android 卡片菜单 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f07d479ffhg30m80gogrr.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Del4DoY0A) 17 | [devtool](https://github.com/Jam3/devtool) | 可让你直接在 Chrome 开发者工具直接运行 Node.js 程序, 调试, 非常方便 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f07cw8wiwag30nm09a4qp.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DebxW8HSX) 18 | [git-draw](https://github.com/ben174/git-draw) | 一个以绘图加脚本的方式来生成有趣的 GitHub 个人主页 Commit 记录的 Chrome 插件 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f053558gxkg30zk0ege8i.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DdT1w3xBC) 19 | -------------------------------------------------------------------------------- /weekly/017.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 17 期 2 | 3 | 收纳时间:2016-1-25 - 2016-1-31 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [MaterialIntroView](https://github.com/iammert/MaterialIntroView) | 一款可用于给 Android 应用添加用户引导视图的库 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f0j0acsbweg30dw0opwvv.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DfIxm6rkD) 15 | [medium-editor](https://github.com/yabwe/medium-editor) | 一款高仿 Medium 所见即所得的 Web 前端编辑器, Demo 地址:https://yabwe.github.io/medium-editor/ | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DfyHB8sdc) 16 | [SmoothCheckBox](https://github.com/andyxialm/SmoothCheckBox) | 一款拥有丝般顺滑动画效果的 Android 复选框 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f0e8pzo5pgg30b00ilk3n.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DfplYhYXX) 17 | [soundnode-app](https://github.com/Soundnode/soundnode-app) | 一款使用 NW.js 开发的音乐播放器, 界面大气, 多平台兼容 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f0e8ne2rdoj31kw10317w.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DffVtp6YA) 18 | [furni-ios](https://github.com/twitterdev/furni-ios) | 由 Twitter 开发团队出品的一款用 Swift 写的 iOS 家居商城应用, 其主要目的在于让开发者从这款 Demo 应用中看出 Fabric 的强大 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f0c2ka3uacj31kw0sgapq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Df6uZb9LN) 19 | [bash-handbook](https://github.com/denysdovhan/bash-handbook) | 一份帮助你快速掌握 Bash 的文档 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f0c2rgvb5kj30rq1n47dk.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DeX6vAqLC) 20 | [Gecco](https://github.com/yukiasai/Gecco) | 一款支持对视图进行局部高亮的 Swift 库, 帮助 iOS 开发者快速创建产品的新手指导界面 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f0c23csbv7g307h0dcqv6.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DeNRJDFUK) 21 | -------------------------------------------------------------------------------- /weekly/018.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 18 期 2 | 3 | 收纳时间:2016-2-1 - 2016-2-7 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [react-dragula](https://github.com/bevacqua/react-dragula) | ragula 的 React 封装版, 一款支持对列表条目进行拖拽重排的 JS 库, Demo 地址:http://bevacqua.github.io/dragula/ | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f0pvwa190zj31kw1a9dt5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DgCCI61Et) 15 | [folding-cell](https://github.com/Ramotion/folding-cell) | 一款带有折叠 iOS Cell 动画效果的 Demo | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f0ot8m1w9lg30m80gonpg.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DgtRQlQGK) 16 | [slidingtutorial-android](https://github.com/Cleveroad/slidingtutorial-android) | 一个帮助 Android 开发者快速创建带有可滑动效果的用户引导功能库 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f0nkqelp1hg30gm0cgnpf.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DgjMSbMIM) 17 | [atomic-chrome](https://github.com/tuvistavie/atomic-chrome) | 一款可让你在 Atom 里面直接编辑 Chrome 文本框内容的插件 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f0mdyav8dng31hc0u0n41.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dga62pE0w) 18 | [DLite](https://github.com/nlf/dlite) | 以一种足够简单的方式让你 OS X 用上 Docker | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DfRh8sQmm) 19 | -------------------------------------------------------------------------------- /weekly/019.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 19 期 2 | 3 | 收纳时间:2016-2-8 - 2016-2-14 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Element](https://github.com/eonist/Element) | 一款是可用于 Mac OS 开发的 UI 框架 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f0t6k8rtlfg30rs0kb7n5.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DhetVznpU) 15 | [morphy-toolbar](https://github.com/badoualy/morphy-toolbar) | 一款可收缩, 展开的 Android 渐变工具栏, 拥有不俗的动画表现 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f0t68pfksyg30go08cnbb.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dh3r3la9M) 16 | -------------------------------------------------------------------------------- /weekly/020.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 20 期 2 | 3 | 收纳时间:2016-2-15 - 2016-2-21 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [FileBrowser](https://github.com/marmelroy/FileBrowser) | 一款开源的 iOS 文件浏览器, 支持文件搜索, 文件预览和 3D touch 功能 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f13r1amfd0g30dc0nonpd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DirH15Z0h) 15 | -------------------------------------------------------------------------------- /weekly/021.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 21 期 2 | 3 | 收纳时间:2016-2-22 - 2016-2-28 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [circle-menu](https://github.com/Ramotion/circle-menu) | 一款简单优雅的旋转菜单 | ![](http://ww3.sinaimg.cn/large/006fiYtfgw1f1ar08lj3ng30oq0ikb29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DjmLpci1b) 15 | -------------------------------------------------------------------------------- /weekly/022.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 22 期 2 | 3 | 收纳时间:2016-2-29 - 2016-3-6 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [electronic-wechat](https://github.com/geeeeeeeeek/electronic-wechat) | 一个使用 Electronic 开发的开源 Mac 和 Linux 非官方微信客户端 | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1f1na5lo5hcj31kw0zkh7c.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dl2byn392) 15 | [TranslateApp](https://github.com/maoruibin/TranslateApp) | 一个实现『划词翻译』功能的 Android 应用 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f1l321wwt6g30ax0hb0vn.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DkSw33ZrG) 16 | [gifi](https://github.com/vdemedes/gifi) | 让你在运行 npm install 时可以看看一些网络上的 gif 图片... | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f1l2u6matng30hc0dc1l3.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DkIZicYRo) 17 | -------------------------------------------------------------------------------- /weekly/023.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 23 期 2 | 3 | 收纳时间:2016-3-7 - 2016-3-13 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [balloon.css](https://github.com/kazzkiq/balloon.css) | 用纯 CSS 写的 tooltips | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f1vimdufkpg30h80gkagq.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dm66s4CtR) 15 | [Douya](https://github.com/DreaminginCodeZH/Douya) | 一款开源的 Material Design 豆瓣客户端 | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1f1na2vrqzhj30u01hc7bd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DlbxAEXSl) 16 | -------------------------------------------------------------------------------- /weekly/024.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 24 期 2 | 3 | 收纳时间:2016-3-14 - 2016-3-20 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [BottomBar](https://github.com/roughike/BottomBar) | 一款实现了底部导航栏效果的 Android 自定义组件 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f22h98e233g308w0ftn6c.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dn0So2xVT) 15 | [EZAudio](https://github.com/syedhali/EZAudio) | 一个 iOS 和 OSX 上的音频可视化框架 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f1xevd21ddg30ii0age83.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DmlCw6kTA) 16 | -------------------------------------------------------------------------------- /weekly/025.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 25 期 2 | 3 | 收纳时间:2016-3-21 - 2016-3-27 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [MaterialColorsApp](https://github.com/romannurik/MaterialColorsApp) | 一款便捷小巧且开源的取色板 Mac App, 可快速选取标准的 Material Design Color | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2bhwg86quj30m80godhp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Doe1t4lgn) 15 | [BoomMenu](https://github.com/Nightonke/BoomMenu) | 一款带有爆炸动画效果的 Android 菜单 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2aay8fp9ng308k0h1hdv.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Do4FQb8lj) 16 | [Searchkit](https://github.com/searchkit/searchkit) | 一款 React 搜索组件, Demo 地址:http://demo.searchkit.co/ | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f27ywsk0aaj30ou0c5tbp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DnKSoA1wO) 17 | [public-apis](https://github.com/toddmotto/public-apis) | 收集了一些可用在 Web 开发中的开放 API 接口 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f26rkcdyd2j30qo2gik8j.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DnzPo2VCf) 18 | -------------------------------------------------------------------------------- /weekly/026.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 26 期 2 | 3 | 收纳时间:2016-3-28 - 2016-4-3 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [SwipeViewController](https://github.com/fortmarek/SwipeViewController) | 一款支持选项卡滑动切换视图的 iOS 类库 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2js532m2pg307u0dwncj.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DphXVjMC7) 15 | [githunt](https://github.com/kamranahmedse/githunt) | 一款可将 Chrome 的新标签页替换为 GitHub Trending 页的插件 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2imir8bfij30zk0m8dlh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dp8xqaCtn) 16 | [ArcProgressStackView](https://github.com/GIGAMOLE/ArcProgressStackView) | 一款支持多属性定制的 Android 扇形进度条 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2hgwlxbybg30930fbqst.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DoZ6ZuQ5e) 17 | [transfer.sh](https://github.com/dutchcoders/transfer.sh) | 通过简单的命令行来快速完成文件共享操作 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2gbaf79ryj31kw113agi.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DoPGxj6SP) 18 | [Countdown](https://github.com/soffes/Countdown) | 一款开源的倒计时 Mac 应用 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2f5o03q3sg30hr0ahjrc.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DoGg07kIb) 19 | [git-time-machine](https://github.com/littlebee/git-time-machine) | 一款方便开发者查看 git 历史提交内容的 Atom 扩展 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2eveu8suog30zi0heqv5.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DoDVZcPmA) 20 | [StatusBarUtil](https://github.com/laobie/StatusBarUtil) | 一个为 Android App 设置状态栏的工具类, 可以在 4.4 及其以上系统中实现沉浸式状态栏变色, 支持设置状态栏透明度 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2c9pg9q1zj30go0f0n17.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DonoPqCzZ) 21 | [XhsEmoticonsKeyboard](https://github.com/w446108264/XhsEmoticonsKeyboard) | 一款开源的 Android 表情键盘解决方案 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2caquv4obj30u01hcdmu.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DoiWOAfkw) 22 | -------------------------------------------------------------------------------- /weekly/027.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 27 期 2 | 3 | 收纳时间:2016-4-4 - 2016-4-10 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [macaca](https://github.com/alibaba/macaca) | 阿里开源的一套完整的自动化测试解决方案, 支持移动端和 PC 端 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2rvh473vej30wr0j2jvx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DqlXm1WeO) 15 | [SwiftyStoreKit](https://github.com/bizz84/SwiftyStoreKit) | 一款轻量级的 iOS 应用内购买框架 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2qpvevihdj30ku11279s.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dqcx5EoOY) 16 | [JKeyboardPanelSwitch](https://github.com/Jacksgong/JKeyboardPanelSwitch) | 一套 Android 键盘面板冲突, 布局闪动的处理方案 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2pk8fqlwng308w0f8dpj.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dq36kA3zA) 17 | [gentelella](https://github.com/puikinsh/gentelella) | 一款开源的 Bootstrap 3 管理员面板, Demo 地址:https://colorlib.com/polygon/gentelella/index.html | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2oem70sc7j30xc0o9wii.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DpTFRuZTx) 18 | [KMNavigationBarTransition](https://github.com/MoZhouqi/KMNavigationBarTransition) | 一个用来统一管理导航栏转场以及使转场动画效果更加顺滑的通用库 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2n8zkxfm9g309q0hwwqi.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DpKffeJLT) 19 | [CatLoadingView](https://github.com/Rogero0o/CatLoadingView) | 一款带有酷炫动画的 Android 加载框 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2m64acwg5g308u0a2ass.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DpFAZyykz) 20 | [Horizon](https://github.com/Yalantis/Horizon) | Yalantis 出品的一款可将 Android 音频可视化的库, 项目介绍地址:https://yalantis.com/blog/horizon-open-source-library-for-sound-visualization/ | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2m3dwky1zj30sg0e80vl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DpAP044cn) 21 | [hexo-theme-apollo](https://github.com/pinggod/hexo-theme-apollo) | 一款类 Vue.js 官网的 Hexo 主题, Demo 地址:http://pinggod.com/ | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2kxru1a3ej31hk1c4ajj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DproBa1Dl) 22 | -------------------------------------------------------------------------------- /weekly/028.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 28 期 2 | 3 | 收纳时间:2016-4-11 - 2016-4-17 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [UIKitDynamics](https://github.com/xiaofei86/UIKitDynamics) | UIKit Dynamics demo with 11 example 动力学动画的 11 个 Demo | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2cgbs2ubdg30ac0ietbw.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DrpZcwu1y) 15 | [blur-admin](https://github.com/akveo/blur-admin) | 一款免费的 Bootstrap 管理员后台模版, Demo 地址:http://akveo.com/blur-admin/#/dashboard | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2w8ac2fd5j31hc0sjajt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DrgAk9Jr3) 16 | [IDMPhotoBrowser](https://github.com/ideaismobile/IDMPhotoBrowser) | 一款基于 MWPhotoBrowser 实现的图片浏览器 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cg86rm6lj306o0bu3z2.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dr78cw1cw) 17 | [DMPlayer](https://github.com/Aufree/ESTMusicPlayer) | 一款 Android 音乐播放器样品 https://github.com/dibakarece/DMPlayer iOS 版本: | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2x1354lfmj30640ciaay.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dr2rsDx2k) 18 | [Hain](https://github.com/appetizermonster/hain) | 一款类似 Alfred 的 Windows 启动器, 使用 Electron 开发, 按 alt+space 即可快速唤起 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cg73n3tkg30n40fcnpd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DqXHHDVdO) 19 | [ZFPlayer](https://github.com/renzifeng/ZFPlayer) | 基于 AVPlayer 开发的视频播放器, 支持横屏、竖屏 (全屏播放可锁定屏幕方向), 上下滑动调节音量、屏幕亮度, 左右滑动调节播放进度等功能 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2vccgiykhj30j00apwh5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DqOf0l3FL) 20 | [LandscapeVideoCamera](https://github.com/JeroenMols/LandscapeVideoCamera) | 一款功能强大的 Android 视频录制库, 仅允许横屏录制, 提供细粒度控制视频的质量与文件大小 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2u6ppwepug30ln0kbkjl.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DqEOlaR37) 21 | [LuseenBottomNavigation](https://github.com/armcha/LuseenBottomNavigation) | 又一款 Material Bottom Navigation | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2t13q7c8zg30dc07eac2.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DqvnYhMjE) 22 | -------------------------------------------------------------------------------- /weekly/029.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 29 期 2 | 3 | 收纳时间:2016-4-18 - 2016-4-24 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [mobileplayer-ios](https://github.com/mobileplayer/mobileplayer-ios) | 一款功能强大, 可定制性高的 iOS 流媒体播放器 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2clta42k9g30m80cie84.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DstYFgCyr) 15 | [foundation-emails](https://github.com/zurb/foundation-emails) | 快速创建适配所有设备和客户端的 HTML Email, 目前已提供了 10 套样式可供开发者直接使用, 文档地址:http://foundation.zurb.com/emails.html | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f2cgch42g7j31kg10gn7m.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dskyb3JSJ) 16 | [AnimatedEditText](https://github.com/alphamu/AnimatedEditText) | 在进行文字输入时带有动画效果的 EditText | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cgd9mbmmg305o0a0770.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dsb7Fz3Gf) 17 | [V2ex-Swift](https://github.com/Finb/V2ex-Swift2) | 用 Swift 写的 V2EX 客户端 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2clrhmc4lj30af0ijq3y.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ds1HbB16s) 18 | [draft-js-plugins](https://github.com/draft-js-plugins/draft-js-plugins) | 一款 DraftJS 插件, 同时支持 Emoji 表情和 @ 人自动补全, 撤销等功能, Demo 地址:https://www.draft-js-plugins.com/ | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2cg7g6tljg307s0b4qt2.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DrSgGsAE2) 19 | [SDAutoLayout](https://github.com/gsdios/SDAutoLayout) | 一行代码搞定自动布局, 支持 Cell 和 Tableview 高度自适应, Label 和 ScrollView 内容自适应, 致力于做最简单易用的 AutoLayout 库 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cgasat1lg306e0b4u0x.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DrIQbBp7v) 20 | [RoadRunner](https://github.com/glomadrian/RoadRunner) | 一款可给 SVG 图片加上动画加载效果的 Android 库 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cfcm56cig30qo1bfqev.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Drzng6FjT) 21 | -------------------------------------------------------------------------------- /weekly/030.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 30 期 2 | 3 | 收纳时间:2016-4-25 - 2016-5-1 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [xi-editor](https://github.com/google/xi-editor) | 使用 Rust 开发的一款编辑器,由 Google 开源 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f3g5rw47gfj310m0o6qcu.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DtxZNtvtv) 15 | [producthunt-osx](https://github.com/producthunt/producthunt-osx) | 一款开源的 Product Hunt Mac 客户端, | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f3fvuqiy2jj31400p043u.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DtvKtkMoj) 16 | [android-snake-menu](https://github.com/xmuSistone/android-snake-menu) | 仿 Tumblr 的 Android 可拖拽蛇形动画菜单 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cmatm4rug30d40ncdnz.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dtf79wkXC) 17 | [BTApp](https://github.com/Ryan0520/BTApp) | 仿半糖 iOS App 的 Demo 应用 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f2cmcwjlbpg30d90o91ky.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Dt5GEFT7V) 18 | [BlurLockView](https://github.com/Nightonke/BlurLockView) | Android 毛玻璃效果的解锁界面, 支持简单定制 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f2cg3aakofj30h00y0q4w.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DsWga8cbW) 19 | [Countdown](https://github.com/soffes/Countdown) | 一款开源的倒计时 Mac 应用 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2cmejnoiwg30hr0ahjrc.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DsMPFja4o) 20 | [ahbottomnavigation](https://github.com/aurelhubert/ahbottomnavigation) | 一个仿 Material Bottom Navigation 的 Android 类库 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f2cltpapyng308w0ft43u.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DsDpar5iQ) 21 | -------------------------------------------------------------------------------- /weekly/031.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 31 期 2 | 3 | 收纳时间:2016-5-2 - 2016-5-8 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [StackViewController](https://github.com/seedco/StackViewController) | 方便 iOS 开发者使用 UIStackView 构建表单或其它静态内容视图 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f3o94j53g4j30o71dj79p.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DuBZsCs76) 15 | [TabDrawer](https://github.com/winslowdibona/TabDrawer) | 一款 iOS 标签栏抽屉 UI 组件 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f3ks96zd09g308w0fttj0.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Du9HOkuvp) 16 | [vConsole](https://github.com/WechatFE/vConsole) | 一个针对手机网页的前端 console 调试面板 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f3jmx9ijwaj307i0dcdgd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Du0lmm6mx) 17 | [Depth-LIB-Android](https://github.com/danielzeller/Depth-LIB-Android-) | 一款酷炫的 Android 界面过渡动画效果 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f3ih16xbuug30m80gohdw.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DtQR41TwT) 18 | [BlackheartedHospital](https://github.com/langhua9527/BlackheartedHospital) | 网传附莆田系医院名单,有兴趣的可以上去帮忙更新 #魏则西百度推广事件# | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DtPxgccyD) 19 | [hogwatch](https://github.com/akshayKMR/hogwatch) | 用于监测网络连接带宽占用情况的监测器 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f3hbea0j6rg30b30bqnpe.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DtHqk5l7K) 20 | -------------------------------------------------------------------------------- /weekly/032.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 32 期 2 | 3 | 收纳时间:2016-5-9 - 2016-5-15 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [octotree](https://github.com/buunguyen/octotree) | 一款可为 GitHub 和 GitLab 添加侧边栏文件导航的 Chrome 和 Opera 插件,装上的那一瞬间我就哭了。 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f3v717thyjj31e00wrgwx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DvwB9yX67) 15 | -------------------------------------------------------------------------------- /weekly/033.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 33 期 2 | 3 | 收纳时间:2016-5-23 - 2016-5-29 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [LLSwitch](https://github.com/lilei644/LLSwitch) | 一个有趣的 iOS 开关组件, | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f45hs2406xg309m0h3tm9.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DwSzMrMBh) 15 | -------------------------------------------------------------------------------- /weekly/034.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 34 期 2 | 3 | 收纳时间:2016-7-4 - 2016-7-10 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [ShineButton](https://github.com/ChadCSong/ShineButton) | 一款实现了闪亮动画效果的 Android 按钮, iOS 版本的在此: https://github.com/xhamr/fave-button | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f5osg58q66g30ci05kdsq.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DEbTBsmyd) 15 | -------------------------------------------------------------------------------- /weekly/035.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 35 期 2 | 3 | 收纳时间:2016-7-11 - 2016-7-17 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [AndroidChromium](https://github.com/JackyAndroid/AndroidChromium) | 谷歌浏览器安卓版源码项目 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f5x603qlwxj307s0duaac.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DFfNd3EVl) 15 | [Live](https://github.com/ltebean/Live) | 一款开源的视频直播 iOS 应用 Demo,具有创建、加入聊天室,点赞和回复等功能, | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1f5w5mtkpnaj30af0ijacp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DF7ysWSb) 16 | [Weex](https://github.com/alibaba/weex) | 由阿里精心打造的跨平台移动UI开发库,致力于以 Web 的研发方式开发移动原生应用, @阿里百川 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f5thuo8jr3j31kw0u748s.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DENAnbM0e) 17 | [Music-Player](https://github.com/andremion/Music-Player) | 一款酷炫的 Android 播放器,从 UI 原型到代码实现,文章详情: https://stories.uplabs.com/music-player-3a85864d6df7#.nbzwic24k | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f5qf6egidxg307s0cshdt.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DEuGxovDX) 18 | [Macmoji](https://github.com/warpling/Macmoji) | 支持在 Mac 上将指定字符快速转换为 Emoji,让表情输入更加便捷轻松, | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f5pyqufnrng30ky0guaj9.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DElmWr4hh) 19 | -------------------------------------------------------------------------------- /weekly/036.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 36 期 2 | 3 | 收纳时间:2016-7-18 - 2016-7-24 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Shepherd](https://github.com/HubSpot/shepherd) | 一款可在应用中快速集成用户引导功能的 JS 库,Demo 地址:http://github.hubspot.com/shepherd/docs/welcome/ | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f659941ourj30k20b4jtp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Emj7wNw8) 15 | [marp](https://github.com/yhatt/marp) | 一款基于 Electron 开发的 Markdown 编辑器,支持使用 Markdown 来编辑创建幻灯片并保存为 PDF 文件,可跨平台使用,官网地址:https://yhatt.github.io/marp/ | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f643dkaq8tg30e808itc1.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EcP1zT9A) 16 | [Cleave.js](https://github.com/nosir/cleave.js) | 一款提供自动化格式 input 标签文本内容的 JS 库,支持信用卡号、手机号、日期等多种不同类型的格式方式,Demo 地址:http://nosir.github.io/cleave.js/ @JS小组 @前端乱炖 @前端开发博客 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f62xudhuq7j30k80gqwh0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E3pKqO9j) 17 | [Awesome](https://github.com/jaywcjlove/awesome-mac) | Mac 收集了一些非常好用的 Mac 应用程序、软件以及工具,主要面向开发者和设计师,信息量好大,满满干货 @Mac玩儿法 @威锋网 @少数派sspai @优秀网页设计 | ![](http://ww3.sinaimg.cn/large/006fiYtfjw1f61lqob6k1j31hih48u11.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DFPZofEob) 18 | [WheelPicker](https://github.com/AigeStudio/WheelPicker) | 一款开源的 Android 滚动选择器, | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f60mjrlyhwg30l7086h4e.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DFI0iwr0v) 19 | [FNMatchPull](https://github.com/Fnoz/FNMatchPull) | Swift 实现的火柴图案 & 火柴文字下拉刷新动画效果,OC 原版在此:https://github.com/coolbeet/CBStoreHouseRefreshControl | ![](http://ww1.sinaimg.cn/large/006fiYtfgw1f5zhqydoong30aa06d4qq.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DFyLpuP8l) 20 | [GitHub](https://github.com/trungdq88/github-explorer) | Explorer 是一款可帮助 GitHub 用户搜索 Repo 的 Demo 项目,主要向开发者展示了 Progressive Web App 的显示和交互效果, | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f5yc2c7a2cg30ad0ih1l2.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/DFpjW5fhY) 21 | -------------------------------------------------------------------------------- /weekly/037.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 37 期 2 | 3 | 收纳时间:2016-7-25 - 2016-7-31 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [avalon](https://github.com/RubyLouvre/avalon) | 由国内知名前端大牛 @司徒正美 开源的一个迷你、易用、高性能的前端 MVVM 框架,此框架已被应用到国内多家知名厂商的生产项目上,官网地址:http://avalonjs.coding.me/ | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1f6b404ihlnj311g0lygo0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E182W5Yb5) 15 | [RaceMe](https://github.com/enochng1/RaceMe) | 一款可精准记录运动数据,追踪运动趋势的 iOS 开源应用, @叶孤城___ 推荐 #开源精选# | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f68r4253bcj31kw11g48e.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EORSnSCd) 16 | [CircularAnim](https://github.com/XunMengWinter/CircularAnim) | 一个 Android 水波动画帮助类,使用一行代码实现了 View 显示/隐藏 StartActivity 特效, @代码家 @Android笔记 @好东西传送门 | ![](http://ww4.sinaimg.cn/large/006fiYtfgw1f66gw4agy8g30m80gob29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EwddpI3l) 17 | -------------------------------------------------------------------------------- /weekly/038.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 38 期 2 | 3 | 收纳时间:2016-8-1 - 2016-8-7 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Bilibili_Wuxianda](https://github.com/MichaelHuyp/Bilibili_Wuxianda) | 由 @Michael鹏丶 开源的一个高仿 Bilibili 的 iOS 客户端应用,目前已完成直播、推荐、番剧等界面的搭建,镜像 、美颜、手电筒、摄像头方向等功能的支持, | ![](http://ww2.sinaimg.cn/large/006fiYtfgw1f6gvdt4vuhj30ku1123zp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E1T29kCZg) 15 | [WeFlow](https://github.com/weixin/WeFlow) | 由 @hzlzh 团队开源的一个高效、强大、跨平台(macOS & Win)的前端工具,核心基于 tmt-workflow 工作流,支持自动化流程、调试 & 部署等操作,官网地址:https://weflow.io | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f6eigry62tj30w01c8dky.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E1zMJf5VH) 16 | -------------------------------------------------------------------------------- /weekly/039.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 39 期 2 | 3 | 收纳时间:2016-8-8 - 2016-8-14 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Awesome-Linux-Softwares](https://github.com/VoLuong/Awesome-Linux-Softwares) | 收集了很多 Linux 相关的软件、工具、应用, @Ubuntu @Linux中国 @慕课网 @网路冷眼 @好东西传送门 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f6r7wrapqjj31h82a4wu8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E3fpT9SQE) 15 | [laravel-package-top-100](https://github.com/summerblue/laravel-package-top-100) | 对 Packagist 网站上下载量排名前 100 的 Laravel 扩展包进行了整理,PHPHub 地址:https://phphub.org/topics/2530 @Laruence @网路冷眼 @慕课网 @好东西传送门 @PHPHub | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f6oeadujw1j31ek7vmqv6.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E2SoZbeAv) 16 | -------------------------------------------------------------------------------- /weekly/040.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 40 期 2 | 3 | 收纳时间:2016-9-12 - 2016-9-18 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [StylishMusicPlayer](https://github.com/ryanhoo/StylishMusicPlayer) | 一款优雅时尚的 Android 播放器, @Android笔记 @googdev @脉脉不嘚語 | ![](http://ww4.sinaimg.cn/large/006fiYtfjw1f7y3edtqxyj31kw1xr7wh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E8T1m8l8K) 15 | -------------------------------------------------------------------------------- /weekly/041.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 41 期 2 | 3 | 收纳时间:2016-9-19 - 2016-9-25 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Vux](https://github.com/airyland/vux) | 一款基于 Vue 和 WeUI 开发的移动端 Web UI 组件,用来做今天微信开放的小应用再好不过了。另外,对于微信今天开放的「微信小程序」,你们怎么看? @尤小右 @JS小组 @developerWorks @慕课网 | ![](http://ww2.sinaimg.cn/large/006fiYtfjw1f826v24vqpj30ku3c5qay.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E9qtcqeKJ) 15 | [awesome-design](https://github.com/gztchan/awesome-design) | 作者收集整理了很多 UI/UX 相关的资源,满满干货,分享给各位 @优秀网页设计 @慕课网 @网路冷眼 @好东西传送门 | ![](http://ww1.sinaimg.cn/large/006fiYtfjw1f7z6tvnptjj31hg7gyhdt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/E91Xvrre) 16 | -------------------------------------------------------------------------------- /weekly/042.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 42 期 2 | 3 | 收纳时间:2017-2-13 - 2017-2-19 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) | 一份收集了成为专业程序员路上用到的各种优秀资料、神器及框架 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fcr323f2jxj30qo38uthx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EvG4Z2W22) 15 | -------------------------------------------------------------------------------- /weekly/043.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 43 期 2 | 3 | 收纳时间:2017-3-20 - 2017-3-26 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [sinatine](https://github.com/djyde/sinatine) | 一个基于 HTML5 微博的 macOS 客户端 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fe0jqp7igvj30pu17kdps.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EBCofCHNd) 15 | [vue-163-music](https://github.com/ShanaMaid/vue-163-music) | 用 Vue 仿写的网易云音乐 Web 版,支持 PC 端常用功能,使用 localStorage 保存播放列表,在线预览:http://www.shanamaid.top:3000/#/find/recommend | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fdvx0ukk8rj31kw12hkjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EB0Do3MFq) 16 | -------------------------------------------------------------------------------- /weekly/044.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 44 期 2 | 3 | 收纳时间:2017-3-27 - 2017-4-2 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Vbot](https://github.com/hanson/vbot) | 一个用 PHP 开发并基于微信 Web API 实现的机器人,可通过匿名函数能够实现多种自定义的效果,包括群控制,自动回复,消息转发,防撤回,留言统计等功能,介绍地址:https://laravel-china.org/articles/4146/personal-micro-signal-group-control-robot @网路冷眼 @Laruence @Easy @安正超 @2gua | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fe4od29u74j30k00zkqbv.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/ECa3FymNY) 15 | [GodEye](https://github.com/zixun/GodEye) | 一个 Swift APM 轮子。使用全自动,零代码入侵,一行代码接入来监控应用的日志、卡顿、崩溃、网络、内存泄漏、CPU 以及内存使用率、帧率等信息, | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fe0k0vcnsaj315o21g7oq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/EBLwLiWQ4) 16 | -------------------------------------------------------------------------------- /weekly/045.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 45 期 2 | 3 | 收纳时间:2017-10-16 - 2017-10-22 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [P3C](https://github.com/alibaba/p3c/blob/master/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4Java%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C%EF%BC%88%E7%BB%88%E6%9E%81%E7%89%88%EF%BC%89.pdf) | 阿里巴巴根据其 Java 开发手册规范开发出来的 Java 开发规约插件, 引领 Java 语言走向规范之路, 目前主要支持 IDEA, Eclipse, Android Studio https://github.com/alibaba/p3c 开发手册预览地址: | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fkk9o07j0zj30p00dwape.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FqF6I1fYI) 15 | -------------------------------------------------------------------------------- /weekly/046.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 46 期 2 | 3 | 收纳时间:2018-1-8 - 2018-1-14 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [AndroidGodEye](https://github.com/zixun/GodEye) | 一款可以在 PC 浏览器中实时监控 Android App 内存泄漏,卡顿,CPU使用率等等信息的工具https://github.com/Kyson/AndroidGodEye iOS 也有一款类似免费开源监控工具 GodEye, @stormzhang @脉脉不嘚語 @廖祜秋liaohuqiu_秋百万 @代码家 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fnbx8eozxfj30go09f3ze.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FDP8s89XS) 15 | [TableView](https://github.com/evrencoskun/TableView) | 一个用于显示复杂的数据结构和呈现由行, 列和单元格组成的表格数据开源库, 支持列宽度动态自动计算, 行列点击监听触摸交互等等 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fn9e6zcyk3j30mc0cgdlm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FDr6MdFeq) 16 | -------------------------------------------------------------------------------- /weekly/047.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 47 期 2 | 3 | 收纳时间:2018-1-15 - 2018-1-21 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [stackedi](https://github.com/benweet/stackedit) | 一个基于 PageDown 所有功能开源的 Markdown 编辑器,被知名网站 Stack Overflow 和其他 Stack Exchange 站点使用 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fnl6laiibdj31kw0zkdjs.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FF2yqmpKI) 15 | [CryptoList](https://github.com/coinpride/CryptoList) | 一份收集整理一些有关区块链和加密货币的资料,有需要的可以去了解一下 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fnk2kk1ebxj31bu7iknpe.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FET7V9N0Z) 16 | [Awesome_APIs](https://github.com/TonnyL/Awesome_APIs) | 一份为开发者收集整理各类型非常好的平台、社区 API 资料 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fnhnfqepswj31fc6zzkjm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FEAkZA2J2) 17 | -------------------------------------------------------------------------------- /weekly/048.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 48 期 2 | 3 | 收纳时间:2018-1-22 - 2018-1-28 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Mango](https://github.com/TonnyL/Mango) | 一个完全使用 Kotlin 开发的 Dribbble 第三方安卓客户端 by @TonnyLZ | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fnq9t8flf0j30u01hcgnw.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFNGUiAqb) 15 | [SVGAPlayer](https://github.com/yyued/SVGAPlayer-Web) | 由 YY UED 团队开源的一个能让开发者在 iOS/Android/Web 中轻松播放 SVGA 格式动画的开源库, iOS: https://github.com/yyued/SVGAPlayer-iOS Android: https://github.com/yyued/SVGAPlayer-Android Web: SVGA的官网: http://svga.io/ | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fnpn8ndt1dg30a60i1npd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFEgpr9E0) 16 | [SimpRead](https://github.com/Kenshin/simpread) | (简悦)是一个让你瞬间进入沉浸式阅读的 Chrome 扩展,还原阅读的本质,提升你的阅读体验 by @王磊-Kenshin | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fno92t9ff0j318g0wstcg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/FFuPUz1mo) 17 | -------------------------------------------------------------------------------- /weekly/049.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 49 期 2 | 3 | 收纳时间:2018-1-29 - 2018-2-4 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [wtfpython](https://github.com/satwikkansal/wtfpython) | 一份收集了一些有趣的, 少有人知的功能的 Python 代码片段集合 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fnyv4808yvj30qp25y49v.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GUe3DzHo) 15 | -------------------------------------------------------------------------------- /weekly/050.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 50 期 2 | 3 | 收纳时间:2018-2-5 - 2018-2-11 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code) | 一份精心收集整理一些实用的 JavaScript 代码片段集合 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fo9i13jyxsj31hw1n4grk.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G2h4xzUZ) 15 | [AndroidStandardDevelop](https://github.com/Blankj/AndroidStandardDevelop) | 目前最完善的一份安卓开发规范总结资料 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fo608jywckj313z8zux6r.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G27E29zM7) 16 | [github-profile-summary](https://github.com/tipsy/github-profile-summary) | 一个给自己 GitHub 账号的档案资料进行可视化展示的工具 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fo4lhjpermj31kw168wuw.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G1YdxlutY) 17 | [little-java-functions](https://github.com/biezhi/30-seconds-of-java8) | 一份精心收集整理一些实用的 Java8 代码片段集合https://github.com/shekhargulati/little-java-functions 中文版: | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fo4kjz38x1j31a27t1u0x.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G1ON2sGqq) 18 | [carbon](https://github.com/dawnlabs/carbon) | 一个在线将代码生成高逼格的图片工具 ,在线生成图片地址:https://carbon.now.sh | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fo4huj91ibj31kw19aqb5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G1Fmxz6Al) 19 | -------------------------------------------------------------------------------- /weekly/051.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 51 期 2 | 3 | 收纳时间:2018-2-26 - 2018-3-4 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [awesome-blockchain](https://github.com/chaozh/awesome-blockchain) | 一份收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fou7m08slqj31f670x1ky.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5jCsbiwT) 15 | [chinese-poetry](https://github.com/chinese-poetry/chinese-poetry) | 最全的中华古典文集数据库,包含 5.5 万首唐诗、26 万首宋诗和 2.1 万首宋词。古诗是中华民族乃至全世界的瑰宝,让我们一起传承下去 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fou7dpcp2dj31go27u4qr.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5abYnv5) 16 | [Charles](https://github.com/TonnyL/Charles) | 一个非常漂亮的 Android 本地多媒体选择器 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fot2pwbb4oj30u01hctg8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G50Lt7nWO) 17 | [houshanren](https://github.com/houshanren/hangzhou_house_knowledge) | 将 2017 年买房经历总结出一份买房购房知识,现已开放到 GitHub。各位在配置一定数字货币虚拟资产的同时,也可考虑投资一部分真实资产 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fotw0hd2ggj30u6368kaz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G4Um0hQ7Z) 18 | [Guetzli](https://github.com/google/guetzli) | Google 开源的一个针对数码图像和网页图像的 JPEG 编码器,相比由 libjpeg 生成的同等质量的图像还要小 20~30% | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fot1y1l63oj31e00k2wkj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G4RkYfkkQ) 19 | -------------------------------------------------------------------------------- /weekly/052.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 52 期 2 | 3 | 收纳时间:2018-3-5 - 2018-3-11 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [GSYGithubAPP](https://github.com/CarGuo/GSYGithubAPP) | 一款基于React Native开发的跨平台开源 Github 客户端 App,提供更丰富的功能,更好体验,旨在更好的日常管理和维护个人 Github | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fp3kq482a6j30xr190qem.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G6nBWa38A) 15 | [IINA](https://github.com/lhc70000/iina) | 一款基于 mpv、契合 macOS 设计风格、力求做到最佳用户体验、轻便且功能强大的 Mac 视频播放器 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fp3gxd6swkj31kw0vqn6n.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G6ebrBhfG) 16 | [LikeButton](https://github.com/jd-alexander/LikeButton) | 一款类似 Twitter 酷炫点赞动画效果的开源库 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fp3cgplzj3g30e80pab29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G69s2ucQX) 17 | [node-in-debugging](https://github.com/nswbmw/node-in-debugging) | 一位从事几年 Node.js 开发的大神总结整理的一些调试经验和思路,希望授人以鱼也能授人以渔 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1foxpslhxr9j31hi1seahj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G5VkrEkjs) 18 | -------------------------------------------------------------------------------- /weekly/053.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 53 期 2 | 3 | 收纳时间:2018-3-12 - 2018-3-18 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [FastPhotoStyle](https://github.com/NVIDIA/FastPhotoStyle) | 一个基于 Python 写的算法,快速将一张样式照片提取其样式合成到一张内容照片上 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fpcrbjqsppj3104104b2a.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G7rBq6KJJ) 15 | -------------------------------------------------------------------------------- /weekly/054.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 54 期 2 | 3 | 收纳时间:2018-3-19 - 2018-3-25 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [TextPathView](https://github.com/totond/TextPathView) | 一个把文字转化为路径动画然后展现出来的自定义控件,挺有意思的一个开源库 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fpij8tnae5g30a80g9hdw.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8vASxMIv) 15 | [awesome-wepy](https://github.com/aben1188/awesome-wepy) | 一份整理了微信小程序组件化开发框架 wepy 开发资源汇总 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fpij4rqmg2j31hk3fg7wh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8quhEtO7) 16 | [WePY](https://github.com/Tencent/wepy) | 腾讯开源的一款让小程序支持组件化开发的框架,通过预编译的手段让开发者可以选择自己喜欢的开发风格去开发小程序 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fpij0jdq68j31kw3yaqv5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8maojVkQ) 17 | [LKImageKit](https://github.com/Tencent/LKImageKit) | 一个高性能的图片框架,包括了图片控件,图片下载、内存缓存、磁盘缓存、图片解码、图片处理等一系列能力 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fphgnw3rnkg306f0dw1l8.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G8cJT9ZA0) 18 | -------------------------------------------------------------------------------- /weekly/055.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 55 期 2 | 3 | 收纳时间:2018-3-26 - 2018-4-1 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [AAChartKit](https://github.com/AAChartModel/AAChartKit) | 一个极其精美而又强大的 iOS 图表组件库,支持柱状图、条形图、折线图、曲线等等各种类型的多达几十种的信息图图表 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fprsg8e447j31hq2kob29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G9zAmz08G) 15 | [WeChatPlugin-MacOS](https://github.com/TKkk-iOSer/WeChatPlugin-MacOS) | Mac OS 版微信小助手,功能有自动回复、消息防撤回、远程控制、微信多开、会话置底、免认证登录等等 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fppd1e6w0hj30t409egwc.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/G97iSeUNw) 16 | -------------------------------------------------------------------------------- /weekly/056.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 56 期 2 | 3 | 收纳时间:2018-4-2 - 2018-4-8 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [CollectionKit](https://github.com/SoySauceLab/CollectionKit) | 一个用于构建可组合数据驱动的集合视图的 Swift 框架,内置丰富的布局和动效 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fq26noeqikg30is0k8qv6.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GaN0l3hPs) 15 | [Interview-Notebook](https://github.com/CyC2018/Interview-Notebook) | 一份技术面试需要掌握的基础知识与资料整理 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fpzuxgjl4mj31hw4nahc8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gau9llCSC) 16 | [kotlin_tips](https://github.com/heimashi/kotlin_tips) | 一份汇总 Kotlin 相对于 Java 的优势,以及怎么用 Kotlin 去简洁、务实、高效、安全开发的 Tips,提高你的生产力 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fpynwoww05j31bv7ia4qq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GakIQt5ZG) 17 | -------------------------------------------------------------------------------- /weekly/057.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 57 期 2 | 3 | 收纳时间:2018-4-9 - 2018-4-15 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [CainCamera](https://github.com/CainKernel/CainCamera) | 一款美颜类相机,提供了实时美颜、滤镜、拍照、静态图片的美化、特效、裁剪旋转、夜景增强和抠图虚化等等功能 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fqabjxlbg7j31hi1qmnpf.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GbQZOosK6) 15 | [developer-roadmap-chinese](https://github.com/kamranahmedse/developer-roadmap) | GitHub 上拥有 46000+ Star 的 developer-roadmap(2018 年 Web 开发人员的路线图)库的中文翻译版https://github.com/goodjack/developer-roadmap-chinese 英文版地址: | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fq6tmdkoynj314d2xcnjx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GbHzjwpS8) 16 | [wx-charts](https://github.com/xiaolin3303/wx-charts) | 微信小程序图表组件,支持图标类型有饼图、圆环图、线图、柱状图、区域图和雷达图 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fq6t403xqtj31i426s7wh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gby8OFveM) 17 | [weixin-xiaochengxu666-info](https://github.com/xiaobei666/weixin-xiaochengxu666-info) | 微信小程序开发干货汇总,内容含有 UI组件、开发框架、实用库、开发工具等等 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fq6sr4xtszj31ge6v3kjm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GboIkaWHr) 18 | [Tabler](https://github.com/tabler/tabler) | 一个建立在 Bootstrap 4 上的免费且开源的 HTML Dashboard UI 工具包 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fq5lmvsx2mj31a40u7wl2.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GbfhPimLa) 19 | -------------------------------------------------------------------------------- /weekly/058.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 58 期 2 | 3 | 收纳时间:2018-4-16 - 2018-4-22 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps) | 一份整理了 macOS 上开源的免费的应用列表,为他们开源精神点赞[赞啊] | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fqdrfnuth4j31ad7r34qr.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GcjhiEZpX) 15 | -------------------------------------------------------------------------------- /weekly/059.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 59 期 2 | 3 | 收纳时间:2018-4-23 - 2018-4-29 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [DPlayer](https://github.com/MoePlayer/DPlayer) | 一个可爱的 HTML5 弹幕视频播放器,可以帮助开发者轻松构建弹幕视频播放 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fqpb5pkplyj31b40l610s.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdYYLpT2O) 15 | [abu](https://github.com/bbfamily/abu) | (阿布量化)是基于 Python 的免费开源量化交易&量化投资架构系统,支持股票、期货、外汇、数字货币(BTC\ETH\LTC\ETC\BCC)等 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fqpa7d77sqg311l0mie84.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdPygyccu) 16 | [GitHubPopular](https://github.com/crazycodeboy/GitHubPopular/) | 一个基于 React Native 开发用来查看 GitHub 最受欢迎与最热项目的 App,支持 Android 和 iOS 双平台安装使用 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fqlutx6k91j30m80dqn2w.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GdngMk244) 17 | -------------------------------------------------------------------------------- /weekly/060.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 60 期 2 | 3 | 收纳时间:2018-4-30 - 2018-5-6 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [LoginCritter](https://github.com/cgoldsby/LoginCritter) | 一个监听用户登录输入邮箱地址密码时有趣的 iOS 交互效果库 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fqw9838hspg30980e9u0y.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gf2YepXRo) 15 | [architecture.of.internet-product](https://github.com/davideuler/architecture.of.internet-product) | 一份整理收集各大互联网公司技术架构的 PPT 或者 PDF 文档资料,包含有微信、淘宝、腾讯、阿里、美团点评、百度、微博、Google、Facebook、Amazon、eBay等知名公司 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fqxdv4s58sj30xu12qgs0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GeTxKfcQv) 16 | [chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation) | 由石墨开发团队整理的一份中国程序员容易发音错误的单词列表,赶紧来看看自己有没有发音错的单词 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fqw93yjzbjj31i24nahdt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GeK7f2hhu) 17 | -------------------------------------------------------------------------------- /weekly/061.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 61 期 2 | 3 | 收纳时间:2018-5-7 - 2018-5-13 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [animate.css](https://github.com/daneden/animate.css) | 一个拥有 50 多种 CSS3 酷炫动画效果库 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fr1vf1pwrhg313p0l4hdt.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GfO6Jj1r) 15 | [AutoEx](https://github.com/BolexLiu/AutoEx) | 一个帮助 Android 开发者,让项目在崩溃时从异常堆栈中,自动寻找 Stack Overflow 的回答 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fr229unwfuj31dc0iote6.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GfvfJjgnN) 16 | -------------------------------------------------------------------------------- /weekly/062.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 62 期 2 | 3 | 收纳时间:2018-5-14 - 2018-5-20 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [PopMenu](https://github.com/CaliCastle/PopMenu) | 一个用 Swift 写的酷炫可定制的 iOS 弹出菜单 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fra4eo0ssog30db0rhnpe.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GgzfcCpdY) 15 | -------------------------------------------------------------------------------- /weekly/063.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 63 期 2 | 3 | 收纳时间:2018-5-21 - 2018-5-27 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Signale](https://github.com/klauscfhq/signale) | 一个优雅漂亮的控制台日志输出工具 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1frmuw5p4y4j319y0pawk6.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GieWFoeR3) 15 | [iOS-Monitor-Platform](https://github.com/aozhimin/iOS-Monitor-Platform) | 一份记录 iOS 性能监控 SDK Wedjat(华狄特)开发过程的调研和整理, 分为两部分基础性能篇和网络篇 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1frlh4amhc6g30t0076e4t.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gi5waw9iC) 16 | [UETool](https://github.com/eleme/UETool) | 饿了么开发团队开源的一个各方人员(设计师、程序员、测试)都可以使用的 Android 调试工具 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1frkgu44ii2g30810efnpe.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GhW5GiLgk) 17 | -------------------------------------------------------------------------------- /weekly/064.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 64 期 2 | 3 | 收纳时间:2018-5-28 - 2018-6-3 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Pinyin](https://github.com/hotoo/pinyin) | 一个汉字拼音转换工具,可转换中文字符为拼音,用于汉字注音、排序、检索,并支持词组智能匹配、多音字、繁体字和不同拼音风格 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1frux8qapstj31gq6tgnpd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GjiW9l2Kg) 15 | [SimpleRatingBar](https://github.com/ome450901/SimpleRatingBar) | 一个可以轻松定制炫酷动画的 Android 评分控件 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1frtta74dpog308w0dhtpw.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gj9vEfvED) 16 | [LLDebugTool](https://github.com/HDB-Li/LLDebugTool) | 一款针对开发者和测试者的调试工具,它可以帮助你在非Xcode的情况下,进行数据分析和操作 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1frqc4yxp6vg308c0fkhdx.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gj059na3N) 17 | [LayoutManagerGroup](https://github.com/DingMouRen/LayoutManagerGroup) | 一个利用自定义 RecyclerView 的 LayoutManager 实现多个炫酷 Android 列表效果开源库 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1frqbv6iqxzg306z0e0e83.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GiHea1ej9) 18 | -------------------------------------------------------------------------------- /weekly/065.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 65 期 2 | 3 | 收纳时间:2018-6-11 - 2018-6-17 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [MoneyKeeper](https://github.com/Bakumon/MoneyKeeper) | 一款纯粹、轻量、高颜值的 Android 记账应用 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fsb24dj1ysj31kw0sjx0u.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlqV6p8WF) 15 | [MusicBox](https://github.com/darknessomi/musicbox) | 基于 Python 编写的一款高品质、简洁优雅的网易云音乐命令行版本 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fs9zx54wn4g30id0dv7w6.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlhuAA6Iz) 16 | [Faceai](https://github.com/vipstone/faceai) | 一款入门级的人脸、视频、文字检测以及识别的项目 , 昨天通过原作者的博文找到他联系方式, 并通知他删除未授权的照片, 昨晚他已删除; 给你带来影响, 跟你说声抱歉! @是大道寺知世 同时感谢热心的网友帮@是大道寺知世 在原作者项目上提 issues [心] | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fs99rjprpmj30qq3dwkjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gl8sfEv9v) 17 | [WeAre](https://github.com/SherlockQi/HeavenMemoirs) | 一个利用 ARKit 写的 AR 相册,将图片视频等,放置在真实世界中,同时支持播放视频,背景音乐并添加文字 ,App Store 下载体验地址:https://itunes.apple.com/cn/app/weare/id1304227680?mt=8 by @爱兔子的跳绳 http://video.weibo.com/show?fid=1034:d945a56dd86ac23cfe560b8b817ebaa4 | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gl846pADE) 18 | [DocHub](https://github.com/TruthHun/DocHub) | 参考百度文库,使用Beego(Golang)开发的开源文库系统 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fs6eihri9gj313z0lhtbf.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GkPd71cUU) 19 | -------------------------------------------------------------------------------- /weekly/066.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 66 期 2 | 3 | 收纳时间:2018-6-18 - 2018-6-24 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [DevilYuan](https://github.com/moyuanz/DevilYuan) | 一个由 Python 编写的可视化股票量化系统,支持选股,历史数据自动下载,策略回测及参数优化,实盘交易和常用的统计功能 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fsj4fy0s3hj31h61awgto.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GmuUzse3G) 15 | [G6](https://github.com/antvis/g6) | 蚂蚁金服数据可视化团队开源的一个关系数据可视化引擎,开发者可以基于 G6 拓展出属于自己的图分析应用或者图编辑器应用 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fsi23wrupig30m80bbnpe.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gmlu4C1jU) 16 | [Web](https://github.com/wxyyxc1992/Web-Series) | Series 是一份整理 Web 开发基础与工程实践的相关博客、示例代码、开源项目、整理成的系列书籍等内容,分为导论篇,基础篇,进阶篇,架构优化篇,React 篇,Vue 篇, | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fsgu688f4rj31hm0yck2i.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gmc3A41VN) 17 | [Awesome](https://github.com/DovAmir/awesome-design-patterns) | design patterns 是一份收集整理软件和架构相关的设计模式资料 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fsfqaq69z6j31ga6vikjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gm2D4xxVS) 18 | [TechnologyTalk](https://github.com/aalansehaiyang/technology-talk) | 一份汇总 Java 生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fsd63jq51aj31hm60maxz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GlTcAjM4J) 19 | -------------------------------------------------------------------------------- /weekly/067.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 67 期 2 | 3 | 收纳时间:2018-6-25 - 2018-7-1 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [awesome-resume](https://github.com/resumejob/awesome-resume) | 由 ResumeJob 整理出来的一份程序员简历常用例句 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fsoriwg66wj30qt2o5b29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gng3345Co) 15 | -------------------------------------------------------------------------------- /weekly/068.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 68 期 2 | 3 | 收纳时间:2018-7-2 - 2018-7-8 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Gio.js](https://github.com/syt123450/giojs) | 一个基于 Three.js 的 web 3D 地球数据可视化的开源组件库 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1ft0hyncc6qg30jg0afhad.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GoMk1gOXC) 15 | [Termtosvg](https://github.com/nbedos/termtosvg) | 用 Python 编写的 Linux 终端记录机,可将终端命令行会话过程生成独立的 SVG 动画,很炫酷喔装逼用 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fszgyyypeng30i708y0ty.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GoCTwqw50) 16 | [Pandora](https://github.com/whataa/pandora) | 一款无需ROOT、可以直接在 应用内 查看和修改包括网络、数据库、UI等的Android工具箱,适合开发和测试阶段的各种问题的快速定位 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fsy9ov8jiqg30870et7b9.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gott1gwRt) 17 | [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安全:已知攻击方法和常见防御模式综合列表 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fsx26fk82xj31h445aaut.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gok2x2bfQ) 18 | [ZCAnimatedLabel](https://github.com/overboming/ZCAnimatedLabel) | 一个拥有多种炫酷的文字显示或消失 iOS 动画效果库,并且易于扩展 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fsurv3ubqag30gm0lqb29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GoaC2dxlH) 19 | [A-Joke](https://github.com/Licoy/A-Joke) | 一份收集了网络上有趣的笑话段子列表,目的就是想让你在工作之余还能够笑一笑 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fsut01zuvuj31hs5nykjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Go1bxlrpA) 20 | -------------------------------------------------------------------------------- /weekly/069.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 69 期 2 | 3 | 收纳时间:2018-7-9 - 2018-7-15 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [WHWeatherAnimation](https://github.com/whbalzac/WHWeatherAnimation) | 使用 Objective-C 开发的一组不同天气展示的 iOS 动画效果,含有太阳,云,雨,雷暴,雪几种天气效果 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1ft56q0e4uzg30ab0j1u0x.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gpo20moK2) 15 | [React](https://github.com/adam-golab/react-developer-roadmap) | Developer Roadmap 是一份 2018年 React 开发人员的建议路线图 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1ft2xk544yoj316u29xwty.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gp5b0FgBr) 16 | -------------------------------------------------------------------------------- /weekly/070.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 70 期 2 | 3 | 收纳时间:2018-7-16 - 2018-7-22 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Gifski](https://github.com/sindresorhus/gifski-app) | 一款把视频转换为 Gif 图的开源 Mac 小工具 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1ftfm59qxydj31400p0q58.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GqKStqYM6) 15 | [TOAST](https://github.com/nhnent/tui.image-editor) | 使用 HTML5 Canvas 的全功能图像编辑器,简单易用,并且提供了多种滤镜效果 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1ftc4aez0qcg30p60mwx6x.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GqiAZbEhJ) 16 | [InterviewMap](https://github.com/KieSun/InterviewMap) | 一份打造最好的面试图谱,图谱涉及的知识点有基础,有深入,也有源码解析,内容也不仅仅局限于前端 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1ftay9ac4voj31e12l9ax1.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gq9auCovE) 17 | -------------------------------------------------------------------------------- /weekly/071.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 71 期 2 | 3 | 收纳时间:2018-7-23 - 2018-7-29 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Chinese-number-gestures-recognition](https://github.com/tz28/Chinese-number-gestures-recognition) | 一个基于卷积神经网络的数字手势识别安卓 APP,主要功能为:通过手机摄像头识别做出的数字手势,能够识别数字0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 对应的手势 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1ftnn20xms8j30d70mwmzw.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GrORWsEMD) 15 | [MTransition](https://github.com/HJ-Money/MTransition) | 一个 Android 上的页面切换动画库,它可以让一些复杂的、自定义的页面切换动画更加简单地实现出来,节省开发成本 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1ftj3b1724og308w0gb1l4.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Grd9XFEt1) 16 | -------------------------------------------------------------------------------- /weekly/072.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 72 期 2 | 3 | 收纳时间:2018-7-30 - 2018-8-5 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [SwiftEntryKit](https://github.com/huri000/SwiftEntryKit) | 一个简洁易用的 iOS 通知/弹出框的开源库 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1ftth69hlfdg305k0c17wj.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GsA0r5Ygz) 15 | [LockDemo](https://github.com/wzx54321/LockDemo) | 一个封装了指纹识别、图形密码手势密码识别、aliOCR识别 个人使用,可根据需求添加 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fts9m1i5vxg30u01hckgp.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GsqzWbqWj) 16 | -------------------------------------------------------------------------------- /weekly/073.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 73 期 2 | 3 | 收纳时间:2018-8-6 - 2018-8-12 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Jumpserver](https://github.com/jumpserver/jumpserver) | 全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fu3uba46n6j30go0q37ab.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtWQU8fha) 15 | [gushici](https://github.com/xenv/gushici) | 古诗词·一言 API 是一个可以随机返回一句古诗词名句的接口,收录将近10000条古诗词名句,并且支持根据喜好指定的分类中进行随机返回 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fu2oh9hsa9j31cm3mqnhz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtNqpwnNp) 16 | [carbon](https://github.com/dawnlabs/carbon) | 一款可快速给代码生成优雅截图的工具。支持多种不同风格的代码高亮,还能对字体、代码行数、命令行窗口的显示风格进行自定义配置,在线体验地址:https://carbon.now.sh/ | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fu2kl2435aj31hk16mjyr.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtIWvoyKd) 17 | [Music](https://github.com/sunzongzheng/music) | 一个跨平台音乐播放器,可搜网易云音乐、QQ音乐、虾米音乐,并且支持QQ登录,云歌单等 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fu1l4pxvyrj31ig104wma.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtDZUp3kr) 18 | [lazygit](https://github.com/jesseduffield/lazygit) | 一个用于 Git 命令的极简终端 UI | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fu1f8dpj4og30ps0h4u0x.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gtzzdpr7t) 19 | [KotlinMvp](https://github.com/git-xuhao/KotlinMvp) | 一个基于 Kotlin+MVP+Retrofit+RxJava+Glide 等架构实现仿开眼 App 项目,UI 简约 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1ftz8x4lm9lg307b0cbx6p.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtuzqbFtM) 20 | [filament](https://github.com/google/filament) | Google 开源的一款可用于 Android、Windows、Linux 和 macOS 系统的物理渲染引擎 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1ftzqymwrmkj30p00gwtqr.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GtmbqsImb) 21 | -------------------------------------------------------------------------------- /weekly/074.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 74 期 2 | 3 | 收纳时间:2018-8-13 - 2018-8-19 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Easyquotation](https://github.com/shidenggui/easyquotation) | 快速获取新浪/腾讯的全市场行情, 网络正常的情况下只需要 200+ms | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fubvi5fn89j314f8w7kjm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvagSAn0o) 15 | [Redash](https://github.com/getredash/redash) | 一款开源的 BI 工具,提供了基于 web 的数据库查询和数据可视化功能 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fuarkn3i1mg315o0rsdrm.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GuRpTeDO1) 16 | [xfsearch](https://github.com/RAOE/xfsearch) | 搜搜影库是一款由 SSM 架构结合全文搜索引擎 ElasticSearch 的电影搜索项目,封装了低版本的 restClient 客户端 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fu9niu0hqvj31kw42xb2b.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GuHZo3H9e) 17 | -------------------------------------------------------------------------------- /weekly/075.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 75 期 2 | 3 | 收纳时间:2018-8-20 - 2018-8-26 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [AndroidArchitectureArticle](https://github.com/gonghuiyuan516/AndroidArchitectureArticle) | 一份 Android 架构文章大全,整理了各大产商实践经验,以及优秀的架构文章 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fujxeiem61j31hg3b44ix.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gw4PR7EaD) 15 | [golang-open-source-projects](https://github.com/hackstoic/golang-open-source-projects) | 为互联网 IT 人打造的中文版 awesome-go ,共精心挑选了 100多 个开源项目 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fuixty4cyzj31hw6o6b2b.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvVpmjhGD) 16 | [RuleView](https://github.com/zjun615/RuleView) | 一系列卷尺 Android 控件,包含:基本卷尺控件(体重尺,或其它)、金额卷尺控件、时间卷尺控件 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fuhpc4ayl5g30bo0ime07.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvLYR5vhB) 17 | [vid2vid](https://github.com/NVIDIA/vid2vid) | 由 NVIDIA 团队开源的一个实现了用于高分辨率照片级真实视频到视频转换的方法,支持语义标签贴图转换为照片般逼真的视频、合成人们从边缘地图谈话、以及从姿势转换成人体 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fugnh4152sg30qo0f04qu.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GvCyn9UaN) 18 | -------------------------------------------------------------------------------- /weekly/076.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 76 期 2 | 3 | 收纳时间:2018-8-27 - 2018-9-2 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Httpie](https://github.com/jakubroztocil/httpie) | 一个 HTTP 命令行客户端。使用起来比 curl 更为友好,并支持输出 JSON、语法高亮等特性,为开发者呈现更为直观的 UI,与服务器间的调试体验也更为人性化 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fuue5b84dij30iv0lp43a.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gxwozuly0) 15 | [proxyee-down](https://github.com/proxyee-down-org/proxyee-down) | 一个 Http下载工具,基于 Http 代理,支持多连接分块下载,支持所有操作系统和大部分主流浏览器,支持分段下载和断点下载,对百度云进行破解突破下载速度限制 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fusirt5x1fj30su0cm0sz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gx8Pks7BY) 16 | [JCSprout](https://github.com/crossoverJie/JCSprout) | 处于萌芽阶段的 Java 核心知识库 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fuptri7merj31hu4281if.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GwPYl7JGE) 17 | [SmartCamera](https://github.com/pqpo/SmartCamera) | 一个 Android 相机拓展库,提供了一个高度可定制的实时扫描模块能够实时采集并且识别相机内物体边框是否吻合指定区域 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fundqrtmh8g308c0eub2c.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GwGxQchak) 18 | [clover](https://github.com/sqlsec/clover) | 一份整理一些黑苹果 Clover 驱动配置文件,笔记本包括: Acer、LG、华为、华硕、小米、惠普、戴尔、机械革命、神舟、联想、雷神等品牌 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fung6e4gkxj31hw6cee81.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gwx7lpcUS) 19 | -------------------------------------------------------------------------------- /weekly/077.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 77 期 2 | 3 | 收纳时间:2018-9-3 - 2018-9-9 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer) | 基于 IJKPlayer(兼容系统MediaPlayer与EXOPlayer2),实现了多功能的视频播放器,支持HTTPS,弹幕,滤镜、水印、Gif 截图,片头广告、中间广告,多个同时播放等功能 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fv1zx5njzug307s0dtnpd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GynQLYgn) 15 | [awesome-reactnative-ui](https://github.com/madhavanmalolan/awesome-reactnative-ui) | 收集了不少有用的 React Native UI 组件,每周一更 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fv0tx281mag30h20dndmy.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyeodFHYk) 16 | [chinese-dos-games](https://github.com/rwv/chinese-dos-games) | 在浏览器中在线游玩中文 DOS 游戏 体验地址:https://dos.zczc.cz/ | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fuz5pt4ja9j31kw3d54r3.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gy3ojy4QR) 17 | [DesktopNaotu](https://github.com/NaoTu/DesktopNaotu) | 基于百度脑图的本地化版本的桌面版脑图,帮助你在没有互联网环境的情况下,依然可以使用脑图工具,支持 Mac/Win/Linux 系统 | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fuxv5skgrlj30mj0ki79d.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GxTXOq80v) 18 | -------------------------------------------------------------------------------- /weekly/078.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 78 期 2 | 3 | 收纳时间:2018-9-10 - 2018-9-16 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Fancy-Checkout](https://github.com/gabriellamas/Fancy-Checkout) | 一个很有创意的桌面结账体验动画 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fvb8ksywdmg30go0goe8b.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzBahs4Lf) 15 | [BackgroundLibrary](https://github.com/JavaNoober/BackgroundLibrary) | 无需自定义View,直接添加属性便可以实现 shape、selector 效果 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fv96vus4skg30880hh431.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzkMg6reW) 16 | [Go](https://github.com/gopl-zh/gopl-zh.github.com) | 语言圣经 《The Go Programming Language》 中文版本 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fv76szmqn9j30b40ek74y.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Gz7nNerTQ) 17 | [Ky](https://github.com/sindresorhus/ky) | 一个基于浏览器Fetch API的简洁优雅HTTP客户端 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fv5yv81lx5j31av7o0npd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyXXi6VKr) 18 | [AndroidWM](https://github.com/huangyz0918/AndroidWM) | 一个轻量级的 Android 图片水印框架,支持隐形水印和加密水印 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fv4vfclob7j31f80l2e81.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyOwNv9SH) 19 | [kotlin_tips](https://github.com/heimashi/kotlin_tips) | 一份汇总 Kotlin 相对于 Java 的优势,以及怎么用 Kotlin 去简洁、务实、高效、安全开发的 Tips | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fv2d3uk1ypj31hw6dchdt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GyF6inoJQ) 20 | -------------------------------------------------------------------------------- /weekly/079.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 79 期 2 | 3 | 收纳时间:2018-9-17 - 2018-9-23 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [id-validator](https://github.com/jxlwqq/id-validator.py) | 中华人民共和国居民身份证、港澳居民居住证以及台湾居民居住证号码验证工具(PHP Composer 版),支持 15 位与 18 位号码https://github.com/jxlwqq/id-validator,Python 版本地址: | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fvg4t44asgj30qv20fqju.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GAuefEWcY) 15 | [TranslationPlugin](https://github.com/YiiGuxing/TranslationPlugin) | 一个实用翻译插件,兼容除 MPS 外所有产品编译号为 143 以上的 Jetbrains IDE 产品,支持 Google、有道、百度三大翻译引擎 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fvf5jn6z2hg30el0eln00.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GAkNLaTw4) 16 | [awesome-leetcode](https://github.com/apachecn/awesome-leetcode) | 一份 Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fve40lczloj31hs1xin8j.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GAbnghyls) 17 | [Arthas](https://github.com/alibaba/arthas) | Alibaba 开源的Java诊断工具,该工具能解决的问题列表看图一 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fvbsudvt96j31dw0hsgrb.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GzJ5LoPqe) 18 | -------------------------------------------------------------------------------- /weekly/080.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 80 期 2 | 3 | 收纳时间:2018-9-24 - 2018-9-30 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [scrcpy](https://github.com/Genymobile/scrcpy) | 一个通过 USB(或TCP / IP)连接到电脑上高清显示和流畅控制 Android 设备的工具,适用于 GNU/Linux、Windows 和 Mac OS,且无需 root | ![](http://wx2.sinaimg.cn/large/006fiYtfly1fvr7jfql6qj30bv0got9n.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBHEetQBd) 15 | [MMKV](https://github.com/Tencent/MMKV) | 微信开源的一个基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,性能高,稳定性强 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fvoj26q7ohj31380po77d.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBoNeaAij) 16 | [CalendarView](https://github.com/huanghaibin-dev/CalendarView) | Android 上一个优雅、高度自定义、性能高效的日历控件,完美支持周视图,支持标记、自定义颜色、农历等,任意控制月视图显示、任意日期拦截条件、自定义周起始等 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fvncxqo51aj31he3g0b29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GBfmJEw43) 17 | [easyexcel](https://github.com/alibaba/easyexcel) | Alibaba 团队开源的一个快速、简单避免 OOM 的 Java 处理 Excel 工具 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fvm9s62c16j312y0godgx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GB5WerNFx) 18 | -------------------------------------------------------------------------------- /weekly/081.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 81 期 2 | 3 | 收纳时间:2018-10-8 - 2018-10-14 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [rap2-delos](https://github.com/thx/rap2-delos) | 阿里妈妈前端团队出品的开源 Api 接口管理工具 RAP 第二代 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fw3l169ambj31kw2foe1i.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GDnlHgucV) 15 | [spring-boot-learning-examples](https://github.com/rhwayfun/spring-boot-learning-examples) | 最全的 Spring Boot 实践指南,Spring Boot 知识点整理、工程实践,并结合工作案例进行深入 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1fw18vkuyfgj31hy66ehdt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GD4uHge8I) 16 | -------------------------------------------------------------------------------- /weekly/082.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 82 期 2 | 3 | 收纳时间:2018-10-15 - 2018-10-21 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [iCSS](https://github.com/chokcoco/iCSS) | 谈谈一些有趣的 CSS 话题,一些 CSS 奇技淫巧,拓宽解决问题的思路,更涉及一些容易忽视或是十分有趣的 CSS 细节 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fwctyg66swj31jc296x46.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GEALFrIiO) 15 | [weekly](https://github.com/ruanyf/weekly) | 由 @ruanyf 维护的技术周报,每周五更新,周报内容涵盖技术资讯、资源、工具等多个方面 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1fwc94wavfnj31fg34qe84.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GEt0Lnxue) 16 | [SimpTab](https://github.com/Kenshin/simptab/) | 一个极简的 Chrome 新标签页扩展,应用商店下载地址:https://chrome.google.com/webstore/detail/%E7%AE%80-tab-simptab-%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/kbgmbmkhepchmmcnbdbclpkpegbgikjc | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fwaj1t3cxzj30zk0m8dj7.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GEhUFu3To) 17 | [scrapydweb](https://github.com/my8100/scrapydweb) | 一个用于监视和控制 Scrapyd 服务器集群的全功能 Web UI,支持 Scrapy 日志分析和可视化 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fw8a2nsky6j31ao0pigmo.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GE8uagKsQ) 18 | [CommonDevKnowledge](https://github.com/AweiLoveAndroid/CommonDevKnowledge) | 史上最全的 BAT 大厂 Android 面试题汇集,以及常用的 Android 开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fw89x1czqej31hy2n4arm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GDZ3G3z7S) 19 | -------------------------------------------------------------------------------- /weekly/083.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 83 期 2 | 3 | 收纳时间:2018-10-22 - 2018-10-28 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Taro](https://github.com/NervJS/taro) | 一套遵循 React 语法规范的 多端开发 解决方案,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fwjofr6w2dj319l7vx1kz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFEL8uEir) 15 | [awesome-actions](https://github.com/sdras/awesome-actions) | 收集并整理了 GitHub Actions 相关的资料与教程,帮助开发者更好的使用 GitHub Actions 来优化当前工作流,提升开发效率 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fwjrg3zzj9j31f623wh0b.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFvkDCuny) 16 | [JavaGuide](https://github.com/Snailclimb/JavaGuide) | 一份涵盖大部分Java程序员所需要掌握的核心知识 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fwg7w0rfupj31hu5g0b29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GFctDCfPz) 17 | [33-js-concepts](https://github.com/stephentian/33-js-concepts) | 每个 JavaScript 工程师都应懂的 33 个概念,帮助开发者掌握 JavaScript 概念https://github.com/leonardomso/33-js-concepts,中文版: | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fwg1unmd5ij318n81ox6q.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/GF339mHCa) 18 | -------------------------------------------------------------------------------- /weekly/084.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 84 期 2 | 3 | 收纳时间:2018-10-29 - 2018-11-4 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [SmartYouTubeTV](https://github.com/yuliskov/SmartYouTubeTV) | 一个适用于机顶盒和基于 Android 系统开发的电视的 YouTube 客户端,支持无须 Google 服务运行、4K 播放等 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fwrqkouyn4j31hc0u0q4b.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HLiickMf) 15 | [high-speed-downloader](https://github.com/high-speed-downloader/high-speed-downloader) | 一款百度网盘不限速下载器,支持 Windows 和 Mac | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fwrqamadecj31hw3e4b29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HBRNCg1u) 16 | [Linux-Tutorial](https://github.com/judasn/Linux-Tutorial) | 《Java 程序员眼中的 Linux》带动更多的人进入 Linux 世界 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fwqoygk23oj31hm4cex6e.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hsrj1xfS) 17 | -------------------------------------------------------------------------------- /weekly/085.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 85 期 2 | 3 | 收纳时间:2018-11-5 - 2018-11-11 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Eva](https://github.com/akveo/eva-icons) | Icons 一个开源了超过 480 个精心制作的图标集合库,支持 SVG,Sketch,Web Font 和 Animations | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fx2900l4wvj31kw0sigrg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1YIgksvj) 15 | [ice](https://github.com/alibaba/ice) | 飞冰,让前端开发简单而友好,海量可复用物料,配套桌面工具极速构建前端应用,效率提升 100% | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fwyq69rov3j312o0tadhz.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1FRgEdmF) 16 | [git-flight-rules](https://github.com/k88hudson/git-flight-rules) | 一份整理了在使用 Git 时出现相关问题后该如何操作解决指南 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fwyvv5gy9tj319p7v3x6q.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1wqN2xMm) 17 | [FinancialSupportForOpenSource](https://github.com/nayafia/lemonade-stand) | 一份开源项目挣钱实用手册,教你如何在参与开源项目时挣钱https://github.com/wizicer/FinancialSupportForOpenSource,原文地址: | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fwwfh9ow83j31f870lx6p.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H1dzMooAH) 18 | -------------------------------------------------------------------------------- /weekly/086.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 86 期 2 | 3 | 收纳时间:2018-11-12 - 2018-11-18 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Mos](https://github.com/Caldis/Mos) | 一个用于在 MacOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fx6ust1yirj31hu58kb29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H32HKodE) 15 | [frontend-tech-list](https://github.com/alienzhou/frontend-tech-list) | 一份包含了前端相关工具、框架、测试等多个方面知识点的技术清单 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fx95nbjhrnj30u04lb1ky.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2Thfd6Ya) 16 | [Squoosh](https://github.com/GoogleChromeLabs/squoosh) | Google 推出的一款在线简单高效的图片压缩工具,支持 JPG、PNG 和 WebP 格式 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fx82a6i424j31kw0vj152.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2GZM5sUi) 17 | [ProjectVisBug](https://github.com/GoogleChromeLabs/ProjectVisBug) | 一个允许设计师直接在浏览器对 Web 页进行设计调整的 Chrome 扩展插件 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fx6x42mmd9g30wr0ksx6p.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2Aqg41vX) 18 | [Data-Competition-TopSolution](https://github.com/Smilexuhc/Data-Competition-TopSolution) | 一份数据竞赛 Top 解决方案开源整理 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fx4gnuylzwj31hw4o8qv5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H2hzfqKqf) 19 | -------------------------------------------------------------------------------- /weekly/087.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 87 期 2 | 3 | 收纳时间:2018-11-19 - 2018-11-25 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [edex-ui](https://github.com/GitSquared/edex-ui) | 一个类似于科幻电脑界面的全屏桌面应用程序,支持运行在 Window、macOS、Linux 系统 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fxigpfrmu4j31h10u0dmo.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H46HdBXC6) 15 | [fanyi](https://github.com/afc163/fanyi) | 一款可在命令行中翻译单词的工具 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fxegc2fycqj313x0u0jvl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H3EpIulhT) 16 | [SQLPad](https://github.com/rickbergfalk/sqlpad) | 一个可用于编写、运行 SQL 查询并可视化查询结果的 Web 应用。支持 Postgres、MySQL、SQL Server、Crate、Vertica、Presto 和 SAP HANA。在线地址:http://rickbergfalk.github.io/sqlpad/ | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fxeg7z7wxrj31620rh7a9.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H3x1EbKMS) 17 | -------------------------------------------------------------------------------- /weekly/088.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 88 期 2 | 3 | 收纳时间:2018-11-26 - 2018-12-2 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [css-animation-101](https://github.com/cssanimation/css-animation-101) | 一本开源的 CSS 动画书籍,教你如何在 Web 项目中用好 CSS 动画,在线访问:https://cssanimation.rocks/css-animation-101/ | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fxpx8kfnhvj30u019gabo.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5k7bfBMl) 15 | [CommentCoreLibrary](https://github.com/jabbany/CommentCoreLibrary) | 一套基于 JavaScript 构建的弹幕控制器,提供从基本骨架到高级弹幕的支持 测试地址:http://jabbany.github.io/CommentCoreLibrary/demo/ | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fxpejbvnh8j31k00u0qm0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H51gcvdkQ) 16 | [frontend-tech-list](https://github.com/alienzhou/frontend-tech-list) | 一份涵盖前端性能优化、自动化测试、工程化与工具的(纯)前端技术清单 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fxo60bs3fpj30u051ob2a.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4RPHlEZ7) 17 | [daizhigev20](https://github.com/garychowcmu/daizhigev20) | 汇集了 @殆知阁2 所提供的古代文献 txt 大全集,包含佛藏、医藏、史藏等文献,目前由 @盖瑞爱执信锦鲤专用号 进行维护,读者在用 Chrome 浏览时可配合 octotree 插件( https://github.com/ovity/octotree )进行浏览 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fxn1b39zg0j31hf0u0aru.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4Ipdp1jP) 18 | [Awful](https://github.com/daviddao/awful-ai) | AI 是一份当前人工智能应用场景的精选列表 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fxkos8xp84j30u032be82.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H4pyd5BvA) 19 | -------------------------------------------------------------------------------- /weekly/089.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 89 期 2 | 3 | 收纳时间:2018-12-3 - 2018-12-9 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Chord](https://github.com/PeterDing/chord) | 一个桌面音乐播放器,采用了类似 spotify 的 UI,基于 electron 实现,支持歌曲搜索、第三方音乐提供商登录、歌曲保存到本地音乐库等操作 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fxy3p8b8yaj316j0u0e81.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6eGaDM8H) 15 | [500LineorLess_CN](https://github.com/HT524/500LineorLess_CN) | 《500 Lines or Less》Python 书中文翻译版,该书由 18 个带有源码和文字介绍独立的章节组成,每个章节都试图用 500 行或者更少的代码来实现一个功能,英文版地址:https://github.com/aosabook/500lines | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fxxiqp9yi2j30u01rrb0x.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H65fG8rrj) 16 | [awesome-styleguides](https://github.com/streamich/awesome-styleguides) | 一份收集整理了 UI 设计指南相关的资料列表 @优秀网页设计 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fxwbgotp2aj30u02aqty6.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5VPbA4Dk) 17 | [Google](https://github.com/flutter/flutter) | 在昨晚的 Flutter Live 活动上正式发布了 Flutter 1.0。Flutter 是一个致力于帮助移动端开发者更便捷构建应用的开发平台。明年 2 月份,Flutter 将开放「添加到 App」和「平台视图」两项功能的支持。本次更新也使得 Flutter 生态更加完善,功能更加稳定。 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1fxw3881136j318b0u0b29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5QU0DsyE) 18 | [lianjia-scrawler](https://github.com/XuefengHuang/lianjia-scrawler) | 一个对链家网全国房源爬虫工具,数据支持 MySQL、SQLite 和 PostgreSQL 存储,并将爬取数据进行可视化分析,帮助用户更好的评估房产和预测未来的价格 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fxv382sfu1j30u00x619f.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5MoGqDQw) 19 | [i-am-chinese-the-dragonfly-must-go-on](https://github.com/ithinco/i-am-chinese-the-dragonfly-must-go-on) | 一名中国程序员在 GitHub 上发起的一个项目 -「我是中国人,谷歌的蜻蜓项目必须继续」,借 GitHub 平台表明了对 Google「蜻蜓项目」的支持 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fxtepr445kj30u020tnpd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5uZQwdRo) 20 | [wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn) | wtfpython https://github.com/satwikkansal/wtfpython 中文翻译版,收集了一些有趣且鲜为人知的 Python 特性 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fxr8c6pp16j30u01on1kq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H5txGoaY8) 21 | -------------------------------------------------------------------------------- /weekly/090.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 90 期 2 | 3 | 收纳时间:2018-12-10 - 2018-12-16 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [style2paints](https://github.com/lllyasviel/style2paints) | 一款 AI 驱动的线稿上色工具 ,可根据用户上传的自定义色彩给线稿进行上色 在线地址:https://s2p.moe/app.html | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fy6pdwz0sqj31gn0u0b29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7iFE3FAB) 15 | [weixin_crawler](https://github.com/wonderfulsuccess/weixin_crawler) | 一款使用 Scrapy、Flask、Echarts、Elasticsearch 等框架实现的微信公众号文章爬虫,自带分析报告和全文检索功能,几百万的文档都能瞬间搜索 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fy0w18fovpg30rs0hyb29.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6GXEB1Iz) 16 | [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation) | 一个用动画的形式呈现解 LeetCode 题目的思路项目 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fy0wgt28obj30u04ulqv5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H6xxaoXu1) 17 | -------------------------------------------------------------------------------- /weekly/091.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 91 期 2 | 3 | 收纳时间:2018-12-17 - 2018-12-23 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [WebTorrent](https://github.com/webtorrent/webtorrent/) | Desktop 是一款可以直接在线播放视频的 BT 下载客户端,可通过种子文件与磁力链接下载资源,支持 Windows/macOS/Linux 平台,官网地址:https://webtorrent.io/ | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fyeeh3cep7j31kc0r41kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H8mF7FPzp) 15 | [mall](https://github.com/macrozheng/mall) | 一套基于 SpringBoot + MyBatis 实现的电商系统,包括前台商城系统及后台管理系统 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fydmdeujbyg31gx0qxb2f.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H8deD6FYv) 16 | [awesome-php-security](https://github.com/guardrailsio/awesome-php-security) | 一份收集整理了 PHP 安全相关资源的列表 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fyci32lac3j30u01u1qqg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H83O8jJbn) 17 | [TensorSpace](https://github.com/tensorspace-team/tensorspace) | 一套用于构建神经网络 3D 可视化应用的框架 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fy8yoxmajmg30xc0gje81.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7KX8hVhh) 18 | [miaosha](https://github.com/qiurunze123/miaosha) | 一个教你如何使用 Java 语言来设计高并发大流量秒杀架构的项目, | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fy8z7xv2ekj30u03hb1ky.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H7BwDtzpv) 19 | -------------------------------------------------------------------------------- /weekly/092.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 92 期 2 | 3 | 收纳时间:2018-12-24 - 2018-12-30 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [zaobao](https://github.com/wubaiqing/zaobao) | 一个以前端技术体系为主要分享的每日时报,分享内容以文章、工具、新闻、视频为主 日报地址:https://wubaiqing.github.io/zaobao/ | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fyo166xezij317q0u0aqj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9A56vDOH) 15 | [Cloudreve](https://github.com/HFO4/Cloudreve) | 一个可以让你低成本快速搭建起公私兼备的网盘工具,并且支持快速对接七牛、又拍云、阿里云等多家云存储 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fyloug2oh9j30u02t8e81.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9he6tIpr) 16 | [Graver](https://github.com/Meituan-Dianping/Graver) | 一款高效的 UI 渲染框架,它以更低的资源消耗来构建十分流畅的 UI 界面 框架介绍地址:https://tech.meituan.com/waimai_graver.html | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fyjf2avxp2j30u01tre5k.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H97NBlqbm) 17 | [Matrix](https://github.com/Tencent/matrix) | 由腾讯开源的的 APM(Application Performance Manage)系统,当前主要运行在 Android 平台上,支持监控应用安装包大小,帧率变化,启动耗时,卡顿,慢方法,SQLite 操作优化,文件读写,内存泄漏等等 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fyjdrzsy2qj30u04g0kjm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H8Yn764h2) 18 | -------------------------------------------------------------------------------- /weekly/093.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 93 期 2 | 3 | 收纳时间:2018-12-31 - 2019-1-6 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [itch.io](https://github.com/itchio/itch) | 一个专注于独立游戏内容的数字商店,开发者可以在这里上传自己的游戏售卖,也可以在这里找到自己喜欢的游戏 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fyw4iev5kzj31ap0u018b.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaE4zwonV) 15 | [BaiduPCS-Go](https://github.com/iikira/BaiduPCS-Go) | 一个仿 Linux shell 文件处理命令的百度网盘命令行客户端,支持 Windows, macOS, linux, 移动设备等 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fyv1oajesij30u032vb29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HauE4mekH) 16 | [fbt](https://github.com/facebookincubator/fbt) | Facebook 今天新发布的一个 JavaScript 国际化框架,感兴趣的可以看看。相关文档:https://facebookincubator.github.io/fbt/ | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fyuq4mnux1j31cj0u0tfj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hapismahi) 17 | [Agriculture_KnowledgeGraph](https://github.com/qq547276542/Agriculture_KnowledgeGraph) | 一个完善的农业领域信息检索项目,提供了命名实体识别、关系抽取、智能问答、辅助决策等功能 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fysegoefb5j30x80mqqaj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HabN5CfFk) 18 | [OI-wiki](https://github.com/24OI/OI-wiki/) | 一个整合了编程竞赛有趣又实用的知识站点,内容含有竞赛中的基础知识、常见题型、解题思路以及常用工具等 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fyrh1r9i8ej30u01741kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Ha2mA8bPA) 19 | [GitHubDaily](https://github.com/GitHubDaily/GitHubDaily) | 2018 年分享的开源项目复盘分类整理,方便大家查找以往分享过的开源项目 20 | 21 | 知乎:https://www.zhihu.com/people/githubdaily/ 22 | 公众号:GitHubDaily | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g0ntvij3c1j30zk0e43yv.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/H9SW5C1fh) 23 | -------------------------------------------------------------------------------- /weekly/094.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 94 期 2 | 3 | 收纳时间:2019-1-7 - 2019-1-13 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [12306](https://github.com/testerSunshine/12306) | 可用于 12306 购票的小助手,使用 Python 编写,过年回家抢不到票的可以用这个脚本试试 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fz3rw2p4xrj30nn0ixwfy.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbCz5oABn) 15 | [flutter-common-widgets-app](https://github.com/alibaba/flutter-common-widgets-app) | 一个 Flutter 开发者帮助 App,包含 Flutter 常用 130+ 组件的中文文档与 Demo 演示 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fz1ya1qwf1g309l0jx7wh.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hbpd45cvu) 16 | [advanced-java](https://github.com/doocs/advanced-java) | 互联网 Java 工程师进阶知识完全扫盲 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fz0si0zhooj30u02ugnpd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbfMyC03g) 17 | [ChinaMobilePhoneNumberRegex](https://github.com/VincentSit/ChinaMobilePhoneNumberRegex) | 一组匹配中国大陆手机号码的正则表达式 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fyzn5bzskej30u046xhdt.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hb6m462Ju) 18 | [httpbin](https://github.com/requests/httpbin) | 一个 HTTP 测试库,你可以拿它来测试 HTTP 请求,在线体验:http://httpbin.org/#/HTTP_Methods/post_post | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fyxvx5rudrj31iq0u0wkp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaWVzePQW) 19 | [hacknical](https://github.com/ecmadao/hacknical) | 另一个生成可视化 GitHub 简历的网站,感谢 @FigureK27 的推荐,在线体验:https://hacknical.com | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fyxzkpyrioj30u054n1kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaRqC5A6C) 20 | [profile-summary-for-github](https://github.com/tipsy/profile-summary-for-github) | 可视化你的 GitHub 简介 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fyxs4utbw9j30yv0rtn1e.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HaOdjblUd) 21 | -------------------------------------------------------------------------------- /weekly/095.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 95 期 2 | 3 | 收纳时间:2019-1-14 - 2019-1-20 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Musish](https://github.com/Musish/Musish) | 一款基于 React 和 MusicKit 实现的 Apple Music 非官方开源版,在线体验:https://musi.sh/ | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fzcy53hqi7j315k0u0n89.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcPZ4ej6v) 15 | [music-dl](https://github.com/0xHJK/music-dl) | 使用 Python 开发的一个可从网易云音乐、QQ音乐、酷狗音乐等搜索和下载最优音质歌曲的工具,支持多线程搜索和下载,还可以对搜索结果去重 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fzcb445ba2j30od0gi77q.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcM3xbOla) 16 | [syncd](https://github.com/dreamans/syncd) | 一款使用 Go 语言开发的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fz8vfsotpkj314g0u0djq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcjM2jeRb) 17 | [earth-reverse-engineering](https://github.com/retroplasma/earth-reverse-engineering) | 谷歌地图逆向工程,最近比较火,可以看下 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fz8d4etpifj31b50u0qmw.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HccwcyboT) 18 | [apollo](https://github.com/ctripcorp/apollo) | 携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fz7nho1gl3j312u0qv7bg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hcaly30od) 19 | [sqler](https://github.com/alash3al/sqler) | 一款基于 Go 语言编写的神器,让你可以直接使用 SQL 查询来写 API | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fz6dglviszj31ga0agju8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbWhM7AZz) 20 | [MyPerf4J](https://github.com/LinShunKang/MyPerf4J) | 一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fz33cmhhfbg31a90oekjl.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HbRuxt1rj) 21 | -------------------------------------------------------------------------------- /weekly/096.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 96 期 2 | 3 | 收纳时间:2019-1-21 - 2019-1-27 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [Gitter](https://github.com/huangjianke/Gitter) | 一个开源的 GitHub 小程序客户端 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fzkyr1wo79j308w0j9tb2.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdRgy3XK0) 15 | [css_tricks](https://github.com/QiShaoXuan/css_tricks) | 总结一些常用的 CSS 样式, 以及记录一些 CSS 的新属性和一点奇技淫巧,在线查看地址:https://qishaoxuan.github.io/css_tricks/ | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fzj6u0wi0kj30u01m64b0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdGCv2vop) 16 | [cloudquery](https://github.com/cloudfetch/cloudquery) | 一款能给任意网站生成 API 的工具,开发者通过点击页面元素即可选择生成内容,非常方便,搞前端的同学可以了解下 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fziouk5zhxg30rs0hb1ky.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdyIz2DSx) 17 | [Anime.js](https://github.com/juliangarnier/anime) | 一款轻量级的 JavaScript 动画库,轻松实现各种酷炫的效果,支持 CSS 属性、SVG 和 DOM 属性等,示例演示地址:https://animejs.com/ | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fzgwnnkg8qg30dw0dwx6q.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdnLwhdhR) 18 | [git-recipes](https://github.com/geeeeeeeeek/git-recipes) | 一份开源的 Git 中文教程,源于国外社区的优秀文章和个人实践 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fzfrjq95mnj30u01s84qp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hdel1pSPz) 19 | [gitsome](https://github.com/donnemartin/gitsome) | 一个非常好用的 GitHub 命令行工具,通过它,你可以使用如查看 GitHub 通知、搜索创建 issue、浏览动态、生成 LICENSE 等功能 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fzfqsrncgog30lv0cbe82.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HdaHqyIf2) 20 | [VBlog](https://github.com/GitHub-Laziji/VBlog) | 一个借助 GitHub Pages 和 GitHub API 搭建的可动态发布文章的博客,如果你还在纠结于自己的博客系统用什么搭建,不妨试试这个。 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fzf8mybpepj30u50p1dhh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd6zXGv4) 21 | [funNLP](https://github.com/fighting41love/funNLP) | 一个作者在文本中抽取结构化信息时,整理出所用到 GitHub 上的资源整合,内容包括:中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取等等 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fzdgdo8kucj30u05zwu0y.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hd4UvDdep) 22 | [flutter-in-action](https://github.com/flutterchina/flutter-in-action) | Flutter 中文网开源的电子书《Flutter实战》,在线阅读地址:https://book.flutterchina.club/ | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fzder5aymuj30u035yavg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HcVu1oXcO) 23 | -------------------------------------------------------------------------------- /weekly/097.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 97 期 2 | 3 | 收纳时间:2019-1-28 - 2019-2-3 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist) | 由多位开发者共同维护的一份程序员找工作黑名单,仅供各位年后找工作参阅,具体实际情况请自行判断 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1fzrxvgi7v1j30u0367npd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeYKJqVfw) 15 | [Intranet_Penetration_Tips](https://github.com/Ridter/Intranet_Penetration_Tips) | 来自一位开发者整理的一些内网渗透相关的 Tips,包含信息搜集、隐匿攻击、内网跨边界应用、横向渗透等内容 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fzrws4w4drj30u03jm7wh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeMboyh3J) 16 | [interview](https://github.com/aylei/interview) | 一份写在 2019 年初的后端社招面试经历,作者写了自己在蚂蚁、头条、PingCAP 三家公司的面试经历,年后打算换工作的后端程序员可以看下 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1fzpr2i7xmoj30qwcmohe2.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeBburdhr) 17 | [the-practical-linux-hardening-guide](https://github.com/trimstray/the-practical-linux-hardening-guide) | 一份详细介绍了创建安全 Linux 生产系统所涉及的规划和工具指南 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fznwl46c7mj30u03gu4qp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HerKYFvqG) 18 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets) | 一份收集整理常用的编程语言、框架和开发工具的中文 Cheatsheet (速查表) | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fzmox9310hj30u0121wuj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HeikuasF9) 19 | [professional-programming](https://github.com/charlax/professional-programming) | 一份收集了全栈程序员用到的各种优秀资料、工具及框架等资源集合 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1fzmo3vu0n1j30u01duamy.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He8U0cnit) 20 | [RSSHub](https://github.com/DIYgod/RSSHub) | 一个轻量、易于扩展的 RSS 生成器,它可以给任何奇奇怪怪的内容生成 RSS 订阅源。该项目开发者已通过抓取一些网站的页面,生成好了相关配置规则。其它人只需借助文档提供的规则,便可轻松定制属于自己的订阅源。文档地址:https://docs.rsshub.app/ | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1fzmfohvrxbj31ax0u018p.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/He3p24W3S) 21 | -------------------------------------------------------------------------------- /weekly/098.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 98 期 2 | 3 | 收纳时间:2019-2-11 - 2019-2-17 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [apexcharts.js](https://github.com/apexcharts/apexcharts.js) | 一个开源的 JavaScript 图表库,让开发者可以更轻松的构建可交互图表,可视化数据 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g098gufqleg30hg09enpd.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh7x37T3e) 15 | [deeplearningbook-chinese](https://github.com/exacity/deeplearningbook-chinese) | Deep Learning 中文翻译版 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g07cylvnmzj30u00wowsy.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh698B2yC) 16 | [php-awesome](https://github.com/shockerli/php-awesome) | PHP 相关资源整理,每周更新 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g097lccfhqj30u0auwnpg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh4LUbFZ) 17 | [interview](https://github.com/huihut/interview) | 📚C/C++ 面试基础知识总结,送给准备换工作的开发者 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g07d254m1ij30yk0u0gsd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh3N16f4P) 18 | [awesome-algorithm](https://github.com/apachecn/awesome-algorithm) | 搜集了 LeetCode、HackRank、剑指 offer 等经典算法实现 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g07cueul2xj30u032jb29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hh2BXfxpV) 19 | [QuickLook](https://github.com/QL-Win/QuickLook) | 给 Windows 用户的福利,让 Windows 用户可以用上 Mac 系统的文件预览功能 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g07cqpuk5jg30go08oe83.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgY5SEElB) 20 | [TensorFlow-Course](https://github.com/pyairesearch/TensorFlow-Course) | 一份清晰简洁、对开发者友好的 TensorFlow 教程。主要讲解 TensorFlow 的基础安装与入门使用,每个步骤都提供了详细的代码与文档讲解。 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g0744thcs1j30u04id7wj.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgXjbuRX) 21 | [Awesome-Design-Tools](https://github.com/LisaDziuba/Awesome-Design-Tools) | 搜集整理了许多设计相关的工具 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g073m288x8j30u040yb2a.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgWwt2SGc) 22 | [Uppy](https://github.com/transloadit/uppy) | 一个基于 JavaScript 的文件上传工具,可无缝集成到任何应用。支持从本地磁盘、远程 urls、Google Drive、Dropbox、Instagram、snap 等位置上传文件,并在线预览编辑。简单易用,推荐一下 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g072oathzhg30go0d4x6s.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgUalh24R) 23 | [frontendDaily](https://github.com/kujian/frontendDaily) | 由 @前端开发博客 维护的前端开发技术日报,每日分享互联网最精彩的前端技术、前端资讯、后端编程、设计和资源等 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g07dxna6ymj30u012z1c2.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgTbsEnXV) 24 | [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | 收集了一些实用的 JavaScript 代码片段,让你在 30 秒内就能看懂并用上 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g05zyqj60pj30u027s4lx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgNSGtCOX) 25 | [wego](https://github.com/schachmat/wego) | 在命令行中查看城市天气预报 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g05stijwvgg30v90iwdh1.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgLUUDbVf) 26 | [pwc](https://github.com/zziz/pwc) | 收集了附有论文描述的 GitHub 项目,按 Star 数排序,每周更新 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g05wsxf5fnj30u01544qp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgJarrKD3) 27 | [DoraemonKit](https://github.com/didi/DoraemonKit) | 一款功能齐全的客户端( iOS 、Android )研发助手 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g053op3u0hj30u01hc0v0.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgDFuev5w) 28 | [chameleon](https://github.com/didi/chameleon) | 滴滴开源的跨端整体解决方案。教程地址:https://cmljs.org/doc/example/main.html | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g05smfo6d9j30xz0u019s.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgCSM4MhZ) 29 | [Motrix](https://github.com/agalwood/Motrix) | 一款全能的下载工具 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g05ntqkac0j30qw2hck3l.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgAwExNvV) 30 | [500lines](https://github.com/aosabook/500lines) | 用少于 500 行的 Python 代码都能写出哪些小应用?看完这个项目你就知道了。代码配套书籍《500 Lines or Less》也值得阅读一下。 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g04nparhupj30wu0u0kjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgv1HjQiP) 31 | [face_recognition](https://github.com/ageitgey/face_recognition) | 号称世界上最简单的人脸识别库 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g04nc7fju8j30e4080424.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgueYxAsI) 32 | [Gource](https://github.com/acaudwell/Gource) | 可视化 Git 提交历史 http://video.weibo.com/show?fid=1034:4339198510205112 | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgtsn7IFn) 33 | [thefuck](https://github.com/nvbn/thefuck) | 输错命令后,fuck 一下,自动帮你更正命令,解气又实用 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g04my1sy7ng30j20ajdz4.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgsFzhOg2) 34 | [docui](https://github.com/skanehira/docui) | 基于 Go 编写的 Docker TUI 客户端 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g04ltuvo1tj311d0u07s8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgrSRlGpN) 35 | [be-a-professional-programmer](https://github.com/stanzhai/be-a-professional-programmer) | 一份收集了成为专业程序员路上用到的各种优秀资料、神器及框架 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g041xy7mdgj30u02rhb29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgr69qtWC) 36 | [awesome-java-cn](https://github.com/jobbole/awesome-java-cn) | 一份 Java 资源大全中文版,内容包括构建工具、数据库、框架、模板、安全等等 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g03wz0mt7yj30u02hz1kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgqjrv3qk) 37 | [Jsonnet](https://github.com/google/jsonnet) | Google 开源的一门配置语言,用于改善 JSON 暴露出来的一些问题,简而言之,Jsonnet 是一个增强版的 JSON 数据格式,能帮助开发者简化不少工作,可以体验一下。在线地址:http://jsonnet.org | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g03kp5hv01j30u01b3kjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HglBccTLw) 38 | [Leon](https://github.com/leon-ai/leon) | 一个开源的个人智能助理 http://video.weibo.com/show?fid=1034:4338853797121370 | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgkOy54xr) 39 | [nlp_chinese_corpus](https://github.com/brightmart/nlp_chinese_corpus) | 由徐亮 @brightmartNLP(实在智能算法专家) 创建的一个中文自然语言处理语料库项目,初步贡献了几个已经预处理好的中文语料,包括维基、新闻和百科语料。感兴趣的同学可以关注下,一起完善这个项目 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g03ht6ts1mj30u03fd7wk.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgk1MCLeO) 40 | [gotop](https://github.com/cjbassi/gotop) | 一个酷炫的命令行活动监视器,基于 Go 语言编写 http://video.weibo.com/show?fid=1034:4338836080164333 | ![]() | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hgjf5x6Tb) 41 | [amplitudejs](https://github.com/521dimensions/amplitudejs) | 一个开源的 HTML5 音频播放器,在线预览:https://521dimensions.com/open-source/amplitudejs | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g03hc20cwoj312k0u0whq.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgismqNFE) 42 | [awesome-json-datasets](https://github.com/jdorfman/awesome-json-datasets) | 无需身份认证即可立即使用的 JSON 数据集 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g02cyux4zij30u085ee82.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgcaHlkXQ) 43 | [How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | 这份文档将指导你如何让 Linux 服务器更加安全, | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g02ck95728j30u0124wp6.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HgbnZ9e8S) 44 | [capture-website-cli](https://github.com/sindresorhus/capture-website-cli) | 使用命令行快速获取网页截图,支持配置图片宽高、类型、质量等多种参数,附图是我用该命令行生成的项目截图 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g02cbnyc7zj30u020o4qp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hg9OA9quw) 45 | [Vditor](https://github.com/b3log/vditor) | 一款浏览器端的 Markdown 编辑器,使用 TypeScript 实现 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g02cs7qfw9j30u02dk1kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hg94tyTbk) 46 | [git-history](https://github.com/pomber/git-history) | 一个支持快速浏览 GitHub 文件操作记录的工具,通过简单的域名替换,就可以很直观的查看项目文件的变更记录 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g02c14e6u5g31mt0u0qvb.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hg8UllcRP) 47 | -------------------------------------------------------------------------------- /weekly/099.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 99 期 2 | 3 | 收纳时间:2019-2-18 - 2019-2-24 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [lint-md](https://github.com/hustcc/lint-md) | 一个用于检查中文 Markdown 编写格式规范的命令行工具 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0gsavt8ybj30u038pe81.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HibvR77oL) 15 | [NeroParser](https://github.com/yaoguangluo/NeroParser) | 一个每秒高达 2700 万混合分词, 高精准确率,支持病句分析,词性,词频统计,自由扩充词库的快速神经网络中文分词包 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0gsk5flspj30u01871jh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi7Dxwr7V) 16 | [douban-movie-extension](https://github.com/Neulana/douban-movie-extension) | 一款 Chrome 浏览器扩展,在豆瓣电影页面增加电影资源模块,帮你轻松找到电影资源 | ![](http://wx4.sinaimg.cn/large/006fiYtfly1g0g7m6891uj317a0u07g3.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi60UvUqu) 17 | [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | 一款 Mac 音频工具,可以在播放其他音频时,自动暂停所有背景音乐,播放结束后再次恢复背景音乐,并支持控制单个应用的音量 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0dabi3nnqj30ix0j0gqn.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi25mgCCK) 18 | [react-native-train](https://github.com/unbug/react-native-train) | 一本开源的 React Native 教程,作者是 @听奏 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0ejfjxpv4j30u01ihk47.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hi0vWpywS) 19 | [SwitchHosts](https://github.com/oldj/SwitchHosts) | 一款快速切换 Hosts 工具,支持 Win,Mac 和 Linux | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0flv1kfolj31e00u075v.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhWApFnyu) 20 | [wukong-robot](https://github.com/wzpan/wukong-robot) | 一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0eja8rvt3j30u01kt1kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhSES4lL0) 21 | [Micro8](https://github.com/Micropoor/Micro8) | 一份开源的渗透攻击教程,适用于初中级安全从业人员,乙方安全测试,甲方安全自检,网络安全爱好者 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0ej6caxanj30u03b1u0y.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhOJkpaOi) 22 | [javascript-tutorial-en](https://github.com/iliakan/javascript-tutorial-en) | 一份开源的 JavaScript 教程,主要讲解 JavaScript 语言的基本用法,浏览器事件的管理,动画效果及正则表达式的基础使用。教程内容覆盖面较广,值得一读,在线查阅:https://javascript.info/ | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0eijxkszmj30u02p97wh.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhN9UwwyK) 23 | [taiko-web](https://github.com/bui/taiko-web) | Web 版的太鼓达人,太好玩啦!在线体验:https://taiko.bui.pm/ | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0dayr7w4ij31gs0u0u0x.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhJemzg1E) 24 | [daily-anime](https://github.com/deepred5/daily-anime) | 一个开源的 VSCode 插件,让你能在 VSCode 上划水追番 [doge] | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0e746we6tj30so0mgu0x.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhHFLwPce) 25 | [nsfw_data_source_urls](https://github.com/EBazarov/nsfw_data_source_urls) | 收集了 150 多万张不可描述的图片数据集。答应我,别在上班的时候打开 [doge] | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0d9tb7zs1j31ao0u0qbs.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhFiPdM1p) 26 | [awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns) | 汇总了与软件架构设计模式相关的资源 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0bxcieohpj30u04lix6p.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhyessUnP) 27 | [amemv-crawler](https://github.com/LoadChange/amemv-crawler) | 可爬取某音平台指定账号的所有视频 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0bxnzdvg6j30u03che83.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhvSkFkbD) 28 | [edge-connect](https://github.com/knazeri/edge-connect) | 加拿大安大略理工大学开源的图像自动修复方法,可由线到面逐步修复受损或被打码的图像,也可进行图像拼接、移除、编辑等操作。这个库能干什么就不用我细说了吧[doge] 论文地址:https://arxiv.org/abs/1901.00212 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g0bk45bofqj318w0nc7pg.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhuiVnXVj) 29 | [Tensorflow-Cookbook](https://github.com/taki0112/Tensorflow-Cookbook) | 一份简单实用的 TensorFlow 代码集 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0bxrszmetj30u0and4qv.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhpMQdQ0I) 30 | [pkuseg-python](https://github.com/lancopku/PKUSeg-python) | 北大开源的多领域中文分词 Python 工具包,拥有多领域分词、分词准确率高、支持用户自训练模型等特点 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0awdzlj8zj30u02sukjl.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhnCTp0Db) 31 | [build-your-own-x](https://github.com/danistefanovic/build-your-own-x) | 自己动手,丰衣足食。该库收集了诸多优质资源,教你如何构建一些属于自己的东西,内容主要分为增强现实、区块链、机器人、编辑器、命令行工具、神经网络、操作系统等几大类别 | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g0bkoz4q1yj30u018n1ky.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhmrR47Ea) 32 | [os-tutorial](https://github.com/cfenollosa/os-tutorial) | 一份开源教程,教你如何从零开始构建一个操作系统 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0aw3up408j30u01re4n4.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhkSpDdTt) 33 | [awesome-indie](https://github.com/mezod/awesome-indie) | 帮独立开发者赚钱的资源整理,收集了相关社区、播客、书籍等资源。🐴 起来,开始创造被动收入吧 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g099r78g15j30u0955hdw.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhfzDr6wh) 34 | [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) | 收集整理了一批高质量的工具与服务,帮助创业者或开发者快速搭建自己的产品,以金钱换时间。创业必备,重磅推荐! | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g05wnqnt0dj30u02v01kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HhbrV8xP9) 35 | -------------------------------------------------------------------------------- /weekly/100.md: -------------------------------------------------------------------------------- 1 | # GitHubDaily 周报第 100 期 2 | 3 | 收纳时间:2019-2-25 - 2019-3-3 4 | 5 | 微博:[@GitHubDaily](https://weibo.com/GitHubDaily) 6 | 知乎:[@GitHubDaily](https://www.zhihu.com/people/githubdaily) 7 | 8 | ![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/weixin.png) 9 | 10 | --- 11 | 12 | 项目名称 | 项目描述 | 示例图 | 微博 13 | --- | --- | --- | --- 14 | [vsc-netease-music](https://github.com/nondanee/vsc-netease-music) | 一个开源的 VSCode 插件,让你能在 vscode 上划水听音乐 [doge] | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0pkacy01lg30xc0m8aoo.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HjdVUEAAE) 15 | [NodeMail](https://github.com/Vincedream/NodeMail) | 一个基于 Node 的爬虫脚本,每天定时给女朋友发一封暖心邮件,非单身狗的程序员可以试用下 [doge] | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g0oqh24btmj308f0oomy5.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hja0nzdXe) 16 | [QMUI_iOS](https://github.com/Tencent/QMUI_iOS) | 一个致力于提高项目 UI 开发效率的解决方案,让开发者能专注于业务需求而无需耗费精力在基础代码的设计上 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0oq2vvj03g30a00lo7wh.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj64PFmqP) 17 | [spring-boot-examples](https://github.com/ityouknow/spring-boot-examples) | 一份 Spring Boot 教程、技术栈示例代码,快速简单上手教程 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0nn1kbr8kj30u02671kx.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj4vq2WjP) 18 | [python-cheatsheet](https://github.com/gto76/python-cheatsheet) | Python 相关知识点速查表,在线阅读:https://gto76.github.io/python-cheatsheet/ | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0n681ugdwj30u0122dx8.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hj0zSpaLP) 19 | [iSimulator](https://github.com/wigl/iSimulator) | 一款实用的 GUI 工具,可用于控制模拟器和管理模拟器里安装的应用 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0lfitth8dj31c00u0ww3.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiWEl80bW) 20 | [toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer) | 一份整理了 Java 工程师成神之路所需要掌握的内容知识点 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0mksp4yr3j30u03ol4qp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiTTRkCTT) 21 | [年初开通了某信平台账号,现在陆陆续续更新了差不多有](https://github.com/GitHubDaily/GitHubDaily) | 20 篇文章,接下来也会开始提高更新频率。 22 | 23 | 由于渣浪对内容的审核与过滤越来越变态与严格,后面我们会慢慢的将一些内容优先发布到某信平台上,并会慢慢减少微博更新频率。 24 | 25 | 感兴趣的可以关注一下,二维码见此: | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0n3hz5yklj30u00uwwt1.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiSIO1bvA) 26 | [awesome-f2e-libs](https://github.com/sorrycc/awesome-f2e-libs) | 一份收集整理了前端常用的框架、工具和插件等资料集合 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0leqws422j30u036ib29.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiLEqp5cR) 27 | [PicGo](https://github.com/Molunerfinn/picgo) | 一款简单易用的图片上传工具,支持自定义第三方图床 | ![](http://wx3.sinaimg.cn/large/006fiYtfly1g0hwikltfbg31a60pq4qu.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiJiiAAEd) 28 | [Notable](https://github.com/notable/notable) | 一款开源的高颜值、跨平台的 Markdown 编辑器 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0jzzyfsarj31bm0pitc3.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiHIT4imo) 29 | [fuck_illness](https://github.com/wdkwdkwdk/fuck_illness) | 利用爬虫抓取并分析百万条疾病问答数据。附图是不同年龄段人的常患疾病,挺有意思的 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1g0kt3ykc1bj30u01rue83.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HizROAB2w) 30 | [Nodejs-Developer-Roadmap](https://github.com/aliyr/Nodejs-Developer-Roadmap) | 2019 年新发布的 Node.js 开发者技术路线图 | ![](http://wx4.sinaimg.cn/large/006fiYtfgy1g0k049ggjrj30u01wywwm.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiyiorPqW) 31 | [subsync](https://github.com/smacke/subsync) | 自动化同步视频字幕,提升字幕编辑效率 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0k6pu0ar0g308w05m1kx.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiutD2c8X) 32 | [mercury-parser](https://github.com/postlight/mercury-parser) | 一款 Web 内容提取工具。开发者可通过 JavaScript 与 CSS 选择器来定制解析器,以获取页面上指定内容 | ![](http://wx1.sinaimg.cn/large/006fiYtfgy1g0jzo7fawlj30u01lqnpd.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HisSwz8rP) 33 | [read-vscode-e](https://github.com/my-soul/read-vscode-e) | 一个开源的 VSCode 插件,让你能在 vscode 上划水看小说 [doge] | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0jm7wsw3nj315m0tcalc.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HiqrjtIFI) 34 | [edex-ui](https://github.com/GitSquared/edex-ui) | 一款跨多平台的终端模拟器与系统监控器,界面设计灵感来源于《创:战记》电影 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0irvr5xwsj31h10u0wnp.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HioRTDsAg) 35 | [go2-book](https://github.com/chai2010/go2-book) | 📚 《Go2 编程指南》开源书籍,目前仍在持续更新中,在线阅读:https://chai2010.cn/go2-book/ | ![](http://wx3.sinaimg.cn/large/006fiYtfgy1g0ilzdatssj30ef0ifdil.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HikWmB8Wh) 36 | [PPRows](https://github.com/jkpang/PPRows) | 一款在 Mac 上计算你写了多少行代码的工具,支持同时检测多文件夹代码,自定义检测的文件类型等 | ![](http://wx1.sinaimg.cn/large/006fiYtfly1g0hwyn58qdg308w08s7wh.gif) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/HijmW7MYE) 37 | [architect-awesome](https://github.com/xingshaocheng/architect-awesome) | 后端架构师技术图谱,包含数据结构、常用算法、操作系统、设计模式、运维与技术支持等内容 | ![](http://wx2.sinaimg.cn/large/006fiYtfgy1g0hixb2r8mj30u08az7wi.jpg) | [![](https://raw.githubusercontent.com/GitHubDaily/GitHubDaily/master/assets/sina_logo.png)](https://weibo.com/5722964389/Hih0Ojmuk) 38 | --------------------------------------------------------------------------------