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 Sep 15, 2024
1 parent 4004fe7 commit 0c76f38
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-09-08T22:20:27+00:00",
"meta_date": "2024-09-15T22:20:39+00:00",
"title_date": "Sep 2024",
"lang": [
{"name":"Rust", "loc":4404181},
{"name":"C", "loc":5339556},
{"name":"C++", "loc":10275284},
{"name":"JavaScript", "loc":9774532},
{"name":"HTML", "loc":5989992},
{"name":"Python", "loc":1853096},
{"name":"Java", "loc":280666},
{"name":"Assembly", "loc":294610}
{"name":"Rust", "loc":4416847},
{"name":"C", "loc":5354669},
{"name":"C++", "loc":10291382},
{"name":"JavaScript", "loc":9798103},
{"name":"HTML", "loc":5995966},
{"name":"Python", "loc":1853622},
{"name":"Java", "loc":280694},
{"name":"Assembly", "loc":294520}
]
}
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-09-08T22:20:27+00:00" />
<meta name="date" content="2024-09-15T22:20:39+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', 4404181]
, ['C', 5339556]
, ['C++', 10275284]
, ['JavaScript', 9774532]
, ['HTML', 5989992]
, ['Python', 1853096]
, ['Java', 280666]
, ['Assembly', 294610]
, ['Rust', 4416847]
, ['C', 5354669]
, ['C++', 10291382]
, ['JavaScript', 9798103]
, ['HTML', 5995966]
, ['Python', 1853622]
, ['Java', 280694]
, ['Assembly', 294520]
]);

var options = {
Expand Down

0 comments on commit 0c76f38

Please sign in to comment.