Programming online (Online IDE): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Code snippet web-based editor == | |||
code snippet web-based editor / communication tools between developers/designers | code snippet web-based editor / communication tools between developers/designers | ||
* [http://codepad.org/ codepad] {{access | date=2012-10-02}} {{access | date = 2014-10-07}} | * [http://codepad.org/ codepad] {{access | date=2012-10-02}} {{access | date = 2014-10-07}} | ||
| Line 14: | Line 16: | ||
* [https://3v4l.org/ Online PHP editor | Test code in 250+ PHP versions] | * [https://3v4l.org/ Online PHP editor | Test code in 250+ PHP versions] | ||
* [https://www.mycompiler.io/ myCompiler - An online IDE for C, C++, Java, Python, Go, NodeJS and other languages] | * [https://www.mycompiler.io/ myCompiler - An online IDE for C, C++, Java, Python, Go, NodeJS and other languages] | ||
* [https://www.programiz.com/python-programming/online-compiler/ Online Python Compiler (Interpreter)] supports Python {{access | date = 2024-05-06}} | |||
== Database testing == | |||
* [http://ideone.com/ Ideone.com] | * [http://ideone.com/ Ideone.com] supports SQL {{exclaim}} not support REGEXP function {{access | date = 2015-03-09}} | ||
* [http://sqlfiddle.com/ SQL fiddle] | * [http://sqlfiddle.com/ SQL fiddle] supports MySQL, MS SQL server, Oracle, PostgreSQL, SQLite ... | ||
* [https://paiza.io/en/projects/new?language=mysql MySQL Online | Online editor and compiler] supports MySQL {{access | date = 2023-01-21}} | |||
* [https://www.db-fiddle.com/ DB Fiddle - SQL Database Playground] supports MySQL, SQLite & PostgreSQL {{access | date = 2023-09-11}} | |||
== Source code sharing == | |||
Save or share source codes | Save or share source codes | ||
* [http://pastie.org/ Pastie] with syntax highlighting | * [http://pastie.org/ Pastie] with syntax highlighting | ||
* [http://pastebin.com/ Pastebin.com - #1 paste tool since 2002!] | * [http://pastebin.com/ Pastebin.com - #1 paste tool since 2002!] | ||
References | == References == | ||
<references /> | <references /> | ||
Related articles | == Related articles == | ||
* [https://ithelp.ithome.com.tw/questions/10203618?sc=nl.daily 有什麼線上 python 編譯小工具 用來 寫點小CODE 分享給其他工程師 看的 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天] | * [https://ithelp.ithome.com.tw/questions/10203618?sc=nl.daily 有什麼線上 python 編譯小工具 用來 寫點小CODE 分享給其他工程師 看的 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天] | ||
* https://github.com/coder/code-server | |||
[[Category:Programming]] [[Category:Tool]] | [[Category:Programming]] [[Category:Tool]] | ||
Latest revision as of 16:10, 6 May 2024
Code snippet web-based editor[edit]
code snippet web-based editor / communication tools between developers/designers
- codepad [Last visited: 2012-10-02] [Last visited: 2014-10-07]
- CSSDesk HTML, CSS [Last visited: 2013-02-11]
- The first commented line is your dabblet’s title ✿ dabblet.com: view the sample of html and css [Last visited: 2012-08-22]
- Ideone.com "Online IDE & Debugging Tool >> C/C++, Java, PHP, Python, Perl and 40+ compilers and interpreters"
- JS Bin - Collaborative JavaScript Debugging: HTML, CSS, Javascript[1]
- jsFiddle [Last visited: 2014-10-07]
- Plunker support JS, Angular, React, AngularJS & Preact [Last visited: 2018-08-08]
- Implode.io for PHP [Last visited: 2018-03-15]
- Rextester [Last visited: 2019-01-13]
- CodeSandbox: Online Code Editor Tailored for Web Application Development Support Angular, React, Vanilla, Vue, Gatsby, Next.js, Node, Nuxt.js, Unibit, React + TS and Vanilla + TS
- PHP Sandbox, test PHP online, PHP tester allow to choose different PHP version
- The collaborative browser based IDE - Replit Support for 50+ languages
- Online PHP editor | Test code in 250+ PHP versions
- myCompiler - An online IDE for C, C++, Java, Python, Go, NodeJS and other languages
- Online Python Compiler (Interpreter) supports Python [Last visited: 2024-05-06]
Database testing[edit]
- Ideone.com supports SQL
not support REGEXP function [Last visited: 2015-03-09] - SQL fiddle supports MySQL, MS SQL server, Oracle, PostgreSQL, SQLite ...
- MySQL Online | Online editor and compiler supports MySQL [Last visited: 2023-01-21]
- DB Fiddle - SQL Database Playground supports MySQL, SQLite & PostgreSQL [Last visited: 2023-09-11]
Source code sharing[edit]
Save or share source codes
- Pastie with syntax highlighting
- Pastebin.com - #1 paste tool since 2002!