Skip to content

Zzzwj666/linux-edu-rank

 
 

Repository files navigation

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
./linux-statistic.py --path /path/to/linux-kernel-repo --branch BRANCH_NAME --repo DISPLAY_REPO_NAME
  1. The result will be saved in result.json file and html files in detail
  2. Use web server to serve index.html, result.json and detail to view the result

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.3%
  • Python 47.7%