topcoder-greed icon indicating copy to clipboard operation
topcoder-greed copied to clipboard

greedy editor for topcoder arena

Results 26 topcoder-greed issues
Sort by recently updated
recently updated
newest added

e.g. Allow ``` ${method.returnType} ``` as well as (backward compatibility) ``` ${Method.ReturnType} ``` The camelCase is a de-facto-standard in template languages, right?

Hi, one thing I was thinking these days is to put code + problem in different folders for different types of problem. Namely, put practice room problems in one place...

Python raised ValueError while reading a sample input because int() cannot parse long integers with 'L' like '1L'. Values are printed as-is in PythonLanguage#renderParamValue(). However, Java is selected first in...

Let's improve the documentations. The wiki pages [Basic Usage](https://github.com/shivawu/topcoder-greed/wiki/Basic-Usage) and [Full configuration](https://github.com/shivawu/topcoder-greed/wiki/Full-configuration) are the place for the configuration documentation, and it provides most of configurable things. But since users may...

Well, Greed 2.0 now accepts and encourages the _filetest_ template as a default way to run the test cases -- this is great compared to the legacy test template. But...

By this thread: http://apps.topcoder.com/forums/?module=Thread&threadID=801908&start=0 there is a (difficult to find) Arena functionality that makes problem statment / editor split vertically instead of horizontally. It looks like this: https://dl.dropboxusercontent.com/u/95690732/screenshots/greedvertical.png (took the...

Incubation