The only package that I know that has statistical tools is
NumericalMethods, you can install it by going to tools->Configuraiton
Browser->NumericalMethods.
Check if it has what you need
2015-03-03 11:40 GMT+01:00 Julien Delplanque :
> Hi everyone,
>
> Does anyone know if there is a package that
Hi,
I want to read a file that is created by an external process. I need to
read this file after the external process is finished. I have an instance
of FileReference to this file. Is it possible to know if the file is being
written or it is closed?
thanks.
Sebastián
This happens when you have instances of the class and the class doesn't
exists anymore.
"Smalltalk fixObsoleteReferences" didn't completely work for me when i had
that problem, i had to find out where those references were.
I think looking for strong pointers of the ObsoleteClass would be a good
st
nce of a class X if the class X doesn't "exist"
> anymore? The whole point here is that an object's class is also a strong
> reference to the class, and generally it's skipped by object reference
> finders. The way you find those is by sending allInstances (or equ
I also like this uniform because it's easier to program,
Up to now i haven't had the need to separate them.
2013/6/30 Tudor Girba
> +1
>
> Keeping things uniform is a plus in this case, even though we might lose
> some flexibility.
>
> Doru
>
>
> On Sun, Jun 30, 2013 at 9:01 AM, Stéphane Ducass
Mmmm, i don't think so. I haven't seen anything in Character class, i think
you have to do it.
2013/7/4 Davide Varvello
> Hi there,
> Is there any method to convert an accented char (or string) to the not
> accented one?
>
> I.e from 'àéìòü' to 'aeiou'
>
> Thanks
> Davide
>
>
>
> --
> View thi
Great, for me, that i am touching kernel classes, it will be very useful
have something to manage images quickly!!
2013/7/8 Tudor Girba
> Hi Damien,
>
> Nice :).
>
> I noticed two issues when playing with it:
> - there is no feedback while downloading the image. This can be confusing.
> - the l
Hi Phil
Have you been using changeSets?
I had the same problem once, i couldn't figure out what the problem was,
but i think there is a problem in the sorter tool (and change sets).
2013/7/29 p...@highoctane.be
> Hello,
>
> I've been loading all of those packages in order to build a full web
er, there are indeed a lot of
> entries related to all of those modules (due to the configurations being
> loaded I guess - see screenshots for samples, the list is much longer).
>
> Phil
>
>
>
>
> On Mon, Jul 29, 2013 at 11:39 AM, Sebastian Tleye wrote:
>
>> Hi Phil
&
What also happened to me, is that, each time i saved the image (even if i
did nothing), the image was growing its size.
2013/7/29 Sebastian Tleye
> Mmm, so i'm not sure.
> I remember, when i had this problem, i was using directly changeSets, i
> solved the problem doing "
Try loading the packages each one at time, and between packages save the
image and check if it is growing.
2013/7/29 Sebastian Tleye
> What also happened to me, is that, each time i saved the image (even if i
> did nothing), the image was growing its size.
>
>
> 2013/7/29
Yes please (if it is not too much work :) )
I would like to check something.
2013/7/29 p...@highoctane.be
> I can send you my image but need to remove all my credentials from there
> first.
>
> ---
> Philippe Back
> Dramatic Performance Improvements
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 4
Hi Norbert,
You can do anObject setTraitComposition: aTraitComposition but only works
for behavior objects
2013/8/22 Jorge Ressia
> Hi Norbert,
>
> It sounds like you want something like talents Talents
> http://scg.unibe.ch/research/bifrost/talents.
> However, there is no running version on p
Hi Natalia,
Here you have an interesting video
http://vimeo.com/68494202
and a repository
http://smalltalkhub.com/#!/~StefanMarr/SMark
2013/8/30 Natalia Moskovchuk
> Hello.
> I want to use the benchmarks in my GSoC project. Can somebody write or
> suggest me some resources about how could I
The Pabellon 1 is closed on saturdays afternoon, but have you asked for
Pabellon 2? I think it's open on saturdays (i don't know if it is possible
to book a room)
2013/9/4 Guillermo Polito
> Probably UTN?
>
>
> On Wed, Sep 4, 2013 at 2:45 PM, Camillo Bruni wrote:
>
>> So it looks like we are go
Hi Damien, thank you :)
I talked to him today, he is also part of the team in Douai.
I have to wait now for an answer
El 10/09/2013, a las 14:31, Stéphane Ducasse
escribió:
> Hi guys
>
> you can be interested by the following position.
>
> stef
>
>> From: Loïc LAGADEC
>> Subject: Profils d
Hi,
I am doing some experiments in Pharo and I need to model Normal and
Log-Normal distributions in pharo.
Is there any existing package for that?
Thanks in advance!
Thanks Markus, I didn't try it but I will!
2014-04-24 11:20 GMT+02:00 Markus Fritsche :
> On 2014-04-24 11:10, Sebastian Tleye wrote:
>
> Hi,
>>
>> I am doing some experiments in Pharo and I need to model Normal and
>> Log-Normal distributions in pharo.
>
Thanks Henrik, I'll take it into account.
2014-04-24 12:58 GMT+02:00 Henrik Johansen :
>
> On 24 Apr 2014, at 11:25 , Sebastian Tleye wrote:
>
> Thanks Markus, I didn't try it but I will!
>
>
> 2014-04-24 11:20 GMT+02:00 Markus Fritsche :
>
>> On
I don't know what RBMethod is, but you can do
aClass compile: source.
For example:
Array compile: 'newMethod ^ 1'
I don't know if it answers your question.
Regards
2014-07-17 15:57 GMT+02:00 Mark Rizun :
> P.S. obviously, my method is added to newMethods var, but it is not
> disblayed in
Why not solve those same problems in Pharo?
2014-08-25 16:26 GMT+02:00 Ichiseki :
> I'm trying to find examples and problems, exercises to solve in Pharo but
> it
> seems that it is little in that department.
> I come from Haskell, there we have 99 problems solved in Haskell and also,
> Project
Well, there is a good way to start with Pharo by Example.
http://pharobyexample.org/versions/PBE1-2009-10-28.pdf
2014-08-25 16:40 GMT+02:00 Ichiseki :
> I would love to do that but:
> I have neither a good understanding of smalltalk not pharo. I don't have a
> good OO style - I come from a Func
22 matches
Mail list logo