Changes

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.
+
* '''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 60: Line 60:  
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>
 
<br>
[1]: https://github.com/mathrex/crazyDriver  
+
[1]: https://github.com/mathrex/crazyDriver <br>
 
[2]: https://github.com/mathrex/linux_minishell
 
[2]: https://github.com/mathrex/linux_minishell
 
<br>
 
<br>