Skip to content

Commit a7498bc

Browse files
committed
v5 leaderboard
1 parent 1d08324 commit a7498bc

18 files changed

+248
-15
lines changed

build/asset-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.be588df3.css",
4-
"main.js": "./static/js/main.7f2a32cd.js",
4+
"main.js": "./static/js/main.8711a297.js",
55
"index.html": "./index.html",
66
"main.be588df3.css.map": "./static/css/main.be588df3.css.map",
7-
"main.7f2a32cd.js.map": "./static/js/main.7f2a32cd.js.map"
7+
"main.8711a297.js.map": "./static/js/main.8711a297.js.map"
88
},
99
"entrypoints": [
1010
"static/css/main.be588df3.css",
11-
"static/js/main.7f2a32cd.js"
11+
"static/js/main.8711a297.js"
1212
]
1313
}

build/leaderboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><title>LiveCodeBench Leaderboard</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="LiveCodeBench Leaderboard"/><link rel="stylesheet" href="bootstrap.min.css"/><link rel="stylesheet" href="./css/bulma.min.css"/><link rel="stylesheet" href="./css/bulma-carousel.min.css"/><link rel="stylesheet" href="./css/bulma-slider.min.css"/><link rel="stylesheet" href="./css/fontawesome.all.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"/><link rel="stylesheet" href="./css/index.css"/><link rel="icon" href="./images/favicon.svg"/><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script defer="defer" src="./js/fontawesome.all.min.js"></script><script src="./js/bulma-carousel.min.js"></script><script src="./js/bulma-slider.min.js"></script><script src="./js/index.js"></script><script defer="defer" src="./static/js/main.7f2a32cd.js"></script><link href="./static/css/main.be588df3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><title>LiveCodeBench Leaderboard</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="LiveCodeBench Leaderboard"/><link rel="stylesheet" href="bootstrap.min.css"/><link rel="stylesheet" href="./css/bulma.min.css"/><link rel="stylesheet" href="./css/bulma-carousel.min.css"/><link rel="stylesheet" href="./css/bulma-slider.min.css"/><link rel="stylesheet" href="./css/fontawesome.all.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"/><link rel="stylesheet" href="./css/index.css"/><link rel="icon" href="./images/favicon.svg"/><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><script defer="defer" src="./js/fontawesome.all.min.js"></script><script src="./js/bulma-carousel.min.js"></script><script src="./js/bulma-slider.min.js"></script><script src="./js/index.js"></script><script defer="defer" src="./static/js/main.8711a297.js"></script><link href="./static/css/main.be588df3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

build/leaderboard_v5.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>LiveCodeBench Leaderboard</title>
6+
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
8+
<meta name="theme-color" content="#000000" />
9+
<meta name="description" content="LiveCodeBench Leaderboard" />
10+
<link rel="stylesheet" href="bootstrap.min.css" />
11+
<link rel="stylesheet" href="./css/bulma.min.css" />
12+
<link rel="stylesheet" href="./css/bulma-carousel.min.css" />
13+
<link rel="stylesheet" href="./css/bulma-slider.min.css" />
14+
<link rel="stylesheet" href="./css/fontawesome.all.min.css" />
15+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css" />
16+
<link rel="stylesheet" href="./css/index.css" />
17+
<link rel="icon" href="./images/favicon.svg" />
18+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
19+
<script defer="defer" src="./js/fontawesome.all.min.js"></script>
20+
<script src="./js/bulma-carousel.min.js"></script>
21+
<script src="./js/bulma-slider.min.js"></script>
22+
<script src="./js/index.js"></script>
23+
<script defer="defer" src="./static_v5/js/main.2488308f.js"></script>
24+
<link href="./static_v5/css/main.be588df3.css" rel="stylesheet">
25+
</head>
26+
27+
<body><noscript>You need to enable JavaScript to run this app.</noscript>
28+
<div id="root"></div>
29+
</body>
30+
31+
</html>

build/static/js/main.7f2a32cd.js renamed to build/static/js/main.8711a297.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.8711a297.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static_v5/css/main.be588df3.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static_v5/css/main.be588df3.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static_v5/js/main.2488308f.js

+3
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
/**
2+
* @ag-grid-community/all-modules - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue * @version v31.0.1
3+
* @link https://www.ag-grid.com/
4+
* @license MIT
5+
*/
6+
7+
/**
8+
* @ag-grid-community/core - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
9+
* @version v31.0.1
10+
* @link https://www.ag-grid.com/
11+
* @license MIT
12+
*/
13+
14+
/**
15+
* @license React
16+
* react-dom-server-legacy.browser.production.min.js
17+
*
18+
* Copyright (c) Facebook, Inc. and its affiliates.
19+
*
20+
* This source code is licensed under the MIT license found in the
21+
* LICENSE file in the root directory of this source tree.
22+
*/
23+
24+
/**
25+
* @license React
26+
* react-dom-server.browser.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/
33+
34+
/**
35+
* @license React
36+
* react-dom.production.min.js
37+
*
38+
* Copyright (c) Facebook, Inc. and its affiliates.
39+
*
40+
* This source code is licensed under the MIT license found in the
41+
* LICENSE file in the root directory of this source tree.
42+
*/
43+
44+
/**
45+
* @license React
46+
* react-jsx-runtime.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/**
55+
* @license React
56+
* react.production.min.js
57+
*
58+
* Copyright (c) Facebook, Inc. and its affiliates.
59+
*
60+
* This source code is licensed under the MIT license found in the
61+
* LICENSE file in the root directory of this source tree.
62+
*/
63+
64+
/**
65+
* @license React
66+
* scheduler.production.min.js
67+
*
68+
* Copyright (c) Facebook, Inc. and its affiliates.
69+
*
70+
* This source code is licensed under the MIT license found in the
71+
* LICENSE file in the root directory of this source tree.
72+
*/
73+
74+
/** @license React v16.13.1
75+
* react-is.production.min.js
76+
*
77+
* Copyright (c) Facebook, Inc. and its affiliates.
78+
*
79+
* This source code is licensed under the MIT license found in the
80+
* LICENSE file in the root directory of this source tree.
81+
*/

build/static/js/main.7f2a32cd.js.map renamed to build/static_v5/js/main.2488308f.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/leaderboard_v5.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>LiveCodeBench Leaderboard</title>
6+
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
8+
<meta name="theme-color" content="#000000" />
9+
<meta name="description" content="LiveCodeBench Leaderboard" />
10+
<link rel="stylesheet" href="bootstrap.min.css" />
11+
<link rel="stylesheet" href="./css/bulma.min.css" />
12+
<link rel="stylesheet" href="./css/bulma-carousel.min.css" />
13+
<link rel="stylesheet" href="./css/bulma-slider.min.css" />
14+
<link rel="stylesheet" href="./css/fontawesome.all.min.css" />
15+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css" />
16+
<link rel="stylesheet" href="./css/index.css" />
17+
<link rel="icon" href="./images/favicon.svg" />
18+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
19+
<script defer="defer" src="./js/fontawesome.all.min.js"></script>
20+
<script src="./js/bulma-carousel.min.js"></script>
21+
<script src="./js/bulma-slider.min.js"></script>
22+
<script src="./js/index.js"></script>
23+
<script defer="defer" src="./static_v5/js/main.2488308f.js"></script>
24+
<link href="./static_v5/css/main.be588df3.css" rel="stylesheet">
25+
</head>
26+
27+
<body><noscript>You need to enable JavaScript to run this app.</noscript>
28+
<div id="root"></div>
29+
</body>
30+
31+
</html>

public/static_v5/css/main.be588df3.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/static_v5/css/main.be588df3.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/static_v5/js/main.2488308f.js

+3
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
/**
2+
* @ag-grid-community/all-modules - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue * @version v31.0.1
3+
* @link https://www.ag-grid.com/
4+
* @license MIT
5+
*/
6+
7+
/**
8+
* @ag-grid-community/core - Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
9+
* @version v31.0.1
10+
* @link https://www.ag-grid.com/
11+
* @license MIT
12+
*/
13+
14+
/**
15+
* @license React
16+
* react-dom-server-legacy.browser.production.min.js
17+
*
18+
* Copyright (c) Facebook, Inc. and its affiliates.
19+
*
20+
* This source code is licensed under the MIT license found in the
21+
* LICENSE file in the root directory of this source tree.
22+
*/
23+
24+
/**
25+
* @license React
26+
* react-dom-server.browser.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/
33+
34+
/**
35+
* @license React
36+
* react-dom.production.min.js
37+
*
38+
* Copyright (c) Facebook, Inc. and its affiliates.
39+
*
40+
* This source code is licensed under the MIT license found in the
41+
* LICENSE file in the root directory of this source tree.
42+
*/
43+
44+
/**
45+
* @license React
46+
* react-jsx-runtime.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/**
55+
* @license React
56+
* react.production.min.js
57+
*
58+
* Copyright (c) Facebook, Inc. and its affiliates.
59+
*
60+
* This source code is licensed under the MIT license found in the
61+
* LICENSE file in the root directory of this source tree.
62+
*/
63+
64+
/**
65+
* @license React
66+
* scheduler.production.min.js
67+
*
68+
* Copyright (c) Facebook, Inc. and its affiliates.
69+
*
70+
* This source code is licensed under the MIT license found in the
71+
* LICENSE file in the root directory of this source tree.
72+
*/
73+
74+
/** @license React v16.13.1
75+
* react-is.production.min.js
76+
*
77+
* Copyright (c) Facebook, Inc. and its affiliates.
78+
*
79+
* This source code is licensed under the MIT license found in the
80+
* LICENSE file in the root directory of this source tree.
81+
*/

public/static_v5/js/main.2488308f.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LeaderboardComp.tsx

+2-7
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,14 @@ const Leaderboard = React.memo(function LeaderboardComponent(props: any) {
239239

240240
message += "<br><br>Note: We have been introducing larger fraction of difficult problems for the more recent releases in lines with model capability improvements. A drop in performance in the later months is expected."
241241

242-
242+
message += '<br><br>Check out the previous version (release_v5) of the leaderboard at <a href="leaderboard_v5.html">leaderboard_v5.html</a>.';
243243

244244
return (
245245
<div style={{ width: "100%", height: "100%" }}>
246246
<ThemeProvider theme={muiTheme}>
247247
<CssBaseline />
248248
<div style={{ display: "flex", justifyContent: "left", textAlign: "left" }}>
249-
<b>{message.split("<br>").map((line, index) => (
250-
<React.Fragment key={index}>
251-
{line}
252-
<br />
253-
</React.Fragment>
254-
))}</b>
249+
<b dangerouslySetInnerHTML={{ __html: message }}></b>
255250
</div>
256251

257252

0 commit comments

Comments
 (0)