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 Aug 11, 2024
1 parent 2102ae5 commit 5ab880f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"meta_date": "2024-08-04T22:20:21+00:00",
"meta_date": "2024-08-11T22:20:28+00:00",
"title_date": "Aug 2024",
"lang": [
{"name":"Rust", "loc":4366413},
{"name":"C", "loc":5337957},
{"name":"C++", "loc":10255225},
{"name":"JavaScript", "loc":9720083},
{"name":"HTML", "loc":6069095},
{"name":"Python", "loc":1832934},
{"name":"Java", "loc":280363},
{"name":"Rust", "loc":4374446},
{"name":"C", "loc":5338597},
{"name":"C++", "loc":10263741},
{"name":"JavaScript", "loc":9729221},
{"name":"HTML", "loc":6075837},
{"name":"Python", "loc":1834027},
{"name":"Java", "loc":280578},
{"name":"Assembly", "loc":294610}
]
}
16 changes: 8 additions & 8 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-08-04T22:20:21+00:00" />
<meta name="date" content="2024-08-11T22: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,13 +17,13 @@

var data = google.visualization.arrayToDataTable([
['Language', 'LOC']
, ['Rust', 4366413]
, ['C', 5337957]
, ['C++', 10255225]
, ['JavaScript', 9720083]
, ['HTML', 6069095]
, ['Python', 1832934]
, ['Java', 280363]
, ['Rust', 4374446]
, ['C', 5338597]
, ['C++', 10263741]
, ['JavaScript', 9729221]
, ['HTML', 6075837]
, ['Python', 1834027]
, ['Java', 280578]
, ['Assembly', 294610]
]);

Expand Down

0 comments on commit 5ab880f

Please sign in to comment.