Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hust-open-atom-club/linux-edu-rank
Linux 内核高校贡献排名榜
https://github.com/hust-open-atom-club/linux-edu-rank
Last synced: 28 days ago
JSON representation
Linux 内核高校贡献排名榜
- Host: GitHub
- URL: https://github.com/hust-open-atom-club/linux-edu-rank
- Owner: hust-open-atom-club
- License: bsd-2-clause
- Created: 2024-02-18T18:21:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-05T12:13:01.000Z (about 2 months ago)
- Last Synced: 2024-12-05T13:20:56.499Z (about 2 months ago)
- Language: HTML
- Homepage: https://edurank.hust.openatom.club
- Size: 7.27 MB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Kernel Patch Statistic among Universities
## Introduction
This project is to do some data statistics about Linux kernel patches contributed by universities.
The result is displayed in a web page with a table.
## Pre-requisites
- Python 3.9 or higher
- GitPython
- tqdm
- requests## How to run
1. Clone linux kernel repository
2. Run the following command to get the result json file
```bash
./linux-statistic.py --path /path/to/linux-kernel-repo --branch BRANCH_NAME --repo DISPLAY_REPO_NAME
```
3. The result will be saved in `result.json` file and html files in `detail`
4. Use web server to serve `index.html`, `result.json` and `detail` to view the result