Re: [Pharo-users] Pharo TechTalk Oct 24

2019-10-25 Thread teso...@gmail.com
Hi,
   I am putting the recorded version.

https://youtu.be/6iAzRYybY_M

Cheers,
Pablo

On Thu, Oct 24, 2019 at 11:18 AM teso...@gmail.com  wrote:
>
> Friendly reminder:
>
> Today at 17:00 (GMT+2, Paris Time) we have the techtalk about the headless VM
>
> Calendar entry: https://association.pharo.org/event-3419545
>
> On Thu, Oct 17, 2019 at 1:02 PM Marcus Denker  wrote:
> >
> > Hi,
> >
> > Next techtalk will be *next* week (Oct 24):
> >
> > Topic:  Headless VM
> >
> > Calendar entry: https://association.pharo.org/event-3419545
> >
> >
> > (it was originally dated to today, we will try to be better in pre-planning 
> > from the next one on)
>
>
>
> --
> Pablo Tesone.
> teso...@gmail.com



-- 
Pablo Tesone.
teso...@gmail.com



Re: [Pharo-users] SplitMix64

2019-10-25 Thread Serge Stinckwich
On Fri, Oct 25, 2019 at 4:04 AM Benoit St-Jean via Pharo-users <
pharo-users@lists.pharo.org> wrote:

> For those interested, my implementation of the SplitMix64 pseudo-random
> number generator.
>
> Useful if you need to generate pseudo-random big integers (up to 2^64).
>
>
> https://github.com/bstjean/SmalltalkStuff/tree/master/SplitMix64
>
>

Can we add this to our RNG collection in PolyMath ?
Thank you.
Regards,

>
> -
> Beno??t St-Jean
> Yahoo! Messenger: bstjean
> Twitter: @BenLeChialeux
> Pinterest: benoitstjean
> Instagram: Chef_Benito
> IRC: lamneth
> GitHub: bstjean
> Blogue: endormitoire.wordpress.com
> "A standpoint is an intellectual horizon of radius zero".  (A. Einstein)
>
>
>

-- 
Serge Stinckwic
h

Int. Research Unit
 on Modelling/Simulation of Complex Systems (UMMISCO)
Sorbonne University
 (SU)
French National Research Institute for Sustainable Development (IRD)
U
niversity of Yaoundé I, Cameroon
"Programs must be written for people to read, and only incidentally for
machines to execute."
https://twitter.com/SergeStinckwich


Re: [Pharo-users] SplitMix64

2019-10-25 Thread Benoit St-Jean via Pharo-users
--- Begin Message ---

Of course !!!

On 2019-10-25 04:57, Serge Stinckwich wrote:



On Fri, Oct 25, 2019 at 4:04 AM Benoit St-Jean via Pharo-users 
mailto:pharo-users@lists.pharo.org>> wrote:


For those interested, my implementation of the SplitMix64
pseudo-random
number generator.

Useful if you need to generate pseudo-random big integers (up to
2^64).


https://github.com/bstjean/SmalltalkStuff/tree/master/SplitMix64



Can we add this to our RNG collection in PolyMath ?
Thank you.
Regards,


--
-
Beno??t St-Jean
Yahoo! Messenger: bstjean
Twitter: @BenLeChialeux
Pinterest: benoitstjean
Instagram: Chef_Benito
IRC: lamneth
GitHub: bstjean
Blogue: endormitoire.wordpress.com
"A standpoint is an intellectual horizon of radius zero".  (A. Einstein)

--- End Message ---


Re: [Pharo-users] SplitMix64

2019-10-25 Thread Serge Stinckwich
Can you add a MIT licence to you code ?

On Fri, Oct 25, 2019 at 10:00 AM Benoit St-Jean  wrote:

> Of course !!!
> On 2019-10-25 04:57, Serge Stinckwich wrote:
>
>
>
> On Fri, Oct 25, 2019 at 4:04 AM Benoit St-Jean via Pharo-users <
> pharo-users@lists.pharo.org> wrote:
>
>> For those interested, my implementation of the SplitMix64 pseudo-random
>> number generator.
>>
>> Useful if you need to generate pseudo-random big integers (up to 2^64).
>>
>>
>> https://github.com/bstjean/SmalltalkStuff/tree/master/SplitMix64
>>
>>
>
> Can we add this to our RNG collection in PolyMath ?
> Thank you.
> Regards,
>
> --
> -
> Beno??t St-Jean
> Yahoo! Messenger: bstjean
> Twitter: @BenLeChialeux
> Pinterest: benoitstjean
> Instagram: Chef_Benito
> IRC: lamneth
> GitHub: bstjean
> Blogue: endormitoire.wordpress.com
> "A standpoint is an intellectual horizon of radius zero".  (A. Einstein)
>
>

-- 
Serge Stinckwic
​h​

Int. Research Unit
 on Modelling/Simulation of Complex Systems (UMMISCO)
​Sorbonne University
 (SU)
French National Research Institute for Sustainable Development (IRD)​
U
​niversity of Yaoundé I​, Cameroon
"Programs must be written for people to read, and only incidentally for
machines to execute."
https://twitter.com/SergeStinckwich
​


Re: [Pharo-users] [Pharo-dev] Pharo TechTalk Oct 24

2019-10-25 Thread Sven Van Caekenberghe
Thank you, very interesting, great work !

> On 25 Oct 2019, at 10:29, teso...@gmail.com wrote:
> 
> Hi,
>   I am putting the recorded version.
> 
> https://youtu.be/6iAzRYybY_M
> 
> Cheers,
> Pablo
> 
> On Thu, Oct 24, 2019 at 11:18 AM teso...@gmail.com  wrote:
>> 
>> Friendly reminder:
>> 
>> Today at 17:00 (GMT+2, Paris Time) we have the techtalk about the headless VM
>> 
>> Calendar entry: https://association.pharo.org/event-3419545
>> 
>> On Thu, Oct 17, 2019 at 1:02 PM Marcus Denker  wrote:
>>> 
>>> Hi,
>>> 
>>> Next techtalk will be *next* week (Oct 24):
>>> 
>>> Topic:  Headless VM
>>> 
>>> Calendar entry: https://association.pharo.org/event-3419545
>>> 
>>> 
>>> (it was originally dated to today, we will try to be better in pre-planning 
>>> from the next one on)
>> 
>> 
>> 
>> --
>> Pablo Tesone.
>> teso...@gmail.com
> 
> 
> 
> -- 
> Pablo Tesone.
> teso...@gmail.com
> 




[Pharo-users] class scoped code re-writing in pharo 7?

2019-10-25 Thread PAUL DEBRUICKER
Hi -

In pharo 7 how do I use the re-write tool to rewrite sends in only one class? I 
don't see how to browse scoped to just one class and also where the re-write 
tool is in the UI.  

Specifcally I want to change 

anObj record: aThing at: aTime 

to

self record: aThing into: anObj at: aTime


across 70 ish sends of #record:at: in one or two classes.  


Thanks

Paul


Re: [Pharo-users] class scoped code re-writing in pharo 7?

2019-10-25 Thread Gabriel Cotelli
You need to tune the environment.
See for example:
https://gist.github.com/gcotelli/8a6afbbd04809f79aa6fff25674458db

On Fri, Oct 25, 2019 at 12:54 PM PAUL DEBRUICKER  wrote:

> Hi -
>
> In pharo 7 how do I use the re-write tool to rewrite sends in only one
> class? I don't see how to browse scoped to just one class and also where
> the re-write tool is in the UI.
>
> Specifcally I want to change
>
> anObj record: aThing at: aTime
>
> to
>
> self record: aThing into: anObj at: aTime
>
>
> across 70 ish sends of #record:at: in one or two classes.
>
>
> Thanks
>
> Paul
>