Summer of Code/2015/Interactive JS Shell: Difference between revisions
Tag: visualeditor |
Tag: visualeditor |
||
| Line 105: | Line 105: | ||
MATLAB is a very important tool available for any engineering/science field. | MATLAB is a very important tool available for any engineering/science field. | ||
We can add support for running matlab/octave(.m) codes by using the octave interpreter. | We can add support for running matlab/octave(.m) codes by using the octave interpreter. | ||
* '''ANIMATED GIF OF THE DEBUGGER INTERFACE ([http://wiki.sugarlabs.org/images/f/fe/Final.gif LINK])'''[[File:Final.gif|centre| | * '''LINK TO ANIMATED GIF OF THE DEBUGGER INTERFACE ([http://wiki.sugarlabs.org/images/f/fe/Final.gif LINK])''' | ||
* [[File:Final.gif|centre|1366x1366px|]] | |||
* '''A SCREENSHOT FROM THE SUGAR WEB-ACTIVITY''' | * '''A SCREENSHOT FROM THE SUGAR WEB-ACTIVITY''' | ||
[[File: | [[File:Vdi2.png|centre|thumb|800x800px|]] | ||
* '''DEBUGGING A JAVASCRIPT CODE :''' | |||
* ''' | [[File:Vdi3.png|centre|thumb|800x800px|]] | ||
[[File: | [[File:Vdi4.png|centre|thumb|800x800px|]] | ||
* '''RUNNING AN ERRONEOUS JAVASCRIPT CODE :''' | * '''RUNNING AN ERRONEOUS JAVASCRIPT CODE :''' | ||
[[File:ErrorLog.png|thumb| | [[File:ErrorLog.png|thumb|800x800px||centre]] | ||
* '''SAVING A C CODE TO SERVER''' | * '''SAVING A C CODE TO SERVER''' | ||
[[File:CSaved.png|centre|thumb| | [[File:CSaved.png|centre|thumb|800x800px|]] | ||
* '''COMPILING AND RUNNING A C CODE (SAVED IN SERVER)''' | * '''COMPILING AND RUNNING A C CODE (SAVED IN SERVER)''' | ||
[[File:CRan.png|thumb| | [[File:CRan.png|thumb|800x800px||centre]] | ||
* '''Who are you making it for, and why do they need it?''' | * '''Who are you making it for, and why do they need it?''' | ||
I got the motivation for this project from this site [https://try.github.io/levels/1/challenges/1 Github tutorial]. This is very similar to the main idea but also helps the student to learn a language step by step. This is also to make anyone, even with a very little knowledge of the subject, able to make tutorials for fellow students. | I got the motivation for this project from this site [https://try.github.io/levels/1/challenges/1 Github tutorial]. This is very similar to the main idea but also helps the student to learn a language step by step. This is also to make anyone, even with a very little knowledge of the subject, able to make tutorials for fellow students. | ||