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 6, 2024
1 parent 84c0d49 commit fb70365
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-29T22:20:25+00:00",
"title_date": "Sep 2024",
"meta_date": "2024-10-06T22:20:32+00:00",
"title_date": "Oct 2024",
"lang": [
{"name":"Rust", "loc":4527727},
{"name":"C", "loc":5352346},
{"name":"C++", "loc":10293843},
{"name":"JavaScript", "loc":9811902},
{"name":"HTML", "loc":6001607},
{"name":"Python", "loc":1855563},
{"name":"Java", "loc":280707},
{"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}
]
}
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-29T22:20:25+00:00" />
<meta name="date" content="2024-10-06T22:20:32+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,13 +17,13 @@

var data = google.visualization.arrayToDataTable([
['Language', 'LOC']
, ['Rust', 4527727]
, ['C', 5352346]
, ['C++', 10293843]
, ['JavaScript', 9811902]
, ['HTML', 6001607]
, ['Python', 1855563]
, ['Java', 280707]
, ['Rust', 4528350]
, ['C', 5315141]
, ['C++', 10287738]
, ['JavaScript', 9821092]
, ['HTML', 6004975]
, ['Python', 2021692]
, ['Java', 280717]
, ['Assembly', 294520]
]);

Expand All @@ -41,7 +41,7 @@
<a href="https://github.com/4e6/firefox-lang-stats"><img style="position: absolute; top: 0; left: 0; border: 0; z-index:100;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div style="margin-left: 150px">
<h2>How much Rust in Firefox?</h2>
<p><a href="https://github.com/mozilla/gecko-dev">mozilla/gecko-dev</a> repository statistics on Sep 2024</p>
<p><a href="https://github.com/mozilla/gecko-dev">mozilla/gecko-dev</a> repository statistics on Oct 2024</p>
</div>
<div id="piechart" style="width: 900px; height: 500px;"></div>
</body>
Expand Down

0 comments on commit fb70365

Please sign in to comment.