Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/nojconsole
The console submitter for NBUT Online Judge System.
https://github.com/xadillax/nojconsole
Last synced: 29 days ago
JSON representation
The console submitter for NBUT Online Judge System.
- Host: GitHub
- URL: https://github.com/xadillax/nojconsole
- Owner: XadillaX
- Created: 2013-07-12T04:12:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-12T04:45:34.000Z (over 11 years ago)
- Last Synced: 2024-10-05T01:54:02.489Z (about 1 month ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nojconsole
==========The console submitter for NBUT Online Judge System.
How to Use?
-----------Open your console and type in `vim nojsub.sh`.
Find these two lines:
USERNAME=""
PASSWORD=""Type in the account information of yourself and exit **vim**.
Read a problem via http://acm.nbut.edu.cn/ and code it.
Run the command:
sh nojsub -l LANG -i PROBID -f FILENAME
> You should know that ***LANG*** is the language of your code. NOJ now is only support for gcc, g++ and fpc.
>
> ***PROBID*** is the number of that problem.
>
> ***FILENAME*** is the filename of your code file.After a few moment, you can get the result.