Today we are releasing the next version of the commandline tool, with some improvements and additional functionality:
- New script to get the current user status from the server, showing the time at which each input was solved, wrong tries and time left for the current attempt. - Add support to parametrize configuration file paths with the base directory. Use --base_dir option to override auto-detection. - Init contest script now autodetects the current contest if no contest id is specified in the arguments, and fails if no contest is currently running. - Use memory-mapped files to compress and decompress network traffic and source files, no need for temporary files. You can download the new version here: http://code.google.com/p/codejam-commandline/downloads/detail?name=codejam-commandline-1.0-beta3.zip If you want to test the tool before Round 1, go to http://codejam-publictest.appspot.com/codejam/ and try the tool on the contest that is running there. Good Luck! On May 16, 8:34 am, Jorge Bernadas <[email protected]> wrote: > Yes, you need python 2.6.5 and nothing else. > > On May 16, 12:39 am, Oussama Bounaim <[email protected]> > wrote: > > > > > > > > > Does this tool work on windowsOn Wed, May 11, 2011 at 11:34 PM, jbernadas > > <[email protected]> wrote: > > > I thought all answer were coming here, but I think not. The resolution > > > of this was: > > > > Jinxing was using an old python version (2.4.3) by accident, after > > > running the tool with a newer version (2.6.6) everything ran > > > perfectly. > > > > On May 11, 2:25 pm, Jinxing Ye <[email protected]> wrote: > > > > I encounter an error when using the commandline tool, since I'm not > > > > familiar with perl, is there anyone can help me with that? > > > > > the error information is follow: > > > > > ./gcj_init_contest.py 433101 > > > > File "./gcj_init_contest.py", line 56 > > > > except error.OptionError as e: > > > > ^ > > > > SyntaxError: invalid syntax > > > > > Thanks! > > > > > On May 6, 5:40 pm, Jorge Bernadas Saragoza <[email protected]> wrote: > > > > > > I’m glad to announce that today we are releasing a new commandline > > > > > tool<https://code.google.com/p/codejam-commandline/> to > > > > > download input files and submit solutions. It’s based on the one I > > > wrote > > > > > last year before joining Google, but its design is improved to be more > > > > > reliable. The only requirement is to have Python > > > > > 2.6.6<http://www.python.org/download/releases/2.6.6/>installed. Newer > > > > > versions of Python 2.6 will work as well, but not Python 3. > > > > > > The tool includes a > > > > > README< > > >http://code.google.com/p/codejam-commandline/source/browse/trunk/README> > > > > > file; > > > > > people who want to use the tool are highly encouraged to read it. > > > > > Also, > > > the > > > > > tool is completely Open Source, so modify it as you see fit, as long > > > > > as > > > you > > > > > comply with the license terms and the Google Code Jam Terms & > > > > > Conditions<http://code.google.com/codejam/terms.html> > > > > > . > > > > > > Disclaimer: This is the first time this tool is going to be used in a > > > public > > > > > contest, so we cannot guarantee that it works perfectly. Use it at > > > > > your > > > own > > > > > risk. If you have any problems, please do not hesitate to email > > > > > [email protected] with a good description and we will try to fix it > > > as > > > > > quickly as possible. > > > > > > Good luck! > > > > > Jorge Bernadas > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "google-codejam" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/google-code?hl=en. -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
