hust-open-atom-club / linux-edu-rank

Linux 内核高校贡献排名榜
https://edurank.hust.openatom.club
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

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

How to run

  1. Clone linux kernel repository
  2. Run the following command to get the result json file
    ./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