@wcj/github-rank
Version:
Github Users Ranking for China.
1,495 lines (1,131 loc) • 1.42 MB
HTML
<!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 Users Global Ranking </title>
<meta name="description" content="GitHub Users Global 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(165,171,177,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; }
body { padding: 0 12px; }
main {
max-width: 1440px;
margin: 0 auto;
min-height: 100vh;
background-color: var(--bg-secondary);
border-radius: 12px;
border: 1px solid var(--color-neutral-muted);
}
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: 5rem 20px 10px 20px; font-size: 32px; text-align: center; }
.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 { text-align: center; }
.time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
.tabs { padding: 1rem 20px 3rem 20px; text-align: center;}
.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: 2rem 20px 6rem 20px; font-size: 12px; color: #adadad; text-align: center; }
.footer .time { padding: 0; text-align: center; }
.list { text-align: left; padding: 16px;}
.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 .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
</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>
.td-unknow{
color:#999;
}
.list li.death > div { opacity: 1; filter: grayscale(100%); }
.userlist {
font-size: 14px;
padding: 16px;
}
.userlist .select {
padding-bottom: 1rem;
display: inline-flex;
gap: 6px;
}
.userlist .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
.userlist thead {
position:sticky;
top: 0;
}
.userlist thead th {
background-color: var(--color-tab-fg);
text-align: left;
padding: 3px 8px;
line-height: 20px;
white-space: pre;
}
.userlist tbody tr:hover {
background-color: var(--color-neutral-muted);
}
.userlist tbody tr td img {
display: block;
background-color: var(--color-neutral-muted);
border-radius: 6px;
}
.userlist tbody tr td {
padding: 5px;
line-height: 14px;
}
.userlist tbody tr td:nth-child(2) span {
display: block;
color: var(--color-fg-subtle);
}
.userlist tbody tr td:first-child {
text-align: center;
font-weight: bold;
}
.userlist tbody tr td svg {
display: inline-flex;
top: 1px;
position: relative;
color: var(--color-accent-emphasis);
}
.userlist tbody tr td svg:hover {
color: var(--color-accent-emphasis);
animation: blink 0.5s infinite;
}
@keyframes blink {
0% { opacity: 1; }
25% { opacity: 0; }
50% { opacity: 1; }
75% { opacity: 0; }
100% { opacity: 1; }
}
@media only screen and (max-width: 988px) {
.userlist table :is(td:nth-child(3), td:nth-child(4), th:nth-child(3), th:nth-child(4)) {
display: none;
}
}
@media only screen and (max-width: 580px) {
.userlist table :is(td:nth-child(3), td:nth-child(4), td:nth-child(8), th:nth-child(3), th:nth-child(4), th:nth-child(8)) {
display: none;
}
}
@media only screen and (max-width: 430px) {
.userlist table :is(td:nth-child(3), td:nth-child(4), td:nth-child(6), td:nth-child(7), td:nth-child(8), th:nth-child(3), th:nth-child(4), th:nth-child(6), th:nth-child(7), th:nth-child(8)) {
display: none;
}
}
</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 Users Global Ranking
<a target="_blank" href="https://github.com/search?q=followers%3A%3E1000&type=Users">
<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 2026/1/22 by
<a href="https://github.com/search?q=followers%3A%3E1000&type=Users">Github API v3</a>.
Create by <a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">小弟调调™</a>.
</div>
<div class="tabs">
<a class="active" href="index.html">Users</a>
<a class="" href="repos.html">Repos</a>
<a class="" href="trending.html">Trending</a>
</div>
<main>
<div class="userlist">
<span class="select">
<a class="active" href="index.html"
>Global</a
>
<a class="" href="users.china.html"
>China</a
>
<a class="" href="org.html">Org</a>
</span>
<script>
document.addEventListener("DOMContentLoaded", function () {
// 初始变量
let currentSortColumn = 0; // 初始排序列
const ths = Array.from(document.querySelectorAll("table thead tr th"));
let ascendingOrder = true; // 初始排序顺序
// 事件监听器
const headers = document.querySelectorAll("th[data-sort]");
headers.forEach((header) => {
header.addEventListener("click", (e) => {
// 获取点击列的位置
currentSortColumn = ths.findIndex(
(item) => item.dataset.sort === e.target.dataset.sort
);
// 调用排序函数
sortTable();
});
});
// 排序函数
function sortTable() {
const rows = document.querySelectorAll("tbody tr");
const sortedRows = Array.from(rows).sort((rowA, rowB) => {
const valueA = parseInt(
rowA.querySelectorAll("td")[currentSortColumn].innerText
);
const valueB = parseInt(
rowB.querySelectorAll("td")[currentSortColumn].innerText
);
if (ascendingOrder) {
return valueA - valueB;
} else {
return valueB - valueA;
}
});
// 清空表格并重新添加排好序的行
const tbody = document.querySelector("tbody");
tbody.innerHTML = "";
sortedRows.forEach((row) => {
tbody.appendChild(row);
});
// 切换排序顺序
ascendingOrder = !ascendingOrder;
}
});
</script>
<style>
th[data-sort] {
cursor: pointer;
}
</style>
<table>
<thead>
<tr>
<th title="avatar">ava</th>
<th>login</th>
<th>location</th>
<th>company</th>
<th data-sort="followers">followers</th>
<th data-sort="following">following</th>
<th>repos</th>
<th>created at</th>
</tr>
</thead>
<tbody>
<tr title="">
<td>
<a href="https://github.com/torvalds" target="_blank">
<img src="https://avatars.githubusercontent.com/u/1024025?v=4&s=60" width="30" height="30" loading="lazy" title="Linus Torvalds" alt="Linus Torvalds" />
</a>
</td>
<td>
<div>
<b>1</b>
<a href="https://github.com/torvalds" target="_blank">Linus Torvalds</a>
</div>
<span>torvalds</span>
</td>
<td>Portland, OR</td>
<td>Linux Foundation</td>
<td>
<a href="https://github.com/torvalds?tab=followers" target="_blank">
279.531k
</a>
</td>
<td>
<a href="https://github.com/torvalds?tab=following" target="_blank">
0
</a>
</td>
<td>
<a href="https://github.com/torvalds?tab=repositories" target="_blank">
11
</a>
</td>
<td>
2011/9/3
</td>
</tr>
<tr title="I like to train Deep Neural Nets on large datasets.">
<td>
<a href="https://github.com/karpathy" target="_blank">
<img src="https://avatars.githubusercontent.com/u/241138?v=4&s=60" width="30" height="30" loading="lazy" title="Andrej" alt="Andrej" />
</a>
</td>
<td>
<div>
<b>2</b>
<a href="https://github.com/karpathy" target="_blank">Andrej</a>
<a target="_blank" href="https://twitter.com/karpathy">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>karpathy</span>
</td>
<td>Stanford</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/karpathy?tab=followers" target="_blank">
129.259k
</a>
</td>
<td>
<a href="https://github.com/karpathy?tab=following" target="_blank">
8
</a>
</td>
<td>
<a href="https://github.com/karpathy?tab=repositories" target="_blank">
61
</a>
</td>
<td>
2010/4/10
</td>
</tr>
<tr title="Nerd por natureza. Professor por vocação. Estou aqui para compartilhar conteúdos para iniciantes em Tecnologia.">
<td>
<a href="https://github.com/gustavoguanabara" target="_blank">
<img src="https://avatars.githubusercontent.com/u/8683378?v=4&s=60" width="30" height="30" loading="lazy" title="Gustavo Guanabara" alt="Gustavo Guanabara" />
</a>
</td>
<td>
<div>
<b>3</b>
<a href="https://github.com/gustavoguanabara" target="_blank">Gustavo Guanabara</a>
<a target="_blank" href="http://www.cursoemvideo.com">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>gustavoguanabara</span>
</td>
<td>Rio de Janeiro, Brazil</td>
<td>Curso em Vídeo</td>
<td>
<a href="https://github.com/gustavoguanabara?tab=followers" target="_blank">
108.431k
</a>
</td>
<td>
<a href="https://github.com/gustavoguanabara?tab=following" target="_blank">
3
</a>
</td>
<td>
<a href="https://github.com/gustavoguanabara?tab=repositories" target="_blank">
8
</a>
</td>
<td>
2014/9/7
</td>
</tr>
<tr title="Founder @voidzero-dev, author of @vuejs and @vitejs. Connoisseur of sushi.">
<td>
<a href="https://github.com/yyx990803" target="_blank">
<img src="https://avatars.githubusercontent.com/u/499550?v=4&s=60" width="30" height="30" loading="lazy" title="Evan You" alt="Evan You" />
</a>
</td>
<td>
<div>
<b>4</b>
<a href="https://github.com/yyx990803" target="_blank">Evan You</a>
<a target="_blank" href="https://twitter.com/youyuxi">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="http://evanyou.me">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>yyx990803</span>
</td>
<td>Singapore</td>
<td>VoidZero</td>
<td>
<a href="https://github.com/yyx990803?tab=followers" target="_blank">
106.519k
</a>
</td>
<td>
<a href="https://github.com/yyx990803?tab=following" target="_blank">
100
</a>
</td>
<td>
<a href="https://github.com/yyx990803?tab=repositories" target="_blank">
198
</a>
</td>
<td>
2010/11/28
</td>
</tr>
<tr title="">
<td>
<a href="https://github.com/gaearon" target="_blank">
<img src="https://avatars.githubusercontent.com/u/810438?v=4&s=60" width="30" height="30" loading="lazy" title="dan" alt="dan" />
</a>
</td>
<td>
<div>
<b>5</b>
<a href="https://github.com/gaearon" target="_blank">dan</a>
<a target="_blank" href="https://tangled.org/@danabra.mov">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>gaearon</span>
</td>
<td class="td-unknow">Unknow</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/gaearon?tab=followers" target="_blank">
90.301k
</a>
</td>
<td>
<a href="https://github.com/gaearon?tab=following" target="_blank">
174
</a>
</td>
<td>
<a href="https://github.com/gaearon?tab=repositories" target="_blank">
293
</a>
</td>
<td>
2011/5/25
</td>
</tr>
<tr title="野生钢铁侠本侠。">
<td>
<a href="https://github.com/peng-zhihui" target="_blank">
<img src="https://avatars.githubusercontent.com/u/12994887?v=4&s=60" width="30" height="30" loading="lazy" title="稚晖" alt="稚晖" />
</a>
</td>
<td>
<div>
<b>6</b>
<a href="https://github.com/peng-zhihui" target="_blank">稚晖</a>
</div>
<span>peng-zhihui</span>
</td>
<td>Shanghai</td>
<td>HUAWEI Research</td>
<td>
<a href="https://github.com/peng-zhihui?tab=followers" target="_blank">
85.981k
</a>
</td>
<td>
<a href="https://github.com/peng-zhihui?tab=following" target="_blank">
9
</a>
</td>
<td>
<a href="https://github.com/peng-zhihui?tab=repositories" target="_blank">
59
</a>
</td>
<td>
2015/6/22
</td>
</tr>
<tr title="">
<td>
<a href="https://github.com/ruanyf" target="_blank">
<img src="https://avatars.githubusercontent.com/u/905434?v=4&s=60" width="30" height="30" loading="lazy" title="Ruan YiFeng" alt="Ruan YiFeng" />
</a>
</td>
<td>
<div>
<b>7</b>
<a href="https://github.com/ruanyf" target="_blank">Ruan YiFeng</a>
<a target="_blank" href="https://twitter.com/ruanyf">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>ruanyf</span>
</td>
<td>Shanghai, China</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/ruanyf?tab=followers" target="_blank">
85.214k
</a>
</td>
<td>
<a href="https://github.com/ruanyf?tab=following" target="_blank">
0
</a>
</td>
<td>
<a href="https://github.com/ruanyf?tab=repositories" target="_blank">
74
</a>
</td>
<td>
2011/7/10
</td>
</tr>
<tr title="Full-Time Open-Sourcerer. Focused on Swift & JavaScript. Makes macOS apps, CLI tools, npm packages.">
<td>
<a href="https://github.com/sindresorhus" target="_blank">
<img src="https://avatars.githubusercontent.com/u/170270?v=4&s=60" width="30" height="30" loading="lazy" title="Sindre Sorhus" alt="Sindre Sorhus" />
</a>
</td>
<td>
<div>
<b>8</b>
<a href="https://github.com/sindresorhus" target="_blank">Sindre Sorhus</a>
<a target="_blank" href="https://twitter.com/sindresorhus">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="https://sindresorhus.com/apps">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>sindresorhus</span>
</td>
<td class="td-unknow">Unknow</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/sindresorhus?tab=followers" target="_blank">
76.97k
</a>
</td>
<td>
<a href="https://github.com/sindresorhus?tab=following" target="_blank">
31
</a>
</td>
<td>
<a href="https://github.com/sindresorhus?tab=repositories" target="_blank">
1131
</a>
</td>
<td>
2009/12/20
</td>
</tr>
<tr title="Full stack web developer and online instructor, specializiing in mostly JS, but also write Python, PHP and some other stuff.">
<td>
<a href="https://github.com/bradtraversy" target="_blank">
<img src="https://avatars.githubusercontent.com/u/5550850?v=4&s=60" width="30" height="30" loading="lazy" title="Brad Traversy" alt="Brad Traversy" />
</a>
</td>
<td>
<div>
<b>9</b>
<a href="https://github.com/bradtraversy" target="_blank">Brad Traversy</a>
<a target="_blank" href="https://twitter.com/traversymedia">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="https://traversymedia.com">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>bradtraversy</span>
</td>
<td>Massachusetts</td>
<td>Traversy Media</td>
<td>
<a href="https://github.com/bradtraversy?tab=followers" target="_blank">
75.457k
</a>
</td>
<td>
<a href="https://github.com/bradtraversy?tab=following" target="_blank">
9
</a>
</td>
<td>
<a href="https://github.com/bradtraversy?tab=repositories" target="_blank">
310
</a>
</td>
<td>
2013/9/26
</td>
</tr>
<tr title="">
<td>
<a href="https://github.com/JakeWharton" target="_blank">
<img src="https://avatars.githubusercontent.com/u/66577?v=4&s=60" width="30" height="30" loading="lazy" title="Jake Wharton" alt="Jake Wharton" />
</a>
</td>
<td>
<div>
<b>10</b>
<a href="https://github.com/JakeWharton" target="_blank">Jake Wharton</a>
<a target="_blank" href="https://jakewharton.com">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>JakeWharton</span>
</td>
<td>Pittsburgh, PA, USA</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/JakeWharton?tab=followers" target="_blank">
68.118k
</a>
</td>
<td>
<a href="https://github.com/JakeWharton?tab=following" target="_blank">
9
</a>
</td>
<td>
<a href="https://github.com/JakeWharton?tab=repositories" target="_blank">
149
</a>
</td>
<td>
2009/3/24
</td>
</tr>
<tr title="Desenvolvedora de software e criadora de conteúdo de programação e tecnologia!
">
<td>
<a href="https://github.com/rafaballerini" target="_blank">
<img src="https://avatars.githubusercontent.com/u/54322854?v=4&s=60" width="30" height="30" loading="lazy" title="Rafaella Ballerini" alt="Rafaella Ballerini" />
</a>
</td>
<td>
<div>
<b>11</b>
<a href="https://github.com/rafaballerini" target="_blank">Rafaella Ballerini</a>
<a target="_blank" href="https://beacons.ai/rafaballerini">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>rafaballerini</span>
</td>
<td>Santa Catarina, Brasil</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/rafaballerini?tab=followers" target="_blank">
58.854k
</a>
</td>
<td>
<a href="https://github.com/rafaballerini?tab=following" target="_blank">
30
</a>
</td>
<td>
<a href="https://github.com/rafaballerini?tab=repositories" target="_blank">
59
</a>
</td>
<td>
2019/8/20
</td>
</tr>
<tr title="Working with Attention. It's all we need">
<td>
<a href="https://github.com/lucidrains" target="_blank">
<img src="https://avatars.githubusercontent.com/u/108653?v=4&s=60" width="30" height="30" loading="lazy" title="Phil Wang" alt="Phil Wang" />
</a>
</td>
<td>
<div>
<b>12</b>
<a href="https://github.com/lucidrains" target="_blank">Phil Wang</a>
<a target="_blank" href="https://lucidrains.github.io">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>lucidrains</span>
</td>
<td>San Francisco</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/lucidrains?tab=followers" target="_blank">
58.658k
</a>
</td>
<td>
<a href="https://github.com/lucidrains?tab=following" target="_blank">
4
</a>
</td>
<td>
<a href="https://github.com/lucidrains?tab=repositories" target="_blank">
374
</a>
</td>
<td>
2009/7/25
</td>
</tr>
<tr title="I make coding videos on youtube and for courses. My youtube channel explains my work more. Check that out">
<td>
<a href="https://github.com/hiteshchoudhary" target="_blank">
<img src="https://avatars.githubusercontent.com/u/11613311?v=4&s=60" width="30" height="30" loading="lazy" title="Hitesh Choudhary" alt="Hitesh Choudhary" />
</a>
</td>
<td>
<div>
<b>13</b>
<a href="https://github.com/hiteshchoudhary" target="_blank">Hitesh Choudhary</a>
<a target="_blank" href="https://twitter.com/hiteshdotcom">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="https://hitesh.ai">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>hiteshchoudhary</span>
</td>
<td>India</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/hiteshchoudhary?tab=followers" target="_blank">
54.086k
</a>
</td>
<td>
<a href="https://github.com/hiteshchoudhary?tab=following" target="_blank">
0
</a>
</td>
<td>
<a href="https://github.com/hiteshchoudhary?tab=repositories" target="_blank">
117
</a>
</td>
<td>
2015/3/23
</td>
</tr>
<tr title="">
<td>
<a href="https://github.com/tj" target="_blank">
<img src="https://avatars.githubusercontent.com/u/25254?v=4&s=60" width="30" height="30" loading="lazy" title="TJ" alt="TJ" />
</a>
</td>
<td>
<div>
<b>14</b>
<a href="https://github.com/tj" target="_blank">TJ</a>
</div>
<span>tj</span>
</td>
<td class="td-unknow">Unknow</td>
<td>Apex</td>
<td>
<a href="https://github.com/tj?tab=followers" target="_blank">
51.5k
</a>
</td>
<td>
<a href="https://github.com/tj?tab=following" target="_blank">
45
</a>
</td>
<td>
<a href="https://github.com/tj?tab=repositories" target="_blank">
296
</a>
</td>
<td>
2008/9/18
</td>
</tr>
<tr title="🗽 Be greedy when others are fearful and be fearful when others are greedy ☕️ Full-Stack 🖥💻📱⌚️ Finance, Crypto ⛓ (Blockchain, Smart contracts etc.)">
<td>
<a href="https://github.com/IDouble" target="_blank">
<img src="https://avatars.githubusercontent.com/u/18186995?v=4&s=60" width="30" height="30" loading="lazy" title="Alp ₿📈🚀🌕" alt="Alp ₿📈🚀🌕" />
</a>
</td>
<td>
<div>
<b>15</b>
<a href="https://github.com/IDouble" target="_blank">Alp ₿📈🚀🌕</a>
<a target="_blank" href="https://twitter.com/AYIDouble">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="https://exchange.kuma.bid/r/IDouble">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>IDouble</span>
</td>
<td>Zurich, Switzerland</td>
<td>IDEX/USD</td>
<td>
<a href="https://github.com/IDouble?tab=followers" target="_blank">
49.182k
</a>
</td>
<td>
<a href="https://github.com/IDouble?tab=following" target="_blank">
498167
</a>
</td>
<td>
<a href="https://github.com/IDouble?tab=repositories" target="_blank">
61
</a>
</td>
<td>
2016/3/31
</td>
</tr>
<tr title="">
<td>
<a href="https://github.com/ThePrimeagen" target="_blank">
<img src="https://avatars.githubusercontent.com/u/4458174?v=4&s=60" width="30" height="30" loading="lazy" title="ThePrimeagen" alt="ThePrimeagen" />
</a>
</td>
<td>
<div>
<b>16</b>
<a href="https://github.com/ThePrimeagen" target="_blank">ThePrimeagen</a>
<a target="_blank" href="https://twitter.com/ThePrimeagen">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="http://twitch.tv/ThePrimeagen">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>ThePrimeagen</span>
</td>
<td>9th Ring, Vim</td>
<td>CEO Of TheStartup</td>
<td>
<a href="https://github.com/ThePrimeagen?tab=followers" target="_blank">
46.308k
</a>
</td>
<td>
<a href="https://github.com/ThePrimeagen?tab=following" target="_blank">
5
</a>
</td>
<td>
<a href="https://github.com/ThePrimeagen?tab=repositories" target="_blank">
231
</a>
</td>
<td>
2013/5/17
</td>
</tr>
<tr title="We will commoditize the petaflop.">
<td>
<a href="https://github.com/geohot" target="_blank">
<img src="https://avatars.githubusercontent.com/u/72895?v=4&s=60" width="30" height="30" loading="lazy" title="George Hotz" alt="George Hotz" />
</a>
</td>
<td>
<div>
<b>17</b>
<a href="https://github.com/geohot" target="_blank">George Hotz</a>
<a target="_blank" href="https://geohot.com">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>geohot</span>
</td>
<td>San Diego, CA</td>
<td>@commaai @tinygrad </td>
<td>
<a href="https://github.com/geohot?tab=followers" target="_blank">
45.856k
</a>
</td>
<td>
<a href="https://github.com/geohot?tab=following" target="_blank">
0
</a>
</td>
<td>
<a href="https://github.com/geohot?tab=repositories" target="_blank">
101
</a>
</td>
<td>
2009/4/12
</td>
</tr>
<tr title="Kyle Simpson is a Human-Centric Technologist. He's fighting for the people behind the pixels.">
<td>
<a href="https://github.com/getify" target="_blank">
<img src="https://avatars.githubusercontent.com/u/150330?v=4&s=60" width="30" height="30" loading="lazy" title="Kyle Simpson" alt="Kyle Simpson" />
</a>
</td>
<td>
<div>
<b>18</b>
<a href="https://github.com/getify" target="_blank">Kyle Simpson</a>
<a target="_blank" href="http://getify.me">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>getify</span>
</td>
<td>Austin, TX</td>
<td>Getify Solutions</td>
<td>
<a href="https://github.com/getify?tab=followers" target="_blank">
45.008k
</a>
</td>
<td>
<a href="https://github.com/getify?tab=following" target="_blank">
3
</a>
</td>
<td>
<a href="https://github.com/getify?tab=repositories" target="_blank">
75
</a>
</td>
<td>
2009/11/8
</td>
</tr>
<tr title="Engineering Lead at Google working on Chrome & Web Platform">
<td>
<a href="https://github.com/addyosmani" target="_blank">
<img src="https://avatars.githubusercontent.com/u/110953?v=4&s=60" width="30" height="30" loading="lazy" title="Addy Osmani" alt="Addy Osmani" />
</a>
</td>
<td>
<div>
<b>19</b>
<a href="https://github.com/addyosmani" target="_blank">Addy Osmani</a>
<a target="_blank" href="https://twitter.com/addyosmani">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="https://www.addyosmani.com">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>addyosmani</span>
</td>
<td>Mountain View, California</td>
<td>Google</td>
<td>
<a href="https://github.com/addyosmani?tab=followers" target="_blank">
44.939k
</a>
</td>
<td>
<a href="https://github.com/addyosmani?tab=following" target="_blank">
265
</a>
</td>
<td>
<a href="https://github.com/addyosmani?tab=repositories" target="_blank">
348
</a>
</td>
<td>
2009/8/1
</td>
</tr>
<tr title="Data Scientist with ML and Deep Learning experience">
<td>
<a href="https://github.com/krishnaik06" target="_blank">
<img src="https://avatars.githubusercontent.com/u/20041231?v=4&s=60" width="30" height="30" loading="lazy" title="Krish C Naik" alt="Krish C Naik" />
</a>
</td>
<td>
<div>
<b>20</b>
<a href="https://github.com/krishnaik06" target="_blank">Krish C Naik</a>
<a target="_blank" href="https://www.youtube.com/user/krishnaik06">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>krishnaik06</span>
</td>
<td>Bangalore</td>
<td>Panasonic IIC</td>
<td>
<a href="https://github.com/krishnaik06?tab=followers" target="_blank">
40.081k
</a>
</td>
<td>
<a href="https://github.com/krishnaik06?tab=following" target="_blank">
0
</a>
</td>
<td>
<a href="https://github.com/krishnaik06?tab=repositories" target="_blank">
345
</a>
</td>
<td>
2016/6/20
</td>
</tr>
<tr title="I love building things 🧑💻">
<td>
<a href="https://github.com/kamranahmedse" target="_blank">
<img src="https://avatars.githubusercontent.com/u/4921183?v=4&s=60" width="30" height="30" loading="lazy" title="Kamran Ahmed" alt="Kamran Ahmed" />
</a>
</td>
<td>
<div>
<b>21</b>
<a href="https://github.com/kamranahmedse" target="_blank">Kamran Ahmed</a>
<a target="_blank" href="https://twitter.com/kamrify">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16">
<path fill="currentColor" d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a>
<a target="_blank" href="https://kamranahmed.info">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 20 20"><path fill="currentColor" d="M10 20a10 10 0 1 1 0-20a10 10 0 0 1 0 20m7.75-8a8.01 8.01 0 0 0 0-4h-3.82a28.81 28.81 0 0 1 0 4zm-.82 2h-3.22a14.44 14.44 0 0 1-.95 3.51A8.03 8.03 0 0 0 16.93 14m-8.85-2h3.84a24.61 24.61 0 0 0 0-4H8.08a24.61 24.61 0 0 0 0 4m.25 2c.41 2.4 1.13 4 1.67 4s1.26-1.6 1.67-4zm-6.08-2h3.82a28.81 28.81 0 0 1 0-4H2.25a8.01 8.01 0 0 0 0 4m.82 2a8.03 8.03 0 0 0 4.17 3.51c-.42-.96-.74-2.16-.95-3.51zm13.86-8a8.03 8.03 0 0 0-4.17-3.51c.42.96.74 2.16.95 3.51zm-8.6 0h3.34c-.41-2.4-1.13-4-1.67-4S8.74 3.6 8.33 6M3.07 6h3.22c.2-1.35.53-2.55.95-3.51A8.03 8.03 0 0 0 3.07 6"/></svg>
</a>
</div>
<span>kamranahmedse</span>
</td>
<td>United Kingdom</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/kamranahmedse?tab=followers" target="_blank">
39.135k
</a>
</td>
<td>
<a href="https://github.com/kamranahmedse?tab=following" target="_blank">
198
</a>
</td>
<td>
<a href="https://github.com/kamranahmedse?tab=repositories" target="_blank">
110
</a>
</td>
<td>
2013/7/2
</td>
</tr>
<tr title="">
<td>
<a href="https://github.com/CodeWithHarry" target="_blank">
<img src="https://avatars.githubusercontent.com/u/48705673?v=4&s=60" width="30" height="30" loading="lazy" title="CodeWithHarry" alt="CodeWithHarry" />
</a>
</td>
<td>
<div>
<b>22</b>
<a href="https://github.com/CodeWithHarry" target="_blank">CodeWithHarry</a>
</div>
<span>CodeWithHarry</span>
</td>
<td class="td-unknow">Unknow</td>
<td class="td-unknow">Unknow</td>
<td>
<a href="https://github.com/CodeWithHarry?tab=followers" target="_blank">
39.114k
</a>
</td>
<td>
<a href="https://github.com/CodeWithHarry?tab=following" target="_blank">
0
</a>
</td>
<td>
<a href="https://github.com/CodeWithHarry?tab=repositories" target="_blank">
40
</a>
</td>
<td>
2019/3/19
</td>
</tr>
<tr title="Quer se sentir competente em programação? Confere isso: https://curso.dev">
<td>
<a href="https://github.com/filipedeschamps" target="_blank">
<img src="https://avatars.githubusercontent.com/u/4248081?v=4&s=60" width="30" height="30" loading="lazy" title="Filipe Deschamps" alt="Filip