Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

This project is managed by PDM. For Linux/Mac OS Platforms, run the following command to install pdm.

curl -sSL https://pdm-project.org/install-pdm.py | python3 -

Pre-requisites

  • Python 3.9 or higher
  • GitPython
  • tqdm
  • requests

Run the following command to install these dependencies:

pdm install

How to run

  1. Clone linux kernel repository with the following command:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
  1. Run the following command to get the result json file:
pdm start
  1. If you make changes, run the following command to lint your code:
pdm lint
  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.

About

Linux 内核高校贡献排名榜

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published