How to Execute Programs online ?
Tuesday, 1 January 2013
Friends, are you tiered watching tutorials and executing your coded programs in your slow PC’s during learning or during testing?
Here are some ways to execute your coding online by using webs with online compiler/interpreter , IDE and debugging tools:
Here are some ways to execute your coding online by using webs with online compiler/interpreter , IDE and debugging tools:
Pastebin: www.pastebin.com
Ideone: www.ideone.com
codepad: www.codepad.org
jsFiddle: www.jsfiddle.net
Out of these I prefer using Pastebin.
It supports executing programs more than 40 languages like:
C, C++, C#, Java, Php, Php Brief, Bash, Delphi, Ada, JavaScript, Python, Rails, Ruby, HTML, HTML5,
Go, CSS, VHDL, Visual Basic, VB.Net, Visual FoxPro, Perl, XML, Pascal, etc…………
Go, CSS, VHDL, Visual Basic, VB.Net, Visual FoxPro, Perl, XML, Pascal, etc…………
and also Sql, MySql, Oracle 8, Oracle 11, PL/Sql, PostgreSQL, etc for database query execution and testing……..
jsFiddle is better for testing program for web technologies like HTML, CSS, JavaScript, JSON,etc
It is used to code & test on how the Client-Side view is going to be.
{ Note:Not for testing any Server-side scripts }
It has special split-panel view to select language on each panel & code simultaneously
to view the result.
to view the result.
I prefer this a best one for testing Javascript functionality with Ajax and Jquery Programs.
This helps to code the programs faster , instead of coding and executing files separately in our PC’s with web servers.
This helps to code the programs faster , instead of coding and executing files separately in our PC’s with web servers.
Note:
- These above sites can be used only for testing, executing, or even coding small programs or snippets when learning, or trying something newer.
- Please don’t consider these as a complete resource for executing all the programs, as they have certain limitations.
- It is always a good practice to do it in your own PC’s , when you start coding a project or some big programs.
Posted by
droided.dev
at
01:00
0 comments:
Subscribe to:
Post Comments (Atom)
