Re: [Pharo-users] [OT] Block challenge

2013-10-16 Thread btc
Francisco Garau wrote: There is a missing line to make the below example evaluate to true. Can you spot it? [ | pointClass setX setY squared | pointClass := [ | x y | setX := [ :aNumber | x := aNumber ]. setY := [ :aNumber | y := aNumber ]. squared := [ (x * x) + (y * y) ]. #end. ]. setX val

[Pharo-users] [OT] Block challenge

2013-10-16 Thread Francisco Garau
There is a missing line that makes the below evaluate to true. Can you spot it? [ | pointClass setX setY squared | pointClass := [ | x y | setX := [ :aNumber | x := aNumber ]. setY := [ :aNumber | y := aNumber ]. squared := [ (x * x) + (y * y) ]. #end. ]. setX value: 3. setY value: 4. squared

Re: [Pharo-users] NYC for a group?

2013-10-16 Thread Tony Giaccone
Weekday evenings after 5:30. Tuesday and Thursdays are best for me. Tony > On Oct 16, 2013, at 4:33 PM, Raymond Brinzer wrote: > > So... is everyone waiting for someone else to announce something? :-) > > I count 5: Sung won Lim, Ray Brinzer, Sean P. DeNigris, Tony Giaccone, > and Paul Davido

Re: [Pharo-users] NYC for a group?

2013-10-16 Thread Raymond Brinzer
So... is everyone waiting for someone else to announce something? :-) I count 5: Sung won Lim, Ray Brinzer, Sean P. DeNigris, Tony Giaccone, and Paul Davidowitz. Sung has the spot. Weekday or weekend, daytime or evening? On Mon, Oct 7, 2013 at 1:16 PM, Paul Davidowitz wrote: > I'm in the gene

Re: [Pharo-users] Automatic Issue Checker

2013-10-16 Thread Stéphane Ducasse
On Oct 16, 2013, at 4:51 PM, Camillo Bruni wrote: > After a long debug session on monday I could finally overcome > a tricky race condition for delays during image startup. This > was the last obstacle to make the issue checker work under linux. Excellent > The issue validator is now enabl

[Pharo-users] Automatic Issue Checker

2013-10-16 Thread Camillo Bruni
After a long debug session on monday I could finally overcome a tricky race condition for delays during image startup. This was the last obstacle to make the issue checker work under linux. The issue validator is now enabled again (the third time ;): https://ci.inria.fr/pharo/view/3.0-Ana

Re: [Pharo-users] http://www.zazzle.com.au/pharoshop

2013-10-16 Thread Marcus Denker
e.g. http://www.zazzle.fr/pharoshop On Tue, Oct 15, 2013 at 1:02 PM, Jeff Gray wrote: > Zazzle.com.au is the Australian site, because that's the one I started > playing around with. > There are a host of international zazzles. > > From how I recall the site working it auto translates product d

Re: [Pharo-users] JNIPort - How to load this in pharo?

2013-10-16 Thread Bernat Romagosa
Good to hear! You should thank Masashi, he put the image together :p 2013/10/16 Thushar G R > Hi Bernat, > I got the image, used the same settings to initialize JVM in Pharo2.0 > image, and i got the random long working. Its a start. > > Thanks a lot. > Thushar > > > > thuchu > > > On Wed, Oc

Re: [Pharo-users] JNIPort - How to load this in pharo?

2013-10-16 Thread Thushar G R
Hi Bernat, I got the image, used the same settings to initialize JVM in Pharo2.0 image, and i got the random long working. Its a start. Thanks a lot. Thushar thuchu On Wed, Oct 16, 2013 at 1:27 PM, Bernat Romagosa < tibabenfortlapala...@gmail.com> wrote: > I've replied to your Stack Overflo

Re: [Pharo-users] JNIPort - How to load this in pharo?

2013-10-16 Thread Bernat Romagosa
I've replied to your Stack Overflow thread. Hope it helps! 2013/10/16 Thushar G R > Hi All, > > I was trying to load JNIPort in pharo , from > > MCHttpRepository > location: 'http://www.squeaksource.com/JNIPort' > user: '' > password: '' > > > Its raising some bugs regarding missing .mcz file