CodeChef-Gitter icon indicating copy to clipboard operation
CodeChef-Gitter copied to clipboard

:books: Save all and update solutions submitted on Codechef to github.

Results 4 CodeChef-Gitter issues
Sort by recently updated
recently updated
newest added

The application fetches solutions once by one which takes a long time. Use of multithreading can get it done in a few seconds. Refer to [Amazon-Updates](https://github.com/aedorado/Amazon-Updates) which is a multithreaded...

As of now, all files are saved with '.cpp' extension. Add support for all other languages in 'getExtension' function in the 'Submissions.py' file.