On 17 Jul 2013, at 07:47, Damien Cassou wrote:
>
> On Tue, Jul 16, 2013 at 7:39 PM, Sven Van Caekenberghe wrote:
> Cool, right ?
>
> indeed, very cool. Should I add a link in the "Community" section of the
> pharo.org website?
Yes please, I think just a link in the left menu would be enough
On Tue, Jul 16, 2013 at 7:39 PM, Sven Van Caekenberghe wrote:
> Cool, right ?
indeed, very cool. Should I add a link in the "Community" section of the
pharo.org website?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
The site asks for a userId and payment
Phil
---
Philippe Back
Dramatic Performance Improvements
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027
Mail:p...@highoctane.be | Web: http://philippeback.eu
Blog: http://philippeback.be | Twitter: @philippeback
Youtube: http://www.youtube.com/user/philip
That link requires a paying user, and I do not have that much of an interest in
bio informatics :)
Cheers,
Doru
On Jul 16, 2013, at 9:30 PM, Hernán Morales Durand
wrote:
> Doru, I can access the article through the "Full Text (PDF)" link at the
> right box titled "This Article". Maybe you h
Doru, I can access the article through the "Full Text (PDF)" link at the
right box titled "This Article". Maybe you have the right columns
collapsed? There is an arrow button "Show all columns" if you cannot see
the link.
Let me know.
Hernán
2013/7/16 Tudor Girba
> Congratulations!
>
> Is th
Congratulations!
Is the paper available somewhere?
Cheers,
Doru
On Jul 16, 2013, at 8:33 AM, Hernán Morales Durand
wrote:
> Dear Smalltalkers,
>
> I am proud to announce that Bioinformatics Journal has accepted and
> published my article "BioSmalltalk: A pure object system and library for
On 16.07.13 17:15, Marcus Denker wrote:
No. A decompiler has to be very specific for the code generated by the compiler.
I thought so.
For Pharo3, we even opted to not support decompilation at all… (IR -> AST). We
will instead save a higher-level representation that has much
more information
Dear Fellow Pharoers,
We are happy to announce a new initiative, a listing of Pharo Consultants,
http://consultants.pharo.org
If you are able and willing to provide professional Pharo Consultancy services
and would like to be listed as such, please send the necessary info to
bo...@pharo.or
On Jul 16, 2013, at 5:10 PM, Udo Schneider wrote:
>
>
> On 16.07.13 16:39, Marcus Denker wrote:
>> In 3.0 we have two nice additions:
>>
>> 1) you can easily create CompiledMethods from RB ASTs
> Looks nice but isn't usable for me as I don't have an AST.
>
>> 2) For low level stuff there is
On 16.07.13 16:39, Marcus Denker wrote:
In 3.0 we have two nice additions:
1) you can easily create CompiledMethods from RB ASTs
Looks nice but isn't usable for me as I don't have an AST.
2) For low level stuff there is IRBuilder. IR is a bytecode-level representation
(CFG) that abstracts a
On Jul 16, 2013, at 4:10 PM, Udo Schneider wrote:
> All,
>
> is there a supported interface to generate methods (incl. their bytecodes)
> manually?
>
In 3.0 we have two nice additions:
1) you can easily create CompiledMethods from RB ASTs
| cm methodNode |
methodNode := RBMethodNode
Bernat Romagosa writes:
> Hi Friedrich,
>
> My machine is already a 32 bits one... here's the output of ldd:
>
> linux-gate.so.1 => (0xb7782000)
> libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6
> (0xb7746000)
> libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2
All,
is there a supported interface to generate methods (incl. their
bytecodes) manually?
Best Regards,
Udo
On 16 Jul 2013, at 12:51, Marcus Denker wrote:
>> very nice, 3.0 is almost green :)
>>
>> https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/lastCompletedBuild/testReport/
>>
>> - some strange unknown processes only under mac and win
>
> I vote for changing the test to just chec
Am 16.07.2013 um 14:48 schrieb Esteban Lorenzano :
> Hi,
>
> I suppose you also can find useful XPath:
>
> http://www.smalltalkhub.com/#!/~PharoExtras/XPath
>
Or Pastell
http://www.smalltalkhub.com/#!/~PharoExtras/Pastell
Norbert
> cheers,
> Esteban
>
> On Jul 16, 2013, at 2:17 PM, Moha
Am 16.07.2013 um 14:16 schrieb Sabine Knöfel :
> Hi,
>
> my application has to to some tasks regularly, e.g. deleting old reports,
> getting new currency exchange rates.
>
> Is there alreday some basic funktionality in Pharo where I can add my
> application specific tasks or do I have to imple
Hi,
I suppose you also can find useful XPath:
http://www.smalltalkhub.com/#!/~PharoExtras/XPath
cheers,
Esteban
On Jul 16, 2013, at 2:17 PM, Mohammad Al Houssami (Alumni)
wrote:
> Thank You Sven and Stephane for the help.
> I have added the classes and they should be fine… I haven’t tried
Hi,
you can use Scheduler:
http://www.squeaksource.com/Scheduler/ (loads in pharo 1.4, 2.0 and 3.0alpha)
also, you can consider to start those tasks in a separated image (using a cron
task and command line)
cheers,
Esteban
On Jul 16, 2013, at 2:16 PM, Sabine Knöfel wrote:
> Hi,
>
> my a
Hi Friedrich,
My machine is already a 32 bits one... here's the output of ldd:
linux-gate.so.1 => (0xb7782000)
libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb7746000)
libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb7742000)
libpthread.so.0 =>
Thank You Sven and Stephane for the help.
I have added the classes and they should be fine… I haven’t tried them since I
am facing some other problems. I will let you know as soon as I can test them.
Thanks again :)
From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of
Sté
Hi,
my application has to to some tasks regularly, e.g. deleting old reports,
getting new currencyexchange rates.
Is there alreday some basic funktionality in Pharo where I can add my
application specific tasks or do I have to implement it from scratch?
Greetings
Sabine
--
View this messa
On Jul 16, 2013, at 12:14 PM, Camillo Bruni wrote:
> very nice, 3.0 is almost green :)
>
> https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/lastCompletedBuild/testReport/
>
> - some strange unknown processes only under mac and win
I vote for changing the test to just check for
On Tue, Jul 16, 2013 at 11:33 AM, Tudor Girba wrote:
> Actually, I did read, but what I understood is only that I should look for
> another URL do download PharoS :).
>
> In any case, thanks a lot. I tried with the Pharo VM and it works as
> expected, too. I set it to 1GB and got the warning only
very nice, 3.0 is almost green :)
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/lastCompletedBuild/testReport/
- some strange unknown processes only under mac and win
- 3 Zinc failures under win
- a chunkimport failure under win
On 16 Jul 2013, at 11:33, Tudor Girba wrote:
> Actually, I did read, but what I understood is only that I should look for
> another URL do download PharoS :).
>
> In any case, thanks a lot. I tried with the Pharo VM and it works as
> expected, too. I set it to 1GB and got the warning only whe
Actually, I did read, but what I understood is only that I should look for
another URL do download PharoS :).
In any case, thanks a lot. I tried with the Pharo VM and it works as
expected, too. I set it to 1GB and got the warning only when the image went
passed that limit.
Cheers,
Doru
On Mon,
Congratulations!!
2013/7/16 Yuriy Tymchuk
> Congrats! That's a very good news
>
> Надіслано з iPhone
>
> 16 лип. 2013 о 09:33 Hernán Morales Durand
> написав(ла):
>
> > Dear Smalltalkers,
> >
> > I am proud to announce that Bioinformatics Journal has accepted and
> > published my article "BioS
27 matches
Mail list logo