UNPKG

@wcj/github-rank

Version:
1,490 lines (1,124 loc) 1.53 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 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(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 .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: 10px 20px 5px 20px; } .userlist .select { padding-left: 6px; padding-bottom: 5px; display: block; } .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: 768px) { .userlist table :is(td:nth-child(3), td:nth-child(4), th:nth-child(3), th:nth-child(4)) { 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&amp;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 2024/8/2 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> <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"> 212.728k </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"> 7 </a> </td> <td> 2011/9/3 </td> </tr> <tr title="Husband, father of two, independent OSS dev. @vuejs, @vitejs, @rolldown, and more. 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>2</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 class="td-unknow">Unknow</td> <td> <a href="https://github.com/yyx990803?tab=followers" target="_blank"> 100.536k </a> </td> <td> <a href="https://github.com/yyx990803?tab=following" target="_blank"> 95 </a> </td> <td> <a href="https://github.com/yyx990803?tab=repositories" target="_blank"> 194 </a> </td> <td> 2010/11/28 </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"> 87.961k </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"> 6 </a> </td> <td> 2014/9/7 </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>4</b> <a href="https://github.com/gaearon" target="_blank">dan</a> </div> <span>gaearon</span> </td> <td class="td-unknow">Unknow</td> <td>@bluesky-social </td> <td> <a href="https://github.com/gaearon?tab=followers" target="_blank"> 87.319k </a> </td> <td> <a href="https://github.com/gaearon?tab=following" target="_blank"> 173 </a> </td> <td> <a href="https://github.com/gaearon?tab=repositories" target="_blank"> 270 </a> </td> <td> 2011/5/25 </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>5</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"> 86.094k </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"> 56 </a> </td> <td> 2010/4/10 </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"> 79.315k </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"> 55 </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"> 78.727k </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"> 72 </a> </td> <td> 2011/7/10 </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>8</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="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"> 71.337k </a> </td> <td> <a href="https://github.com/bradtraversy?tab=following" target="_blank"> 6 </a> </td> <td> <a href="https://github.com/bradtraversy?tab=repositories" target="_blank"> 285 </a> </td> <td> 2013/9/26 </td> </tr> <tr title="Full-Time Open-Sourcerer. Focused on Swift &amp; 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>9</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"> 68.045k </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"> 1101 </a> </td> <td> 2009/12/20 </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="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>@cashapp / @square</td> <td> <a href="https://github.com/JakeWharton?tab=followers" target="_blank"> 67.441k </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"> 140 </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"> 52.261k </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"> 50 </a> </td> <td> 2019/8/20 </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 Holowaychuk" alt="TJ Holowaychuk" /> </a> </td> <td> <div> <b>12</b> <a href="https://github.com/tj" target="_blank">TJ Holowaychuk</a> <a target="_blank" href="https://twitter.com/tjholowaychuk"> <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://apex.sh"> <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>tj</span> </td> <td>London, UK</td> <td>Apex</td> <td> <a href="https://github.com/tj?tab=followers" target="_blank"> 50.668k </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="Kyle Simpson is a Human-Centric Technologist. He&#39;s fighting for the people behind the pixels. Co-founder at https://vella.ai"> <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>13</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"> 43.558k </a> </td> <td> <a href="https://github.com/getify?tab=following" target="_blank"> 1 </a> </td> <td> <a href="https://github.com/getify?tab=repositories" target="_blank"> 68 </a> </td> <td> 2009/11/8 </td> </tr> <tr title="Engineering Manager at Google working on Chrome &amp; 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>14</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"> 42.78k </a> </td> <td> <a href="https://github.com/addyosmani?tab=following" target="_blank"> 264 </a> </td> <td> <a href="https://github.com/addyosmani?tab=repositories" target="_blank"> 321 </a> </td> <td> 2009/8/1 </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>15</b> <a href="https://github.com/geohot" target="_blank">George Hotz</a> <a target="_blank" href="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"> 42.745k </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"> 87 </a> </td> <td> 2009/4/12 </td> </tr> <tr title="Crypto developer."> <td> <a href="https://github.com/michaelliao" target="_blank"> <img src="https://avatars.githubusercontent.com/u/470058?v=4&s=60" width="30" height="30" loading="lazy" title="Crypto Michael" alt="Crypto Michael" /> </a> </td> <td> <div> <b>16</b> <a href="https://github.com/michaelliao" target="_blank">Crypto Michael</a> <a target="_blank" href="https://twitter.com/liaoxuefeng"> <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.liaoxuefeng.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>michaelliao</span> </td> <td>Beijing, China</td> <td class="td-unknow">Unknow</td> <td> <a href="https://github.com/michaelliao?tab=followers" target="_blank"> 37.034k </a> </td> <td> <a href="https://github.com/michaelliao?tab=following" target="_blank"> 3 </a> </td> <td> <a href="https://github.com/michaelliao?tab=repositories" target="_blank"> 99 </a> </td> <td> 2010/11/6 </td> </tr> <tr title="subscribe to my youtube channel! www.youtube.com/c/sirajraval "> <td> <a href="https://github.com/llSourcell" target="_blank"> <img src="https://avatars.githubusercontent.com/u/1279609?v=4&s=60" width="30" height="30" loading="lazy" title="Siraj Raval" alt="Siraj Raval" /> </a> </td> <td> <div> <b>17</b> <a href="https://github.com/llSourcell" target="_blank">Siraj Raval</a> <a target="_blank" href="www.youtube.com/c/sirajraval"> <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>llSourcell</span> </td> <td>San Francisco, CA</td> <td class="td-unknow">Unknow</td> <td> <a href="https://github.com/llSourcell?tab=followers" target="_blank"> 36.847k </a> </td> <td> <a href="https://github.com/llSourcell?tab=following" target="_blank"> 4 </a> </td> <td> <a href="https://github.com/llSourcell?tab=repositories" target="_blank"> 463 </a> </td> <td> 2011/12/22 </td> </tr> <tr title="Working with Attention. It&#39;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>18</b> <a href="https://github.com/lucidrains" target="_blank">Phil Wang</a> <a target="_blank" href="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"> 34.344k </a> </td> <td> <a href="https://github.com/lucidrains?tab=following" target="_blank"> 0 </a> </td> <td> <a href="https://github.com/lucidrains?tab=repositories" target="_blank"> 296 </a> </td> <td> 2009/7/25 </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>19</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"> 33.366k </a> </td> <td> <a href="https://github.com/kamranahmedse?tab=following" target="_blank"> 162 </a> </td> <td> <a href="https://github.com/kamranahmedse?tab=repositories" target="_blank"> 99 </a> </td> <td> 2013/7/2 </td> </tr> <tr title="I create courses that make learning things like JavaScript easy and fun 🔥"> <td> <a href="https://github.com/wesbos" target="_blank"> <img src="https://avatars.githubusercontent.com/u/176013?v=4&s=60" width="30" height="30" loading="lazy" title="Wes Bos" alt="Wes Bos" /> </a> </td> <td> <div> <b>20</b> <a href="https://github.com/wesbos" target="_blank">Wes Bos</a> <a target="_blank" href="www.wesbos.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>wesbos</span> </td> <td>Hamilton, Ontario</td> <td>me</td> <td> <a href="https://github.com/wesbos?tab=followers" target="_blank"> 33.076k </a> </td> <td> <a href="https://github.com/wesbos?tab=following" target="_blank"> 31 </a> </td> <td> <a href="https://github.com/wesbos?tab=repositories" target="_blank"> 368 </a> </td> <td> 2010/1/4 </td> </tr> <tr title="Improving the world with quality software · Husband, Father, Latter-day Saint, Teacher, OSS · @remix-run · TestingJavaScript.com · EpicReact.Dev · Be Kind"> <td> <a href="https://github.com/kentcdodds" target="_blank"> <img src="https://avatars.githubusercontent.com/u/1500684?v=4&s=60" width="30" height="30" loading="lazy" title="Kent C. Dodds" alt="Kent C. Dodds" /> </a> </td> <td> <div> <b>21</b> <a href="https://github.com/kentcdodds" target="_blank">Kent C. Dodds</a> <a target="_blank" href="https://twitter.com/kentcdodds"> <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://kentcdodds.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>kentcdodds</span> </td> <td>Salt Lake City, Utah, USA</td> <td>@epicweb-dev </td> <td> <a href="https://github.com/kentcdodds?tab=followers" target="_blank"> 32.865k </a> </td> <td> <a href="https://github.com/kentcdodds?tab=following" target="_blank"> 43 </a> </td> <td> <a href="https://github.com/kentcdodds?tab=repositories" target="_blank"> 710 </a> </td> <td> 2012/3/4 </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="Filipe Deschamps" /> </a> </td> <td> <div> <b>22</b> <a href="https://github.com/filipedeschamps" target="_blank">Filipe Deschamps</a> <a target="_blank" href="https://curso.dev"> <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>filipedeschamps</span> </td> <td>Brasil</td> <td class="td-unknow">Unknow</td> <td> <a href="https://github.com/filipedeschamps?tab=followers" target="_blank"> 32.794k </a> </td> <td> <a href="https://github.com/filipedeschamps?tab=following" target="_blank"> 2894 </a> </td> <td> <a href="https://github.com/filipedeschamps?tab=repositories" target="_blank"> 19 </a> </td> <td> 2013/4/24 </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>23</b> <a href="https://gith