Google Code Jam / APAC Test plugin
Difference between en2 and en3, changed 209 character(s)
Every time we solve questions in google code we need to solve it for both small and large inputs. We need to perform some repetitive routine tasks like creating folders for each question, then folders for small and large and then executing for both inputs. I have created a plugin / file manager action that will do these tasks just by right clicking in the specified folder. Also it will copy a specified template c++ program in both Small and Large folders.↵

The git repository is maintained [here](https://github.com/saurabhsuniljain/GCJ_Plugin) with instructions for installations.↵

Future Works :↵
I also would like to add some new features like automatically submitting a solution and output file, automatically fetching the problem list and creating the folders for all the problems. Also downloading pdfs for all the problems.↵

I would also be creating a plugin for Codeforces Regular Division Rounds.


**UPDATE 1** : I have created a plugin for Codeforces regular round with basic functionalities to create folders and execute programs. I have added a blog [here](http://www.codeforces.com/blog/entry/46600)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English saurabhsuniljain 2016-08-17 04:58:02 209 Added CFRR Plugin
en2 English saurabhsuniljain 2016-08-17 03:08:24 77
en1 English saurabhsuniljain 2016-08-17 03:02:48 872 Initial revision (published)