Re: [Pharo-users] Moose-Algos-Graph Library in Pharo 5

2016-04-25 Thread Volkert
Christophe, Alexandre, i will give it a try How can i load "Moose-Tests-Algos-Graph" into Pharo 5.0? Thanks, Volkert On 25.04.2016 10:23, Christophe Demarey wrote: Hi, Moose-Algos-Graph contains very classical algorithmes applying on graphes (Breadth-first search, dijkstra, tarjan,

Re: [Pharo-users] Dawn Theme on Pharo 4.0

2016-04-25 Thread Brad Selfridge
Love the theme. I have a few questions. 1). It there a way to user the Watery theme min/max/close window button styles in this theme? 2). Is there a way for the active window shadow value to be lighter (to help differentiate the active widow)? 3). The tool tip text is hard to read. Can the

Re: [Pharo-users] restoring a deleted method

2016-04-25 Thread Nicolai Hess
2016-04-24 14:40 GMT+02:00 Siemen Baader : > Hi, > > according to Pharo By Example [1], I should be able to retrieve a deleted > method in the Change Sorter by right-clicking it and browsing old versions. > However, I get the message 'Sorry, only actual methods have

Re: [Pharo-users] [ANN] Genetic Algorithm is available from the Catalog

2016-04-25 Thread Julien Delplanque
Cool! On 25/04/16 16:10, Alexandre Bergel wrote: Hi! I did a bit of programming… A genetic algorithm is available from the Catalog. Cheers, Alexandre

[Pharo-users] [ANN] Genetic Algorithm is available from the Catalog

2016-04-25 Thread Alexandre Bergel
Hi! I did a bit of programming… A genetic algorithm is available from the Catalog. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] [ANN] Arff generator for Pharo

2016-04-25 Thread Julien Delplanque
argh, here take my +1 for this mail :p On 25/04/16 14:08, Damien Pollet wrote: So, ARFF is the file format… I propose that an OO modeling of it should be named the Attribute-Relation Graph Hierarchy :D On 25 April 2016 at 13:37, Julien Delplanque wrote: Hello everyone,

Re: [Pharo-users] [ANN] Arff generator for Pharo

2016-04-25 Thread Julien Delplanque
Took me 1 hour to create 1 object/concept and the visitor. My classmates probably did it with Python but not in the spirit to share it so I guess it took them less time but it is not reusable... :) Then some time to document, write the baseline and the mail. Julien On 25/04/16 14:09,

Re: [Pharo-users] [ANN] Arff generator for Pharo

2016-04-25 Thread p...@highoctane.be
Hello Julien, I am curious to know how much faster/slower you can do this vs people using other languages. So? Phil On Mon, Apr 25, 2016 at 1:37 PM, Julien Delplanque wrote: > Hello everyone, > > For a university project in ''Datamining and Datawarehousing'', I have to >

Re: [Pharo-users] [ANN] Arff generator for Pharo

2016-04-25 Thread Damien Pollet
So, ARFF is the file format… I propose that an OO modeling of it should be named the Attribute-Relation Graph Hierarchy :D On 25 April 2016 at 13:37, Julien Delplanque wrote: > Hello everyone, > > For a university project in ''Datamining and Datawarehousing'', I have to >

[Pharo-users] [ANN] Arff generator for Pharo

2016-04-25 Thread Julien Delplanque
Hello everyone, For a university project in ''Datamining and Datawarehousing'', I have to convert data stored as text files in different formats to the Weka[1] ARFF format[2]. I did it with Pharo of course! :) So, I wrote this little project [3] to share what I have done with you, just in

Re: [Pharo-users] ModificationTime

2016-04-25 Thread Valentin Ryckewaert
Wasn't sure so didn't tell this ! I send an issue 2016-04-25 11:05 GMT+02:00 Esteban Lorenzano : > should be modification time of file… clearly, that method comment is crap > :) > > Esteban > > > On 25 Apr 2016, at 11:01, Valentin Ryckewaert < >

Re: [Pharo-users] ModificationTime

2016-04-25 Thread Esteban Lorenzano
should be modification time of file… clearly, that method comment is crap :) Esteban > On 25 Apr 2016, at 11:01, Valentin Ryckewaert > wrote: > > Hi everyone, > > I don't understand what is the meaning of this method, could someone help me > about it plz? > >

[Pharo-users] ModificationTime

2016-04-25 Thread Valentin Ryckewaert
Hi everyone, I don't understand what is the meaning of this method, could someone help me about it plz? modificationTime: aResolvable "Resolve the argument, and answer true if the result refers to a directory, false if it refers to a file or doesn't exist." ^ store modificationTime: (self

[Pharo-users] build for BuildingUIWithSpec

2016-04-25 Thread Peter Uhnák
Is there a build job for BuildingUIWithSpec? Peter

Re: [Pharo-users] Moose-Algos-Graph Library in Pharo 5

2016-04-25 Thread Christophe Demarey
Hi, Moose-Algos-Graph contains very classical algorithmes applying on graphes (Breadth-first search, dijkstra, tarjan, topological sorting, etc). It is now in Pharo 5 because it is used by the dependency analyser. As Alexandre said, there are almost no documentation and it is not so easy to

Re: [Pharo-users] [ANN] Introspect web content (Soup with some GT extensions)

2016-04-25 Thread stepharo
just a question torsten did you package the extensions in a separate package? Stef Le 14/4/16 à 13:01, Torsten Bergmann a écrit : Hi, I added a few GT inspector extensions to Soup and cleaned up a little bit. Released as a new version 1.8 of Soup - you will find easily in Catalog for Pharo

Re: [Pharo-users] Turning off Growl notifications

2016-04-25 Thread stepharo
Le 16/4/16 à 09:35, kmo a écrit : Thanks for taking a look. It's not good that there is no easy way. If you are deploying an application to a user you will almost certainly want to run some kind of startup script - and you will want to suppress any messages. Looking at the code I think I can