Re: [Sugar-devel] Want to contribute to Sugarlab GSoC 2022.

2022-03-28 Thread Chihurumnaya Ibiam
Hi Anmol,

Welcome to the Sugar Labs community, you can check out our matrix room
.

-- 

Ibiam Chihurumnaya
ib...@sugarlabs.org



On Mon, Mar 28, 2022 at 7:30 AM 20COB145 Anmol Agrawal <
anmol2002@gmail.com> wrote:

> I am Anmol Agrawal, a Computer Science undergraduate, I have just entered
> my second year at Zakir Hussain College of Engineering (Aligarh Muslim
> University).I am new to open source contributions but I have done many
> contribution with my brother (currently a software engineer). I am well
> aware of HTML , CSS , Javascript ,React,PHP & Python . I am interested In
> GSOC 2022 .I want to part of your organization (Sugar Labs) in GSOC 2022.
>
>
> I am interested in GSOC 2022 project Vue.js Ui.
>
>
> Please help me to get started .
>
>
> Please add me in your community channel/ mailing list where I can ask my
> doubt too
>
>
> Hoping to hear from you soon
>
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Want to contribute to Sugarlab GSoC 2022.

2022-03-28 Thread 20COB145 Anmol Agrawal
I am Anmol Agrawal, a Computer Science undergraduate, I have just entered
my second year at Zakir Hussain College of Engineering (Aligarh Muslim
University).I am new to open source contributions but I have done many
contribution with my brother (currently a software engineer). I am well
aware of HTML , CSS , Javascript ,React,PHP & Python . I am interested In
GSOC 2022 .I want to part of your organization (Sugar Labs) in GSOC 2022.


I am interested in GSOC 2022 project Vue.js Ui.


Please help me to get started .


Please add me in your community channel/ mailing list where I can ask my
doubt too


Hoping to hear from you soon
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-15 Thread Jui Pradhan
Hi,
I will try to list the few ways I use to test. Also whichever way you use,
I recommend mentioning it briefly in your commit messages.

Check the log files after changes. Log files contain tracebacks
- for activities see `~/.sugar/default/logs/activity_bundle_id.log`
- for sugar refer to the logs `~/.sugar/default/logs/shell.log`

- you may make changes to a source repository clone in /usr/src/sugar of
Sugar Live Build and then run autogen, "make", and "make install". However,
there are other things you need to take care of. Refer to:
https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md

Making changes to the Sugar Activities:
Before you make any changes to the source code it is imperative to know how
the activity works without these changes.
While testing lookout for:
- Your code does not make an unintentional change. By that I mean in the
process of solving one issue, you do not create another.
- Design tests and iterate until the tests have sufficient coverage for the
code changes.

As Srevin and James mentioned, there can be more to testing depending on
what part of code you are working on.
I hope our emails help.

Regards,
Jui

On Wed, Jan 13, 2021 at 2:14 AM James Cameron  wrote:

> I agree, there is no simple explanation for how to test code, as it
> depends exactly on where the change is made.
>
> However, I'm surprised if one would ever reach the point of having to
> test a change without knowing how to run the program that you are
> about to change.  That would be very much going forward blindly.
>
> On Tue, Jan 12, 2021 at 08:19:51PM +0300, Srevin Saju wrote:
> > It would be quite complicated to explain what to check. We would be able
> to
> > explain better if you could send a draft Pull Request and ping me there.
> >
> > Some basic ways to test, common to all activities / sugar / any FOSS
> > software would be to:
> >
> > 1. Clone the source, checkout master
> > 2. Login to Sugar
> > 3. Run the software / activity : (in sugar, it would be to run `python
> >setup.py install` or `python setup.py dev`, click on the activity's
> >icon on the Sugar Home view
> > 4. Make your changes, GOTO STEP 2 and repeat those with your new changes.
> > 5. Finally, push your changes when you are satisfied.
> > 6. Have fun.
> >
> > On 1/12/21 8:08 PM, Kunal Tulsidasani wrote:
> > > Thankyou for your reply!
> > >
> > > I have read this file and this shows on what bases to check!
> > >
> > > I want to know how to check? Like what should I do?
> > >
> > > Regards
> > > Kunal
> > >
> > > On Tue, 12 Jan 2021, 22:26 Srevin Saju,  > > > wrote:
> > >
> > > You might be interested in
> > >
> https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#checklist---anyone
> > > <
> https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#checklist---anyone
> >
> > >
> > > . You may go through each step before submitting your Pull Request.
> > >
> > > On 1/12/21 7:52 PM, Kunal Tulsidasani wrote:
> > > > should test my code (Procedure) after making commits before
> > > making any
> > > > pull requests?
> > > >
> > > -- Srevin Saju
> > > https://srevinsaju.me 
> > >
> > --
> > Srevin Saju
> > https://srevinsaju.me
> >
>
> pub   RSA 4096/66D390D7 2020-05-19 Srevin Saju (srevinsaju) <
> srevins...@sugarlabs.org>
> > sub   RSA 4096/14479587 2020-05-19
> >
>
>
>
>
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> https://quozl.linux.org.au/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>


-- 
Jui Pradhan
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-12 Thread James Cameron
I agree, there is no simple explanation for how to test code, as it
depends exactly on where the change is made.

However, I'm surprised if one would ever reach the point of having to
test a change without knowing how to run the program that you are
about to change.  That would be very much going forward blindly.

On Tue, Jan 12, 2021 at 08:19:51PM +0300, Srevin Saju wrote:
> It would be quite complicated to explain what to check. We would be able to
> explain better if you could send a draft Pull Request and ping me there.
> 
> Some basic ways to test, common to all activities / sugar / any FOSS
> software would be to:
> 
> 1. Clone the source, checkout master
> 2. Login to Sugar
> 3. Run the software / activity : (in sugar, it would be to run `python
>setup.py install` or `python setup.py dev`, click on the activity's
>icon on the Sugar Home view
> 4. Make your changes, GOTO STEP 2 and repeat those with your new changes.
> 5. Finally, push your changes when you are satisfied.
> 6. Have fun.
> 
> On 1/12/21 8:08 PM, Kunal Tulsidasani wrote:
> > Thankyou for your reply!
> > 
> > I have read this file and this shows on what bases to check!
> > 
> > I want to know how to check? Like what should I do?
> > 
> > Regards
> > Kunal
> > 
> > On Tue, 12 Jan 2021, 22:26 Srevin Saju,  > > wrote:
> > 
> > You might be interested in
> > 
> > https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#checklist---anyone
> > 
> > 
> > 
> > . You may go through each step before submitting your Pull Request.
> > 
> > On 1/12/21 7:52 PM, Kunal Tulsidasani wrote:
> > > should test my code (Procedure) after making commits before
> > making any
> > > pull requests?
> > >
> > -- Srevin Saju
> > https://srevinsaju.me 
> > 
> -- 
> Srevin Saju
> https://srevinsaju.me
> 

pub   RSA 4096/66D390D7 2020-05-19 Srevin Saju (srevinsaju) 

> sub   RSA 4096/14479587 2020-05-19
> 




> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
James Cameron
https://quozl.linux.org.au/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-12 Thread Srevin Saju
It would be quite complicated to explain what to check. We would be able 
to explain better if you could send a draft Pull Request and ping me there.


Some basic ways to test, common to all activities / sugar / any FOSS 
software would be to:


1. Clone the source, checkout master
2. Login to Sugar
3. Run the software / activity : (in sugar, it would be to run `python
   setup.py install` or `python setup.py dev`, click on the activity's
   icon on the Sugar Home view
4. Make your changes, GOTO STEP 2 and repeat those with your new changes.
5. Finally, push your changes when you are satisfied.
6. Have fun.

On 1/12/21 8:08 PM, Kunal Tulsidasani wrote:

Thankyou for your reply!

I have read this file and this shows on what bases to check!

I want to know how to check? Like what should I do?

Regards
Kunal

On Tue, 12 Jan 2021, 22:26 Srevin Saju, > wrote:


You might be interested in

https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#checklist---anyone



. You may go through each step before submitting your Pull Request.

On 1/12/21 7:52 PM, Kunal Tulsidasani wrote:
> should test my code (Procedure) after making commits before
making any
> pull requests?
>
-- 
Srevin Saju

https://srevinsaju.me 


--
Srevin Saju
https://srevinsaju.me



OpenPGP_0x1007816766D390D7.asc
Description: application/pgp-keys


OpenPGP_signature
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-12 Thread Kunal Tulsidasani
Thankyou for your reply!

I have read this file and this shows on what bases to check!

I want to know how to check? Like what should I do?

Regards
Kunal

On Tue, 12 Jan 2021, 22:26 Srevin Saju,  wrote:

> You might be interested in
>
> https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#checklist---anyone
> . You may go through each step before submitting your Pull Request.
>
> On 1/12/21 7:52 PM, Kunal Tulsidasani wrote:
> > should test my code (Procedure) after making commits before making any
> > pull requests?
> >
> --
> Srevin Saju
> https://srevinsaju.me
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-12 Thread Srevin Saju
You might be interested in 
https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#checklist---anyone 
. You may go through each step before submitting your Pull Request.


On 1/12/21 7:52 PM, Kunal Tulsidasani wrote:
should test my code (Procedure) after making commits before making any 
pull requests?



--
Srevin Saju
https://srevinsaju.me



OpenPGP_0x1007816766D390D7.asc
Description: application/pgp-keys


OpenPGP_signature
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-12 Thread Kunal Tulsidasani
Hello!

I hope you all are doing well!

I have set up the development environment using packaged sugar with your
help!
For now I have forked and cloned and working on some issues.

May I know how I should test my code (Procedure) after making commits
before making any pull requests?

I'll be really obliged if you could tell.

Yours sincerely
Kunal

On Fri, Jan 8, 2021 at 1:45 PM Srevin Saju  wrote:

> You might be interested in
>
> https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md
> for setting up a development environment.
>
>
> On 1/8/21 11:10 AM, Kunal Tulsidasani wrote:
> > Thankyou for your reply!
> >
> > I will surely try to cope up with the needs of C code and do my best!
> >
> > I have taken a look at the code and I would be really obliged if you
> > could help me to set up the development environment for
> > sugar-toolkit-gtk3.
> >
> > Regards
> > Kunal
> >
> >
> > On Fri, Jan 8, 2021 at 5:23 AM James Cameron  > > wrote:
> >
> > Welcom Kunal,
> >
> > As you know Python and C++, you may be interested in the unmet needs
> > of the Sugar Toolkit, which has a lot of C code that has not been
> > maintained for about ten years.
> >
> > The libraries used by the C code have changed slightly, and some
> > libraries are also unmaintained.
> >
> > However, we have nobody who can give proper guidance; otherwise we'd
> > do it ourselves as it would be more efficient than guiding anybody.
> >
> > You can find the Sugar Toolkit here;
> > https://github.com/sugarlabs/sugar-toolkit-gtk3
> > 
> >
> > Most of the C code is in src/sugar3 path, and is arranged as a Python
> > extension so that Sugar and activities may call it.
> >
> > On Thu, Jan 07, 2021 at 05:12:46PM +0530, Kunal Tulsidasani wrote:
> > > Hello,
> > >
> > > I hope you all are doing well.
> > >
> > > I am Kunal. I live in Jodhpur. I am a 2nd Year CSE B.Tech
> > Student at IIITDM
> > > Jabalpur. I am good in Python and C++. I really want to
> > contribute to Sugar
> > > Labs but I am a beginner to open-source. What should I do to
> > begin? I could be
> > > a really great asset if I get proper guidance.
> > >
> > > Regards
> > > Kunal
> > >
> >
> > > ___
> > > Sugar-devel mailing list
> > > Sugar-devel@lists.sugarlabs.org
> > 
> > > http://lists.sugarlabs.org/listinfo/sugar-devel
> > 
> >
> >
> > --
> > James Cameron
> > https://quozl.linux.org.au/ 
> >
> >
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
> --
> Srevin Saju
> https://srevinsaju.me
>
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-08 Thread Srevin Saju
You might be interested in 
https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md 
for setting up a development environment.



On 1/8/21 11:10 AM, Kunal Tulsidasani wrote:

Thankyou for your reply!

I will surely try to cope up with the needs of C code and do my best!

I have taken a look at the code and I would be really obliged if you 
could help me to set up the development environment for 
sugar-toolkit-gtk3.


Regards
Kunal


On Fri, Jan 8, 2021 at 5:23 AM James Cameron > wrote:


Welcom Kunal,

As you know Python and C++, you may be interested in the unmet needs
of the Sugar Toolkit, which has a lot of C code that has not been
maintained for about ten years.

The libraries used by the C code have changed slightly, and some
libraries are also unmaintained.

However, we have nobody who can give proper guidance; otherwise we'd
do it ourselves as it would be more efficient than guiding anybody.

You can find the Sugar Toolkit here;
https://github.com/sugarlabs/sugar-toolkit-gtk3


Most of the C code is in src/sugar3 path, and is arranged as a Python
extension so that Sugar and activities may call it.

On Thu, Jan 07, 2021 at 05:12:46PM +0530, Kunal Tulsidasani wrote:
> Hello,
>
> I hope you all are doing well.
>
> I am Kunal. I live in Jodhpur. I am a 2nd Year CSE B.Tech
Student at IIITDM
> Jabalpur. I am good in Python and C++. I really want to
contribute to Sugar
> Labs but I am a beginner to open-source. What should I do to
begin? I could be
> a really great asset if I get proper guidance.
>
> Regards
> Kunal
>

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org

> http://lists.sugarlabs.org/listinfo/sugar-devel



-- 
James Cameron

https://quozl.linux.org.au/ 


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


--
Srevin Saju
https://srevinsaju.me




OpenPGP_signature
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-08 Thread Kunal Tulsidasani
Thankyou for your reply!

I will surely try to cope up with the needs of C code and do my best!

I have taken a look at the code and I would be really obliged if you could
help me to set up the development environment for sugar-toolkit-gtk3.

Regards
Kunal


On Fri, Jan 8, 2021 at 5:23 AM James Cameron  wrote:

> Welcom Kunal,
>
> As you know Python and C++, you may be interested in the unmet needs
> of the Sugar Toolkit, which has a lot of C code that has not been
> maintained for about ten years.
>
> The libraries used by the C code have changed slightly, and some
> libraries are also unmaintained.
>
> However, we have nobody who can give proper guidance; otherwise we'd
> do it ourselves as it would be more efficient than guiding anybody.
>
> You can find the Sugar Toolkit here;
> https://github.com/sugarlabs/sugar-toolkit-gtk3
>
> Most of the C code is in src/sugar3 path, and is arranged as a Python
> extension so that Sugar and activities may call it.
>
> On Thu, Jan 07, 2021 at 05:12:46PM +0530, Kunal Tulsidasani wrote:
> > Hello,
> >
> > I hope you all are doing well.
> >
> > I am Kunal. I live in Jodhpur. I am a 2nd Year CSE B.Tech Student at
> IIITDM
> > Jabalpur. I am good in Python and C++. I really want to contribute to
> Sugar
> > Labs but I am a beginner to open-source. What should I do to begin? I
> could be
> > a really great asset if I get proper guidance.
> >
> > Regards
> > Kunal
> >
>
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> https://quozl.linux.org.au/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-07 Thread James Cameron
Welcom Kunal,

As you know Python and C++, you may be interested in the unmet needs
of the Sugar Toolkit, which has a lot of C code that has not been
maintained for about ten years.

The libraries used by the C code have changed slightly, and some
libraries are also unmaintained.

However, we have nobody who can give proper guidance; otherwise we'd
do it ourselves as it would be more efficient than guiding anybody.

You can find the Sugar Toolkit here;
https://github.com/sugarlabs/sugar-toolkit-gtk3

Most of the C code is in src/sugar3 path, and is arranged as a Python
extension so that Sugar and activities may call it.

On Thu, Jan 07, 2021 at 05:12:46PM +0530, Kunal Tulsidasani wrote:
> Hello,
> 
> I hope you all are doing well.
> 
> I am Kunal. I live in Jodhpur. I am a 2nd Year CSE B.Tech Student at IIITDM
> Jabalpur. I am good in Python and C++. I really want to contribute to Sugar
> Labs but I am a beginner to open-source. What should I do to begin? I could be
> a really great asset if I get proper guidance.
> 
> Regards
> Kunal
> 

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
James Cameron
https://quozl.linux.org.au/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] WANT TO CONTRIBUTE TO SUGAR LABS FOR GSOC 2021

2021-01-07 Thread Kunal Tulsidasani
 Hello,

I hope you all are doing well.

I am Kunal. I live in Jodhpur. I am a 2nd Year CSE B.Tech Student at IIITDM
Jabalpur. I am good in Python and C++. I really want to contribute to Sugar
Labs but I am a beginner to open-source. What should I do to begin? I could
be a really great asset if I get proper guidance.

Regards
Kunal
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Want To Contribute

2018-01-13 Thread Walter Bender
Sorry that this email fell through the cracks. We've been very busy with
Google Code-in.

Please check out https://github.com/sugarlabs/sugar-docs/blob/
master/how-can-i-help.md for some ideas on how to get started.

regards.

-walter

On Mon, Jan 8, 2018 at 12:41 PM, Ujwal Tewari  wrote:

> Hello Everyone.
> I am new here and really liked the work going on in Sugarlabs and would
> really like to contribute to the projects.
> I have been actively contributing in open source organizations and have
> never been so intrigued by the work as in Sugarlabs.
> I really loved the environment and would appreciate if someone could help
> me get started.
> My skill set includes-
> Advanced Android Developer
> Quite familiar with python environment
> Intermediate in Java.
> And curiosity to learn new and more.
>
> Regards,
> Ujwal
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Want to contribute to some project.

2018-01-13 Thread Walter Bender
Sorry that this email fell through the cracks. We've been very busy with
Google Code-in.

Please check out
https://github.com/sugarlabs/sugar-docs/blob/master/how-can-i-help.md for
some ideas on how to get started.

regards.

-walter

On Mon, Jan 8, 2018 at 3:04 PM, Tushita Rathore 
wrote:

> Hello Everyone,
> I am an undergrad student. I wish to work on projects under Sugarlabs and
> contribute to the open source community. I am also interested in applying
> for GSoC this year and would be happy to work with Sugarlabs. Could someone
> guide me on whom to talk to and understand where to get started based on my
> skill sets(python, java, javascript, Android(beginner) and have just
> started with gtk)?
>
> Thanks in advance
>
> --
> *Tushita Rathore*
> *CSE Undergrad | 2015108*
> *Student Council Member'17*
>
>
>
>
>
>
> ‌
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Want to contribute to some project.

2018-01-08 Thread Tushita Rathore
Hello Everyone,
I am an undergrad student. I wish to work on projects under Sugarlabs and
contribute to the open source community. I am also interested in applying
for GSoC this year and would be happy to work with Sugarlabs. Could someone
guide me on whom to talk to and understand where to get started based on my
skill sets(python, java, javascript, Android(beginner) and have just
started with gtk)?

Thanks in advance

-- 
*Tushita Rathore*
*CSE Undergrad | 2015108*
*Student Council Member'17*






‌
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Want To Contribute

2018-01-08 Thread Ujwal Tewari
Hello Everyone.
I am new here and really liked the work going on in Sugarlabs and would
really like to contribute to the projects.
I have been actively contributing in open source organizations and have
never been so intrigued by the work as in Sugarlabs.
I really loved the environment and would appreciate if someone could help
me get started.
My skill set includes-
Advanced Android Developer
Quite familiar with python environment
Intermediate in Java.
And curiosity to learn new and more.

Regards,
Ujwal
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Want to contribute

2017-12-17 Thread Utkarsh Tiwari
Hello Arhant,

You can check out this page for all the instructions on how to contribute -
https://developer.sugarlabs.org/README.md.html
For setting up development environment please follow this guide -
https://developer.sugarlabs.org/dev-environment.md.html
You may also checkout Sugar bugzilla (https://bugs.sugarlabs.org) for all
the open issues.

Regards,
Utkarsh Tiwari

On Thu, 14 Dec 2017 at 17:15 Glide  wrote:

> Hello there Arhant,
>
> Firstly i don't fully understand what you meant by "messed up", it would
> help us guide you if you could explain better.
>
> But in regards to the GSOC program, it's open for every university
> students and registration starts around march of next year i think.
>
> You could contribute to sugarlabs by checking out our github repos and
> contributing code to any place you feel you're capable of.
>
> I hope, that, to some extent answers your question(s).
>
> On Thu, Dec 14, 2017 at 11:31 AM, Arhant Jain 
> wrote:
>
>> I want to contribute in sugarlabs but I got messed up,and don't know from
>> where should I start.
>> As I'm strucked, Please help me.
>>
>>
>> I want to contribute in such a way so that I can involve myself in GSOC
>> program.
>> So, Please guide me accordingly.
>>
>>
>> Thanks
>> Arhant
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Want to contribute

2017-12-14 Thread Glide
Hello there Arhant,

Firstly i don't fully understand what you meant by "messed up", it would
help us guide you if you could explain better.

But in regards to the GSOC program, it's open for every university students
and registration starts around march of next year i think.

You could contribute to sugarlabs by checking out our github repos and
contributing code to any place you feel you're capable of.

I hope, that, to some extent answers your question(s).

On Thu, Dec 14, 2017 at 11:31 AM, Arhant Jain  wrote:

> I want to contribute in sugarlabs but I got messed up,and don't know from
> where should I start.
> As I'm strucked, Please help me.
>
>
> I want to contribute in such a way so that I can involve myself in GSOC
> program.
> So, Please guide me accordingly.
>
>
> Thanks
> Arhant
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Want to contribute

2017-12-14 Thread Arhant Jain
I want to contribute in sugarlabs but I got messed up,and don't know from
where should I start.
As I'm strucked, Please help me.


I want to contribute in such a way so that I can involve myself in GSOC
program.
So, Please guide me accordingly.


Thanks
Arhant
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Want to contribute

2016-10-15 Thread Walter Bender
Hi

Lots of ways to contribute.

See https://developer.sugarlabs.org/

Also, look at issues on the repos in:

https://github.com/sugarlabs

And for JS projects, please have a look at:

https://github.com/walterbender/turtleblocksjs
https://github.com/walterbender/musicblocks

regards.

-walter

On Thu, Oct 13, 2016 at 6:29 AM, Vaibhav Singhal  wrote:

> Hi,
>
> I am Vaibhav Singhal, fourth year undergraduate student in Computer
> Engineering at Delhi Technological University, India. I want to contribute
> to the organization. I am proficient in python and javascript and have
> setup the development environment on my laptop. Can somebody please guide
> me how should i start?
>
> Thanks
> Vaibhav
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Want to contribute

2016-10-13 Thread Vaibhav Singhal
Hi,

I am Vaibhav Singhal, fourth year undergraduate student in Computer
Engineering at Delhi Technological University, India. I want to contribute
to the organization. I am proficient in python and javascript and have
setup the development environment on my laptop. Can somebody please guide
me how should i start?

Thanks
Vaibhav
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] want to contribute in Music Blocks and Widgets Ideas

2016-03-05 Thread Devin Ulibarri

Hi Raghav,

I will get to writing more detail on Sunday or Monday. For now, please
start from the following.

Tempo Widget --

One of the unfinished widgets for tempo is in following folder --
basically what we need now is to be able to export the resulting tempo
as a tempo block in the main Music Blocks workspace.

https://ulibarri.website/owncloud/index.php/s/a1txeXFOcr3NTXB

(of course, it would be nice if it was better integrated with our
current UI, but the important functionality is detailed above)

Rhythm Ruler --

See the Ruler folder and the Rhythm Ruler Design.jpg file

http://owncloud.libretools.com/index.php/s/gTYvM1Iyc92lVWG

Pitch Stairs --

See the staris folder from the above.

...that should get you started. I will send more later.

Devin

On Thu, 2016-03-03 at 12:27 -0500, Walter Bender wrote:
From: Raghav Mittal <raghavmittal...@gmail.com>
> Date: Tue, Mar 1, 2016 at 1:29 PM
> Subject: [Sugar-devel] want to contribute in Music Blocks and Widgets
Ideas
> To: sugar-devel@lists.sugarlabs.org
> 
> 
> Hello everyone,
> 
> 
> I am Raghav Mittal from India currently studying in 2nd year of B.Tech
in Computer Science from NIIT University, Rajasthan.
> I went through the Ideas page and found the following Ideas
> (1)Music Blocks challenges and 
> (2)Music Widgets 
> very enchanting. Would love to contribute in them. 
> 
> I have knowledge and prior experience in JavaScript, python-flask, and
HTML/CSS.
> I am a singer(professionally trained in Indian Classical Music Vocals)
and musician(plays Tabla, Guitar, Keyboard).
> 
> 
> Last year I contributed in "VirtualLabs for Music" Project
(music.virtual-labs.ac.in), redesigned the UI for whole website and
created tools for organizing music clips with ontologies into a
database.
> 
> 
> I am going through the Sugarlabs project from around last 15 days and
was thinking to implement a similar idea. Would you please elaborate the
idea more. So I can know about how I could contribute to it.
> 
> 
> Regards,
> 
> Raghav Mittal
> 
> 
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
> 
-- 
Devin Ulibarri
www.devinulibarri.com/Bio


-- 
Devin Ulibarri
www.devinulibarri.com/Bio


-- 
Devin Ulibarri
www.devinulibarri.com/Bio


-- 
Devin Ulibarri
www.devinulibarri.com/Bio


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] want to contribute in Music Blocks and Widgets Ideas

2016-03-01 Thread Raghav Mittal
Hello everyone,

I am Raghav Mittal from India currently studying in 2nd year of B.Tech in
Computer Science from NIIT University, Rajasthan.
I went through the Ideas page and found the following Ideas
(1)Music Blocks challenges and
(2)Music Widgets
very enchanting. Would love to contribute in them.

I have knowledge and prior experience in JavaScript, python-flask, and
HTML/CSS.
I am a singer(professionally trained in Indian Classical Music Vocals) and
musician(plays Tabla, Guitar, Keyboard).

Last year I contributed in "VirtualLabs for Music" Project (*music*.virtual-
*labs*.ac.in), redesigned the UI for whole website and created tools for
organizing music clips with ontologies into a database.

I am going through the Sugarlabs project from around last 15 days and was
thinking to implement a similar idea. Would you please elaborate the idea
more. So I can know about how I could contribute to it.

Regards,
Raghav Mittal
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Want to contribute

2015-09-04 Thread Gonzalo Odiard
Hi Utkarsh,
Do you have a development environment installed?
There are information on developer.sugarlabs.org
After that, what you would like to work on?
One option is check in our bug database (bugs.sugarlabs.org)
and try to solve some bug.
Another is start some project, by example implementing some webservice:
http://wiki.sugarlabs.org/go/Web_Services

On Thu, Sep 3, 2015 at 4:40 PM, Utkarsh Tiwari 
wrote:

> Hello!
>
>  I would like to contribute to some sugar project. Could anyone
> please guide me. I have developed around 5 activities. Want to work on some
> core project.
>
> Thank You.
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Gonzalo Odiard
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Want to contribute

2015-09-03 Thread Utkarsh Tiwari
Hello!

 I would like to contribute to some sugar project. Could anyone
please guide me. I have developed around 5 activities. Want to work on some
core project.

Thank You.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel