Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0de042b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 committed Oct 13, 2024
1 parent fb70365 commit 6a049a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"meta_date": "2024-10-06T22:20:32+00:00",
"meta_date": "2024-10-13T22:20:28+00:00",
"title_date": "Oct 2024",
"lang": [
{"name":"Rust", "loc":4528350},
{"name":"C", "loc":5315141},
{"name":"C++", "loc":10287738},
{"name":"JavaScript", "loc":9821092},
{"name":"HTML", "loc":6004975},
{"name":"Python", "loc":2021692},
{"name":"Java", "loc":280717},
{"name":"Assembly", "loc":294520}
{"name":"Rust", "loc":4529533},
{"name":"C", "loc":5317625},
{"name":"C++", "loc":10292281},
{"name":"JavaScript", "loc":9805740},
{"name":"HTML", "loc":6011027},
{"name":"Python", "loc":2022862},
{"name":"Java", "loc":280765},
{"name":"Assembly", "loc":294406}
]
}
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Language details of the Firefox repo</title>
<meta name="description" content="How much Rust in Firefox?" />
<meta name="date" content="2024-10-06T22:20:32+00:00" />
<meta name="date" content="2024-10-13T22:20:28+00:00" />
<meta property="og:title" content="Language details of the Firefox repo" />
<meta property="og:description" content="How much Rust in Firefox?" />
<meta property="og:url" content="https://4e6.github.io/firefox-lang-stats/" />
Expand All @@ -17,14 +17,14 @@

var data = google.visualization.arrayToDataTable([
['Language', 'LOC']
, ['Rust', 4528350]
, ['C', 5315141]
, ['C++', 10287738]
, ['JavaScript', 9821092]
, ['HTML', 6004975]
, ['Python', 2021692]
, ['Java', 280717]
, ['Assembly', 294520]
, ['Rust', 4529533]
, ['C', 5317625]
, ['C++', 10292281]
, ['JavaScript', 9805740]
, ['HTML', 6011027]
, ['Python', 2022862]
, ['Java', 280765]
, ['Assembly', 294406]
]);

var options = {
Expand Down

0 comments on commit 6a049a0

Please sign in to comment.