30个开发ide

Most people know about jsFiddle because it is an amazing tool that allows you to quickly test and share small pieces of code. No wonder my jsFiddle examples post is getting a ton of traffic. But, there are many other awesome web based sandbox testing tools that you might find useful. Did you know that there are SQL and NodeJS sandboxing tools out there? It is so convenient to quickly mess around with code online and collaborate with other programmers. Below you will find some of the best free code playgrounds and sandboxing tools for testing, debugging and sharing your code snippets (I put my favorites in bold).

1. JSFiddle – supports JS, CSS, HTML and dominates in this space with a simple approach and great features like sharing, embedding, etc.
JSFiddle

2. JSBin – looks very similar to JSFiddle and allows HTML, JS, and CSS.
JS Bin

3. Tinkerbin – another code playground for HTML, JS, and CSS.
Tinkerbin

4. CodePen – online HTML, CSS, and JS editor with sharing tools and collections of snippets organized for code inspiration.
CodePen

5. CodePad – allows you to test C, C++, Perl, Python, Ruby, and more online.
Codepad

6. D3 PlayGround – a tool for exploring and developing visualizations using D3.
D3 Playground

7. HTML5 Snippet – testing ground for HTML5, CSS3 and JS.
HTML5 Snippet

8. PasteBin – simple and clutter-free HTML/JS open source sandbox tool. I like that it’s open sourced on GitHub.
Pastebin

9. CSS Desk – Test your HTML and CSS code online.
CSSDesk

10. Dabblet – Interactive CSS playground and code sharing tool.
Dabblet

11. JSapp – a playground for testing your NodeJS code online.
NodeJS JSapp

12. TryItEditor – lets you test your HTML code markup.
TryIt Editor

13. PHP Fiddle – Let’s you test out PHP Code online.
PHPfiddle

14. PYCH – The online Python Code Checker
Pych

15. PY I/O – Online Python IDE built with Google App Engine
PY IO

16. JavaScript Sandbox – Online tool to test JavaScript code
JS Sandbox

17. RegexPal – JavaScript Regular Expression Tester
RegexPal

18. Codecademy Labs – a place for you to program in Ruby, Python, and JavaScript online
CodeAcademy Labs

19. SQLFiddle – allows you to create a DataBase and test SQL code.
SQLFiddle

20. IDEone – an online compiler and debugging tool which allows you to run code online in more than 40 programming languages
IDEone

21. Mozilla Thimble – lets you write and edit HTML and CSS right in your browser and instantly preview your work.
Mozilla Thimble

22. Liveweave – a HTML5, CSS3 & JavaScript playground for web developers and designers.
Liveweave

23. Practicode – another online tool for editing your code snippets with support for HTML, CSS and VBScript.
Practicode

24. PHP Sandbox – lets you test php functions online with many different version of PHP.
PHP Sandbox

25. Snippet.IO – free tool that lets you share code snippets easily.
Snippet.IO

26. HTML5 PlayGround – lets you click on pre-defined HTML5 tags and see how the code works instantly in preview.
HTML PlayGround

27. Tmpltr – another JSFiddle clone but focused on realtime template binding.
Tmpltr

28. Google Code PlayGround – allows you to instantly test code using various Google APIs.
Google Code PlayGround

29. PasteHTML – a sandbox for playing with HTML, CSS and JS with an API and a bookmarklet to create a snapshot of any web page and store it online.
PasteHTML

30. Tinker – a quick and easy tool for writing and sharing code
Tinker

Have I missed any online tools to test and share code snippets?

猜你喜欢

转载自wangxiaoxu.iteye.com/blog/1774952