|
|
|
|
|
by benoitc2
6145 days ago
|
|
Oh please! realtime discussions, revsions & more. Maybe you should be more attentive rather than wanting to make your point. I already said, idea of executing code is interesting. but then something should be found to execute also custom modules. that's all what I said and I would be happy to play with this idea. |
|
FriendPaste is neat, but it's not as daring as letting people run a bunch of different languages on your server like CodePad does. I imagine one reason it's not open source is that they're relying partly on security through obscurity. I would be if I were running such a site.
BTW, I did check it out more in depth, and its python interpreter runs "import datetime" and "print datetime.datetime.now()" fine, but gives an error than an md5 library is missing when you try to run "import urllib2". So it supports some standard modules but not all.