Skip to content

Commit c33db8a

Browse files
committed
Add analytics project
1 parent dfdb6bd commit c33db8a

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

chapters/02-github-fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141

4242
##Github
4343

44-
![Github Roam](../img/github-roam-create.jpg)
44+
![Github Roam](./img/github-roam-create.jpg)
4545

46-
![Github Roam](../img/project-init.jpg)
46+
![Github Roam](./img/project-init.jpg)
4747

4848
多种方式
4949

chapters/05-analytics-project.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
#Github项目分析
1+
#Github项目分析
2+
3+
之前曾经分析过一些Github的用户行为,现在我们先来说说Github上的Star吧。(截止: 2015年3月9日23时。)
4+
5+
用户 | 项目名 | Language | Star | Url
6+
-----|---------- |----------|------|----
7+
twbs | Bootstrap | CSS | 78490 | [https://github.com/twbs/bootstrap](https://github.com/twbs/bootstrap)
8+
vhf |free-programming books | - | 37240 | [https://github.com/vhf/free-programming-books](https://github.com/vhf/free-programming-books)
9+
angular | angular.js | JavaScript | 36,061 | [https://github.com/angular/angular.js](https://github.com/angular/angular.js)
10+
mbostock | d3 | JavaScript | 35,257 | [https://github.com/mbostock/d3](https://github.com/mbostock/d3)
11+
joyent | node | JavaScript | 35,077 | [https://github.com/joyent/node](https://github.com/joyent/node)
12+
13+
上面列出来的是前5的,看看大于1万个stars的项目的分布,一共有82个:
14+
15+
语言 | 项目数
16+
-----|-----
17+
JavaScript | 37
18+
Ruby | 6
19+
CSS | 6
20+
Python | 4
21+
HTML | 3
22+
C++ | 3
23+
VimL | 2
24+
Shell | 2
25+
Go | 2
26+
C | 2
27+
28+
类型分布:
29+
30+
31+
- 库和框架: 和``jQuery``
32+
- 系统: 如``Linux````hhvm````docker``
33+
- 配置集: 如``dotfiles``
34+
- 辅助工具: 如``oh-my-zsh``
35+
- 工具: 如``Homewbrew````Bower``
36+
- 资料收集: 如``free programming books````You-Dont-Know-JS````Font-Awesome``
37+
- 其他:简历如``Resume``
38+
39+

0 commit comments

Comments
 (0)