github Topic 功能
官方介绍:https://github.blog/2017-01-31-introducing-topics/
2017年,GitHub分享了其开发Topics功能的技术,这个新推出的功能是在GitHub存储库之间创建基于主题的连接的标签,并让用户通过类型,技术等来探索项目。
Topics是GitHub在实际应用中的第一个机器学习项目。
点击感兴趣的主题以查找相关的存储库,将主题添加到您的存储库将有助于其他用户发现您的项目。
Discover networks of similar repositories in a completely new way with Topics. Topics are labels that create subject-based connections between GitHub repositories and let you explore projects by type, technology,…
gtihub 主题主页:
https://github.com/topics
具体的主题:
如,go主题 https://github.com/topics/go
Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
Go是一种构建的编程语言,以类似于C编程语言的简化版本。它在机器级编译。Go于2007年由Robert Gresemer,Rob Pike和Ken Thompson创建于2007年。
github 常用条件查询
通过 Stars 和 Forks的数量筛选项目
GitHub上一般通过 Stars数 以及 Forks数 反映该项目的火热程度。
因此我们也可以通过限制 Stars 和 Forks的数量区间来进一步筛选我们想要的项目。
筛选条件 | 含义 |
---|---|
stars:(区间) | 根据所输入的 stars区间 进行筛选 |
forks:(区间) | 根据所输入的 forks区间 进行筛选 |
language:(编程语言) | 根据编程语言进行筛选 |
注意:此时冒号和数字区间之间没有空格,切记,有空格筛选条件不生效。
组合查询例子
language:go stars:>100