Changes

Jump to navigation Jump to search
Line 1: Line 1:  
==About You==
 
==About You==
 
* '''What is your name?'''
 
* '''What is your name?'''
Bishal Santra
+
My name is Bishal Santra and I am a 3rd year undergraduate student at IIT Kharagpur, India.
 
* '''What is your email address?'''
 
* '''What is your email address?'''
 
bsantraigi@gmail.com
 
bsantraigi@gmail.com
Line 9: Line 9:  
bytestorm_
 
bytestorm_
 
* '''What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you'd prefer.)'''
 
* '''What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you'd prefer.)'''
Bengali/Hindi
+
I am comfortable with English, Bengali and Hindi.
 
* '''Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)'''
 
* '''Where are you located, and what hours (UTC) do you tend to work? (We also try to match mentors by general time zone if possible.)'''
 
India (UTC+5:30)
 
India (UTC+5:30)
   −
Possible Working Hours
+
'''Possible Working Hours'''
 +
 
 +
Till the end of June (Approx. 32 hrs./week) ('''Stay: '''In Mumbai)
    
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 24:  
|-
 
|-
 
| Weekends || 3:00 - 18:30 || 8:30 - 23:59
 
| Weekends || 3:00 - 18:30 || 8:30 - 23:59
 +
|}
 +
1st July - 14th July (Approx. 50 hrs./week) ('''Stay: '''Hometown or IIT Kharagpur)
 +
{| class="wikitable"
 +
|-
 +
! Time !! UTC !! IST
 +
|-
 +
|Weekdays || 3:00 - 18:30 || 8:30 - 23:59
 +
|-
 +
|Weekends || 3:00 - 18:30 || 8:30 - 23:59
 +
|}
 +
 +
14th July - End of GSoC (Approx. 38 hrs./week) ('''Stay: '''IIT Kharagpur)
 +
{| class="wikitable"
 +
|-
 +
! Time !! UTC !! IST
 +
|-
 +
|Weekdays || 12:30 - 18:30 || 18:00 - 23:59
 +
|-
 +
|Weekends ||3:00 - 18:30 || 8:30 - 23:59
 
|}
 
|}
 
* '''Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?'''
 
* '''Have you participated in an open-source project before? If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?'''
   −
No, this is my first time. I have used a lots of opensource softwares and tools. The thing that I like most about open-source is that the support for it would never die out. I have always wanted to take part in some opensource activity and I think there is no better platform than to participate in GSoC. It would also help you stay on a schedule so some awesome dev work it is assured.
+
No, this is my first time. I have used a lots of opensource softwares and tools. The thing that I like most about open-source is that the support for it would never die out. I have always wanted to take part in some opensource activity and I think there is no better platform than to participate in GSoC. It would also help you stay on a schedule so at the end of the time some awesome dev work it is assured.
    
==About your project==
 
==About your project==
 
* '''What is the name of your project? '''
 
* '''What is the name of your project? '''
 
Interactive Javascript Shell
 
Interactive Javascript Shell
* '''Describe your project in 10-20 sentences. What are you making? Who are you making it for, and why do they need it? What technologies (programming languages, etc.) will you be using?'''
+
* '''Describe your project in 10-20 sentences. What are you making? '''
The main aim of the project is to create an platform that can be used to run Javascript or code written in any other language to be compiled and run immediately.  
+
The main aim of the project is to create an platform that can be used to run Javascript or code written in any other language to be compiled (interpreted) and run immediately on a machine running sugar.
 +
 
 +
I would very much like make this application a little more useful by extending the idea to make a more flexible application and with some more features. I propose an alongside application that would provide an easy interface to create web based (HTML5/CSS & JS, runnable on any supported browser) interactive tutorials that can be accessed in a sugar machine using the Interactive JS shell to run these tutorials for learning programming languages.
   −
I would very much like to extend the idea to make a very flexible application and with some more features. I propose an application that would provide an easy interface to create web based(HTML5/CSS & JS, runnable on any supported browser) interactive tutorials that can be installed on any local (or remote host) server machine to host the created tutorials for learning programming languages.
+
'''For more details and source code of the application shown below, I would like you to take a look at my blog post. [http://bytestorm.in/new-projects/interactive-programmers-shell/ Link]'''
   −
* ''' What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.'''
+
'''THE ARCHITECTURE'''
 +
 
 +
THE NODE.JS SERVER
 +
The main server will be Node.js based and would handle the requests sent from the client application. This server is built using the ExpressJS library and the same is used for handling all the requests. This '''server will be started on the client device itself''' which makes it able to run the application even when it's not connected to internet or school LAN.
 +
 
 +
SETTING UP THE CLIENT(SUGAR)
 +
If we intend to make a standalone installation of the program i.e. no external server dependency then we would need the following packages to be installed.
 +
 
 +
Installable using yum: '''NodeJS'''
 +
 
 +
Only the required environment libraries e.g '''gcc''' for C tutorials, '''JS''' is taken care by NodeJS, '''octave''' for Matlab codes, '''python''' for python dev etc.
 +
 
 +
A new web-activity (right now the default template works). This is the interface the students will be using. The screenshots attached are of the same web activity. About the tutorial part this application will be able load a tutorial file. Each tutorial file will have some levels. Each level needs the student to input a code and gives the explanation about the syntax/use of that code. Student can save a level to continue later on.
 +
 
 +
Tutorial files will be in json/xml format.
 +
 
 +
Further internet access will be required if the student wants to download more tutorials that is not packaged in default installation.
 +
 
 +
THE USER INTERFACE(AND THE TUTORIAL CREATOR):
 +
 
 +
The user interface would be implemented using HTML5 and JS. The GUI will mainly consists of two main parts namely the tutorial creator and the viewer.
 +
 
 +
The tutorial creator is for both teachers and students who have earned some knowledge about JS to help other fellow students. This would not require any further development skill. The teacher/student would have to enter only three things to make tutorial expected input code, expected output code and some explanation/hint/syntax about the input code which would help the student to understand the usage of that command. This application will be packaged with some tutorials during its installation only.
 +
'''''THE VISUAL JS DEBUGGER'''''
 +
The Visual debugging interface is implemented using '''''UglifyJS '''''library. The '''''UglifyJS.minify() '''''function creates a source code map and extracts the variables used in the program. The source map can be used to parse codes which contain multiline codes (a single line code broken into more than one line), a feature yet to be added.
 +
 
 +
To make this feature easy to use this debugging interface is loaded as soon as the program is started. Hence the student just needs to click on any line of the code to see the values of the declared variables there.
 +
 
 +
'''I have already built a simple debugger and here is a screencast of that - [http://wiki.sugarlabs.org/images/f/fe/Final.gif LINK].'''
 +
INTERACTIVE TUTORIALS INTERFACE
 +
 
 +
The application installed on a XO machine will communicate with an online Node.js based server and will allow safe running of the of the commands/programs requested by the user.
 +
 
 +
The application will use RESTful services to communicate with the servers. It is very critical to build a system that can safely run the code sent by user without sending the server machine into some unwanted state. The backend will be written using Node.js and it will be used to communicate with the operating system services and compilers.
 +
 
 +
THE PROCESS FOR CREATING A TUTORIAL
 +
 
 +
In the initial version there would be provision for creating two or three types of tutorials. The user will be provided with a wizard which must be filled detailing the design, content and behaviour for the tutorial. Then a JSON/XML file will be created containing these details.
 +
 
 +
User would have two options for either uploading the tutorial to the public web repository or to export it into some file. Once this file(s) have been uploaded to the server, it will auto generate some code and prepare a web page for its testrun from where the user can check whether it is working properly.
 +
 
 +
The user will also have to choose the pre-requisite environment tools tutorials.
 +
 
 +
PROVISION FOR ADDED SUPPORT FOR MATLAB CODES:
 +
 
 +
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.
 +
'''''LINK TO ANIMATED GIF OF THE DEBUGGER INTERFACE ([http://wiki.sugarlabs.org/images/f/fe/Final.gif LINK])'''''
 +
* [[File:Final800 anim.gif|centre|thumb|800x800px|]]
 +
'''A SCREENSHOT FROM THE SUGAR WEB-ACTIVITY'''
 +
[[File:Vdi2.png|centre|thumb|800x800px|]]
 +
'''DEBUGGING A JAVASCRIPT CODE :'''
 +
[[File:Vdi3.png|centre|thumb|800x800px|]]
 +
[[File:Vdi4.png|centre|thumb|800x800px|]]
 +
'''RUNNING AN ERRONEOUS JAVASCRIPT CODE :'''
 +
[[File:ErrorLog.png|thumb|800x800px||centre]]
 +
'''SAVING A C CODE TO SERVER'''
 +
[[File:CSaved.png|centre|thumb|800x800px|]]
 +
'''COMPILING AND RUNNING A C CODE (SAVED IN SERVER)'''
 +
[[File:CRan.png|thumb|800x800px||centre]]
 +
* '''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.
 +
 
 +
Interactive tutorials are a great tool for newbie learners. There is no better alternative to it which can help you learn programming languages etc. in no time. There are many programming languages and courses and video tutorials available that it is not possible for anyone to learn everything. But time comes when one needs to learn more than one thing within a time constraint and all of it by himself. We intend to generate a software platform where anyone with some knowledge of a language can create small interactive tutorials (Web based). If we consider video tutorials it takes time to learn and even more time to download in remote areas. Sometimes it also becomes boring that many students do not find interest in it and give up even before starting the task.
 +
* '''What technologies (programming languages, etc.) will you be using?'''
 +
The main GUI shown above is build usingJavascript and HTML/CSS.It communicates with a host computer (can be the device running Sugar itself) which is aNodeJSbased server. Support for languages depends on the compilers which are installed in the host computer.
 +
 
 +
I would probably be using the some JS parser library, UglifyJS for visual debugging.
 +
 
 +
For checking flaws in code before running it I am familiar with two tools [http://www.splint.org/ Splint] and [https://github.com/danmar/cppcheck cppcheck]. I am looking into other possible solutions for this part.
 +
 
 +
* '''What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.'''
    
  '''Till Week 0 :''' I have been looking into existing interactive web based code compilation platforms. We can use NodeJS’s child_process api compile and execute any language code including JS.
 
  '''Till Week 0 :''' I have been looking into existing interactive web based code compilation platforms. We can use NodeJS’s child_process api compile and execute any language code including JS.
Line 45: Line 139:  
  '''Week 4 - 5 :''' Create the GUI tool for teacher to make step by step tutorials. These would be stored in the server as JSON format so that it can be loaded by XO using the Interactive Shell. (or a REST api service, would make further improvements easy)
 
  '''Week 4 - 5 :''' Create the GUI tool for teacher to make step by step tutorials. These would be stored in the server as JSON format so that it can be loaded by XO using the Interactive Shell. (or a REST api service, would make further improvements easy)
   −
  '''Week 6 - 8 :''' Visual Debugger - Debugging skills are of greater importance than to just write the code. There will always be bugs and errors in a code freshly written. The application must have a visual debugger in the interactive JS Shell. I am thinking of using this tool for this purpose. https://github.com/adobe-research/theseus
+
  '''Week 6 :''' Add support for HTML/CSS. Student would be able to write(edit) HTML/CSS code and see the corresponding changes.
 +
 
 +
'''Week 7 - 8 :''' Visual Debugger - Debugging skills are of greater importance than to just write the code. There will always be bugs and errors in a code freshly written. The application must have a visual debugger in the interactive JS Shell. I am thinking of using this tool for this purpose. https://github.com/adobe-research/theseus
    
  '''Week 9 - 10 :''' Sanbox the code - Security is a very big concern for virtual execution environments. Create a code filtering system for checking code to make sure that the server doesn't crash.
 
  '''Week 9 - 10 :''' Sanbox the code - Security is a very big concern for virtual execution environments. Create a code filtering system for checking code to make sure that the server doesn't crash.
Line 69: Line 165:  
* '''If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.'''
 
* '''If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.'''
   −
My opinion : First of all my answer to why programming is important is that there is a great fun in coding and that's something which will make you keep going to learn more about it. Also it just can't be learned by reading books or attending lectures, you have to try it out. Learning computer is very important to keep up the pace with the outer world. It also help you to understand how these computers, smartphones and those cool gadgets work. To me it is the easiest way to build things.
+
'''My opinion : '''First of all my answer to why programming is important is that there is a great fun in coding and that's something which will make you keep going to learn more about it. Also it just can't be learned by reading books or attending lectures, you have to try it out. Learning computer is very important to keep up the pace with the outer world. It also help you to understand how these computers, smartphones and those cool gadgets work. To me it is the easiest way to build things.
   −
Walter: We want our users to be full-fledged participant, hence they need to learn to program. We don't provide as yet any good place for them to learn JS. This is that place.
+
'''Walter: '''We want our users to be full-fledged participant, hence they need to learn to program. We don't provide as yet any good place for them to learn JS. This is that place.
 +
 
 +
'''Tony Anderson: '''One problem is to limit the scope of a project to something that is achievable in the available development time. The interactive tool should assist in working with javascript. The reference text is Eloquent Javascript. In the text there are a large number of examples of javascript illustrating programming concepts using javascript. Part I introduces javascript independent of HTML and CSS. The examples are proven using console.log so this interface needs to be supported.
    
* '''What will you do if you get stuck on your project and your mentor isn't around?'''
 
* '''What will you do if you get stuck on your project and your mentor isn't around?'''
Line 82: Line 180:     
===Miscellaneous===
 
===Miscellaneous===
* We want to make sure that you can set up a [http://developer.sugarlabs.org development environment] before the summer starts. Please do ''one'' of the following:
+
* '''We want to make sure that you can set up a [http://developer.sugarlabs.org development environment] before the summer starts. Please do ''one'' of the following:'''
 
** Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of "logout".
 
** Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of "logout".
 +
[[File:Sugarlabs bsantraigi.png|thumb|1100x1100px|]]
    +
* '''Describe a great learning experience you had as a child.'''
 +
I got my first hands on my first desktop gifted by my uncle when I was in 6th standard. It was Pentium 3 loaded with Windows 98. I still remember how obsessed I was with that computer for next 4 years. Sometime later I made an animation using powerpoint and a clip art (tear down the clip art and move it at every slide :P ). After I did that I was so damn happy that I would show it to anyone who came to our house. Anyone would say I am nostalgic that I still cherish those memories.
 +
* '''Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?'''
   −
<gallery>
+
Truly said I have had this idea for some time in my mind but I couldn't get any good platform where I could have implemented it. So I started looking into the various educational organizations taking part in GSoC 2015. Later I came across the project idea Interactive JavaScript Shell here and it is the perfect suit for my project idea. Also sugar labs is the perfect place for this project because it aims helping that part of the community who needs it most. So, I look forward to getting selected in this project.
Sugarlabs_bsantraigi.png|Caption1
  −
</gallery>
  −
 
  −
* Describe a great learning experience you had as a child.
  −
* Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?
  −
 
  −
Truly said I have had this idea for some time in my mind but I couldn't get any good platform where I could have implemented it. So I started looking into the various educational organizations taking part in GSoC 2015. Later I came across the project idea Interactive JavaScript Shell here and it is the perfect suit for my project idea. So, I look forward to getting selected in this project.
      
[[Category:2015 GSoC applications]]
 
[[Category:2015 GSoC applications]]
61

edits

Navigation menu