Re: [Pharo-users] NeoCSV and big files

2015-04-04 Thread Alexandre Bergel
rbert >> >>> If some people want to help online, we can organize a chat to organize us. >>> Regards, >>> -- >>> Serge Stinckwich >>> UCBN & UMI UMMISCO 209 (IRD/UPMC) >>> Every DSL ends up being Smalltalk >>> http://www.doesnotunderstand.org/ > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN] New service: The Pharo catalog

2015-04-04 Thread Alexandre Bergel
Hi!! This an excellent idea. How to provide a description for my project? Alexandre > Le 1 avr. 2015 à 07:13, Esteban Lorenzano a écrit : > > Hi, > > Last week I made a super small project to consolidate all projects published > in all metarepos. > Is very simple, in the style of small

Re: [Pharo-users] Tabs in Playground ?

2015-04-03 Thread Alexandre Bergel
wrote: > > ​​Hi ! > Is it possible to have multiple tabs on the playground ? It seems so but i > don't find how to do it simply. > > -- > Cheers > Cyril Ferlicot -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] OrderedCollection remove:

2015-04-02 Thread Alexandre Bergel
col := #(1 2 3 4 5) asOrderedCollection. col copy do: [ :each | col remove: each. ]. col will work instead Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Apr 2, 2015, at 3:22

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-04-01 Thread Alexandre Bergel
Now it works! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Apr 1, 2015, at 4:42 AM, Serge Stinckwich > wrote: > > Thank you Alex, for trying to dl CORMAS. > &

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-04-01 Thread Alexandre Bergel
great! Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Apr 1, 2015, at 4:42 AM, Serge Stinckwich > wrote: > > BTW, this is really difficult to understand the problem

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-03-31 Thread Alexandre Bergel
; > -- > Serge Stinckwich > UCBN & UMI UMMISCO 209 (IRD/UPMC) > Every DSL ends up being Smalltalk > http://www.doesnotunderstand.org/ > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [Moose-dev] moose at the breathing code conference

2015-03-28 Thread Alexandre Bergel
> Moose-dev mailing list > moose-...@iam.unibe.ch > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Alexandre Bergel
This is really cool. You guys are changing the way we program. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 27, 2015, at 2:04 PM, Yuriy Tymchuk wrote: > > Oh, I was

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Alexandre Bergel
Hi Blaine, Can you tell us more about it. What is the current stage of it? It looks like highly promising. But it is a significant task to reach a usable state I imagine. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Alexandre Bergel
have a copy of it. I can generate the .MSE file if you give me access to the Java code. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 26, 2015, at 9:39 AM, Julien Delplanq

Re: [Pharo-users] [Pharo-dev] The Grapher charting engine

2015-03-25 Thread Alexandre Bergel
Thanks! Alexandre > Le 25 mars 2015 à 17:53, Tudor Girba a écrit : > > Hi Alex, > > After the Pharo and Moose release I will get back to you with feedback. > > Cheers, > Doru > > >> On Fri, Mar 20, 2015 at 10:18 PM, Alexandre Bergel >> wrot

[Pharo-users] Monitoring spotter

2015-03-25 Thread Alexandre Bergel
hash For me => 195966943 Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [vwnc] The Grapher charting engine

2015-03-23 Thread Alexandre Bergel
MOSTERT > > > > 28 Av Alphonse Denis > 83400 Hyères, France > +33 676411296 > http://stakepoint.com/ <http://stakepoint.com/> > > > > > "Alexandre Bergel" | > > Dear all, > > As many of you know, Grapher is a übe

Re: [Pharo-users] [Moose-dev] Re: [Pharo-dev] The Grapher charting engine

2015-03-23 Thread Alexandre Bergel
ote: > > is desviation a typo of deviation? > > HwaJong > >> 2015. 3. 21., 아침 6:18, Alexandre Bergel 작성: >> >> Dear all, >> >> As many of you know, Grapher is a über-cool charting engine, part of Roassal. >> For people who do not know what

[Pharo-users] The Grapher charting engine

2015-03-20 Thread Alexandre Bergel
nd for you we hope. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Roassal2, navigate in your view with scrollbars

2015-03-20 Thread Alexandre Bergel
t; More examples in RTScrollBarBuilderExamples > > > > ​ > > Cheers, > > Pierre > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Pillar html export clickable headers

2015-03-19 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 15, 2015, at 2:50 PM, Peter Uhnák wrote: > > Hi, > > I have a small feature request for Pillar to be considered - > clickable/linkable headers in html output. Often I want

Re: [Pharo-users] [OT] DB Open Data-Train Challenge in Germany

2015-03-13 Thread Alexandre Bergel
We can help! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 13, 2015, at 7:49 AM, Torsten Bergmann wrote: > > Similar to the Dataton in Paris > (http://lis

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread Alexandre Bergel
ogramming language. > > Please see: http://youtu.be/5JMMgZGRMHw > > for a Demo as well as for download and installation instructions. > > Have fun !!! > > Martin > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Reading an SQL db on OS X

2015-03-07 Thread Alexandre Bergel
Hi Pierce! Yes, it works The fullpath name has indeed to be provided. Was hard to guess this. Thanks! Alexandre > On Mar 7, 2015, at 3:09 AM, Pierce Ng wrote: > > On Wed, Mar 04, 2015 at 05:18:57PM -0500, Alexandre Bergel wrote: >> I would like to read a SQL .db

Re: [Pharo-users] [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Alexandre Bergel
at for pixel based drawings. A rich API and many good things if > you discover it. And Athens is a addition that can increase our > possibilities. > There were some questions about Athens, what it is and what it is used for, > maybe this > helps. > > > nicolai > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Alexandre Bergel
ased drawings. A rich API and many good things if > you discover it. And Athens is a addition that can increase our > possibilities. > > There were some questions about Athens, what it is and what it is used for, > maybe this > helps. > > nicolai -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Programatically abandoning

2015-03-05 Thread Alexandre Bergel
same effect that > would have abandoning a raised debug window? > > > Best, > Laura -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-users] Reading an SQL db on OS X

2015-03-05 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] roassal pixel rendering

2015-03-03 Thread Alexandre Bergel
> > "box1 @ RTLabelled. > box2 @ RTLabelled." > > box1 translateTo: -50 @ 0. > box2 translateTo: 50 @ 0. > > view open > > > Peter > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] roassal pixel rendering

2015-03-03 Thread Alexandre Bergel
wo 1/2 pixels). So the other > option is to apply transformation matrix to the whole visualization? So much > work for a sharp line. :( And considering that it seems to be blurred in one > axis differently than the other... I'll play some more with it. > > Pete > -- _,

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Alexandre Bergel
It does not really matter. Start to write your stat test and we will go over it. This is --highly-- important to have such tests. Alexandre > Le 3 mars 2015 à 07:22, Julien Delplanque a écrit : > >> On 03/03/15 13:11, Serge Stinckwich wrote: >> This is not really difficult to implement a k

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Alexandre Bergel
tests like Kolmogorov-Smirnov test, Khi-2 test, etc? >>> >>> I did fast research in Smalltalkhub but didn't found anything. >>> >>> Thanks in advance, >>> >>> Julien >>> >>> >> > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN] Language Detection API Client

2015-03-01 Thread Alexandre Bergel
Wow !! Excellent!! > Le 28 févr. 2015 à 01:48, Hernán Morales Durand a > écrit : > > Hello, > > Language Detection API is a service to query the language of a given input > text. You will need to register an API key in the web site > http://detectlanguage.com to use the service. > > This

Re: [Pharo-users] Postdoc position at INRIA Chile

2015-02-27 Thread Alexandre Bergel
> On Feb 27, 2015, at 5:21 PM, Alexandre Bergel wrote: > > Dear All, > > I have just received a announcement for a position at INRIA Chile. > Here is an extract from the call. It is written in Spanish, however it is > also open to non-spanish speaker. > > "Inri

[Pharo-users] Postdoc position at INRIA Chile

2015-02-27 Thread Alexandre Bergel
s son particularmente en las áreas de: aprendizaje, datos masivos, redes de sensores, visualización interactiva. Esta lista no es exhaustiva.” If you have a PhD and are interested, please contact me! Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel

Re: [Pharo-users] What UI direction now (or in the near future)?

2015-02-26 Thread Alexandre Bergel
hat point except that it is is based on Athens >> >>> >>> C) Is current keyboard + UI component focus support perfect or pain in… >> >> I guess yes :) >> >> Cheers >> Alain >> >> >>> >>> Isn’t a “bad time” for this decision (Pharo) now? >>> >>> Thanks very much for any brief hint, Petr Fischer >>> >>> >>> >> >> >> >> > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [clubSmalltalk] Re: [ANN] StNER: Interface to Stanford Named Entity Recognizer

2015-02-26 Thread Alexandre Bergel
Oh! Interesting!!! Cheers, Alexandre > On Feb 26, 2015, at 2:06 AM, Hernán Morales Durand > wrote: > > I have to finish the PhyloclassTalk paper. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-users] Using Pharo to Save Human Life

2015-02-25 Thread Alexandre Bergel
:07 PM, stephan wrote: > > The first FOSDEM video has arrived: > > http://mirrors.dotsrc.org/fosdem/2015/devroom-smalltalk/cirela.mp4 > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN] StNER: Interface to Stanford Named Entity Recognizer

2015-02-25 Thread Alexandre Bergel
> Hernán > > PS: Only tested in Windows 8.1 > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] What UI direction now (or in the near future)?

2015-02-25 Thread Alexandre Bergel
.)? > > C) Is current keyboard + UI component focus support perfect or pain in... > > Isn’t a “bad time” for this decision (Pharo) now? > > Thanks very much for any brief hint, Petr Fischer > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-users] Evaluating scripts within Pillar

2015-02-24 Thread Alexandre Bergel
#x27;' inPillarStream: stream ]]] '; outputFile: 'myFirstPillarExport.html' asFileReference; export -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pillar is very well done! Congrats to the authors! Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Roassal question

2015-02-24 Thread Alexandre Bergel
s. is there a way around this >> restriction? >> werner >> >> >> > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread Alexandre Bergel
Excellent link! Alexandre > Le 20 févr. 2015 à 06:46, "p...@highoctane.be" a écrit : > > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > > Le 20 févr. 2015 10:59, "S Krish" a écrit > : >> >> Not so much Pharo on Docker, but a complete stack on Docker based o

Re: [Pharo-users] Small benchmark

2015-02-17 Thread Alexandre Bergel
This is a fantastic answer. Thanks Clement! Alexandre > Le 17 févr. 2015 à 06:06, Clément Bera a écrit : > > Hello Andrea, > > The way you wrote you algorithm is nice but makes extensive use of closures > and iterates a lot over collections. Those are two aspects where the > performance o

Re: [Pharo-users] GSOC 2015 application

2015-02-11 Thread Alexandre Bergel
This is a fantastic news. Go go go! Alexandre > Le 11 févr. 2015 à 06:02, Serge Stinckwich a > écrit : > > Dear all, > > with Uko, we are considering submitting the Pharo project as a > mentoring organization for GSOC 2015: > http://www.google-melange.com/gsoc/homepage/google/gsoc2015 > >

Re: [Pharo-users] [Moose-dev] Agile visualization book as an interactive grafoscopio document

2015-02-09 Thread Alexandre Bergel
Hi Offray, If I correctly understand your question you want to auto save something in your glamour script. I do not know since I am not expert in Glamour. But I think glamour emit some event and you can have some callbacks for this. I saw this while browsing the glamour examples. Cheers, Alex

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Alexandre Bergel
om the Pharo Smalltalk Users mailing list archive at Nabble.com. > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Saving contents of a Playground

2015-01-21 Thread Alexandre Bergel
- check the history. - if 10 + 20 appears in the history, then changes the playground content for 15 + 20 have press the play button. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-users] [Moose-dev] Re: OpenStreetMap integration

2015-01-20 Thread Alexandre Bergel
Easy, simply download the last version of Roassal. Cheers, Alexandre > On Jan 19, 2015, at 9:07 PM, Norbert Hartl wrote: > > Looks fantastic. But from can I install it? Did I overlook some detail? > > thanks,, > > Norbert > >> Am 19.01.2015 um 15:19 schrieb

Re: [Pharo-users] [Moose-dev] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Alexandre Bergel
Thanks for your nice words Cheers, Alexandre > On Jan 19, 2015, at 6:24 PM, Sven Van Caekenberghe wrote: > > >> On 19 Jan 2015, at 15:19, Alexandre Bergel wrote: >> >> Again, thanks Onil and Thierry. This is a very valuable contribution for the >> whole

Re: [Pharo-users] [Moose-dev] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Alexandre Bergel
r > configuration. > > The generic engine should be decoupled from concrete data sources. > > Cheers, > Doru > > > On Mon, Jan 19, 2015 at 3:30 PM, Alexandre Bergel > wrote: > It should yes > > Roassal2 now depends on NeoJSON by the way. >

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Alexandre Bergel
It should yes Roassal2 now depends on NeoJSON by the way. Alexandre > On Jan 19, 2015, at 11:26 AM, Sven Van Caekenberghe wrote: > > Is this in the latest moose 5.1 build ? -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Manners on the list?

2015-01-18 Thread Alexandre Bergel
other hand, if you find yourself the answer to your problem, it > is useful to write an answer to your problem on the mailing list: the > problem you met was or will be a problem for other, so it is a nice, > simple and effective way to contribute. > > Hilaire > > -- > Dr. Geo - http://drgeo.eu > iStoa - http://istoa.drgeo.eu > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ Article ] LampSort Revisited, Visualised

2015-01-18 Thread Alexandre Bergel
Proudly supporting Pharo > http://pharo.org > http://association.pharo.org > http://consortium.pharo.org > > > > > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN] A simple debugger for stepping though bytecodes.

2015-01-16 Thread Alexandre Bergel
put in there a Roassal presentation. > > Cheers, > Doru > > On Thu, Jan 15, 2015 at 10:40 PM, Alexandre Bergel > wrote: > I am quite interested in plugin a Roassal visualization to a debugger. > I will discuss with Rosario, but maybe you have worked on something

Re: [Pharo-users] [ANN] A simple debugger for stepping though bytecodes.

2015-01-16 Thread Alexandre Bergel
Ok! Thanks! Alexandre > On Jan 16, 2015, at 2:25 PM, Andrei Chis wrote: > > > On Thu, Jan 15, 2015 at 10:40 PM, Alexandre Bergel > wrote: > I am quite interested in plugin a Roassal visualization to a debugger. > I will discuss with Rosario, but maybe you have worked

Re: [Pharo-users] [ANN] A simple debugger for stepping though bytecodes.

2015-01-15 Thread Alexandre Bergel
ecode-debugger/ > > Cheers, > Andrei -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-users] Roassal and super large screen

2015-01-15 Thread Alexandre Bergel
run. From the technical point of view, we export SVG and use a cluster-friendly SVG renderer. This expands the range of what can be achieved. Cheers, The Object Profile Team -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Useful tools?

2015-01-15 Thread Alexandre Bergel
Looks like to be a spam… Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jan 15, 2015, at 1:57 PM, laura wrote: > > How was it implemented? Were you building it as an a

[Pharo-users] [ANN] Visual Memory profiler

2015-01-12 Thread Alexandre Bergel
rofile' project: 'S2py'; configurationOf: 'Spy'; loadDevelopment. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alejandro & Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Alexandre Bergel
But the build of Pharo 4 should not load the latest version of ConfigurationOfGlamourCore? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jan 7, 2015, at 10:39 AM, Tudor Girba wr

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Alexandre Bergel
You also need Glamour-Roassal2-Presentations. But the last version does not seem to load. Any idea how to fix this situation? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >

Re: [Pharo-users] Question about loading Roassal2 in Pharo4

2015-01-07 Thread Alexandre Bergel
repository? How that can be? Glamour has been forked? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jan 7, 2015, at 10:15 AM, Andrei Chis wrote: > > Hi, > > There is one ext

Re: [Pharo-users] Charting graphs

2015-01-07 Thread Alexandre Bergel
Stef, I have updated the Grapher chapter in Agilevisualization: https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Grapher/0202-Grapher.html You are now ready to blog :-) Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-users] [Moose-dev] [Pharo-dev] Charting graphs

2015-01-06 Thread Alexandre Bergel
need a RTStackedDataSet. When you need to specify an X, e.g., a scatter plot, then you need a RTDataSet. Is it clear? Maybe the vocabulary we use is not obvious. Cheers, Alexandre > > Cheers, > Doru > > > > On Mon, Jan 5, 2015 at 12:22 AM, Alexandre Bergel <mail

Re: [Pharo-users] Charting graphs

2015-01-06 Thread Alexandre Bergel
Give me a couple of days, and I will update the Agilevisualization chapter. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jan 6, 2015, at 2:49 PM, stepharo wrote: > > Real

[Pharo-users] Charting graphs

2015-01-04 Thread Alexandre Bergel
new year! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Question about Morphic in Pharo 4

2014-12-23 Thread Alexandre Bergel
t; I focused on you splitting up into methods because that was a complaint of > yours and you said you were following Spec examples when doing that. > > ---> Save our in-boxes! http://emailcharter.org <--- > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD lab - Computer Science Department (DCC) - University of Chile > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-users] Christmas gift: Memory Monitor

2014-12-22 Thread Alexandre Bergel
et something like: In Pharo 4.0, buttons are missing. Any idea what’s wrong? Memory monitor is accessible from the configuration browser. Kind regards, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Alexandre Bergel
. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Dec 12, 2014, at 12:38 PM, Thierry Goubier > wrote: > > Hi Alexandre, > > this is great. There is a bit of java

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Alexandre Bergel
to capture this. Cheers, Alexandre > > Personally, I think the environment erases a lot of the conceptual difference > between a "script" vs. a "program". > > On Fri, Dec 12, 2014 at 7:56 AM, Alexandre Bergel <mailto:alexandre.ber...@me.com>> wrote: &g

Re: [Pharo-users] Roassal HTML exporter

2014-12-12 Thread Alexandre Bergel
he greatest challenge Roassal will have to face. Your feedback is highly important for us. Cheers, Alexandre > > On Fri, Dec 12, 2014 at 12:20 AM, Alexandre Bergel <mailto:alexandre.ber...@me.com>> wrote: > Hi! > > We have worked very hard on a Roassal exporter for the W

Re: [Pharo-users] how do you use scripts?

2014-12-12 Thread Alexandre Bergel
Hi! I am not sure what you mean by “script”. > - What kind of actions do you put in scripts? I usually write two kind of scripts: - Roassal visualizations - Short script, usually a gofer action to load a particular application > - Do you rely on script files stored on the disk at all? Not at

[Pharo-users] Roassal HTML exporter

2014-12-11 Thread Alexandre Bergel
umber of methods'. legend build. "==" RTHTML5Exporter new export: c view. c view -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ Article ] LampSort, a non-recursive QuickSort implementation

2014-12-08 Thread Alexandre Bergel
Well written and very dictactic. Do you have this text as a class comment in your class? Cheers, Alexandre > Le 08-12-2014 à 15:36, Sven Van Caekenberghe a écrit : > > Hi, > > Here is another article I just published > > LampSort, a non-recursive QuickSort implementation > > The divide a

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-25 Thread Alexandre Bergel
an > >> On 25 Nov 2014, at 17:31, Alexandre Bergel wrote: >> >> Acabo de el problema de componer composite shapes. >> >> >> >> Avisame como va. >> >> Saludos, >> Alexandre >> >> >>> On Nov 25, 2014, at 10:0

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-25 Thread Alexandre Bergel
Acabo de el problema de componer composite shapes. Avisame como va. Saludos, Alexandre > On Nov 25, 2014, at 10:06 AM, Alexandre Bergel > wrote: > > Hi Rosario, > >> I have updated trachel but it still doesnt work. > > What do you mean? I have the followin

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-23 Thread Alexandre Bergel
t; >> "Note that the RTLabelled interaction has to be set after having added the >> element in the view" >> l @ (RTLabelled new text: 'lining up!'). >> >> v open >> = >> >> As far as documentation goes, it is still heavily work in progress, so right >> now >> Agile Visualization is probably the best source (and of course mailing list). >> > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-23 Thread Alexandre Bergel
; context. Yes, we will work on that. > I would like to post the working example on the meetup page, so if any can > tell me why the example is broken or how to solve it, would be nice. How can we help? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-23 Thread Alexandre Bergel
> >> If I could have a quick answer on this one would be awesome. By the way >> I'm now 5:50 pm (GMT-5) in the pharo irc channel is someone pops up. >> >> Thanks, >> >> Offray >> >> > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-23 Thread Alexandre Bergel
dges. You can also use > TRConstraint, but that is a tad bit more advanced. > > Peter -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-23 Thread Alexandre Bergel
this one would be awesome. By the way I'm > now 5:50 pm (GMT-5) in the pharo irc channel is someone pops up. > > Thanks, > > Offray > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Maps from Wikipedia loaded on Roassal's RTMetricMap

2014-11-22 Thread Alexandre Bergel
Yesterday I've tried Cirela, impressive work! I have never thought Roassal could be pushed so far. Alexandre > Le 22-11-2014 à 6:04, Thierry Goubier a écrit : > > Hi Vladimir, > > 2014-11-18 14:30 GMT+01:00 Offray Vladimir Luna Cárdenas : >> >> Notice that this tries to be a leaner appro

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-20 Thread Alexandre Bergel
Hi Rosario! Well spotted! Please, update Trachel to enjoy the bug fix Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 20, 2014, at 10:39 AM, rosariosm wrote: > &

Re: [Pharo-users] [Moose-dev] Kiviat support in Roassal

2014-11-20 Thread Alexandre Bergel
Yes! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 20, 2014, at 9:49 AM, Tudor Girba wrote: > > Great news! > > Is this already committed in Roassal? >

[Pharo-users] Kiviat support in Roassal

2014-11-20 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Athens do not work on Image 40316+

2014-10-23 Thread Alexandre Bergel
Hi Jan! I can have a look next beginning of next week (not earlier sorry). In the meantime, you can use the Moose image. It is pretty stable. Cheers, Alexandre > Le 23-10-2014 à 3:50, Jan Blizničenko a écrit : > > Nicolai Hess wrote >> I think you can skip the first part: "ConfigurationOfAt

Re: [Pharo-users] [Pharo-dev] Clickable class side example and initialize methods in Pharo 4.0

2014-10-22 Thread Alexandre Bergel
of the tools (no debug on > pragmas, non-obvious behavior triggers, search for pragma users difficult, > not documented). > > Alexandre, your idea of infering properties from the source code looks a lot > more interesting (and with a lot more potential). > > Thierry > >

Re: [Pharo-users] [Pharo-dev] Clickable class side example and initialize methods in Pharo 4.0

2014-10-22 Thread Alexandre Bergel
Hi! I have doubt that #example: will be enough in the case of Roassal. Having a code example browser is indeed important and having a descent way to search for the examples is also important. I am thinking to stick to #example and infer some categories from the source code (e.g., if the method

Re: [Pharo-users] Spur images

2014-10-17 Thread Alexandre Bergel
cost you a lot, and write it natively. This has worked for us, in a non-trivial setting. Let us know Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 3, 2014, at 5:07 PM

Re: [Pharo-users] openstreetmap + roassal

2014-10-16 Thread Alexandre Bergel
Ok, let us know how it goes. This is important Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 16, 2014, at 2:02 PM, Nicolas Lusa wrote: > Hi, sorry for the late response. >

Re: [Pharo-users] openstreetmap + roassal

2014-10-15 Thread Alexandre Bergel
free to contact us whenever you feel like. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 15, 2014, at 10:48 AM, Nicolas Lusa wrote: > Hello pharo-users community, >

[Pharo-users] Error with Pillar

2014-10-10 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] inaccuracy in drawing?

2014-10-08 Thread Alexandre Bergel
Yes, Athens works with Floats. But not with Fractions I think Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 8, 2014, at 4:43 PM, Hilaire wrote: > Le 08/10/2014 20:08, Alexan

Re: [Pharo-users] inaccuracy in drawing?

2014-10-08 Thread Alexandre Bergel
Humm… Good question It cannot be a point fraction? But maybe things may break because of this. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 8, 2014, at 12:26 PM, Hilaire wrote

Re: [Pharo-users] "Conceptually the same as" in Smalltalk

2014-10-02 Thread Alexandre Bergel
from > "exactly the same as, but not #=="? > > Thanks. > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/Conceptually-the-same-as-in-Smalltalk-tp4782118.html > Sent from the Pharo Smalltalk Users mailing list

Re: [Pharo-users] Request for adding Smalltalk syntax highlight in SE network

2014-09-29 Thread Alexandre Bergel
Ok… Alexandre On Sep 29, 2014, at 8:55 AM, Yuriy Tymchuk wrote: > >> On 29 Sep 2014, at 17:50, Alexandre Bergel wrote: >> >> Just wondering, what is “SE network”? > > Probably Stack Exchange > >> >> Cheers, >> Alexandre >> >

Re: [Pharo-users] Request for adding Smalltalk syntax highlight in SE network

2014-09-29 Thread Alexandre Bergel
Just wondering, what is “SE network”? Cheers, Alexandre On Sep 29, 2014, at 4:49 AM, Stephan Eggermont wrote: > Voted > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-users] Data Analysis in Pharo

2014-09-28 Thread Alexandre Bergel
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Hash values

2014-09-26 Thread Alexandre Bergel
Yeah!!! That would be really cool! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Sep 26, 2014, at 4:02 PM, stepharo wrote: > >> Hi! >> >> Alejandro and I

[Pharo-users] Hash values

2014-09-26 Thread Alexandre Bergel
= -100. Does this make sense? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Passed by references and by value

2014-09-26 Thread Alexandre Bergel
Indeed, one should not care about copy by value / reference in Pharo. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Sep 25, 2014, at 4:52 PM, stepharo wrote: > >> Hi, >&

Re: [Pharo-users] Passed by references and by value

2014-09-25 Thread Alexandre Bergel
Floats are passed as values. Objects that are passed as values should be immutable, as floats and integers. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Sep 25, 2014, at 3:35 PM, Mark

<    1   2   3   4   5   6   7   >