hackerkid / hackerkid/codejam-commandline
How about adding an option to download the example input and output given with the problems?
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
This can be done rather simply by adding two files in the server
example.in and example.out and adding an option to download them from the
script, that way the whole stage can be automated something like this
iterate on stages
get example.in and downed_example.out
while not passed stage (example.out != downed_example.out)
run the code
get small.in run script and submit small.out and source
get large.in run script and submit large.out and source
print a nice message to say the contest is over
```
Original issue reported on code.google.com by `veltzerd...@gmail.com` on 9 May 2011 at 11:30
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the server code and command-line script described in the issue, then trace how problem input and output files are served. Add support for downloading example.in and example.out so the example-based iteration workflow can be automated, and verify that both files are available through the script.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100