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 Dec 1, 2024
1 parent b4911a3 commit fd00aa2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"meta_date": "2024-11-24T22:20:35+00:00",
"title_date": "Nov 2024",
"meta_date": "2024-12-01T22:20:50+00:00",
"title_date": "Dec 2024",
"lang": [
{"name":"Rust", "loc":4594806},
{"name":"C", "loc":5330025},
{"name":"C++", "loc":10356863},
{"name":"JavaScript", "loc":9866632},
{"name":"HTML", "loc":6083075},
{"name":"Python", "loc":2031436},
{"name":"Java", "loc":280950},
{"name":"Assembly", "loc":293971}
{"name":"Rust", "loc":4602078},
{"name":"C", "loc":5329843},
{"name":"C++", "loc":10345387},
{"name":"JavaScript", "loc":9869104},
{"name":"HTML", "loc":6090828},
{"name":"Python", "loc":2041855},
{"name":"Java", "loc":280978},
{"name":"Assembly", "loc":293761}
]
}
20 changes: 10 additions & 10 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-11-24T22:20:35+00:00" />
<meta name="date" content="2024-12-01T22:20:50+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', 4594806]
, ['C', 5330025]
, ['C++', 10356863]
, ['JavaScript', 9866632]
, ['HTML', 6083075]
, ['Python', 2031436]
, ['Java', 280950]
, ['Assembly', 293971]
, ['Rust', 4602078]
, ['C', 5329843]
, ['C++', 10345387]
, ['JavaScript', 9869104]
, ['HTML', 6090828]
, ['Python', 2041855]
, ['Java', 280978]
, ['Assembly', 293761]
]);

var options = {
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 Nov 2024</p>
<p><a href="https://github.com/mozilla/gecko-dev">mozilla/gecko-dev</a> repository statistics on Dec 2024</p>
</div>
<div id="piechart" style="width: 900px; height: 500px;"></div>
</body>
Expand Down

0 comments on commit fd00aa2

Please sign in to comment.