Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eagletmt/poj-vim

Vim script for POJ
https://github.com/eagletmt/poj-vim

Last synced: 22 days ago
JSON representation

Vim script for POJ

Awesome Lists containing this project

README

        

Vim から POJ に submit したり status を見たりすることができるようになります.

curl 必須.

適当なディレクトリに入れて runtimepath を通してください.
ユーザ名,パスワードはそれぞれ g:poj_user, g:poj_password に設定してください.
これが無い場合は submit するときに入力を促します.

&filetype で自動的に言語を選択します.
デフォルトでは c のときは GCC,cpp のときは G++ を選びますが,それぞれ g:poj_prefer_c が真ならば C を,g:poj_prefer_cpp が真なら C++ を選びます.

コマンド
- POJSubmit problem_id
現在のバッファを submit し,自分の status を表示する.

- POJUserStatus user
user の status を表示する.
すると更新できます.