Skip to content

Commit

Permalink
refactor: data source update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 13, 2024
1 parent 82c8767 commit 8b0e7fe
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 258 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/_studio.yml

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@octokit/core": "^6.0.1",
"@touno-io/debuger": "^2.4.1",
"bootstrap": "^5.3.3",
"charts.css": "^1.1.0",
"dayjs": "^1.11.10",
Expand Down
96 changes: 0 additions & 96 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 43 additions & 43 deletions src/i18n/coding.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"total": 219,
"private": 49,
"private": 3,
"public": 216,
"languages": [
"JavaScript",
"Dockerfile",
"Ruby",
"SCSS",
"HTML",
"CSS",
"Ruby",
"Liquid",
"Shell",
"TypeScript",
"SCSS",
"Svelte",
"C#",
"Go",
"Liquid",
"Dockerfile",
"Batchfile",
"Swift",
"Objective-C",
"Vue",
"Stylus",
"JavaScript",
"CSS",
"VBScript",
"PHP",
"TSQL",
"Hack",
"Python",
"C++",
"C#",
"Kotlin",
"Swift",
"Objective-C",
"TypeScript",
"AutoHotkey",
"DataWeave",
"Smarty",
"Svelte",
"Mathematica",
"Nix",
"Makefile",
"Dart",
"C++",
"CMake",
"C",
"TSQL",
"Astro",
"VBScript",
"Rust",
"AutoHotkey",
"Makefile",
"Mathematica",
"Kotlin",
"SuperCollider",
"Rust",
"Astro",
"Python",
"Jsonnet",
"Stylus",
"PowerShell",
"CoffeeScript",
"Procfile",
"Visual Basic",
"Java",
"ApacheConf",
"Smarty",
"Visual Basic",
"DataWeave",
"Jupyter Notebook",
"CoffeeScript",
"M4",
"Procfile",
"Jsonnet",
"EJS",
"Nix"
"Jupyter Notebook",
"EJS"
],
"commits": 3453,
"commits": 0,
"experience": "2013-04-29T00:00:00.000+07:00",
"updated": "2024-03-06T10:15:42.843Z",
"weekly_seconds": 17421.754013714286,
"average_seconds": 7098.943936191781,
"updated": "2024-03-13T11:39:12.850Z",
"weekly_seconds": 8431.672606428572,
"average_seconds": 7155.116290213698,
"best_seconds": 46975.804539,
"loc": 0,
"daytime": [
Expand Down Expand Up @@ -84,12 +84,12 @@
95
],
"weektime": [
7387.844356711541,
10491.952919365383,
9188.293258788459,
9173.31216245283,
6895.8477763461515,
3726.3331686538468,
7241.708311019234,
10788.549605307691,
9193.21319215094,
9344.251866788461,
6963.028261038459,
3726.736409634616,
2789.1322143653842
]
}
}
10 changes: 5 additions & 5 deletions src/i18n/experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"interview": false,
"currencry": {
"ccy": "USD",
"sell": 35.92,
"buy": 35.3
"sell": 36.08,
"buy": 35.47
},
"salary": {
"base": 71950,
Expand All @@ -14,13 +14,13 @@
},
"coding": {
"bytes": {
"JavaScript": 13857111,
"JavaScript": 13858815,
"Vue": 1535069,
"HTML": 10687799,
"Swift": 18084,
"Ruby": 132026,
"Objective-C": 2024,
"Go": 3729051,
"Go": 3730252,
"Dockerfile": 99123,
"CSS": 2331048,
"Svelte": 12484,
Expand All @@ -30,7 +30,7 @@
"Procfile": 27,
"SCSS": 206246,
"C#": 2595093,
"Astro": 95835,
"Astro": 95900,
"Rust": 44924,
"PHP": 1489136,
"Hack": 5160,
Expand Down
Loading

0 comments on commit 8b0e7fe

Please sign in to comment.