Re: [Sugar-devel] Contribution to SUGARLABS

2020-01-22 Thread Abhishek Tanwar
> > On Thu, Jan 23, 2020 at 04:26:48AM +0530, Abhishek Tanwar wrote: > > I am trying to port the Arithmetic activity to GTK+3 . I downloaded the > > repository and ran it (GTK version) so that I can see the interface and > make > > the same using GTK+3 but it doesnt work. &

Re: [Sugar-devel] no module named sugar.activity.activity

2020-01-29 Thread Abhishek Tanwar
sugar.activity.activity import Activity, ActivityToolbox ImportError: No module named sugar.activity.activity On Wed, Jan 29, 2020 at 1:30 PM Chihurumnaya Ibiam < ibiamchihurumn...@gmail.com> wrote: > The traceback you posted shows you didn't import Gdk but used it, make > sure Gdk is importe

[Sugar-devel] no module named sugar.activity.activity

2020-01-28 Thread Abhishek Tanwar
I am trying to port https://github.com/sugarlabs/arithmetic to GTk3 but when i run the activity to understand the working(with GTK) it throws an error "no module named sugar.activity.activity".I searched google for any potential solutions but could not find anything . Traceback (most recent call

[Sugar-devel] Port to Gtk3: Gdk.Image error

2020-02-08 Thread Abhishek Tanwar
I am porting BOUNCE ACTIVITY (https://github.com/sugarlabs/Bounce) to Gtk +3 and I have ported it to some extent but I am stuck at a point where I am not able to find a solution. Here is the link to my repository for BOUNCE activity : https://github.com/abhishektanwar/Bounce I know that

[Sugar-devel] [HELP] Introduction, GSOC 2020

2020-01-12 Thread Abhishek Tanwar
Hello everyone I am Abhishek Tanwar, a 3rd year Information Technology(IT) student from Bharati Vidyapeeth's College of Engineering ,New Delhi India . I am very impressed by the mission of Sugar Labs as a community and want to contribute for the same to Sugar Labs . I am also looking to do GSOC

[Sugar-devel] Introduction ,GSOC 2020

2020-01-12 Thread Abhishek Tanwar
Hello everyone I am Abhishek Tanwar, a 3rd year Information Technology(IT) student from Bharati Vidyapeeth's College of Engineering ,New Delhi India . I am very impressed by the mission of Sugar Labs as a community and want to contribute for the same to Sugar Labs . I am also looking to do GSOC

Re: [Sugar-devel] [HELP] Introduction, GSOC 2020

2020-01-19 Thread Abhishek Tanwar
> than we can ever solve. > > I've not seen your prior work, so I can't suggest anything in particular. > I suggest you use my mailing list post "How to get started as a Sugar Labs > developer [v8]" which you'll find in the mailing list archives on 18th > November. > >

Re: [Sugar-devel] Contribution to SUGARLABS

2020-01-22 Thread Abhishek Tanwar
n import gtk ImportError: No module named gtk Exited with status 1, pid 1675 data (', mode 'w' at 0x7f28d7dbc780>, 'e1df43f3e9571a85b2dc8b025ba334c83eff39ea') On Tue, Jan 21, 2020 at 6:52 PM Walter Bender wrote: > > > On Tue, Jan 21, 2020 at 6:15 AM Abhishek Tanwar < > a

Re: [Sugar-devel] [HELP] Introduction, GSOC 2020

2020-01-21 Thread Abhishek Tanwar
> than we can ever solve. > > I've not seen your prior work, so I can't suggest anything in particular. > I suggest you use my mailing list post "How to get started as a Sugar Labs > developer [v8]" which you'll find in the mailing list archives on 18th > November. > >

[Sugar-devel] Contribution to SUGARLABS

2020-01-21 Thread Abhishek Tanwar
Hello sir Thank you for your response and valuable information . I have found thesehttps://github.com/sugarlabs/arithmetic/issues/4 andhttps://github.com/sugarlabs/Bounce activities and I feel comfortable with the code and I want to port this activity to GTK +3. Is there any certain procedure

Re: [Sugar-devel] Porting sugar activity to sugarizer

2020-03-12 Thread Abhishek Tanwar
The Maze game has a reversible algorithm too. > > On Thu, Mar 12, 2020 at 08:55:49AM +0530, Abhishek Tanwar wrote: > > I am porting Implode activity to sugarizer . I read the code a few times > and I > > partially understood its working . One thing that I am not able to >

[Sugar-devel] Porting Activity to Sugarizer

2020-03-11 Thread Abhishek Tanwar
I am porting the Measure activity of Sugar to Sugarizer. Can anyone please help me understand the logic used in measure Activity . I would be very thankful to you. Thank You ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] Porting sugar activity to sugarizer

2020-03-11 Thread Abhishek Tanwar
I am porting Implode activity to sugarizer . I read the code a few times and I partially understood its working . One thing that I am not able to understand is the logic that the game always have an answer despite of random board formation in the beginning . Is it that the initial state of board

Re: [Sugar-devel] Measure activity not working

2020-03-11 Thread Abhishek Tanwar
nd data bandwidth is precious for many of us. > > On Thu, Mar 12, 2020 at 12:52:39AM +0530, Abhishek Tanwar wrote: > > I installed sugar on my ubuntu 16.04 using [1] > https://github.com/sugarlabs/ > > sugar/blob/master/docs/ubuntu.md#using-sugar-on-ubuntu . > > >

[Sugar-devel] GSoC 2020

2020-03-08 Thread Abhishek Tanwar
Hello, I am Abhishek Tanwar ,3rd year IT student from Bharati Vidyapeeth's College of Engineering, New Delhi ,India .I started contributing to SUGARIZER about a month ago and I have make quite a few contributions towards Sugarizer repository. I am interested in 3 GSoC ideas which are as follows

Re: [Sugar-devel] Porting sugar activity to sugarizer

2020-03-12 Thread Abhishek Tanwar
find someone else to do it > (i.e. not me), or take some other task. > > On Thu, Mar 12, 2020 at 06:07:45PM +0530, Abhishek Tanwar wrote: > > I have been trying to understand the game but it is quite tough .If you > could > > provide me with some logic,algorithm and references use

[Sugar-devel] Measure activity not working

2020-03-11 Thread Abhishek Tanwar
I have clone the measure activity from https://github.com/sugarlabs/Measure/tree/master in my /usr/share/sugar/activities directory on my linux 16.04 . When I run Measure activity it does not start . Logs are also clear ,no error appears in logs. When I try to run the activity using terminal this

Re: [Sugar-devel] Measure activity not working

2020-03-11 Thread Abhishek Tanwar
utput next time instead of an image. > > On Wed, Mar 11, 2020, 8:09 PM Abhishek Tanwar > wrote: > >> I have clone the measure activity from >> https://github.com/sugarlabs/Measure/tree/master in my >> /usr/share/sugar/activities directory on my linux 16.04 . >> W

[Sugar-devel] New Activity Proposal

2020-04-06 Thread Abhishek Tanwar
Hello, I have been searching for games that could help the children to develop their brains and work in teams as well to incorporate the values of a good team player. *Mancala*(or Mangala) is one such game that I came across. https://en.wikipedia.org/wiki/Mancala https://mancala.playdrift.com/

Re: [Sugar-devel] New Activity Proposal

2020-04-06 Thread Abhishek Tanwar
order to maximise distribution. > > Please do include Sugar as a platform for your JavaScript activity. > > On Tue, Apr 07, 2020 at 02:11:21AM +0530, Abhishek Tanwar wrote: > > Hello, > > > > I have been searching for games that could help the children to develo

Re: [Sugar-devel] New Activity Proposal

2020-04-21 Thread Abhishek Tanwar
of the activity. > > It's not necessary a very complex task but it require rigor and patience. > The thread here: https://github.com/sugarlabs/sugar-web/pull/133 explain > the process if you're volunteer to work on this task. Of course, both > people from the Sugar side and from the

Re: [Sugar-devel] New Activity Proposal

2020-04-07 Thread Abhishek Tanwar
he post here earlier about work > on Sugar Web. > > On Tue, Apr 07, 2020 at 03:19:00AM +0530, Abhishek Tanwar wrote: > > Hello , > > I did not quite understand everything . > > By saying "include sugar as a platform for sugarizer activity" I did not > > und

[Sugar-devel] Proposal query

2020-03-25 Thread Abhishek Tanwar
In previous mail, James mentioned that sugar labs has received proposals with status "final" and "draft shared" on the dashboard. How can I share my proposal on the dashboard? Thank you ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] PROPOSAL REVIEW[James Cameron,Lionel Laske]

2020-03-28 Thread Abhishek Tanwar
Hello I am sharing the first draft of my proposal. I would like to request the sugar labs community to please go through it and provide me with valuable feedback. Also, please let me know if any changes are required. Thank you SUGAR GAME ACTIVITY PACK PROPOSAL (1).pdf

[Sugar-devel] New activity proposal

2020-03-30 Thread Abhishek Tanwar
Hello everyone, How would it be to develop an activity for both sugar and sugarizer which can help the students to learn different mathematical tricks to improve their calculation speed? For example: Let us find (x5)² Step 1: Think of the number next to x. Step 2: x * number next to x Step 3:

[Sugar-devel] Proposal Review Request : Sugarizer Game Activity Pack

2020-03-29 Thread Abhishek Tanwar
Hello, I have shared my proposal on the summer of code website dashboard and also with Sugar Labs. I would like the community to review my proposal and provide me the feedback and suggest if any changes are to be made. I have also attached the proposal pdf file in this email. Thank You SUGAR

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread Abhishek Tanwar
ge enough so that they use all relevant features of the API. > > I've not reviewed the Mancala activiy on Sugarizer, but if it does not > fully use the datastore API it would not be suitable as a reference. > > We do have a Mancala activity in Python. > > On Thu, Apr 23, 2020 at

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread Abhishek Tanwar
labs/sugar-docs/blob/master/src/contributing.md#guide-for-reviewers > > On Tue, Apr 21, 2020 at 10:07:56PM +0530, Abhishek Tanwar wrote: > > Hello, > > Sorry for being away for some time from this topic as I was working on an > > activity for sugarizer . Now I have t

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread Abhishek Tanwar
ing. Why can't you find a > way to run this activity using sugar-web of sugarlabs? > > On Thu, Apr 23, 2020 at 03:43:15AM +0530, Abhishek Tanwar wrote: > > Hello , > > > > I went through this [1] > https://github.com/sugarlabs/sugar-docs/blob/master/src/ > &g

[Sugar-devel] GCompris Tangram 13 does not start

2020-03-19 Thread Abhishek Tanwar
I have downloaded the GCompris Tangram 13 from http://activities.sugarlabs.org/en-US/sugar/addon/4186 . When I run the activity from the journal it does not start. Error in log file : bin/gcompris-activity --drag-mode=both --nolockcheck --sound --sugar --sugarBundleId=net.gcompris.tangramActivity

[Sugar-devel] Proposal query

2020-03-17 Thread Abhishek Tanwar
Can I take inspiration from previous GSoC idea and project while making my own proposal? If yes do I need to mention it in my proposal/give credits.If anyone could tell me the proper way to give credits ,I would be grateful to you. Thank you ___

[Sugar-devel] Proposal Template

2020-03-17 Thread Abhishek Tanwar
Hello, I have found two proposal template *FIRST: *https://wiki.sugarlabs.org/go/Summer_of_Code/Template *SECOND: *https://github.com/sugarlabs/GSoC/blob/master/Template.md Proposal Template at github for 2020 lacks some points which are present in the template at

[Sugar-devel] Implode Activity for Sugarizer

2020-03-17 Thread Abhishek Tanwar
Implode activity of sugar can be a very good addition to Sugarizer in terms of the values it can inculcate in young students. It is a game based on 'Tetris'. Implode activity can help the young ones to develop mental strength and improve their thinking ability and help them think in different

Re: [Sugar-devel] GCompris Tangram 13 does not start

2020-03-19 Thread Abhishek Tanwar
Yes, I have installed gcompris 15.02-1 . But the same error still persists. On Fri, Mar 20, 2020 at 12:12 AM Chihurumnaya Ibiam < ibiamchihurumn...@sugarlabs.org> wrote: > Check to see if you have gcompris installed. > > On Thu, Mar 19, 2020, 6:46 PM Abhishek Tanwar >

[Sugar-devel] sugarizer-server setup

2020-03-20 Thread Abhishek Tanwar
I am trying to set up a sugarizer server on my local machine as I want to add some functionalities to it. But for some reason I am not able to launch the dashboard I have executed these commands https://github.com/llaske/sugarizer-server#running-sugarizer-server did - 'npm install' - 'node