Programming online (Online IDE): Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "code snippet web-based editor / communication tools between developers/designers * [http://codepad.org/ codepad] {{access | date=2012-10-02}} {{access | date = 2014-10-07}} *...")
 
 
(5 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 11: Line 13:
* [https://codesandbox.io/ 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
* [https://codesandbox.io/ 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
* [http://sandbox.onlinephpfunctions.com/ PHP Sandbox, test PHP online, PHP tester] allow to choose different PHP version
* [http://sandbox.onlinephpfunctions.com/ PHP Sandbox, test PHP online, PHP tester] allow to choose different PHP version
* [https://repl.it/ Repl.it - Online IDE, Editor, and Compiler - Fast, Powerful, Free]
* [https://replit.com/ The collaborative browser based IDE - Replit] Support for [https://replit.com/templates 50+ languages]
* [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]


database testing
== Database testing ==
* [http://ideone.com/ Ideone.com] support SQL {{exclaim}} not support REGEXP function {{access | date = 2015-03-09}}
* [http://ideone.com/ Ideone.com] supports SQL {{exclaim}} not support REGEXP function {{access | date = 2015-03-09}}
* [http://sqlfiddle.com/ SQL fiddle] support MySQL, MS SQL server, Oracle, PostgreSQL, SQLite ...  {{exclaim}} data may not showed in couple days {{access | date = 2015-03-09}}
* [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 />
== Related articles ==
* [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 11:22, 11 September 2023

Code snippet web-based editor[edit]

code snippet web-based editor / communication tools between developers/designers

Database testing[edit]

Source code sharing[edit]

Save or share source codes

References[edit]

Related articles[edit]