mirror of
https://github.com/PacketParker/PacketParker.git
synced 2025-04-10 19:04:05 -05:00
Compare commits
3 Commits
59e85312eb
...
385c7f2961
Author | SHA1 | Date | |
---|---|---|---|
385c7f2961 | |||
![]() |
4d44318634 | ||
![]() |
89edb5b907 |
35
.github/workflows/main.yml
vendored
35
.github/workflows/main.yml
vendored
@ -1,35 +0,0 @@
|
|||||||
# Visit https://github.com/lowlighter/metrics#-documentation for full reference
|
|
||||||
name: Metrics
|
|
||||||
on:
|
|
||||||
schedule: [{cron: "0 0 * * *"}]
|
|
||||||
workflow_dispatch:
|
|
||||||
push: {branches: ["master", "main"]}
|
|
||||||
jobs:
|
|
||||||
github-metrics:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- uses: lowlighter/metrics@master
|
|
||||||
with:
|
|
||||||
# Your GitHub token
|
|
||||||
# The following scopes are required:
|
|
||||||
# - public_access (default scope)
|
|
||||||
# The following additional scopes may be required:
|
|
||||||
# - read:org (for organization related metrics)
|
|
||||||
# - read:user (for user related data)
|
|
||||||
# - read:packages (for some packages related data)
|
|
||||||
# - repo (optional, if you want to include private repositories)
|
|
||||||
token: ${{ secrets.METRICS_TOKEN }}
|
|
||||||
|
|
||||||
# Options
|
|
||||||
user: PacketParker
|
|
||||||
template: classic
|
|
||||||
base: header
|
|
||||||
config_timezone: America/Chicago
|
|
||||||
commits_authoring: PacketParker, contact@pkrm.dev, Parker M, Parker M., Parker
|
|
||||||
plugin_languages: true
|
|
||||||
plugin_languages_limit: 4
|
|
||||||
plugin_languages_indepth: true
|
|
||||||
plugin_languages_details: lines, bytes-size
|
|
||||||
plugin_languages_indepth_custom: packetparker/cs312, packetparker/cs314
|
|
@ -1,4 +1,4 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="224" class="">
|
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="240" class="">
|
||||||
<defs>
|
<defs>
|
||||||
<style/>
|
<style/>
|
||||||
</defs>
|
</defs>
|
||||||
@ -25,25 +25,31 @@
|
|||||||
</svg>
|
</svg>
|
||||||
Followed by 7 users
|
Followed by 7 users
|
||||||
</div>
|
</div>
|
||||||
|
<div class="field hire">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
||||||
|
<path fill-rule="evenodd" d="M6.75 0A1.75 1.75 0 005 1.75V3H1.75A1.75 1.75 0 000 4.75v8.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H11V1.75A1.75 1.75 0 009.25 0h-2.5zM9.5 3V1.75a.25.25 0 00-.25-.25h-2.5a.25.25 0 00-.25.25V3h3zM5 4.5H1.75a.25.25 0 00-.25.25V6a2 2 0 002 2h9a2 2 0 002-2V4.75a.25.25 0 00-.25-.25H5zm-1.5 5a3.484 3.484 0 01-2-.627v4.377c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V8.873a3.484 3.484 0 01-2 .627h-9z"/>
|
||||||
|
</svg>
|
||||||
|
Available for hire!
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<div class="field calendar">
|
<div class="field calendar">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 210 11" width="210" height="16">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 210 11" width="210" height="16">
|
||||||
<g>
|
<g>
|
||||||
<rect class="day" x="0" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="0" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="15" y="0" width="11" height="11" fill="#40c463" rx="2" ry="2"/>
|
<rect class="day" x="15" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="30" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="30" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="45" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="45" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="60" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="60" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="75" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="75" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="90" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="90" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="105" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="105" y="0" width="11" height="11" fill="#216e39" rx="2" ry="2"/>
|
||||||
<rect class="day" x="120" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="120" y="0" width="11" height="11" fill="#40c463" rx="2" ry="2"/>
|
||||||
<rect class="day" x="135" y="0" width="11" height="11" fill="#216e39" rx="2" ry="2"/>
|
<rect class="day" x="135" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="150" y="0" width="11" height="11" fill="#40c463" rx="2" ry="2"/>
|
<rect class="day" x="150" y="0" width="11" height="11" fill="#216e39" rx="2" ry="2"/>
|
||||||
<rect class="day" x="165" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="165" y="0" width="11" height="11" fill="#40c463" rx="2" ry="2"/>
|
||||||
<rect class="day" x="180" y="0" width="11" height="11" fill="#40c463" rx="2" ry="2"/>
|
<rect class="day" x="180" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
||||||
<rect class="day" x="195" y="0" width="11" height="11" fill="#ebedf0" rx="2" ry="2"/>
|
<rect class="day" x="195" y="0" width="11" height="11" fill="#9be9a8" rx="2" ry="2"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
@ -66,18 +72,42 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="column">
|
<section class="column">
|
||||||
<h3 class="field">Most used languages</h3>
|
<h3 class="field">Most used languages</h3>
|
||||||
<small>estimation from 1.01mb of code in 1305 edited files across 541 commits</small>
|
<small>estimation from 10.2mb of code in 1377 edited files across 550 commits</small>
|
||||||
<svg class="bar" xmlns="http://www.w3.org/2000/svg" width="460" height="8">
|
<svg class="bar" xmlns="http://www.w3.org/2000/svg" width="460" height="8">
|
||||||
<mask id="languages-bar">
|
<mask id="languages-bar">
|
||||||
<rect x="0" y="0" width="460" height="8" fill="white" rx="5"/>
|
<rect x="0" y="0" width="460" height="8" fill="white" rx="5"/>
|
||||||
</mask>
|
</mask>
|
||||||
<rect mask="url(#languages-bar)" x="0" y="0" width="0" height="8" fill="#d1d5da"/>
|
<rect mask="url(#languages-bar)" x="0" y="0" width="0" height="8" fill="#d1d5da"/>
|
||||||
<rect mask="url(#languages-bar)" x="0" y="0" width="329.33923460812116" height="8" fill="#3572A5"/>
|
<rect mask="url(#languages-bar)" x="0" y="0" width="279.9783179775476" height="8" fill="#b07219"/>
|
||||||
<rect mask="url(#languages-bar)" x="329.33923460812116" y="0" width="108.22363408635157" height="8" fill="#e34c26"/>
|
<rect mask="url(#languages-bar)" x="279.9783179775476" y="0" width="158.56826470945467" height="8" fill="#3572A5"/>
|
||||||
<rect mask="url(#languages-bar)" x="437.56286869447274" y="0" width="17.346684751218437" height="8" fill="#ededed"/>
|
<rect mask="url(#languages-bar)" x="438.5465826870022" y="0" width="12.177592698627523" height="8" fill="#e34c26"/>
|
||||||
<rect mask="url(#languages-bar)" x="454.9095534456912" y="0" width="5.0904465543088175" height="8" fill="#663399"/>
|
<rect mask="url(#languages-bar)" x="450.72417538562974" y="0" width="9.27582461437024" height="8" fill="#ededed"/>
|
||||||
</svg>
|
</svg>
|
||||||
<div class="row fill-width">
|
<div class="row fill-width">
|
||||||
|
<section>
|
||||||
|
<div class="field language details">
|
||||||
|
<div class="field">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
||||||
|
<path fill="#b07219" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
|
||||||
|
</svg>
|
||||||
|
Java
|
||||||
|
</div>
|
||||||
|
<small>
|
||||||
|
<div>27.3k lines</div>
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
|
<div class="field language details">
|
||||||
|
<div class="field">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
||||||
|
<path fill="#e34c26" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
|
||||||
|
</svg>
|
||||||
|
HTML
|
||||||
|
</div>
|
||||||
|
<small>
|
||||||
|
<div>877 lines</div>
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<div class="field language details">
|
<div class="field language details">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
@ -87,8 +117,7 @@
|
|||||||
Python
|
Python
|
||||||
</div>
|
</div>
|
||||||
<small>
|
<small>
|
||||||
<div>15.8k lines</div>
|
<div>14.5k lines</div>
|
||||||
<div>551 kB</div>
|
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="field language details">
|
<div class="field language details">
|
||||||
@ -100,33 +129,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<small>
|
<small>
|
||||||
<div>1.37k lines</div>
|
<div>1.37k lines</div>
|
||||||
<div>29 kB</div>
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section>
|
|
||||||
<div class="field language details">
|
|
||||||
<div class="field">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
|
||||||
<path fill="#e34c26" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
|
|
||||||
</svg>
|
|
||||||
HTML
|
|
||||||
</div>
|
|
||||||
<small>
|
|
||||||
<div>5.92k lines</div>
|
|
||||||
<div>181 kB</div>
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
<div class="field language details">
|
|
||||||
<div class="field">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
|
||||||
<path fill="#663399" fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/>
|
|
||||||
</svg>
|
|
||||||
CSS
|
|
||||||
</div>
|
|
||||||
<small>
|
|
||||||
<div>583 lines</div>
|
|
||||||
<div>8.53 kB</div>
|
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user