Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 719 Bytes

File metadata and controls

13 lines (11 loc) · 719 Bytes
title Search

Search some keywords to see repos which are not includes in my list. Some of them may show up here due to changing of repo name
Current keywords used: COVID, nCoV, covid19
Total number of repos: {{ site.data.github_search | size }}. We only show 200 of them here.

| stars | forks | name | description | homepage | easy_copy| |-|-|-|{% for repo in site.data.github_search limit: 200 %} | {{ repo.stargazers_count }} | {{ repo.forks }} | {{ repo.full_name }} | {{ repo.description }}| {{ repo.homepage }} | - repo_name: {{repo.full_name}}
web_url: {{repo.homepage}}
content: {{repo.description}} | {% endfor %}