<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Curiousguy13</id>
	<title>Sugar Labs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Curiousguy13"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/Curiousguy13"/>
	<updated>2026-04-17T00:05:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=92188</id>
		<title>Summer of Code/2014/curiousguy13/Port To Python3</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=92188"/>
		<updated>2014-03-22T09:05:46Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , I haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Port To Python3&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project aims at porting sugar to Python3 . It will also include writing a robust test suite for sugar and a Python3 porting guide for sugar activities. &lt;br /&gt;
Python3 is the future of python and every software will eventually be ported to Python3. The main difference that makes Python3 better than Python2.x is that the support for unicode is greatly improved in Python3 . This will also be useful for sugar as sugar has users in more than 100 languages and it&#039;s easy to translate strings from unicode to other languages. Also, gtk3+ , on which sugar is built has a better unicode support too, so along with gtk3+ and Python3 , sugar will get more efficient and developer friendly.&amp;lt;br /&amp;gt;&lt;br /&gt;
More differences between Python2 and 3 can be found here: http://docs.python.org/3/whatsnew/3.0.html &amp;lt;br /&amp;gt;&lt;br /&gt;
In this project, I would first start by porting sugar-toolkit-gtk3 to Python 3 compatible code. It won&#039;t have to be backwards compatible because the activities are run using dbus , so the activities written in Python2 will still work.  After that, I will port the sugar-shell to Python 3 compatible code. Some tools that can be used to port are 2to3 and autopep8(https://pypi.python.org/pypi/autopep8/).&lt;br /&gt;
The process that I will follow will be:&lt;br /&gt;
# Check if all the dependencies are compatible with Python3, if not first port them to Python3.&lt;br /&gt;
# Use AutoPEP8 to make the code comply with PEP8 style guide which will also help with the porting.&lt;br /&gt;
# Use 2to3 to make the code Python 3 compatible.&lt;br /&gt;
# Go through the remaining code manually and sort out any errors or discrepancies.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A more thorough porting guide for sugar activities will be written.&lt;br /&gt;
Further changes in porting strategy, if any , will be discussed during or before the community bonding period.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the porting options with sugar community.Also resolve any dependency issues.&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start porting sugar-toolkit to Python 3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Continue with porting sugar-toolkit&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Port existing sugar-toolkit tests into Python 3.Write new tests to check Python 3 compatibility, test sugar-shell and remove bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Start porting sugar into Python 3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)||  Continue with porting sugar&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Port existing tests and write new tests.)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Port sugar-build to Python3&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Buffer Week.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)|| Write new tests to check Python 3 compatibility, test sugar-toolkit and remove bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Port an existing sugar activity and document the process.(Porting Guide)&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If time permits , I will try to port all the fructose activities to Python3 during the GSoC. If not, I will pert the fructose activities to Python3 post-GSoC.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I am also currently involved with the mozmill(mozilla) team to port mozmill to Python3 and thus have experience using 2to3 and autopep8.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* I have also ported all the sugar and sugar-toolkit-gtk3 tests to Python3. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link : https://github.com/curiousguy13/sugar-python3-tests&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: This project would port sugar to Python 3 which is the future of Python. It has better unicode support which would make it easier for developers to work with strings which would now be in unicode as unicode is easier to translate into different languages. Hence ,porting will help the sugar community in internationalization and will also make sugar up to date with modern technologies that rely on Python3.&lt;br /&gt;
&lt;br /&gt;
There are several reasons why this project is important to Sugar Labs: (1) we need to keep pace with the projects we depend upon upstream -- Python 3 is being to become de rigour -- and (2) Python 3 has much better support for i18n and unicode -- critical to the global nature of our project. --[[User:Walter|Walter]] ([[User talk:Walter|talk]]) 16:31, 19 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
A planned transition to python 3 is needed to keep Sugar updated. Need work coordinated with the community and upstream projects. --[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 07:59, 20 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Any other engagements this summer that may collide with GSoC period?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May ,2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the community bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=92187</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=92187"/>
		<updated>2014-03-22T09:03:28Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
# A persistent shareable clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view (or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends. &lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
The Bulletin Board is also described in the sugarlabs wiki at: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Implementation:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
1) Chat Overlay: The chat overlay will be a peer to peer implementation using telepathy-python module. The chat overlay will only be used to transfer text or images , so it&#039;s functionality will be similar to the already existing chat activity. The code from chat activity can be reused to some extent in the chat overlay. The chat activity code will have to be modified to fit with the design and UI of chat overlay which will be implemented in gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
2) A persistent shareable clipboard: The clipboard will be different than the chat overlay as in the sharable clipboard , we will be able to share all objects i.e text files, music files, pdf files ,images and even complete activities. Basically any object that could be stored in journal will be shareable using using the clipboard. It will also be a peer to peer implementation using telepathy-python. In this, the code used for storing objects in journal can be modified and reused.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Design and UI:&#039;&#039;&#039;&lt;br /&gt;
[[File:Bulletin-board.jpg|thumb|upright=3|center]]&lt;br /&gt;
The picture displays the chat overlay layer over a drawing activity as the Bulletin board option is selected in the top frame.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All the above mentioned details regarding the functionality will be discussed thoroughly with the sugar-labs community during the &lt;br /&gt;
community bonding period and might undergo many modifications.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)|| Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Bulletin Board is a missing piece of our collaboration proposal. Would be good have this finally implemented.--[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 17:23, 18 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Other Engagements this summer&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May ,2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the cummunity bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=92186</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=92186"/>
		<updated>2014-03-22T09:02:36Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
# A persistent shareable clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view (or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends. &lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
The Bulletin Board is also described in the sugarlabs wiki at: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Implementation:&#039;&#039;&#039;&lt;br /&gt;
1) Chat Overlay: The chat overlay will be a peer to peer implementation using telepathy-python module. The chat overlay will only be used to transfer text or images , so it&#039;s functionality will be similar to the already existing chat activity. The code from chat activity can be reused to some extent in the chat overlay. The chat activity code will have to be modified to fit with the design and UI of chat overlay which will be implemented in gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
2) A persistent shareable clipboard: The clipboard will be different than the chat overlay as in the sharable clipboard , we will be able to share all objects i.e text files, music files, pdf files ,images and even complete activities. Basically any object that could be stored in journal will be shareable using using the clipboard. It will also be a peer to peer implementation using telepathy-python. In this, the code used for storing objects in journal can be modified and reused.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Design and UI:&#039;&#039;&#039;&lt;br /&gt;
[[File:Bulletin-board.jpg|thumb|upright=3|center]]&lt;br /&gt;
The picture displays the chat overlay layer over a drawing activity as the Bulletin board option is selected in the top frame.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All the above mentioned details regarding the functionality will be discussed thoroughly with the sugar-labs community during the &lt;br /&gt;
community bonding period and might undergo many modifications.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)|| Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Bulletin Board is a missing piece of our collaboration proposal. Would be good have this finally implemented.--[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 17:23, 18 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Other Engagements this summer&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May ,2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the cummunity bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=92136</id>
		<title>Summer of Code/2014/curiousguy13/Port To Python3</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=92136"/>
		<updated>2014-03-21T15:47:59Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , I haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Port To Python3&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project aims at porting sugar to Python3 . It will also include writing a robust test suite for sugar and a Python3 porting guide for sugar activities. &lt;br /&gt;
Python3 is the future of python and every software will eventually be ported to Python3. The main difference that makes Python3 better than Python2.x is that the support for unicode is greatly improved in Python3 . This will also be useful for sugar as sugar has users in more than 100 languages and it&#039;s easy to translate strings from unicode to other languages. Also, gtk3+ , on which sugar is built has a better unicode support too, so along with gtk3+ and Python3 , sugar will get more efficient and developer friendly.&lt;br /&gt;
More differences between Python2 and 3 can be found here: http://docs.python.org/3/whatsnew/3.0.html&lt;br /&gt;
In this project, I would first start by porting sugar-toolkit-gtk3 to Python 3 compatible code. It won&#039;t have to be backwards compatible because the activities are run using dbus , so the activiteis written in Python2 will still work.  After that, I will port the sugar-shell to Python 3 compatible code. Some tools that can be used to port are 2to3 and autopep8 (https://pypi.python.org/pypi/autopep8/) &lt;br /&gt;
The process that i will follow will be:&lt;br /&gt;
# Check if all the dependencies are compatible with Python3, if not first port them to Python3.&lt;br /&gt;
# Use AutoPEP8 to make the code comply with PEP8 style guide which will also help with the porting.&lt;br /&gt;
# Use 2to3 to make the code Python 3 compatible.&lt;br /&gt;
# Go through the remaining code manually and sort out any errors or discrepancies.&lt;br /&gt;
A more thorough porting guide for sugar activities will be written.&lt;br /&gt;
Further changes in porting strategy, if any , will be discussed during the community bonding period.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the porting options with sugar community.Also resolve any dependency issues.&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start porting sugar-toolkit to Python 3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Continue with porting sugar-toolkit&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Port existing sugar-toolkit tests into Python 3.Write new tests to check Python 3 compatibility, test sugar-shell and remove bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Start porting sugar into Python 3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)||  Continue with porting sugar&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Port existing tests and write new tests.)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Port sugar-build to Python3&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Buffer Week.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)|| Write new tests to check Python 3 compatibility, test sugar-toolkit and remove bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Port an existing sugar activity and document the process.(Porting Guide)&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If time permits , I will try to port all the fructose activities to Python3 during the GSoC. If not, I will pert the fructose activities to Python3 post-GSoC.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I am also currently involved with the mozmill(mozilla) team to port mozmill to Python3.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: This project would port sugar to Python 3 which is the future of Python. It has better unicode support which would make it easier for developers to work with strings which would now be in unicode as unicode is easier to translate into different languages. Hence ,porting will help the sugar community in internationalization and will also make sugar up to date with modern technologies that rely on Python3.&lt;br /&gt;
&lt;br /&gt;
There are several reasons why this project is important to Sugar Labs: (1) we need to keep pace with the projects we depend upon upstream -- Python 3 is being to become de rigour -- and (2) Python 3 has much better support for i18n and unicode -- critical to the global nature of our project. --[[User:Walter|Walter]] ([[User talk:Walter|talk]]) 16:31, 19 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
A planned transition to python 3 is needed to keep Sugar updated. Need work coordinated with the community and upstream projects. --[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 07:59, 20 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Any other engagements this summer that may collide with GSoC period?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May ,2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the community bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=91998</id>
		<title>Summer of Code/2014/curiousguy13/Port To Python3</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=91998"/>
		<updated>2014-03-19T19:31:44Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , I haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Port To Python3&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project aims at porting sugar-shell and sugar-toolkit to Python3 . It will also include writing a robust test suite to check for Python 2/3 compatibility and a python3 porting guide for sugar activities. &lt;br /&gt;
Python3 is the future of python and every software will eventually be ported to python3. The main difference that makes Python3 better than Python2.x is that the support for unicode is greatly improved in Python3 . This will also be useful for sugar as sugar has users in more than 100 languages and it&#039;s easy to translate strings from unicode to other languages. Also, gtk3+ , on which sugar is built has a better unicode support too, so along with gtk3+ and Python3 , sugar will get more efficient and developer friendly.&lt;br /&gt;
More differences between Python2 and 3 can be found here: http://docs.python.org/3/whatsnew/3.0.html&lt;br /&gt;
In this project, I would first start by porting sugar-shell to Python 2/3 compatible code. It will still have to be backward compatible because some of the activities written in python2 will have to be supported for quite some time. After that, I will port the gtk3+ sugar-toolkit to Python 2/3 compatible code. Some tools that can be used to port are modernize( https://github.com/mitsuhiko/python-modernize) and autopep8 (https://pypi.python.org/pypi/autopep8/) &lt;br /&gt;
The process that i will follow will be:&lt;br /&gt;
# Check if all the dependencies are compatible with Python3, if not first port them to Python3.&lt;br /&gt;
# Use AutoPEP8 to make the code comply with PEP8 dtyle guide which will also help with the porting.&lt;br /&gt;
# Use modernize (which is a thin wrapper over 2to3) to make the code Python2 and 3 compatible.&lt;br /&gt;
# Go through the remaining code manually and sort out any errors or discrepancies.&lt;br /&gt;
A more thorough porting guide for sugar activities will be written.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the porting options with sugar community.&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start porting sugar-toolkit to Python 2/3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Continue with porting sugar-toolkit&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Port existing sugar-toolkit tests into Python 2/3&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Write new tests to check Python 3 compatibility, test sugar-shell.&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)|| Start porting sugar-shell into Python 2/3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Continue with porting sugar-shell.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Port existing sugar-shell tests into Python 2/3&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)|| Write new tests to check Python 3 compatibility, test sugar-toolkit.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Port an existing sugar activity and document the process.(Porting Guide)&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I am also currently involved with the mozmill(mozilla) team to port mozmill to Python3.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: This project would port sugar to Python 3 which is the future of Python. It has better unicode support which would make it easier for developers to work with strings which would now be in unicode as unicode is easier to translate into different languages. Hence ,porting will help the sugar community in internationalization and will also make sugar up to date with modern technologies that rely on Python3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Any other engagements this summer that may collide with GSoC period?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May , 2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the community bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=91983</id>
		<title>Summer of Code/2014/curiousguy13/Port To Python3</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Port_To_Python3&amp;diff=91983"/>
		<updated>2014-03-19T15:52:27Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: Created page with &amp;quot;== About you == &amp;#039;&amp;#039;&amp;#039;What is your name?&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;  My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;  &amp;#039;&amp;#039;&amp;#039;What is ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , I haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Port To Python3&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project aims at porting sugar-shell and sugar-toolkit to Python3 . It will also include writing a robust test suite to check for Python 2/3 compatibility and a python3 porting guide for sugar activities. &lt;br /&gt;
Python3 is the future of python and every software will eventually be ported to python3. The main difference that makes Python3 better than Python2.x is that the support for unicode is greatly improved in Python3 . This will also be useful for sugar as sugar has users in more than 100 languages and it&#039;s easy to translate strings from unicode to other languages. Also, gtk3+ , on which sugar is built has a better unicode support too, so along with gtk3+ and Python3 , sugar will get more efficient and developer friendly.&lt;br /&gt;
More differences between Python2 and 3 can be found here: http://docs.python.org/3/whatsnew/3.0.html&lt;br /&gt;
In this project, I would first start by porting sugar-shell to Python 2/3 compatible code. It will still have to be backward compatible because some of the activities written in python2 will have to be supported for quite some time. After that, I will port the gtk3+ sugar-toolkit to Python 2/3 compatible code. Some tools that can be used to port are modernize( https://github.com/mitsuhiko/python-modernize) and autopep8 (https://pypi.python.org/pypi/autopep8/) &lt;br /&gt;
The process that i will follow will be:&lt;br /&gt;
# Check if all the dependencies are compatible with Python3, if not first port them to Python3.&lt;br /&gt;
# Use AutoPEP8 to make the code comply with PEP8 dtyle guide which will also help with the porting.&lt;br /&gt;
# Use modernize (which is a thin wrapper over 2to3) to make the code Python2 and 3 compatible.&lt;br /&gt;
# Go through the remaining code manually and sort out any errors or discrepancies.&lt;br /&gt;
A more thorough porting guide for sugar activities will be written.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the porting options with sugar community.&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start porting sugar-shell into Python 2/3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Continue with porting sugar-shell &lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Port existing sugar-shell tests into Python 2/3&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Write new tests to check Python 3 compatibility, test sugar-shell.&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)|| Start porting sugar-toolkit to Python 2/3 compatible code.&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Continue with porting sugar-toolkit.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Port existing sugar-toolkit tests into Python 2/3&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)|| Write new tests to check Python 3 compatibility, test sugar-toolkit.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Write Porting guide for sugar activities.&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I am also currently involved with the mozmill(mozilla) team to port mozmill to Python3.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: This project would port sugar to Python 3 which is the future of Python. It has better unicode support which would make it easier for developers to work with strings which would now be in unicode as unicode is easier to translate into different languages. Hence ,porting will help the sugar community in internationalization and will also make sugar up to date with modern technologies that rely on Python3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Any other engagements this summer that may collide with GSoC period?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May , 2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the community bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91982</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91982"/>
		<updated>2014-03-19T15:19:05Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistant clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
The Bulletin Board is also described in the sugarlabs wiki at: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June (Week 2) || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June (Week 3)|| Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June (Week 4)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June (Week 5)|| Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June (Week 6)|| &#039;&#039;&#039;Mid-term Evaluation Week&#039;&#039;&#039; (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July (Week 7)|| Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July (Week 8)|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July (Week 9)||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July (Week 10)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August (Week 11)|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August (Week 12)|| Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August (Week 13)|| &#039;&#039;&#039;Evaluation Week&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Bulletin Board is a missing piece of our collaboration proposal. Would be good have this finally implemented.--[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 17:23, 18 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Other Engagements this summer&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May , 2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the cummunity bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91966</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91966"/>
		<updated>2014-03-19T11:42:50Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistant clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
The Bulletin Board is also described in the sugarlabs wiki at: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Bulletin Board is a missing piece of our collaboration proposal. Would be good have this finally implemented.--[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 17:23, 18 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Other Engagements this summer&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May , 2014 to 24th May,2014, so I will be busy during that period but I will cover for that lost time by working in the cummunity bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91965</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91965"/>
		<updated>2014-03-19T11:40:53Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have contributed and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but I have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistant clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
The Bulletin Board is also described in the sugarlabs wiki at: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Bulletin Board is a missing piece of our collaboration proposal. Would be good have this finally implemented.--[[User:Godiard|Godiard]] ([[User talk:Godiard|talk]]) 17:23, 18 March 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/18&lt;br /&gt;
&lt;br /&gt;
https://git.sugarlabs.org/calculate/mainline/merge_requests/19&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
I have my College End-Semester Exams from 12th May , 2014 to 24th May,2014, so I will be busy during that period but i will cover for that lost time by working in the cummunity bonding period and working harder after my exams are over. &lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91916</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91916"/>
		<updated>2014-03-18T13:10:08Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistant clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
The Bulletin Board is also described in the sugarlabs wiki at: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
* I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
* A project on tourism using C++ when I was in 12th class:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
* I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
* I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
* I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://github.com/curiousguy13/calc&lt;br /&gt;
&lt;br /&gt;
* I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&amp;lt;br /&amp;gt;&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91852</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91852"/>
		<updated>2014-03-17T17:01:39Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled developers .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Screenshot-png.jpg&amp;diff=91851</id>
		<title>File:Screenshot-png.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Screenshot-png.jpg&amp;diff=91851"/>
		<updated>2014-03-17T17:01:10Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: Curiousguy13 uploaded a new version of &amp;amp;quot;File:Screenshot-png.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91850</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91850"/>
		<updated>2014-03-17T16:39:56Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Walter Bender&#039;&#039;&#039;: Learning to collaborate is an important skill not often taught in school.&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kunal Arora&#039;&#039;&#039;: My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun. And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91849</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91849"/>
		<updated>2014-03-17T16:37:00Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Walter Bender: Learning to collaborate is an important skill not often taught in school.&amp;lt;br /&amp;gt;&lt;br /&gt;
Sugar has a collaboration model, but it is restricted to individual activities.&amp;lt;br /&amp;gt;&lt;br /&gt;
Real collaboration is on a project level: adding the bulletin board feature will enable groups of learners &amp;lt;br /&amp;gt;&lt;br /&gt;
to work together on a project, a major advancement and within keeping with the Sugar pedagogical model.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91848</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91848"/>
		<updated>2014-03-17T15:22:43Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Screenshot-png.jpg|thumb|upright=3|center]]&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Screenshot-png.jpg&amp;diff=91847</id>
		<title>File:Screenshot-png.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Screenshot-png.jpg&amp;diff=91847"/>
		<updated>2014-03-17T15:20:45Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91846</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91846"/>
		<updated>2014-03-17T14:47:59Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:https://github.com/curiousguy13/calc&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:Screenshot.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugalabs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91821</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91821"/>
		<updated>2014-03-16T09:09:37Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks and listen to them in my free time in order to utilize time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91811</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91811"/>
		<updated>2014-03-15T14:08:02Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks in order to use time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2014 GSoC applications]]&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91810</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91810"/>
		<updated>2014-03-15T14:06:53Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bulletin-Board&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I implemented a paddle ball game using graphics library in C++ when I was in 11th class:&lt;br /&gt;
https://github.com/curiousguy13/paddle-ball&lt;br /&gt;
&lt;br /&gt;
A project on tourism using C++ when I was in 12th class:&lt;br /&gt;
https://github.com/curiousguy13/travel&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
https://github.com/curiousguy13/project_euler&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.I cannot share it&#039;s code though due to the Honour code.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog (http://kunalarora135.blogspot.in/) and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks in order to use time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;[[Category:2014 GSoC applications]]&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91809</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91809"/>
		<updated>2014-03-15T13:56:47Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
Bulletin-Board&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
&#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Week/Days !! Work to be done&lt;br /&gt;
|-&lt;br /&gt;
| 21 April-19 May (Community Bonding Period) || Understand the existing sugar and sugar-toolkit code and discuss the design and implementation options with mentors and sugar community&lt;br /&gt;
|-&lt;br /&gt;
| 19 May-26 May (Week 1)|| Start coding the UI for chat overlay&lt;br /&gt;
|-&lt;br /&gt;
| 26 May-2 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 2 June-9 June || Work on the sharing functionality of chat overlay and improve UI&lt;br /&gt;
|-&lt;br /&gt;
| 9 June- 16 June || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 16 June-23 June || Start coding the UI for persistent clipboard&lt;br /&gt;
|-&lt;br /&gt;
| 23 June-30 June || Mid-term Evaluation Week (Buffer week, complete remaining work)&lt;br /&gt;
|-&lt;br /&gt;
| 30 June-7 July || Work on the functionality of persistent clipboard.&lt;br /&gt;
|-&lt;br /&gt;
| 7 July-14 July|| Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 14 July-21 July ||Work on the functionality of persistent clipboard and improve UI.&lt;br /&gt;
|-&lt;br /&gt;
| 21 July-28 July|| Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 28 July-4 August || Buffer Week&lt;br /&gt;
|-&lt;br /&gt;
| 4 August-11 August || Brushing up the code , adding tests and documentation , removing bugs.&lt;br /&gt;
|-&lt;br /&gt;
| 11 August-18 August || Evaluation Week&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
Although I haven&#039;t worked on as big a project as sugarlabs but I have been involved in many projects that are listed below:&lt;br /&gt;
&lt;br /&gt;
I am good with algorithms and data structures and I like to do algorithmic puzzles on projecteuler which can be found here:&lt;br /&gt;
&lt;br /&gt;
I successfully completed CS50x (on edx.org) last year in which I made a finance website using HTML/CSS ,PHP, javascript and MySQL.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/1c2174e5034f446fb0f3e0439dfb8c1a/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I also made a BMI calculator android app in Java as a final project of CS50x which can be found here:&lt;br /&gt;
&lt;br /&gt;
I also successfully completed 6.001x of MIT (from edx.org) last year with 96% and created a web parser to monitor newsfeed over the internet as one of the  problem sets.I cannot share it&#039;s code though due to the Honor Code that was promised by me.&lt;br /&gt;
https://s3.amazonaws.com/verify.edx.org/downloads/eba70bcc05ac483da493a0dde7ef9bcf/Certificate.pdf&lt;br /&gt;
&lt;br /&gt;
I am really enthusiastic about being a part of such a great project and am ready to devote 50+ hours per week this summer as this will be the only big project that I will be involved with.&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks in order to use time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91808</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91808"/>
		<updated>2014-03-15T12:49:58Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
Bulletin-Board&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
My project would be a Bulletin-Board. As the name suggests, it would allow children to share resources and tools with each other.&lt;br /&gt;
It would make learning more interactive and social. &lt;br /&gt;
The Bulletin Board would consist of two tools:&lt;br /&gt;
# A persistive clipboard- It would be a separate space where people working together on same projects could collaborate by sharing resources. Each activity will have it&#039;s own clipboard where participants may share supporting material that other participants in the activity may view ( or keep it for themselves).There will be different views in the clipboard. For Example, the Home view would contain content that would not be shared with anyone else whereas the friends view would contain content that would be shared only with the friends.&lt;br /&gt;
# A chat overlay - It would be a spatially contextual chatting interface .It would be implemented as transparent layer over an activity where one could place annotation style chat bubbles that may be placed anywhere on the screen.This would enable discussions on specific areas in an activity and in one instance a teacher could check a child&#039;s work and place these annotations on places which need improvement.&lt;br /&gt;
These tools will be implemented using python and gtk3+.&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround, if that still fails , I will work on a different part of the project until I figure out the solution.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks in order to use time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91794</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91794"/>
		<updated>2014-03-14T19:28:19Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I will keep the community informed about the project using my blog and weekly updates regarding my project on the mailing list.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks in order to use time more efficiently.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91793</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91793"/>
		<updated>2014-03-14T19:25:43Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
My project is Bulletin-Board which consists of a persistant clipboard and a chat overlay onto any shared activity. It will make learning with sugar activities more interactive and social. Using this tool, people working on same projects will be able to collaborate and share multiple resources and tools which will not only increase the productivity but will also make working more interactive and fun.&lt;br /&gt;
And as a japanese proverb says: &#039;&#039;None of us is smarter than all of us.&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&lt;br /&gt;
I will first search around on the web for same or similar issues , if unsuccessful, I will ask on the IRC and if still unsuccessful, I will ask on the mailing list for some help. I will also try to critically analyze the problem and try to solve it myself until the problem is solved or i can figure out a workaround.&lt;br /&gt;
&#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
I will keep the community informed about the project using my blog and weekly updates regarding my project on the mailing list.&lt;br /&gt;
== Miscellaneous==&lt;br /&gt;
&#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&lt;br /&gt;
When I was in high school I used to convert my books to audiobooks in order to use time more efficiently.&lt;br /&gt;
&#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
I chose sugar-labs as my mentoring organisation for this summer as I really appreciate the work being done by sugar-labs and I want to be a part of this great cause and at the same time it will provide me an opportunity to increase my knowledge and skill  by working with very experienced and skilled develepors .&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91788</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91788"/>
		<updated>2014-03-14T12:40:29Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: /* About you */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
&#039;&#039;&#039;What is your name?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My E-mail address is kunalarora.135@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
curiousguy13&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My first language is Hindi but I am pretty comfortable with English.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;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.)&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&amp;lt;br /&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
&#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://github.com/curiousguy13/BinPy&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
open-source and communities should work together to improve the softwares and move towards a better future.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
== Miscellaneous&lt;br /&gt;
 ==&lt;br /&gt;
    &#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&lt;br /&gt;
        S&#039;&#039;&#039;end 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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91787</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91787"/>
		<updated>2014-03-14T12:34:23Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: /* About you */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
    &#039;&#039;&#039;What is your name?&#039;&#039;&#039;&lt;br /&gt;
       My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi&lt;br /&gt;
    &#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&lt;br /&gt;
       My E-mail address is kunalarora.135@gmail.com&lt;br /&gt;
    &#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&lt;br /&gt;
       My first language is Hindi but I am pretty comfortable with English.&lt;br /&gt;
    &#039;&#039;&#039;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.)&#039;&#039;&#039;&lt;br /&gt;
       I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&lt;br /&gt;
    &lt;br /&gt;
    &#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    I started diving into the FOSS community since January ,2014. I started my open source journey with Mozilla.&lt;br /&gt;
    I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&lt;br /&gt;
    Here is a link to my mozilla bugzilla ID:&lt;br /&gt;
    https://bugzilla.mozilla.org/user_profile?user_id=494874&lt;br /&gt;
    Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&lt;br /&gt;
    Also, i have recently contributed to the BinPy repository.&lt;br /&gt;
    https://github.com/curiousguy13/BinPy&lt;br /&gt;
    But , more than that most of the softwares I use are open-source becuase I believe that software should be&lt;br /&gt;
    open-source and communities should work together to improve the softwares and move towards a better future.&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
== Miscellaneous&lt;br /&gt;
 ==&lt;br /&gt;
    &#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&lt;br /&gt;
        S&#039;&#039;&#039;end 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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91784</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91784"/>
		<updated>2014-03-14T07:52:13Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: /* About you */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
    &#039;&#039;&#039;What is your name?&#039;&#039;&#039;&lt;br /&gt;
       My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi&lt;br /&gt;
    &#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&lt;br /&gt;
       My E-mail address is kunalarora.135@gmail.com&lt;br /&gt;
    &#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&lt;br /&gt;
       My first language is Hindi but I am pretty comfortable with English.&lt;br /&gt;
    &#039;&#039;&#039;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.)&#039;&#039;&#039;&lt;br /&gt;
       I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&lt;br /&gt;
    &lt;br /&gt;
    &#039;&#039;&#039;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 &#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    I started diving into the FOSS community since January , 2014. I started my open source journey with Mozilla.&lt;br /&gt;
    I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&lt;br /&gt;
    Here is a link to my mozilla bugzilla ID:&lt;br /&gt;
    https://bugzilla.mozilla.org/user_profile?user_id=494874&lt;br /&gt;
    Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&lt;br /&gt;
    Also, i have recently contributed to the BinPy repository.&lt;br /&gt;
    https://github.com/curiousguy13/BinPy&lt;br /&gt;
    But , more than that most of the softwares I use are open-source becuase I believe that software should be&lt;br /&gt;
    open-source and communities should work together to improve the softwares and make a better future for the humanity.&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
== Miscellaneous&lt;br /&gt;
 ==&lt;br /&gt;
    &#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&lt;br /&gt;
        S&#039;&#039;&#039;end 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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91783</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91783"/>
		<updated>2014-03-14T07:45:27Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: /* About you */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
    &#039;&#039;&#039;What is your name?&#039;&#039;&#039;&lt;br /&gt;
       My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi&lt;br /&gt;
    &#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&lt;br /&gt;
       My E-mail address is kunalarora.135@gmail.com&lt;br /&gt;
    &#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&lt;br /&gt;
       My first language is Hindi but I am pretty comfortable with English.&lt;br /&gt;
    &#039;&#039;&#039;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.)&#039;&#039;&#039;&lt;br /&gt;
       I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
       I started diving into the FOSS community since January , 2014. I started my open source journey with Mozilla.&lt;br /&gt;
 I started contributing and am still involved with mozmill which is an automated testing tool for firefox.&lt;br /&gt;
Here is a link to my mozilla bugzilla ID:&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&lt;br /&gt;
https://github.com/curiousguy13/BinPy&lt;br /&gt;
But , more than that most of the softwares I use are open-source becuase I believe that software should be open-source and communities should work together to improve the softwares and make a better future for the humanity.&lt;br /&gt;
&lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
== Miscellaneous&lt;br /&gt;
 ==&lt;br /&gt;
    &#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&lt;br /&gt;
        S&#039;&#039;&#039;end 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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91782</id>
		<title>Summer of Code/2014/curiousguy13/Bulletin Board</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Summer_of_Code/2014/curiousguy13/Bulletin_Board&amp;diff=91782"/>
		<updated>2014-03-14T07:43:21Z</updated>

		<summary type="html">&lt;p&gt;Curiousguy13: Created page with &amp;quot;== About you ==     &amp;#039;&amp;#039;&amp;#039;What is your name?&amp;#039;&amp;#039;&amp;#039;        My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi     &amp;#039;&amp;#039;&amp;#039;What is ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About you ==&lt;br /&gt;
    &#039;&#039;&#039;What is your name?&#039;&#039;&#039;&lt;br /&gt;
       My name is Kunal Arora and I am a 2nd year undergraduate at Netaji Subhas Institute Of Technology,New Delhi&lt;br /&gt;
    &#039;&#039;&#039;What is your email address?&#039;&#039;&#039;&lt;br /&gt;
       My E-mail address is kunalarora.135@gmail.com&lt;br /&gt;
    &#039;&#039;&#039;What is your Sugar Labs wiki username?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your IRC nickname on irc.freenode.net?&#039;&#039;&#039;&lt;br /&gt;
       curiousguy13&lt;br /&gt;
    &#039;&#039;&#039;What is your first language? (We have mentors who speak multiple languages and can match you with one of them if you&#039;d prefer.)&#039;&#039;&#039;&lt;br /&gt;
       My first language is Hindi but I am pretty comfortable with English.&lt;br /&gt;
    &#039;&#039;&#039;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.)&#039;&#039;&#039;&lt;br /&gt;
       I am located in New Delhi,India. I tend to work from afternoon to midnight IST ie 17:30 to 5:30 UTC but it can be adjusted if required.&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
       I started diving into the FOSS community since January , 2014. I started my open source journey with Mozilla. I started contributing and am still involved with mozmill which is an automated testing tool for firefox.Here is a link to my mozilla bugzilla ID:&lt;br /&gt;
https://bugzilla.mozilla.org/user_profile?user_id=494874&lt;br /&gt;
Although , i haven&#039;t made much contribution but i have worked on a few bugs and some of my patches are still under review.&lt;br /&gt;
Also, i have recently contributed to the BinPy repository.&lt;br /&gt;
https://github.com/curiousguy13/BinPy&lt;br /&gt;
But , more that that most of the softwares i use are open-source becuase I believe that software should be open-source and communities should work together to improve the softwares and make a better future for the humanity.&lt;br /&gt;
       &lt;br /&gt;
== About your project ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;What is the name of your project?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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&#039;s good to have a plan at the beginning so you have an idea of where you&#039;re headed.) Note that you should probably plan to have something &amp;quot;working and 90% done&amp;quot; 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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== You and the community ==&lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;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.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;What will you do if you get stuck on your project and your mentor isn&#039;t around?&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
== Miscellaneous&lt;br /&gt;
 ==&lt;br /&gt;
    &#039;&#039;&#039;We want to make sure that you can set up a development environment before the summer starts. Please do one of the following:&#039;&#039;&#039;&lt;br /&gt;
        S&#039;&#039;&#039;end 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 &amp;quot;logout&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
        &#039;&#039;&#039;It&#039;s normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
    &#039;&#039;&#039;Describe a great learning experience you had as a child.&#039;&#039;&#039;&lt;br /&gt;
    &#039;&#039;&#039;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?&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Please include the category tag at the bottom of your page:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Curiousguy13</name></author>
	</entry>
</feed>