Programming online (Online IDE): Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
No edit summary
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 15: Line 17:
* [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]


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] support 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] support MySQL, MS SQL server, Oracle, PostgreSQL, SQLite ...  {{exclaim}} data may not showed in couple days {{access | date = 2015-03-09}}


== 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 人的一天]

Revision as of 18:49, 29 September 2022

Code snippet web-based editor

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

Database testing

  • Ideone.com support SQL Icon_exclaim.gif not support REGEXP function [Last visited: 2015-03-09]
  • SQL fiddle support MySQL, MS SQL server, Oracle, PostgreSQL, SQLite ... Icon_exclaim.gif data may not showed in couple days [Last visited: 2015-03-09]

Source code sharing

Save or share source codes

References

Related articles