Github search skills - how to use github to find projects you are interested in (reproduced)

Github is now not only a version control tool, but also an open source repository, which not only contains excellent open source code, e-books, but also a variety of projects, and the laws of some countries are also placed on it. How to find yourself as a programmer Interesting projects are very important!

Welcome everyone to supplement and improve our efficiency

The github' address of the project. Welcome to add

Below I introduce some techniques from the search, that is, the following input box:

write picture description here

1. Basic Rules

The default search is to search for code from the master branch

The search statement cannot have special characters such as . , : ; / \ ` ' ” = * ! ? # $ & + ^ | ~ < > ( ) { } [ ].

2. Search interface:

write picture description here

As shown in the figure, you can choose from the upper left corner, whether the search content is a warehouse or a user, and the language limit, you can choose the display style of the results on the right side of the search box, according to the focus, etc.

3. Formulate the search method: (The keywords I retrieve by default are all android)

(1) Search by file

android in:file
  • 1

(2) Search by path

andrioid in:path
  • 1

(3) Search by language

android language:java
  • 1

(4) According to the file size

android size:>100
  • 1

(5) Search by suffix name

android extention:css
  • 1

(6) According to whether it has been forked

android fork:true
  • 1

(7) Search by region (this headhunter and hr should be used)

The github' address of the project. Welcome to add

android location:beijing
  • 1

The renderings are as follows: (Congratulations to the android net red code home)

write picture description here

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325298229&siteId=291194637