Collate icon indicating copy to clipboard operation
Collate copied to clipboard

Chrome extension to execute code in 2 easy steps!

Results 4 Collate issues
Sort by recently updated
recently updated
newest added

On every request having language parameter as `go`, spawn a docker container of this language, execute the code and destroy that docker container. Read the documentation of the library `dockerode`...

hacktoberfest

Kindly merge this as a part of hacktoberfest.

Current Status: After selecting the code, and pressing ctrl/cmd+b, we need to open the pop window ourselves to run the code. Expected: It should open itself thereby decreasing time for...

hacktoberfest

Currently the url of the server is hardcoded [here](https://github.com/Sickaada/Collate/blob/845ca4053399bda3df2e929fe0588bb4346b04a9/frontend/mainpage.js#L83). It should instead be in a .env file instead