UNPKG

@wcj/github-rank

Version:
1,147 lines (1,035 loc) 1.25 MB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico"> <title> GitHub Repositories Ranking </title> <meta name="description" content="GitHub Repositories Ranking"> <style> [data-color-mode*='dark'] { --color-fg-default: #c9d1d9; --color-fg-muted: #8b949e; --color-fg-subtle: #484f58; --color-accent-fg: #58a6ff; --color-accent-emphasis: #1f6feb; --color-link-hover: #58a6ff; --color-tab-fg: #494949; --color-border: #e2e2e2; --color-neutral-muted: rgba(110,118,129,0.4); } [data-color-mode*='light'] { --color-fg-default: #24292f; --color-fg-muted: #57606a; --color-fg-subtle: #6e7781; --color-accent-fg: #0969da; --color-accent-emphasis: #0969da; --color-link-hover: #58a6ff; --color-tab-fg: #e2e2e2; --color-border: #000; --color-neutral-muted: rgba(175,184,193,0.2); } </style> <style> * { box-sizing: border-box; } html, body, ul, li, h1 { margin: 0; padding: 0 } html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; } ul { list-style: none; } a { color: var(--color-accent-fg); text-decoration: none; transition: all .2s ease-in; } a:hover { color: var(--color-link-hover); text-decoration: underline; } a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; } a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; } a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; } .title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; } .title a svg { display: block; } .title a { color: var(--color-accent-fg); display: inline-block; margin-left: 10px; } .title dark-mode { margin-right: 8px; } .time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; } .tabs { padding: 0 20px 5px 20px;} .tabs a { background: var(--color-tab-fg); display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: var(--color-accent-fg); } .tabs a.active { background: #333; color: #efefef; } .tabs a:hover:not(.active) { background: #efefef; } .footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; } .footer .time { padding: 0; } .list { text-align: left; padding-bottom: 10px; margin: 0 15px; } .list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; } .list li { padding: 10px; transition: all .3s; } .list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; } .list li.rank-title > a { margin-right: 10px; } .list li.rank-title:hover { background: transparent; } .list li:last-child, .list li.rank-title { border-bottom: 0; } .list li:hover { background: var(--color-neutral-muted); } .list li > div { display: table-cell; vertical-align: top; font-size: 14px; } .list li div.rank span { font-weight: bold; } .list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: var(--color-fg-muted); } .list li div.details a { color: #b9b9b9; transition: all .3s; } .list li div.details a:hover { color: #1600ff; } .list li div.details a:hover svg { fill: #1600ff; } .list li div.details * { vertical-align: middle; } .list li div.details .localtion { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 150px; display: inline-block; height: 14px; } .list li div.details svg { width: 12px; height: 12px; margin-top: 0; margin-right: 2px; fill: #b9b9b9; display: inline-block; } .list li > div.info { width: 100%; } .list li > div.info i { color: #717171; } .list li > div.info a:hover i { color: #333; } .list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; } .list li div.avatar { padding-right: 10px; } @keyframes octocat-wave { 0%,100%{-webkit-transform:rotate(0); transform:rotate(0);} 20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);} 40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);} } @media screen and (max-width: 479px) { .title { padding-top: 16px; font-size: 21px; } } </style> <style> .list li a.language, .list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; } </style> <style> .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; } .list li div.followers a { color: var(--color-fg-muted); } .list li div.followers * { vertical-align: middle; } .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; } </style> <style> .list.repos.trending .language > span { border-radius: 50%; display: inline-block; position: relative; height: 10px; width: 10px; vertical-align: middle; top: -1px; margin-right: 4px; } .list.repos li div.followers { display: inline-block; padding-right: 5px; } .list.repos li div.details { width: 100%; } </style> <script src="https://unpkg.com/@wcj/dark-mode"></script> </head> <body> <a href="https://github.com/jaywcjlove/github-rank" target="_blank" class="github-corner"> <svg viewBox="0 0 250 250"> <path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path> <path class="octo-arm" fill="currentColor" style="transform-origin: 130px 106px;" d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"></path> <path fill="currentColor" class="octo-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path> </svg> </a> <h1 class="title"> <dark-mode permanent></dark-mode> GitHub Repositories Ranking <a href="https://github.com/search?q=stars%3A%3E8000&type=Repositories"> <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg> </a> </h1> <div class="time">Last cache created on 2025/8/13 by <a href="https://github.com/search?q=stars%3A%3E8000&type=Repositories">Github API v3</a>. Create by <a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">小弟调调™</a>. </div> <div class="tabs"> <a class="" href="index.html">Users</a> <a class="active" href="repos.html">Repos</a> <a class="" href="trending.html">Trending</a> </div> <ul class="list repos"> <li> <div class="avatar"> <a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank"> <img src="https://avatars.githubusercontent.com/u/9892522?v=4&s=60" loading="lazy" title="freeCodeCamp/freeCodeCamp" alt="freeCodeCamp/freeCodeCamp" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 1">1</span> <a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript"> TypeScript </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>425.625k</span> </span> </div> <div class="details"> freeCodeCamp.org&#39;s open-source codebase and curriculum. Learn math, programming, and computer science for free. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/codecrafters-io/build-your-own-x" target="_blank"> <img src="https://avatars.githubusercontent.com/u/58904235?v=4&s=60" loading="lazy" title="codecrafters-io/build-your-own-x" alt="codecrafters-io/build-your-own-x" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 2">2</span> <a href="https://github.com/codecrafters-io/build-your-own-x" target="_blank" title="codecrafters-io/build-your-own-x">codecrafters-io/build-your-own-x</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/markdown" title="Programming Language Markdown"> Markdown </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>409.477k</span> </span> </div> <div class="details"> Master programming by recreating your favorite technologies from scratch. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/sindresorhus/awesome" target="_blank"> <img src="https://avatars.githubusercontent.com/u/170270?v=4&s=60" loading="lazy" title="sindresorhus/awesome" alt="sindresorhus/awesome" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 3">3</span> <a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>391.101k</span> </span> </div> <div class="details"> 😎 Awesome lists about all kinds of interesting topics </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/EbookFoundation/free-programming-books" target="_blank"> <img src="https://avatars.githubusercontent.com/u/14127308?v=4&s=60" loading="lazy" title="EbookFoundation/free-programming-books" alt="EbookFoundation/free-programming-books" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 4">4</span> <a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>364.927k</span> </span> </div> <div class="details"> :books: Freely available programming books </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/public-apis/public-apis" target="_blank"> <img src="https://avatars.githubusercontent.com/u/51121562?v=4&s=60" loading="lazy" title="public-apis/public-apis" alt="public-apis/public-apis" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 5">5</span> <a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>360.928k</span> </span> </div> <div class="details"> A collective list of free APIs </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank"> <img src="https://avatars.githubusercontent.com/u/4921183?v=4&s=60" loading="lazy" title="kamranahmedse/developer-roadmap" alt="kamranahmedse/developer-roadmap" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 6">6</span> <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript"> TypeScript </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>333.658k</span> </span> </div> <div class="details"> Interactive roadmaps, guides and other educational content to help developers grow in their careers. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/jwasham/coding-interview-university" target="_blank"> <img src="https://avatars.githubusercontent.com/u/3771963?v=4&s=60" loading="lazy" title="jwasham/coding-interview-university" alt="jwasham/coding-interview-university" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 7">7</span> <a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>324.18k</span> </span> </div> <div class="details"> A complete computer science study plan to become a software engineer. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/donnemartin/system-design-primer" target="_blank"> <img src="https://avatars.githubusercontent.com/u/5458997?v=4&s=60" loading="lazy" title="donnemartin/system-design-primer" alt="donnemartin/system-design-primer" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 8">8</span> <a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>315.645k</span> </span> </div> <div class="details"> Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/996icu/996.ICU" target="_blank"> <img src="https://avatars.githubusercontent.com/u/48942249?v=4&s=60" loading="lazy" title="996icu/996.ICU" alt="996icu/996.ICU" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 9">9</span> <a href="https://github.com/996icu/996.ICU" target="_blank" title="996icu/996.ICU">996icu/996.ICU</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>273.996k</span> </span> </div> <div class="details"> Repo for counting stars and contributing. Press F to pay respect to glorious developers. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/vinta/awesome-python" target="_blank"> <img src="https://avatars.githubusercontent.com/u/652070?v=4&s=60" loading="lazy" title="vinta/awesome-python" alt="vinta/awesome-python" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 10">10</span> <a href="https://github.com/vinta/awesome-python" target="_blank" title="vinta/awesome-python">vinta/awesome-python</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>254.715k</span> </span> </div> <div class="details"> An opinionated list of awesome Python frameworks, libraries, software and resources. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank"> <img src="https://avatars.githubusercontent.com/u/24270415?v=4&s=60" loading="lazy" title="awesome-selfhosted/awesome-selfhosted" alt="awesome-selfhosted/awesome-selfhosted" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 11">11</span> <a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank" title="awesome-selfhosted/awesome-selfhosted">awesome-selfhosted/awesome-selfhosted</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>241.527k</span> </span> </div> <div class="details"> A list of Free Software network services and web applications which can be hosted on your own servers </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/practical-tutorials/project-based-learning" target="_blank"> <img src="https://avatars.githubusercontent.com/u/89421154?v=4&s=60" loading="lazy" title="practical-tutorials/project-based-learning" alt="practical-tutorials/project-based-learning" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 12">12</span> <a href="https://github.com/practical-tutorials/project-based-learning" target="_blank" title="practical-tutorials/project-based-learning">practical-tutorials/project-based-learning</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>239.121k</span> </span> </div> <div class="details"> Curated list of project-based tutorials </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/facebook/react" target="_blank"> <img src="https://avatars.githubusercontent.com/u/69631?v=4&s=60" loading="lazy" title="facebook/react" alt="facebook/react" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 13">13</span> <a href="https://github.com/facebook/react" target="_blank" title="facebook/react">facebook/react</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript"> JavaScript </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>238.062k</span> </span> </div> <div class="details"> The library for web and native user interfaces. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/vuejs/vue" target="_blank"> <img src="https://avatars.githubusercontent.com/u/6128107?v=4&s=60" loading="lazy" title="vuejs/vue" alt="vuejs/vue" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 14">14</span> <a href="https://github.com/vuejs/vue" target="_blank" title="vuejs/vue">vuejs/vue</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript"> TypeScript </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>209.253k</span> </span> </div> <div class="details"> This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/TheAlgorithms/Python" target="_blank"> <img src="https://avatars.githubusercontent.com/u/20487725?v=4&s=60" loading="lazy" title="TheAlgorithms/Python" alt="TheAlgorithms/Python" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 15">15</span> <a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>203.977k</span> </span> </div> <div class="details"> All Algorithms implemented in Python </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/torvalds/linux" target="_blank"> <img src="https://avatars.githubusercontent.com/u/1024025?v=4&s=60" loading="lazy" title="torvalds/linux" alt="torvalds/linux" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 16">16</span> <a href="https://github.com/torvalds/linux" target="_blank" title="torvalds/linux">torvalds/linux</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C"> C </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>199.542k</span> </span> </div> <div class="details"> Linux kernel source tree </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank"> <img src="https://avatars.githubusercontent.com/u/3000285?v=4&s=60" loading="lazy" title="trekhleb/javascript-algorithms" alt="trekhleb/javascript-algorithms" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 17">17</span> <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript"> JavaScript </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>192.982k</span> </span> </div> <div class="details"> 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/tensorflow/tensorflow" target="_blank"> <img src="https://avatars.githubusercontent.com/u/15658638?v=4&s=60" loading="lazy" title="tensorflow/tensorflow" alt="tensorflow/tensorflow" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 18">18</span> <a href="https://github.com/tensorflow/tensorflow" target="_blank" title="tensorflow/tensorflow">tensorflow/tensorflow</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++"> C++ </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>191.154k</span> </span> </div> <div class="details"> An Open Source Machine Learning Framework for Everyone </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/ossu/computer-science" target="_blank"> <img src="https://avatars.githubusercontent.com/u/14957346?v=4&s=60" loading="lazy" title="ossu/computer-science" alt="ossu/computer-science" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 19">19</span> <a href="https://github.com/ossu/computer-science" target="_blank" title="ossu/computer-science">ossu/computer-science</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML"> HTML </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>190.26k</span> </span> </div> <div class="details"> 🎓 Path to a free self-taught education in Computer Science! </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/getify/You-Dont-Know-JS" target="_blank"> <img src="https://avatars.githubusercontent.com/u/150330?v=4&s=60" loading="lazy" title="getify/You-Dont-Know-JS" alt="getify/You-Dont-Know-JS" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 20">20</span> <a href="https://github.com/getify/You-Dont-Know-JS" target="_blank" title="getify/You-Dont-Know-JS">getify/You-Dont-Know-JS</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>182.927k</span> </span> </div> <div class="details"> A book series (2 published editions) on the JS language. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/trimstray/the-book-of-secret-knowledge" target="_blank"> <img src="https://avatars.githubusercontent.com/u/31127917?v=4&s=60" loading="lazy" title="trimstray/the-book-of-secret-knowledge" alt="trimstray/the-book-of-secret-knowledge" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 21">21</span> <a href="https://github.com/trimstray/the-book-of-secret-knowledge" target="_blank" title="trimstray/the-book-of-secret-knowledge">trimstray/the-book-of-secret-knowledge</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>182.003k</span> </span> </div> <div class="details"> A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/CyC2018/CS-Notes" target="_blank"> <img src="https://avatars.githubusercontent.com/u/36260787?v=4&s=60" loading="lazy" title="CyC2018/CS-Notes" alt="CyC2018/CS-Notes" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 22">22</span> <a href="https://github.com/CyC2018/CS-Notes" target="_blank" title="CyC2018/CS-Notes">CyC2018/CS-Notes</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>181.407k</span> </span> </div> <div class="details"> :books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计 </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/ohmyzsh/ohmyzsh" target="_blank"> <img src="https://avatars.githubusercontent.com/u/22552083?v=4&s=60" loading="lazy" title="ohmyzsh/ohmyzsh" alt="ohmyzsh/ohmyzsh" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 23">23</span> <a href="https://github.com/ohmyzsh/ohmyzsh" target="_blank" title="ohmyzsh/ohmyzsh">ohmyzsh/ohmyzsh</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell"> Shell </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>180.631k</span> </span> </div> <div class="details"> 🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/Significant-Gravitas/AutoGPT" target="_blank"> <img src="https://avatars.githubusercontent.com/u/130738209?v=4&s=60" loading="lazy" title="Significant-Gravitas/AutoGPT" alt="Significant-Gravitas/AutoGPT" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 24">24</span> <a href="https://github.com/Significant-Gravitas/AutoGPT" target="_blank" title="Significant-Gravitas/AutoGPT">Significant-Gravitas/AutoGPT</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>177.721k</span> </span> </div> <div class="details"> AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/microsoft/vscode" target="_blank"> <img src="https://avatars.githubusercontent.com/u/6154722?v=4&s=60" loading="lazy" title="microsoft/vscode" alt="microsoft/vscode" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 25">25</span> <a href="https://github.com/microsoft/vscode" target="_blank" title="microsoft/vscode">microsoft/vscode</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript"> TypeScript </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>175.676k</span> </span> </div> <div class="details"> Visual Studio Code </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/twbs/bootstrap" target="_blank"> <img src="https://avatars.githubusercontent.com/u/2918581?v=4&s=60" loading="lazy" title="twbs/bootstrap" alt="twbs/bootstrap" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 26">26</span> <a href="https://github.com/twbs/bootstrap" target="_blank" title="twbs/bootstrap">twbs/bootstrap</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/mdx" title="Programming Language MDX"> MDX </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>172.828k</span> </span> </div> <div class="details"> The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/flutter/flutter" target="_blank"> <img src="https://avatars.githubusercontent.com/u/14101776?v=4&s=60" loading="lazy" title="flutter/flutter" alt="flutter/flutter" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 27">27</span> <a href="https://github.com/flutter/flutter" target="_blank" title="flutter/flutter">flutter/flutter</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart"> Dart </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>171.816k</span> </span> </div> <div class="details"> Flutter makes it easy and fast to build beautiful apps for mobile and beyond </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/jackfrued/Python-100-Days" target="_blank"> <img src="https://avatars.githubusercontent.com/u/7474657?v=4&s=60" loading="lazy" title="jackfrued/Python-100-Days" alt="jackfrued/Python-100-Days" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 28">28</span> <a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/jupyter notebook" title="Programming Language Jupyter Notebook"> Jupyter Notebook </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>170.722k</span> </span> </div> <div class="details"> Python - 100天从新手到大师 </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/github/gitignore" target="_blank"> <img src="https://avatars.githubusercontent.com/u/9919?v=4&s=60" loading="lazy" title="github/gitignore" alt="github/gitignore" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 29">29</span> <a href="https://github.com/github/gitignore" target="_blank" title="github/gitignore">github/gitignore</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>168.61k</span> </span> </div> <div class="details"> A collection of useful .gitignore templates </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/jlevy/the-art-of-command-line" target="_blank"> <img src="https://avatars.githubusercontent.com/u/2058167?v=4&s=60" loading="lazy" title="jlevy/the-art-of-command-line" alt="jlevy/the-art-of-command-line" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 30">30</span> <a href="https://github.com/jlevy/the-art-of-command-line" target="_blank" title="jlevy/the-art-of-command-line">jlevy/the-art-of-command-line</a> </div> <div class="sub-title followers"> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>157.765k</span> </span> </div> <div class="details"> Master the command line, in one page </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui" target="_blank"> <img src="https://avatars.githubusercontent.com/u/20920490?v=4&s=60" loading="lazy" title="AUTOMATIC1111/stable-diffusion-webui" alt="AUTOMATIC1111/stable-diffusion-webui" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 31">31</span> <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui" target="_blank" title="AUTOMATIC1111/stable-diffusion-webui">AUTOMATIC1111/stable-diffusion-webui</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>155.502k</span> </span> </div> <div class="details"> Stable Diffusion web UI </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/Snailclimb/JavaGuide" target="_blank"> <img src="https://avatars.githubusercontent.com/u/29880145?v=4&s=60" loading="lazy" title="Snailclimb/JavaGuide" alt="Snailclimb/JavaGuide" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 32">32</span> <a href="https://github.com/Snailclimb/JavaGuide" target="_blank" title="Snailclimb/JavaGuide">Snailclimb/JavaGuide</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java"> Java </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>151.222k</span> </span> </div> <div class="details"> 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/ollama/ollama" target="_blank"> <img src="https://avatars.githubusercontent.com/u/151674099?v=4&s=60" loading="lazy" title="ollama/ollama" alt="ollama/ollama" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 33">33</span> <a href="https://github.com/ollama/ollama" target="_blank" title="ollama/ollama">ollama/ollama</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go"> Go </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>150.034k</span> </span> </div> <div class="details"> Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models. </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/avelino/awesome-go" target="_blank"> <img src="https://avatars.githubusercontent.com/u/31996?v=4&s=60" loading="lazy" title="avelino/awesome-go" alt="avelino/awesome-go" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 34">34</span> <a href="https://github.com/avelino/awesome-go" target="_blank" title="avelino/awesome-go">avelino/awesome-go</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go"> Go </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path> </svg> <span>149.74k</span> </span> </div> <div class="details"> A curated list of awesome Go frameworks, libraries and software </div> </div> </li> <li> <div class="avatar"> <a href="https://github.com/huggingface/transformers" target="_blank"> <img src="https://avatars.githubusercontent.com/u/25720743?v=4&s=60" loading="lazy" title="huggingface/transformers" alt="huggingface/transformers" /> </a> </div> <div class="info"> <div class="rank"> <span title="Ranking 35">35</span> <a href="https://github.com/huggingface/transformers" target="_blank" title="huggingface/transformers">huggingface/transformers</a> </div> <div class="sub-title followers"> <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python"> Python </a> <span class="star" title="Stargazers Count"> <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img"> <path fill-rule="evenodd"