Aizu Online Judge
AizuOnlineJudgeへのpostをサポートするSublimeText2 plugin
Details
Installs
- Total 370
- Win 224
- Mac 116
- Linux 30
Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeAizuOnlineJudge
English: https://github.com/shibainurou/SublimeAizuOnlineJudge/blob/master/README_en.md
概要
AizuOnlineJudgeでの実行をサポートするSublimeText2 plugin
インストール方法
Package Controlが使える
ctrl+shift+p
でコマンドパレットを表示
Package Control: Install Package
を選択後、Aizu Online Judge
を選択してインストール
Package Controlが使えない
gitコマンドが使えない場合:Zipファイルをダウンロードして"Packagesフォルダ"に解凍、フォルダ名をSublimeAizuOnlineJudge
に変更してください
gitコマンドが使える場合:"Packagesフォルダ"にリポジトリをクローンしてください。
https://github.com/shibainurou/SublimeAizuOnlineJudge.git
“Packagesフォルダ"の場所:
Windows:(
win+r
でファイル名を指定して実行ウインドウ表示させに下記をコピペすればOK)%HOME%\AppData\Roaming\Sublime Text 2\Packages\
OS X:
~/Library/Application Support/Sublime Text 2/Packages/
Linux:
~/.config/sublime-text-2/Packages/
設定
Perferences -> Package Settings -> AizuOnlineJudge -> Settings – User
に下記をコピペしてuser_name
, password
を変更する。
{
"user_name": "your user name",
"password": "your passward"
}
使い方
ctrl + shift + p
で開く、コマンドパレットから実行
AizuOnlineJudge: Create File
SublimeText2の下部に表示されるインプットパネルに使用する言語を入力すると、"Packagesフォルダ"\template
フォルダにあるテンプレートファイルを展開する。デフォルトはC++。
templateは各言語ごとに作成できるので、template
+ .cpp
など使用言語の拡張子をつけたテンプレートファイルを作成してください。
AizuOnlineJudge: Submit
AOJに現在開いているソースをSubmitする。
AizuOnlineJudge: Submit for Prompt
AOJに現在開いているソースをSubmitする。 SublimeText2の下部に表示されるインプットパネルに"問題ID"を入力してください。
"問題ID":
AOJの各タイトルの先頭に表示されている 4桁 or 5桁 の数字