Online editors (testers, debuggers) are awesome if we want to quickly test some code. They are also very useful to check our solution when we want to post an answer on Stack Overflow. Here is my collection of various online editors that I encountered, though personally I use only some of them.
I'm publishing it because it can be helpfull for others and because I'd like to have this list easily accessible in Internet. Of course this list is not complete and there are many other editors. If you know something interesting let me know and I will add it here.
By share function I mean a possibility to create a pernament link to our code. Collaborate functions allows a group of developers to write a code together.
I'm publishing it because it can be helpfull for others and because I'd like to have this list easily accessible in Internet. Of course this list is not complete and there are many other editors. If you know something interesting let me know and I will add it here.
Online Editor | Language / Technology | Share function | Collaborate function |
---|---|---|---|
yUML | UML | Yes | draw.io | Diagrams | Yes (via Google docs) | Yes |
moqups | UI moqups | Yes | Yes |
ideone | C#, Java, Haskell, C++, Ada and many other | Yes | |
SQL Fiddle | SQL (MySQL, Oracle, PostgreeSQL, SQLLite, MSSQL) | Yes | |
regular expressions 101 | Regular expressions | Yes | |
.NET Fiddle | C#, VB.NET, F# | Yes | Yes |
C# Pad | C# | ||
D3.js | D3.js Java Script library | ||
CodePen | HTML + CSS + JS | Yes | |
jsfiddle | HTML + CSS + JS | Yes | Yes |
JS Bin | HTML + CSS + JS | Yes | Soon |
CSS Deck | HTML + CSS + JS | Yes | Yes |
Liveweave | HTML + CSS + JS | Yes | Yes |
Plunker | HTML + CSS + JS | Yes | Yes |
cpp.sh | C++ | Yes |
By share function I mean a possibility to create a pernament link to our code. Collaborate functions allows a group of developers to write a code together.
3 comments:
cpp.sh is very simple C++ online editor and compiler.
Thanks, I've already added it to my list.
I often work with these resources. Rarely, but sometimes doing a presentation in powerpoint, if you're interested, here is a good template for them http://charts.poweredtemplate.com/powerpoint-diagrams-charts/index.html. I hope it will be useful to you.
Post a Comment