Linux 内核高校贡献排名榜

5 stars 13 forks 5 watchers Python BSD 2-Clause "Simplified" License
6 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
good first issue

Linux 内核高校贡献排名榜

Python
good first issue

Linux 内核高校贡献排名榜

Python

AI Summary: Add the domain for Chengdu University of Electronic Science and Technology (https://www.cduestc.cn/) to the `world_universities_and_domains.json` file used by the Linux Kernel Patch Statistic project. This involves updating the JSON file and potentially rerunning the data processing script to reflect the change in the university domain list.

Complexity: 2/5
help wanted

Linux 内核高校贡献排名榜

Python

AI Summary: Refactor the Python code within lines 98-281 of `src/main.py`. The current code uses excessive nested functions and lambda expressions, impacting maintainability and extensibility. The goal is to improve code readability, modularity, and ease of adding new features by replacing the inefficient code section.

Complexity: 4/5
good first issue

Linux 内核高校贡献排名榜

Python

AI Summary: The task involves updating a Python script that analyzes Linux kernel patches from universities to correctly display time zone information (Asia/Shanghai). This update requires modifying the script and potentially the associated web page to reflect the change. The script uses GitPython, tqdm, and requests libraries to fetch and process data, and the output is a JSON file and HTML pages for visualization.

Complexity: 3/5
good first issue

Linux 内核高校贡献排名榜

Python