inaxia / hashcode_web

This project is build to make coding knowledge available to every places through app and web. This is an online platform to learn different languages from the best hand-picked courses.
http://hashcode-web.herokuapp.com
MIT License
7 stars 7 forks source link

Coding Platform #5

Open littleironical opened 3 years ago

littleironical commented 3 years ago

In the Coding page, we are using Repl.it for now, but it requires Sign-in to run any code. And we don't want that.

So, there are two ways to resolve this:

virti313 commented 3 years ago

I can try looking for a solution to fix this issue. Please assign it to me if possible.

littleironical commented 3 years ago

Yes @virti313 you can, I hope you've understood the issue properly. Assigning this to you.

virti313 commented 3 years ago

https://www.onlinegdb.com/online_c_compiler https://ideone.com/ Kindly check these links out and let me know if this is the solution you were looking for.

littleironical commented 3 years ago

Both the platform are good @virti313, but use OnlineGDB as it has all the compilers available. Now you have to replace Repl.it with OnlineGDB in views/index.ejs folder. And do changes in Develop branch.