| codeide ( @ 2006-12-01 10:30:00 |
| Entry tags: | codeide basic c c++ javascript ide ajax |
CodeIDE.com - Build Code in Your Web Browser... Launched!!
Hello, All!
CodeIDE.com is ready to anounce about starting!
This system will help in starting programming in different programming languages.
To start programming, you're nly needed to visit CodeIDE.com, write your program and press "RUN"
Well, the supported products already includes: Basic (not Visual, but Classic, and it’s developing is finished on 95%), Javascript (finished 90%), Pascal (10% finished), C/C++(5% finished), Perl(started development), Assembler(under development).
Waiting for developing Languages: Java, Python,
Our system on this moment has two user types: anonymous (you’re login in as anonymous by default when entering http://codeIDE.com and was not visiting it earlier) and registred users.
Registred users has more features then anonymous have. First of all – the time of running programs,.. Anonymous users have only a half of time that Registred for one program running.
Registred visitors have ability to save files on the server, chat communication, publishing to wiki, etc..
Also, I want to suggest to run some programs from wiki - this will allow to see functionality of this service.. For example, from Graph sub-category of User Examples in Basic programming language directory:
Few circles with same center example
for i = 1 to 10
circle (150,100), i*10
next i
line (0,50)-(0,50)
for i=0 to 720 step 10
rad=i*3.14/180
s=50*(sin(rad)+1)
line -(i,s)
next i
line (0,50)-(730,50)
Waiting for your comments!