File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,18 @@ Python 3.5 以降で動作する [AtCoder](http://atcoder.jp/) からサンプ
22
22
| Rust| [ @fukatani ] ( https://github.com/fukatani/ ) (generator, template)| [ @koba-e964 ] ( https://github.com/koba-e964/ ) (template, CR)|
23
23
| Python3| [ @kmyk ] ( https://github.com/kmyk/ ) (generator, template)||
24
24
25
+ ## Demo
26
+ <img src =" https://user-images.githubusercontent.com/233559/52807100-f6e2d300-30cd-11e9-8906-82b9f9b2dff7.gif " width =70% >
27
+
25
28
## How to install
26
29
` pip3 install atcoder-tools `
27
30
28
- ## Demo
29
- <img src =" https://user-images.githubusercontent.com/233559/52807100-f6e2d300-30cd-11e9-8906-82b9f9b2dff7.gif " width =70% >
31
+ ## Chrome Extension (NEW! 2019/03/06)
32
+ Google ChromeのExtensionです。公開されている過去問を対象として、atcoder-toolsで自動生成されたコードをそのままAtCoderのスニペット上で利用できます。
33
+ 1 . https://kyuridenamida.github.io/atcoder-tools/index.user.js をインストールする (tampermonkey経由)
34
+ 2 . ログインした状態で適当な問題ページに行く(e.g. https://atcoder.jp/contests/abc120/tasks/abc120_d )
35
+ 3 . 正しくインストールされている場合、ページ下部のコードスニペットにコードが標準で埋め込まれている (atcoder-toolsの対応言語のみ)
36
+ <img src =" https://user-images.githubusercontent.com/233559/53821542-56d3e780-3fb1-11e9-89d9-24a3d0e9af5c.png " width =50% >
30
37
31
38
## Analysis
32
39
https://kyuridenamida.github.io/atcoder-tools/
You can’t perform that action at this time.
0 commit comments