AtCoderStandingsAnalysis

順位表のjsonを集計し、上部にテーブルを追加します。

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
RTnF
Cài đặt hàng ngày
6
Số lần cài đặt
4.895
Đánh giá
1 0 0
Phiên bản
0.2.1
Đã tạo
22-03-2020
Đã cập nhật
12-07-2020
Kích thước
5 KB
Giấy phép
CC0-1.0
Áp dụng cho

AtCoderStandingsAnalysis

念のため、コンテスト中にこのツールから得た情報はSNSに投稿しないでください。
順位表のjsonを集計し、上部にテーブルを追加します。
使用は自己責任でお願いいたします。
不具合やご要望はissuetwitterにお願いいたします。

項目

  • 得点:自分の得点
  • 人数:正解者数 / 提出者数
  • 正解率:正解者数 ÷ 提出者数
  • 平均ペナ:全提出者について何回間違えたかの平均(未ACを含む)
  • ペナ率:1回以上間違えた人数 ÷ 提出者数(未ACを含む)
  • レート:内部レートの分布(レーティングから灰色のpositivizeと参加回数補正を除いたもの。ここのレート(第二段階)に相当)

更新履歴

v0

v0.2.1

  • Difficulty削除(== v0.1.3)

v0.2.0

  • Difficulty追加

v0.1.3

  • ac-predictorとの干渉を解消(thead > trを消去)
  • 内部レートを固定幅に

v0.1.2

  • 表の更新トリガーをsetIntervalからvm.$watchに変更
  • 表のpaddingを狭く(8 -> 4 px)

v0.1.1

  • 内部レートでNaNが発生していたのを修正

v0.1.0

  • 順位表にフィルターをかけたとき、上の表も対応

v0.0.0