|
20 | 20 | ## 目录
|
21 | 21 | - [C# 项目](#C-项目)
|
22 | 22 | - [C++ 项目](#C-项目-1)
|
| 23 | +- [CSS 项目](#CSS-项目) |
23 | 24 | - [Go 项目](#Go-项目)
|
24 | 25 | - [Java 项目](#Java-项目)
|
25 | 26 | - [JavaScript 项目](#JavaScript-项目)
|
|
56 | 57 |
|
57 | 58 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
58 | 59 |
|
| 60 | +### CSS 项目 |
| 61 | +3、[Font-Awesome](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/FortAwesome/Font-Awesome/):GitHub 上 Star 数最多的图标库,应该是当下最流行的图标库 |
| 62 | + |
| 63 | +4、[material-design-icons](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/google/material-design-icons):Google 官方开源基于 Material Design 设计风格的图标库 |
| 64 | + |
| 65 | +<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/material-design-icons.png' style="max-width:80%; max-height=80%;"></img></p> |
| 66 | + |
| 67 | +<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br> |
| 68 | + |
59 | 69 | ### Go 项目
|
60 |
| -3、[kingshard](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/flike/kingshard):kingshard 是一个由 Go 开发高性能 MySQL Proxy 项目,kingshard 在满足基本的读写分离的功能上,致力于简化 MySQL 分库分表操作;能够让 DBA 通过 kingshard 轻松平滑地实现 MySQL 数据库扩容。 |
| 70 | +5、[kingshard](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/flike/kingshard):kingshard 是一个由 Go 开发高性能 MySQL Proxy 项目,kingshard 在满足基本的读写分离的功能上,致力于简化 MySQL 分库分表操作;能够让 DBA 通过 kingshard 轻松平滑地实现 MySQL 数据库扩容。 |
61 | 71 |
|
62 | 72 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
63 | 73 |
|
64 | 74 | ### Java 项目
|
65 |
| -4、[incubator-rocketmq](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/incubator-rocketmq):RocketMQ 是阿里巴巴在 2012 年开源的第三代分布式消息中间件。 |
| 75 | +6、[incubator-rocketmq](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/apache/incubator-rocketmq):RocketMQ 是阿里巴巴在 2012 年开源的第三代分布式消息中间件。 |
66 | 76 | 历年双 11,RocketMQ 都承担了阿里巴巴生产系统百分之百的消息流转,在核心交易链路有着稳定和出色的表现,今年双十一,更是创造了万亿级消息精准低延迟投递。
|
67 | 77 |
|
68 | 78 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
69 | 79 |
|
70 | 80 | ### JavaScript 项目
|
71 |
| -5、[iview](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/iview/iview):iView 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。特性: |
| 81 | +7、[iview](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/iview/iview):iView 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。特性: |
72 | 82 | - 高质量、功能丰富
|
73 | 83 | - 友好的 API,自由灵活地使用空间
|
74 | 84 | - 事无巨细的文档
|
75 | 85 | - 细致、漂亮的 UI
|
76 | 86 | - 使用单文件的 Vue 组件化开发模式
|
77 | 87 | - 基于 npm + webpack + babel 开发,支持 ES2015
|
78 | 88 |
|
79 |
| -6、[flv.js](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Bilibili/flv.js):使用纯 JavaScript 写的 HTML5 Flash 视频(flv)播放器,示例代码如下: |
| 89 | +8、[flv.js](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Bilibili/flv.js):使用纯 JavaScript 写的 HTML5 Flash 视频(flv)播放器,示例代码如下: |
80 | 90 | ```javascript
|
81 | 91 | <script src="flv.min.js"></script>
|
82 | 92 | <video id="videoElement"></video>
|
|
94 | 104 | </script>
|
95 | 105 | ```
|
96 | 106 |
|
97 |
| -7、[RAP](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/thx/RAP):阿里妈妈 MUX 团队出品,企业级 Web 接口管理工具。RAP 通过 GUI 工具帮助 Web 工程师更高效的管理接口文档,同时通过分析接口结构自动生成 Mock 数据、校验真实接口的正确性,使得接口开发更加规范、自动化。 |
| 107 | +9、[RAP](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/thx/RAP):阿里妈妈 MUX 团队出品,企业级 Web 接口管理工具。RAP 通过 GUI 工具帮助 Web 工程师更高效的管理接口文档,同时通过分析接口结构自动生成 Mock 数据、校验真实接口的正确性,使得接口开发更加规范、自动化。 |
98 | 108 |
|
99 | 109 |
|
100 | 110 | <p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/rap-show-min.jpeg' style="max-width:80%; max-height=80%;"></img></p>
|
101 | 111 |
|
102 | 112 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
103 | 113 |
|
104 | 114 | ### Objective-C 项目
|
105 |
| -8、[sequelpro](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/sequelpro/sequelpro):这是我到目前为止在 Mac 上发现最好用的 MySQL 管理工具。本人一直在使用,并且推荐给了我的小伙伴们,用过都说好😈~ |
| 115 | +10、[sequelpro](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/sequelpro/sequelpro):这是我到目前为止在 Mac 上发现最好用的 MySQL 管理工具。本人一直在使用,并且推荐给了我的小伙伴们,用过都说好😈~ |
106 | 116 |
|
107 | 117 |
|
108 | 118 | <p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/sequelpro-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
|
109 | 119 |
|
110 | 120 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
111 | 121 |
|
112 | 122 | ### PHP 项目
|
113 |
| -9、[typecho](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/typecho/typecho):PHP 的一款博客程序,[官网](http://typecho.org/),[文档](http://docs.typecho.org/doku.php) |
| 123 | +11、[typecho](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/typecho/typecho):PHP 的一款博客程序,[官网](http://typecho.org/),[文档](http://docs.typecho.org/doku.php) |
114 | 124 |
|
115 | 125 |
|
116 | 126 | <p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/typecho-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
|
117 | 127 |
|
118 | 128 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
119 | 129 |
|
120 | 130 | ### Python 项目
|
121 |
| -10、[saythanks.io](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/kennethreitz/saythanks.io):Kennethreitz 写的一个简单的网站(基于 Flask),用于向开源项目作者发送感谢邮件的 Web App。该项目结构简单,可以用来学习大神是如何快速开发 Web 项目、方法、代码风格、开发常用库。而且该项目的意义也特别好:**感谢开源项目的作者**,愿开源社区越来越好,[网站地址](https://saythanks.io) |
| 131 | +12、[saythanks.io](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/kennethreitz/saythanks.io):Kennethreitz 写的一个简单的网站(基于 Flask),用于向开源项目作者发送感谢邮件的 Web App。该项目结构简单,可以用来学习大神是如何快速开发 Web 项目、方法、代码风格、开发常用库。而且该项目的意义也特别好:**感谢开源项目的作者**,愿开源社区越来越好,[网站地址](https://saythanks.io) |
122 | 132 |
|
123 | 133 |
|
124 | 134 | <p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/thanks-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
|
125 | 135 |
|
126 |
| -11、[locust](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/locustio/locust):模拟用户行为的[负载测试](http://blog.csdn.net/kerryzhu/article/details/3515714)工具,包含友好的 Web 页面,如下图: |
| 136 | +13、[locust](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/locustio/locust):模拟用户行为的[负载测试](http://blog.csdn.net/kerryzhu/article/details/3515714)工具,包含友好的 Web 页面,如下图: |
127 | 137 |
|
128 | 138 |
|
129 | 139 | <p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/locust-show-min.png' style="max-width:80%; max-height=80%;"></img></p>
|
130 | 140 |
|
131 |
| -12、[jumpserver](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/jumpserver/jumpserver):Jumpserver 是一款由 Python 编写开源的跳板机(是一类可作为跳板批量操作远程设备的网络设备)系统,实现了跳板机应有的功能。基于 SSH 协议来管理,客户端无需安装 agent。支持常见 Linux 系统,效果如下: |
| 141 | +14、[jumpserver](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/jumpserver/jumpserver):Jumpserver 是一款由 Python 编写开源的跳板机(是一类可作为跳板批量操作远程设备的网络设备)系统,实现了跳板机应有的功能。基于 SSH 协议来管理,客户端无需安装 agent。支持常见 Linux 系统,效果如下: |
132 | 142 |
|
133 | 143 |
|
134 | 144 | <p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/10/img/jumpserver-min.gif' style="max-width:80%; max-height=80%;"></img></p>
|
135 | 145 |
|
136 | 146 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
137 | 147 |
|
138 | 148 | ### 其它
|
139 |
| -13、[IntelliJ-IDEA-Tutorial](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/judasn/IntelliJ-IDEA-Tutorial):IntelliJ IDEA 简体中文专题教程 |
| 149 | +15、[IntelliJ-IDEA-Tutorial](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/judasn/IntelliJ-IDEA-Tutorial):IntelliJ IDEA 简体中文专题教程 |
140 | 150 |
|
141 |
| -14、[Awesome_API](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/marktony/Awesome_API):第三方 API 集合 |
| 151 | +16、[Awesome_API](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/marktony/Awesome_API):第三方 API 集合 |
142 | 152 |
|
143 |
| -15、[Lee-VR-Source](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/GeekLiB/Lee-VR-Source):VR 开发者必备资源汇总 |
| 153 | +17、[Lee-VR-Source](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/GeekLiB/Lee-VR-Source):VR 开发者必备资源汇总 |
144 | 154 |
|
145 |
| -16、[500lines](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/aosabook/500lines):(英文)用少于 500 行的 Python 代码,你可以写出什么东西?相信你看完这个项目,会学到很多(每个项目的作者都是业内大神写的)。[中文翻译版(未翻译完)](https://github.com/HT524/500LineorLess_CN) |
| 155 | +18、[500lines](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/aosabook/500lines):(英文)用少于 500 行的 Python 代码,你可以写出什么东西?相信你看完这个项目,会学到很多(每个项目的作者都是业内大神写的)。[中文翻译版(未翻译完)](https://github.com/HT524/500LineorLess_CN) |
146 | 156 |
|
147 | 157 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
148 | 158 |
|
149 | 159 | ### 开源书籍
|
150 |
| -17、[redisbook](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/huangz1990/redisbook):Redis 设计与实现(网络版) |
| 160 | +19、[redisbook](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/huangz1990/redisbook):Redis 设计与实现(网络版) |
151 | 161 |
|
152 | 162 | <p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
|
153 | 163 |
|
154 | 164 | ### 机器学习
|
155 |
| -18、[MLAlgorithms](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/rushter/MLAlgorithms):常见的机器学习算法,Python 实现: |
| 165 | +20、[MLAlgorithms](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/rushter/MLAlgorithms):常见的机器学习算法,Python 实现: |
156 | 166 | - [Deep learning (MLP, CNN, RNN, LSTM)](https://github.com/rushter/MLAlgorithms/tree/master/mla/neuralnet)
|
157 | 167 | - [Linear regression, logistic regression](https://github.com/rushter/MLAlgorithms/blob/master/mla/linear_models.py)
|
158 | 168 | - [Random Forests](https://github.com/rushter/MLAlgorithms/blob/master/mla/ensemble/random_forest.py)
|
|
0 commit comments