Runnable – jsfiddle for everything
21–30 of 105 posts
Re: Runnable – jsfiddle for everything
#22Re: Runnable – jsfiddle for everything
#23Re: Runnable – jsfiddle for everything
#24It seems to be a mix of languages and frameworks. For example, it doesn't list Python, but it does list Django. No Javascript, but jQuery and Node.js (Angular programmers are out of luck).
Re: Runnable – jsfiddle for everything
#25Where are they running the code? I could easily write malicious code that would crash the machine on which the code would be running on.
Re: Runnable – jsfiddle for everything
#26Re: Runnable – jsfiddle for everything
#27Where are they running the code? I could easily write malicious code that would crash the machine on which the code would be running on.
Re: Runnable – jsfiddle for everything
#28Where are they running the code? I could easily write malicious code that would crash the machine on which the code would be running on.
I may be wrong here but to address a comment above, my hunch is this is spawning a light, short-lived VM for this, which doesn't eliminate security concerns but would be sandboxed enough to make it tougher. I was trying to get some info on environment in C++ but unfortunately, > Oh no, there's a problem with Runnable!
Re: Runnable – jsfiddle for everything
#29If anyone is looking for a similar system but more focused on collaboration and working on code in real-time, check out: https://coderpad.io The target use case is interviews, but it works well for a wide variety of use cases as well.