Changes

Jump to navigation Jump to search
Line 20: Line 20:  
Turtle Blocks export in Javascript is for those children who improve their understanding of variuos programming abstract concepts through Turtle Blocks and after that they feel the need of starting to code in a real programming language. This project will help them to understand better what is going on behind the scene because they can both see the real programming language code and also see a graphical representation.As the project is intended to help beginners starting to code in javascript through analogy with block programs, this process will evolve quicker.
 
Turtle Blocks export in Javascript is for those children who improve their understanding of variuos programming abstract concepts through Turtle Blocks and after that they feel the need of starting to code in a real programming language. This project will help them to understand better what is going on behind the scene because they can both see the real programming language code and also see a graphical representation.As the project is intended to help beginners starting to code in javascript through analogy with block programs, this process will evolve quicker.
 
<br>The Javascript export feature will be done using Javascript language. Also I will make use of the functionalities available already in Turtle Blocks JS project that interact with drawing canvas etc. Eventually the javascript code will have to import that files and run independently the generated source file.
 
<br>The Javascript export feature will be done using Javascript language. Also I will make use of the functionalities available already in Turtle Blocks JS project that interact with drawing canvas etc. Eventually the javascript code will have to import that files and run independently the generated source file.
 +
* 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.
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 52: Line 53:  
|15 Aug - 22 Aug || Fix the last bugs. Clean up
 
|15 Aug - 22 Aug || Fix the last bugs. Clean up
 
|}
 
|}
* 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.
+
 
 
* Convince us, in 5-15 sentences, that you will be able to successfully complete your project in the timeline you have described. This is usually where people describe their past experiences, credentials, prior projects, schoolwork, and that sort of thing, but be creative. Link to prior work or other resources as relevant.
 
* Convince us, in 5-15 sentences, that you will be able to successfully complete your project in the timeline you have described. This is usually where people describe their past experiences, credentials, prior projects, schoolwork, and that sort of thing, but be creative. Link to prior work or other resources as relevant.
 
<br>
 
<br>
Line 58: Line 59:  
I am in the last year of a Computer Science faculty and till now I attended two internships. During the first one I get involved in developing the front end of a web application (including html,css,javascript, node.js) and during the second one contributing at the development of an android application (https://play.google.com/store/apps/details?id=mobi.ipi).
 
I am in the last year of a Computer Science faculty and till now I attended two internships. During the first one I get involved in developing the front end of a web application (including html,css,javascript, node.js) and during the second one contributing at the development of an android application (https://play.google.com/store/apps/details?id=mobi.ipi).
 
Also during the school time I did many homeworks (mini projects) that had deadlines and every one of it challenge me on doing things that I haven't done before. Two examples of them are here:  
 
Also during the school time I did many homeworks (mini projects) that had deadlines and every one of it challenge me on doing things that I haven't done before. Two examples of them are here:  
 
+
<br>
 +
[1]: https://github.com/mathrex/crazyDriver
 +
[2]: https://github.com/mathrex/linux_minishell
 +
<br>
 
If I sum up the time I work with javascript I get 6 months( internship and homeworks) and I'm confident it's enough to carry out the project. More over already I spend 1 day looking on the source files of Turtle Blocks JS and I identified the key elements that I need to do my work.
 
If I sum up the time I work with javascript I get 6 months( internship and homeworks) and I'm confident it's enough to carry out the project. More over already I spend 1 day looking on the source files of Turtle Blocks JS and I identified the key elements that I need to do my work.
  

Navigation menu