mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-03-17 14:02:02 +00:00
Compare commits
53 Commits
f5eaa22f44
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
338a5ff0c9 | ||
|
|
67f0b44205 | ||
|
|
2315f4d7a4 | ||
|
|
15de8d3db7 | ||
|
|
a3688cfa06 | ||
|
|
87514f0011 | ||
|
|
59e1977ffe | ||
|
|
a63150d2e1 | ||
|
|
fb4a5b19f1 | ||
|
|
80ec1d3211 | ||
|
|
68c146b692 | ||
|
|
dba7317f7f | ||
| 718fc45dca | |||
|
|
6b8b86ee6a | ||
|
|
6e6b9cf6a4 | ||
|
|
ff7582d5c7 | ||
|
|
f6fd8927a3 | ||
|
|
a7b217b172 | ||
|
|
d1f0794638 | ||
|
|
a56253e23a | ||
|
|
34f93cbd3f | ||
|
|
078cbebb9b | ||
|
|
7be8e52478 | ||
|
|
476cf227e1 | ||
|
|
443f513287 | ||
|
|
b45f24bd13 | ||
|
|
96dc89c270 | ||
|
|
e30f1d262d | ||
|
|
c109880a44 | ||
|
|
7c4bd88500 | ||
|
|
c5703837c0 | ||
|
|
01d4b42cee | ||
|
|
17dda32d13 | ||
|
|
c525932846 | ||
|
|
a529e6062f | ||
|
|
9f0d34e072 | ||
|
|
1ae07fc197 | ||
|
|
269a587a59 | ||
|
|
0bb6530a96 | ||
|
|
2101c63df4 | ||
|
|
84dae5c6ea | ||
|
|
2beb4319bf | ||
|
|
c687b21643 | ||
|
|
d9de06e529 | ||
|
|
edb97c51a1 | ||
|
|
481f490ccf | ||
|
|
37087147ac | ||
|
|
59f43d72cf | ||
|
|
b448c9de96 | ||
|
|
67cd405a71 | ||
|
|
e304365ded | ||
|
|
28bf14f2cc | ||
|
|
ebaac80d6f |
74
.github/workflows/codeql-analysis.yml
vendored
74
.github/workflows/codeql-analysis.yml
vendored
@@ -1,74 +0,0 @@
|
||||
# For most projects, this workflow file will not need changing; you simply need
|
||||
# to commit it to your repository.
|
||||
#
|
||||
# You may wish to alter this file to override the set of languages analyzed,
|
||||
# or to provide custom queries or build logic.
|
||||
#
|
||||
# ******** NOTE ********
|
||||
# We have attempted to detect the languages in your repository. Please check
|
||||
# the `language` matrix defined below to confirm you have the correct set of
|
||||
# supported CodeQL languages.
|
||||
#
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
schedule:
|
||||
- cron: '20 19 * * 0'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'python' ]
|
||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
|
||||
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
|
||||
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
|
||||
# queries: security-extended,security-and-quality
|
||||
|
||||
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||
|
||||
# If the Autobuild fails above, remove it and uncomment the following three lines.
|
||||
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
|
||||
|
||||
# - run: |
|
||||
# echo "Run, Build Application using script"
|
||||
# ./location_of_script_within_repo/buildscript.sh
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
34
.github/workflows/codeql.yml
vendored
Normal file
34
.github/workflows/codeql.yml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
schedule:
|
||||
- cron: "30 1 * * 0"
|
||||
merge_group:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
packages: read
|
||||
security-events: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: ["actions", "python"]
|
||||
steps:
|
||||
- name: CodeQL Analysis
|
||||
uses: ivuorinen/actions/codeql-analysis@97105fc2a909360678588cb50caf0be5144be486 # v2026.03.06
|
||||
with:
|
||||
language: ${{ matrix.language }}
|
||||
queries: security-and-quality
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
python-version: '3.14'
|
||||
architecture: 'x64'
|
||||
|
||||
# Cache dependencies. From:
|
||||
|
||||
@@ -132,7 +132,7 @@ div.ellipsis {
|
||||
|
||||
<div>
|
||||
<span class="progress">
|
||||
<span style="background-color: #4F5D95;width: 41.271%;" class="progress-item"></span><span style="background-color: #e34c26;width: 19.054%;" class="progress-item"></span><span style="background-color: #f1e05a;width: 14.538%;" class="progress-item"></span><span style="background-color: #178600;width: 8.361%;" class="progress-item"></span><span style="background-color: #00ADD8;width: 3.399%;" class="progress-item"></span><span style="background-color: #3572A5;width: 3.265%;" class="progress-item"></span><span style="background-color: #663399;width: 3.245%;" class="progress-item"></span><span style="background-color: #3178c6;width: 1.909%;" class="progress-item"></span><span style="background-color: #89e051;width: 1.021%;" class="progress-item"></span><span style="background-color: #f7523f;width: 0.896%;" class="progress-item"></span><span style="background-color: #000080;width: 0.693%;" class="progress-item"></span><span style="background-color: #9400ff;width: 0.675%;" class="progress-item"></span><span style="background-color: #c6538c;width: 0.661%;" class="progress-item"></span><span style="background-color: #41b883;width: 0.201%;" class="progress-item"></span><span style="background-color: #1d365d;width: 0.198%;" class="progress-item"></span><span style="background-color: #199f4b;width: 0.109%;" class="progress-item"></span><span style="background-color: #701516;width: 0.106%;" class="progress-item"></span><span style="background-color: #427819;width: 0.076%;" class="progress-item"></span><span style="background-color: #0298c3;width: 0.059%;" class="progress-item"></span><span style="background-color: #6a40fd;width: 0.049%;" class="progress-item"></span><span style="background-color: #384d54;width: 0.044%;" class="progress-item"></span><span style="background-color: #ecdebe;width: 0.033%;" class="progress-item"></span><span style="background-color: #ed2cd6;width: 0.024%;" class="progress-item"></span><span style="background-color: #083fa1;width: 0.019%;" class="progress-item"></span><span style="background-color: #945db7;width: 0.016%;" class="progress-item"></span><span style="background-color: #EB8CEB;width: 0.016%;" class="progress-item"></span><span style="background-color: #878787;width: 0.014%;" class="progress-item"></span><span style="background-color: #292929;width: 0.013%;" class="progress-item"></span><span style="background-color: #999999;width: 0.010%;" class="progress-item"></span><span style="background-color: #8ea64c;width: 0.004%;" class="progress-item"></span><span style="background-color: #e38c00;width: 0.004%;" class="progress-item"></span><span style="background-color: #d12127;width: 0.003%;" class="progress-item"></span><span style="background-color: #012456;width: 0.003%;" class="progress-item"></span><span style="background-color: #000000;width: 0.002%;" class="progress-item"></span><span style="background-color: #cb171e;width: 0.002%;" class="progress-item"></span><span style="background-color: #384d54;width: 0.002%;" class="progress-item"></span><span style="background-color: #15dcdc;width: 0.002%;" class="progress-item"></span><span style="background-color: #00ADD8;width: 0.001%;" class="progress-item"></span><span style="background-color: #a9188d;width: 0.001%;" class="progress-item"></span><span style="background-color: #101F1F;width: 0.000%;" class="progress-item"></span><span style="background-color: #a53b70;width: 0.000%;" class="progress-item"></span><span style="background-color: #3d8137;width: 0.000%;" class="progress-item"></span><span style="background-color: #a52a22;width: 0.000%;" class="progress-item"></span>
|
||||
<span style="background-color: #4F5D95;width: 34.159%;" class="progress-item"></span><span style="background-color: #e34c26;width: 25.160%;" class="progress-item"></span><span style="background-color: #f1e05a;width: 12.014%;" class="progress-item"></span><span style="background-color: #555555;width: 8.132%;" class="progress-item"></span><span style="background-color: #178600;width: 6.906%;" class="progress-item"></span><span style="background-color: #00ADD8;width: 2.915%;" class="progress-item"></span><span style="background-color: #3572A5;width: 2.743%;" class="progress-item"></span><span style="background-color: #663399;width: 2.680%;" class="progress-item"></span><span style="background-color: #3178c6;width: 1.577%;" class="progress-item"></span><span style="background-color: #89e051;width: 0.890%;" class="progress-item"></span><span style="background-color: #f7523f;width: 0.740%;" class="progress-item"></span><span style="background-color: #9400ff;width: 0.558%;" class="progress-item"></span><span style="background-color: #c6538c;width: 0.546%;" class="progress-item"></span><span style="background-color: #41b883;width: 0.166%;" class="progress-item"></span><span style="background-color: #1d365d;width: 0.164%;" class="progress-item"></span><span style="background-color: #000080;width: 0.133%;" class="progress-item"></span><span style="background-color: #199f4b;width: 0.090%;" class="progress-item"></span><span style="background-color: #701516;width: 0.088%;" class="progress-item"></span><span style="background-color: #427819;width: 0.063%;" class="progress-item"></span><span style="background-color: #0298c3;width: 0.049%;" class="progress-item"></span><span style="background-color: #6a40fd;width: 0.040%;" class="progress-item"></span><span style="background-color: #384d54;width: 0.037%;" class="progress-item"></span><span style="background-color: #ecdebe;width: 0.027%;" class="progress-item"></span><span style="background-color: #ed2cd6;width: 0.020%;" class="progress-item"></span><span style="background-color: #083fa1;width: 0.016%;" class="progress-item"></span><span style="background-color: #945db7;width: 0.013%;" class="progress-item"></span><span style="background-color: #EB8CEB;width: 0.013%;" class="progress-item"></span><span style="background-color: #292929;width: 0.012%;" class="progress-item"></span><span style="background-color: #878787;width: 0.011%;" class="progress-item"></span><span style="background-color: #999999;width: 0.009%;" class="progress-item"></span><span style="background-color: #f34b7d;width: 0.008%;" class="progress-item"></span><span style="background-color: #8ea64c;width: 0.005%;" class="progress-item"></span><span style="background-color: #e38c00;width: 0.003%;" class="progress-item"></span><span style="background-color: #d12127;width: 0.002%;" class="progress-item"></span><span style="background-color: #012456;width: 0.002%;" class="progress-item"></span><span style="background-color: #000000;width: 0.002%;" class="progress-item"></span><span style="background-color: #cb171e;width: 0.002%;" class="progress-item"></span><span style="background-color: #384d54;width: 0.002%;" class="progress-item"></span><span style="background-color: #15dcdc;width: 0.001%;" class="progress-item"></span><span style="background-color: #00ADD8;width: 0.000%;" class="progress-item"></span><span style="background-color: #a9188d;width: 0.000%;" class="progress-item"></span><span style="background-color: #101F1F;width: 0.000%;" class="progress-item"></span><span style="background-color: #a53b70;width: 0.000%;" class="progress-item"></span><span style="background-color: #3d8137;width: 0.000%;" class="progress-item"></span><span style="background-color: #a52a22;width: 0.000%;" class="progress-item"></span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -144,7 +144,7 @@ div.ellipsis {
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">PHP</span>
|
||||
<span class="percent">41.27%</span>
|
||||
<span class="percent">34.16%</span>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">HTML</span>
|
||||
<span class="percent">19.05%</span>
|
||||
<span class="percent">25.16%</span>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -162,79 +162,79 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">JavaScript</span>
|
||||
<span class="percent">14.54%</span>
|
||||
<span class="percent">12.01%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 450ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#178600;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#555555;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">C#</span>
|
||||
<span class="percent">8.36%</span>
|
||||
<span class="lang">C</span>
|
||||
<span class="percent">8.13%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 600ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#00ADD8;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#178600;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Go</span>
|
||||
<span class="percent">3.40%</span>
|
||||
<span class="lang">C#</span>
|
||||
<span class="percent">6.91%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 750ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3572A5;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#00ADD8;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Python</span>
|
||||
<span class="percent">3.27%</span>
|
||||
<span class="lang">Go</span>
|
||||
<span class="percent">2.92%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 900ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#663399;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3572A5;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">CSS</span>
|
||||
<span class="percent">3.24%</span>
|
||||
<span class="lang">Python</span>
|
||||
<span class="percent">2.74%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 1050ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3178c6;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#663399;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">TypeScript</span>
|
||||
<span class="percent">1.91%</span>
|
||||
<span class="lang">CSS</span>
|
||||
<span class="percent">2.68%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 1200ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#89e051;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3178c6;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Shell</span>
|
||||
<span class="percent">1.02%</span>
|
||||
<span class="lang">TypeScript</span>
|
||||
<span class="percent">1.58%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 1350ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f7523f;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#89e051;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Blade</span>
|
||||
<span class="percent">0.90%</span>
|
||||
<span class="lang">Shell</span>
|
||||
<span class="percent">0.89%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 1500ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#000080;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f7523f;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Lua</span>
|
||||
<span class="percent">0.69%</span>
|
||||
<span class="lang">Blade</span>
|
||||
<span class="percent">0.74%</span>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -243,7 +243,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">ASP.NET</span>
|
||||
<span class="percent">0.68%</span>
|
||||
<span class="percent">0.56%</span>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -252,7 +252,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">SCSS</span>
|
||||
<span class="percent">0.66%</span>
|
||||
<span class="percent">0.55%</span>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -261,7 +261,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Vue</span>
|
||||
<span class="percent">0.20%</span>
|
||||
<span class="percent">0.17%</span>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -270,56 +270,65 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Less</span>
|
||||
<span class="percent">0.20%</span>
|
||||
<span class="percent">0.16%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 2250ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#199f4b;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#000080;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Vim Script</span>
|
||||
<span class="percent">0.11%</span>
|
||||
<span class="lang">Lua</span>
|
||||
<span class="percent">0.13%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 2400ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#701516;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#199f4b;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Ruby</span>
|
||||
<span class="percent">0.11%</span>
|
||||
<span class="lang">Vim Script</span>
|
||||
<span class="percent">0.09%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 2550ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#427819;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#701516;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Makefile</span>
|
||||
<span class="percent">0.08%</span>
|
||||
<span class="lang">Ruby</span>
|
||||
<span class="percent">0.09%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 2700ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#0298c3;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#427819;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Perl</span>
|
||||
<span class="lang">Makefile</span>
|
||||
<span class="percent">0.06%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 2850ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#6a40fd;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#0298c3;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">ASP</span>
|
||||
<span class="lang">Perl</span>
|
||||
<span class="percent">0.05%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3000ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#6a40fd;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">ASP</span>
|
||||
<span class="percent">0.04%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3150ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#384d54;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -328,7 +337,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3150ms;">
|
||||
<li style="animation-delay: 3300ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#ecdebe;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -337,7 +346,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3300ms;">
|
||||
<li style="animation-delay: 3450ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#ed2cd6;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -346,7 +355,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3450ms;">
|
||||
<li style="animation-delay: 3600ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#083fa1;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -355,29 +364,20 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3600ms;">
|
||||
<li style="animation-delay: 3750ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#945db7;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Visual Basic .NET</span>
|
||||
<span class="percent">0.02%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3750ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#EB8CEB;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">XSLT</span>
|
||||
<span class="percent">0.02%</span>
|
||||
<span class="percent">0.01%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 3900ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#878787;"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#EB8CEB;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Hack</span>
|
||||
<span class="lang">XSLT</span>
|
||||
<span class="percent">0.01%</span>
|
||||
</li>
|
||||
|
||||
@@ -392,6 +392,15 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
|
||||
|
||||
<li style="animation-delay: 4200ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#878787;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">Hack</span>
|
||||
<span class="percent">0.01%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4350ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#999999;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -400,7 +409,16 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4350ms;">
|
||||
<li style="animation-delay: 4500ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f34b7d;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
<span class="lang">C++</span>
|
||||
<span class="percent">0.01%</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4650ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#8ea64c;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -409,7 +427,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4500ms;">
|
||||
<li style="animation-delay: 4800ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#e38c00;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -418,7 +436,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4650ms;">
|
||||
<li style="animation-delay: 4950ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#d12127;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -427,7 +445,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4800ms;">
|
||||
<li style="animation-delay: 5100ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#012456;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -436,7 +454,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 4950ms;">
|
||||
<li style="animation-delay: 5250ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#000000;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -445,7 +463,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 5100ms;">
|
||||
<li style="animation-delay: 5400ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#cb171e;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -454,7 +472,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 5250ms;">
|
||||
<li style="animation-delay: 5550ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#384d54;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -463,7 +481,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 5400ms;">
|
||||
<li style="animation-delay: 5700ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#15dcdc;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -472,7 +490,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 5550ms;">
|
||||
<li style="animation-delay: 5850ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#00ADD8;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -481,7 +499,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 5700ms;">
|
||||
<li style="animation-delay: 6000ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#a9188d;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -490,7 +508,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 5850ms;">
|
||||
<li style="animation-delay: 6150ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#101F1F;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -499,7 +517,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 6000ms;">
|
||||
<li style="animation-delay: 6300ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#a53b70;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -508,7 +526,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 6150ms;">
|
||||
<li style="animation-delay: 6450ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3d8137;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
@@ -517,7 +535,7 @@ fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
</li>
|
||||
|
||||
|
||||
<li style="animation-delay: 6300ms;">
|
||||
<li style="animation-delay: 6600ms;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#a52a22;"
|
||||
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
|
||||
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
@@ -91,17 +91,17 @@ tr {
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
|
||||
<tr><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16"><path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path></svg>Stars</td><td>617</td></tr>
|
||||
<tr><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16"><path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path></svg>Stars</td><td>616</td></tr>
|
||||
|
||||
<tr style="animation-delay: 150ms"><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" role="img"><path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path></svg>Forks</td><td>30</td></tr>
|
||||
|
||||
<tr style="animation-delay: 300ms"><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1 2.5A2.5 2.5 0 013.5 0h8.75a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0V1.5h-8a1 1 0 00-1 1v6.708A2.492 2.492 0 013.5 9h3.25a.75.75 0 010 1.5H3.5a1 1 0 100 2h5.75a.75.75 0 010 1.5H3.5A2.5 2.5 0 011 11.5v-9zm13.23 7.79a.75.75 0 001.06-1.06l-2.505-2.505a.75.75 0 00-1.06 0L9.22 9.229a.75.75 0 001.06 1.061l1.225-1.224v6.184a.75.75 0 001.5 0V9.066l1.224 1.224z"></path></svg>All-time contributions</td><td>21,726</td></tr>
|
||||
<tr style="animation-delay: 300ms"><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1 2.5A2.5 2.5 0 013.5 0h8.75a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0V1.5h-8a1 1 0 00-1 1v6.708A2.492 2.492 0 013.5 9h3.25a.75.75 0 010 1.5H3.5a1 1 0 100 2h5.75a.75.75 0 010 1.5H3.5A2.5 2.5 0 011 11.5v-9zm13.23 7.79a.75.75 0 001.06-1.06l-2.505-2.505a.75.75 0 00-1.06 0L9.22 9.229a.75.75 0 001.06 1.061l1.225-1.224v6.184a.75.75 0 001.5 0V9.066l1.224 1.224z"></path></svg>All-time contributions</td><td>23,039</td></tr>
|
||||
|
||||
<tr style="animation-delay: 450ms"><td><svg class="octicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M8.75 1.75a.75.75 0 00-1.5 0V5H4a.75.75 0 000 1.5h3.25v3.25a.75.75 0 001.5 0V6.5H12A.75.75 0 0012 5H8.75V1.75zM4 13a.75.75 0 000 1.5h8a.75.75 0 100-1.5H4z"></path></svg>Lines of code changed</td><td>19,675,654</td></tr>
|
||||
<tr style="animation-delay: 450ms"><td><svg class="octicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M8.75 1.75a.75.75 0 00-1.5 0V5H4a.75.75 0 000 1.5h3.25v3.25a.75.75 0 001.5 0V6.5H12A.75.75 0 0012 5H8.75V1.75zM4 13a.75.75 0 000 1.5h8a.75.75 0 100-1.5H4z"></path></svg>Lines of code changed</td><td>20,685,310</td></tr>
|
||||
|
||||
<tr style="animation-delay: 600ms"><td><svg class="octicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path></svg>Repository views (past two weeks)</td><td>937</td></tr>
|
||||
<tr style="animation-delay: 600ms"><td><svg class="octicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path></svg>Repository views (past two weeks)</td><td>803</td></tr>
|
||||
|
||||
<tr style="animation-delay: 750ms"><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>Repositories with contributions</td><td>172</td></tr>
|
||||
<tr style="animation-delay: 750ms"><td><svg class="octicon" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>Repositories with contributions</td><td>177</td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Reference in New Issue
Block a user