 |
ทำไง อยากทำ Editor online บวก Compiler online เหมือน http://codepad.org |
|
 |
|
|
 |
 |
|
โห เป็นประโยชน์ค่ะ เสียดายไม่มี c# กะ vb.net มั่ง
อันนี้ลองเดาดูนะคะ จากที่เคยทำให้ editplus compile c++ ตอนเรียนปีหนึ่ง
น่าจะเป็นการดึง code เข้าไป compile ที่ console แล้วดักจับ output จากนั้น response
ออกมาที่ เวป
เดาล้วนๆอะค่ะ ^^
|
ประวัติการแก้ไข 2010-10-01 20:55:45
 |
 |
 |
 |
Date :
2010-10-01 20:41:49 |
By :
blurEyes |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
คงติด license มั้งคะ แต่ถ้าเป็น mono framework น่าจะทำได้
น่าจะมีคนทำมั่งเนอะคะ
|
 |
 |
 |
 |
Date :
2010-10-02 18:33:14 |
By :
blurEyes |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
อืมนั่นดิ แล้วมันให้ library ตัวนี้มาทำไมนะ นึกว่าเอามาให้เราทำ compiler ซะอีก 
|
 |
 |
 |
 |
Date :
2010-10-02 18:38:51 |
By :
tungman |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
http://www.coderun.com/
นี่ก็อีกที่ ครับ
Create projects in multiple languages
CodeRun features native support for C#/.NET (3.5), PHP (5.1), JavaScript, HTML and CSS. C# support includes ASP.NET, WCF, Silverlight and WPF browser application development and deployment. Database support includes SQL Server 2005 and Amazon SimpleDB. This means you do not have to learn anything new in order to begin working with CodeRun. Simply upload you existing code, or start from one of the built-in templates.
|
 |
 |
 |
 |
Date :
2010-10-02 20:51:36 |
By :
deawx |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
<script>
function compile(){
eval(document.getElementById('sc').value);
return false;
}
</script>
<label for="sc"></label>
<textarea name="sc" id="sc" cols="45" rows="5"></textarea>
<input type="button" name="button" id="button" value="compile" onclick="compile();" />
เขียนกันสดๆ ครับ ตัวทดลอง run javascript
|
 |
 |
 |
 |
Date :
2010-10-02 21:33:39 |
By :
... |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Thanks 
|
 |
 |
 |
 |
Date :
2011-04-14 03:55:21 |
By :
EXPERT-PRO |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|