Hello Misha Patel Am Anabraba Abiye i will love to go for the hackillinois.org
On Sat, Feb 22, 2020, 6:00 PM <[email protected]> wrote: > Send Sugar-devel mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sugarlabs.org/listinfo/sugar-devel > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Sugar-devel digest..." > > > Today's Topics: > > 1. Fwd: Open Source Hackathon Mentorship Invitation (Walter Bender) > 2. Re: Sugar for Ubuntu 20.04 (James Cameron) > 3. Export code in Javascript (Rahul kohli) > 4. Re: Export code in Javascript (James Cameron) > 5. Re: Export code in Javascript (Walter Bender) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 21 Feb 2020 21:47:04 -0500 > From: Walter Bender <[email protected]> > To: Sugar-dev Devel <[email protected]> > Subject: [Sugar-devel] Fwd: Open Source Hackathon Mentorship > Invitation > Message-ID: > < > cadf7c8vxggpceio6k+bd6xq9fbf5gmbzahxxcqyu-crjold...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Of possible interest. > > ---------- Forwarded message --------- > From: Misha Patel <[email protected]> > Date: Wed, Feb 19, 2020, 3:13 PM > Subject: Open Source Hackathon Mentorship Invitation > To: <[email protected]> > > > Hello, > > My name is Misha Patel and I’m reaching out on behalf of the HackIllinois > Outreach team. HackIllinois is a 36-hour collegiate Open Source hackathon > that takes place annually at the University of Illinois Urbana-Champaign. > This year, it will be from February 28th-March 1st, 2020. Our mission is to > introduce college students to Open Source, while giving back to the > community. We strive to create a collaborative environment in which our > attendees can learn from and work with developers to make their own > contributions. In past years, we’ve had developers from prominent projects > such as npm, Rust, and Apache come to mentor students from our pool of 900+ > attendees. > > We’d love it if you could pass along this message to the Sugar Labs > community or any individuals you believe would be interested. We will > provide meals throughout the event and can reimburse for travel and lodging > up to a certain amount depending on where in the US people are coming from. > More information on mentorship can be found at hackillinois.org/mentor. > You > can also visit opensource.hackillinois.org to see what kinds of projects > were represented at our event last year. > > Best, > Misha Patel > HackIllinois 2020 Outreach Director > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.sugarlabs.org/archive/sugar-devel/attachments/20200221/a9f684b2/attachment-0001.htm > > > > ------------------------------ > > Message: 2 > Date: Sat, 22 Feb 2020 15:20:56 +1100 > From: James Cameron <[email protected]> > To: [email protected] > Subject: Re: [Sugar-devel] Sugar for Ubuntu 20.04 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > I've released and packaged several more activities this week. To try them > out; > > sudo apt install > sugar-{abacus,clock,develop,finance,fototoon,fractionbounce,gears,implode,letters,maze,moon,paint,physics,poll,speak,words,music-keyboard,findwords,memorize}-activity > > -- > James Cameron > http://quozl.netrek.org/ > > > ------------------------------ > > Message: 3 > Date: Sat, 22 Feb 2020 11:09:44 +0530 > From: Rahul kohli <[email protected]> > To: Sugar-dev Devel <[email protected]> > Subject: [Sugar-devel] Export code in Javascript > Message-ID: > <CAN1B+Vc= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > How is Exporting Code in javascript is different from current Save Project > feature available in Music Blocks? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.sugarlabs.org/archive/sugar-devel/attachments/20200222/58b24742/attachment-0001.htm > > > > ------------------------------ > > Message: 4 > Date: Sat, 22 Feb 2020 18:23:51 +1100 > From: James Cameron <[email protected]> > To: Rahul kohli <[email protected]> > Cc: Sugar-dev Devel <[email protected]> > Subject: Re: [Sugar-devel] Export code in Javascript > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > The difference is this; > > 1. using Save Project, the way to load and execute the project is > using Music Blocks inside a web browser, > > 2. using Export Code, the way to execute the project is using a web > browser, > > In other words, executing without downloading Music Blocks. > > On Sat, Feb 22, 2020 at 11:09:44AM +0530, Rahul kohli wrote: > > How is Exporting Code in javascript is different from current Save > > Project feature available in Music Blocks? > > > _______________________________________________ > > Sugar-devel mailing list > > [email protected] > > http://lists.sugarlabs.org/listinfo/sugar-devel > > > -- > James Cameron > http://quozl.netrek.org/ > > > ------------------------------ > > Message: 5 > Date: Sat, 22 Feb 2020 08:29:49 -0500 > From: Walter Bender <[email protected]> > To: Rahul kohli <[email protected]> > Cc: Sugar-dev Devel <[email protected]>, James Cameron > <[email protected]> > Subject: Re: [Sugar-devel] Export code in Javascript > Message-ID: > < > cadf7c8u13c7qt+knzy70x65easxc56x5bjr5s5h19hgl-pv...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > On Sat, Feb 22, 2020 at 2:24 AM James Cameron <[email protected]> wrote: > > > The difference is this; > > > > 1. using Save Project, the way to load and execute the project is > > using Music Blocks inside a web browser, > > > > 2. using Export Code, the way to execute the project is using a web > > browser, > > > > In other words, executing without downloading Music Blocks. > > > > There is an additional goal in mind, which is to use Music Blocks as a > stepping stone towards getting children interested in text-based > programming languages. The thesis is that by converting their block-based > constructions to a text-based language, they may be tempted to look at the > source and start to tinker with it. Looking at the source of Music Blocks > itself is a bit overwhelming. But presumably the JavaScript source of their > exported code could be made more approachable. > > > > > On Sat, Feb 22, 2020 at 11:09:44AM +0530, Rahul kohli wrote: > > > How is Exporting Code in javascript is different from current Save > > > Project feature available in Music Blocks? > > > > > _______________________________________________ > > > Sugar-devel mailing list > > > [email protected] > > > http://lists.sugarlabs.org/listinfo/sugar-devel > > > > > > -- > > James Cameron > > http://quozl.netrek.org/ > > _______________________________________________ > > Sugar-devel mailing list > > [email protected] > > http://lists.sugarlabs.org/listinfo/sugar-devel > > > > > -- > Walter Bender > Sugar Labs > http://www.sugarlabs.org > <http://www.sugarlabs.org> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.sugarlabs.org/archive/sugar-devel/attachments/20200222/3708e87e/attachment-0001.htm > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Sugar-devel mailing list > [email protected] > http://lists.sugarlabs.org/listinfo/sugar-devel > > > ------------------------------ > > End of Sugar-devel Digest, Vol 136, Issue 31 > ******************************************** >
_______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

