Re: [math4] Activity: adding/subtracting whole numbers

2009-08-29 Thread Shawn Willden
On Friday 28 August 2009 08:23:50 am John Posner wrote:
 Assuming that the BlockHead project recovers from its something went
 wrong error, what is the correct push command to execute? My guess:

git push g...@git.sugarlabs.org:BlockHead/mainline.git master

 (I'll define an origin alias later.)

Wesley's origin was aliased to

gitori...@git.sugarlabs.org:yourproject/yourbranch.git

So I'm guessing you want to substitute 'gitorious' for 'git'.

Also, I prefer the 'git remote' command to set up an alias, rather than 
editing .git/config.  Something like:

git remote add origin gitori...@git.sugarlabs.org:BlockHead/mainline.git

Shawn.
___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-29 Thread John Posner
Shawn Willden wrote:
 Wesley's origin was aliased to

   gitori...@git.sugarlabs.org:yourproject/yourbranch.git

 So I'm guessing you want to substitute 'gitorious' for 'git'.
   

Thanks for the suggestion, Shawn, but no dice:

   $ git push gitori...@git.sugarlabs.org:BlockHead/mainline.git
   ssh_exchange_identification: Connection closed by remote host
   fatal: The remote end hung up unexpectedly

I've tried recreating my SSH key. The new key worked on the GitHub site, 
but not on SugarLabs.

-John



___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-29 Thread David Farning
I am forwarding this to our systems list, where the sysadmins hang
out.  Please feel free to join.

In the past, we have had problems with git.sugarlabs.org blacklisting
certain ssh keys.  git.sl.o is hosted on a donate machine at osl (
http://osuosl.org/  ) My very vague recollection is that a security
parameter was set to tightly... and causing certain keys to be
blocked.  The error message looked similarly non helpful.  (to me)

Would anyone else from math4 mind looking into this?  I believe the
second lecture of the class at RIT will include a walk through on how
to setup and upload a project on git.l.org.

FWIW, using git as a version control system is actually pretty easy
and very useful.  But creating the key and getting stated can be a
pain.

david

On Sat, Aug 29, 2009 at 11:54 AM, John Posnerjjpos...@optimum.net wrote:
 Shawn Willden wrote:
 Wesley's origin was aliased to

       gitori...@git.sugarlabs.org:yourproject/yourbranch.git

 So I'm guessing you want to substitute 'gitorious' for 'git'.


 Thanks for the suggestion, Shawn, but no dice:

   $ git push gitori...@git.sugarlabs.org:BlockHead/mainline.git
   ssh_exchange_identification: Connection closed by remote host
   fatal: The remote end hung up unexpectedly

 I've tried recreating my SSH key. The new key worked on the GitHub site,
 but not on SugarLabs.

 -John



 ___
 FourthGradeMath mailing list
 FourthGradeMath@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/fourthgrademath

___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-29 Thread John Posner
David Farning wrote:
 FWIW, using git as a version control system is actually pretty easy
 and very useful.  But creating the key and getting stated can be a
 pain.
   

+1  (from a veteran of the ClearCase and AccuRev commercial 
version-control systems)

Thanks, David!  -John

___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-28 Thread John Posner
Edward Cherlin wrote:
 On Wed, Aug 26, 2009 at 1:37 PM, John Posnerjjpos...@optimum.net wrote:
   
 Hi --

 I've just Sugarized my BlockHead application, which enables kids to
 add/subtract multiple-digit numbers by dragging Cuisenaire-like blocks.
 

 +1

 I've been wishing for that. Do you know how to do multiplication,
 division, fractions, and concepts of algebra such as commutativity in
 Cuisenaire rods?

   

Thanks for the support, Edward. I'm tempted to answer yes, but then 
I'm not sure exactly what you're getting at. I'd be very happy to 
continue this discussion off-list. Feel free to contact me at 
jjpos...@optimum.net.

-John

___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-28 Thread John Posner
Edward Cherlin wrote:
 I am referring to the work of Caleb Gattegno, starting with the book
 that is included in every box of Cuisenaire rods. See also Gattegno's
 books

 For the teaching of elementary mathematics
 Qualitative arithmetic: The study of numbers from 1 to 20
 What We Owe Children The Subordination of Teaching to Learning
 Now Johnny can do arithmetic
 Mathematics with Numbers in Color, Book A
 The common sense of teaching mathematics
 Modern mathematics with numbers in colour
 Know Your Children as They Are
 

Sure thing. I just pulled Qualitative Arithmetic and Mathematics with 
Numbers in Color, Book A off my book shelf. I also have a couple of 
other books that came with my original (c. 1969) set of Cuisenaire Rods, 
including the very nice Using the Cuisenaire Rods -- A Photo/Text Guide 
for Teachers, by Jessica Davidson.

I was a big fan of the New Math in the 60s and 70s, but my career in 
math education got detoured into software technical writing. So now my 
educational work is on the hobby level, not the professional level. It's 
certainly fair to say that the Cuisenaire Rods are the basic inspiration 
for my BlockHead activity (plugand also the similar, not-yet-Sugarized 
program FracBars at www.jjposner.net/plug).

Best,
John

___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-27 Thread Edward Cherlin
Is this in the Sugar wiki?

On Thu, Aug 27, 2009 at 7:26 PM, Wesley
Dillinghamwwdilling...@sugarlabs.org wrote:
 John,

 Have you made the project page on git.sugarlabs.org?

 Once, the project page is established.

 Navigate in terminal to your project directory and type git init
 then navigate to  ./.git/config


 set the config file as follows: so git knows where to push.

 [remote origin]
 url = gitori...@git.sugarlabs.org:yourproject/yourbranch.git



 in the terminal issue the following two commands, update for your
 information on git.sugarlabs.org:

 git config --global user.name firstname lastname

 git config --global user.email j...@joejoe.com

 Next, Navigate back to your project page in the console.

 type git add *  for all files in the directory or git add blockhead.py or
 whatever file you want git to begin tracking.
 type git commit this will open a text editor, make a comment about your
 changes here, e.g. initial commit
 finally type: git push origin master

 after initial commit you need only to do the last three steps for further
 commiting.

 some good references. (and where I learned to use git):
 http://www.spheredev.org/wiki/Git_for_the_lazy
 http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ

 Good luck.

 - Wes


 On Thu, Aug 27, 2009 at 9:53 PM, John Posner jjpos...@optimum.net wrote:

 David Farning wrote:
  Now that you have some code, it is time to make it public.
  1.  Upload the activity to http://activities.sugarlabs.org .  This is
  the activities library students and teachers use to grab new
  activities.
 

 Done. The .xo is uploaded as the activity BlockHead, and its status is
 1 In Sandbox file.
  2. Store your code in the git repository at git.sugarlabs.org .  This
  is where developer keep their code.  By publicly posting it, when a
  fellow developer says, 'hum that is clever'  they can easily find out
  how you did something or even use your code as a base for something
  new and clever.
 

 Need some help here. I established a user identity and uploaded an SSH2
 (RSA) public key. I commited a git source tree on my Ubuntu 8.10 box,
 and ran this command:

  git push g...@git.sugarlabs.org:jjposner/BlockHead.git

 I got both a Password: prompt and a g...@git.sugarlabs.org's
 password: prompt.  What do I enter for a password? Or am I doing it all
 wrong?

 Tx,
 John

 ___
 FourthGradeMath mailing list
 FourthGradeMath@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/fourthgrademath


 ___
 FourthGradeMath mailing list
 FourthGradeMath@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/fourthgrademath





-- 
Edward Mokurai Cherlin
Silent Thunder (默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر ج) is my name, and
Children are
my nation. The Cosmos is my dwelling place, the Truth my destination.
http://earthtreasury.org/
___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath


Re: [math4] Activity: adding/subtracting whole numbers

2009-08-26 Thread David Farning
Why yes there is:)

Now that you have some code, it is time to make it public.
1.  Upload the activity to http://activities.sugarlabs.org .  This is
the activities library students and teachers use to grab new
activities.

2. Store your code in the git repository at git.sugarlabs.org .  This
is where developer keep their code.  By publicly posting it, when a
fellow developer says, 'hum that is clever'  they can easily find out
how you did something or even use your code as a base for something
new and clever.

3.  Send a notice to i...@sugarlabs.org to let the world know about BlockHead.

If you are interested in continuing with the project we can add a
developer page, internationalisation code, and register your activity
with the translation team so it can be made available to children
around the world.


FWIW, I would strongly encourage eveyone to follow the above steps to
make their work available to the world.  Not only is it community
service, but it feels really good when you look at you a.sl.o stats
page and realize that a class is Uruguay just down loaded your work:)

david

On Wed, Aug 26, 2009 at 3:37 PM, John Posnerjjpos...@optimum.net wrote:
 Hi --

 I've just Sugarized my BlockHead application, which enables kids to
 add/subtract multiple-digit numbers by dragging Cuisenaire-like blocks.
 It includes animations for carrying and borrowing/exchanging.

 At http://www.jjposner.net/5252.html, the link BlockHead_gtk_src.zip
 downloads both the source file and a ready-to-use BlockHead-1.xo
 activity. I've tested it on SoaS/Strawberry (0.84.2).

 What now? Is there any interest in this app? Thanks!

 -John Posner
 jjpos...@optimum.net
 ___
 FourthGradeMath mailing list
 FourthGradeMath@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/fourthgrademath

___
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath