diff --git a/chapters/02-github-fundamentals.md b/chapters/02-github-fundamentals.md index 1e85da9..3666c38 100644 --- a/chapters/02-github-fundamentals.md +++ b/chapters/02-github-fundamentals.md @@ -41,9 +41,9 @@ ##Github -![Github Roam](../img/github-roam-create.jpg) +![Github Roam](./img/github-roam-create.jpg) -![Github Roam](../img/project-init.jpg) +![Github Roam](./img/project-init.jpg) 多种方式 diff --git a/chapters/05-analytics-project.md b/chapters/05-analytics-project.md index a612160..3697f38 100644 --- a/chapters/05-analytics-project.md +++ b/chapters/05-analytics-project.md @@ -1 +1,39 @@ -#Github项目分析 \ No newline at end of file +#Github项目分析 + +之前曾经分析过一些Github的用户行为,现在我们先来说说Github上的Star吧。(截止: 2015年3月9日23时。) + +用户 | 项目名 | Language | Star | Url +-----|---------- |----------|------|---- +twbs | Bootstrap | CSS | 78490 | [https://github.com/twbs/bootstrap](https://github.com/twbs/bootstrap) +vhf |free-programming books | - | 37240 | [https://github.com/vhf/free-programming-books](https://github.com/vhf/free-programming-books) +angular | angular.js | JavaScript | 36,061 | [https://github.com/angular/angular.js](https://github.com/angular/angular.js) +mbostock | d3 | JavaScript | 35,257 | [https://github.com/mbostock/d3](https://github.com/mbostock/d3) +joyent | node | JavaScript | 35,077 | [https://github.com/joyent/node](https://github.com/joyent/node) + +上面列出来的是前5的,看看大于1万个stars的项目的分布,一共有82个: + +语言 | 项目数 +-----|----- +JavaScript | 37 +Ruby | 6 +CSS | 6 +Python | 4 +HTML | 3 +C++ | 3 +VimL | 2 +Shell | 2 +Go | 2 +C | 2 + +类型分布: + + + - 库和框架: 和``jQuery`` + - 系统: 如``Linux``、``hhvm``、``docker`` + - 配置集: 如``dotfiles`` + - 辅助工具: 如``oh-my-zsh`` + - 工具: 如``Homewbrew``和``Bower`` + - 资料收集: 如``free programming books``,``You-Dont-Know-JS``,``Font-Awesome`` + - 其他:简历如``Resume`` + + \ No newline at end of file