Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopp/aoj.vim
\AOJ/
https://github.com/mopp/aoj.vim
Last synced: 2 days ago
JSON representation
\AOJ/
- Host: GitHub
- URL: https://github.com/mopp/aoj.vim
- Owner: mopp
- Created: 2013-06-19T10:35:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T06:53:49.000Z (over 8 years ago)
- Last Synced: 2024-05-02T00:21:40.899Z (9 months ago)
- Language: VimL
- Size: 196 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AOJ.vim
=======
* * *This is Vim Plugin for View and Submit at AOJ(http://judge.u-aizu.ac.jp/onlinejudge/index.jsp).
Default Interface is Unite.vim.
This provides Unite-Source(AOJ/ProblemList).Require
-------
* * *
Unite.vim
webapi.vimCommand
-------
* * *
**:AOJSubmit**
When You open one of problems, It Submits Your source code to AOJ.
Then, AOJ.vim will open unite buffer.
If You cannot see your ID in it, Please execute redraw command like in unite buffer.**:AOJSubmitByProblemID**
You pass Problem ID as argument.
Other behaver is same :AOJSubmit**:AOJViewProblems**
It opens Problem List in unite buffer.**:AOJViewStaticticsLogs**
It opens Submit Statistics List in unite buffer.Configure
---------
* * *
let g:aoj#user_id = 'Your ID'
NeoBundle 'mopp/AOJ.vim'
NeoBundle 'Shougo/unite.vim'
NeoBundle 'mattn/webapi-vim'Images
---------
* * *
![SS](./ss1.png)
![SS](./ss2.png)