Re: [Pharo-dev] [Pharo-users] Pharo on bitnami

2015-06-08 Thread Emilio Oca
Hi, Yes, my experience with bitnami's products and assistance is really good too. Besides running in the cloud, I think that having installer scrips to deploy on Windows, Osx or Ubuntu and virtual machines increases chances to successfully deploy on, for example, reluctant IT guys' corporate

Re: [Pharo-dev] [OT] Bee Smalltalk

2014-12-23 Thread Emilio Oca
or here: https://www.youtube.com/playlist?list=PLCGAAdUizzH0-aox_bwLBztVCUhRhR7yd there is a presentation about bee kernel Best Emilio -Mensaje original- De: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] En nombre de Max Leske Enviado el: Lunes, 22 de Diciembre de 2014 11:53

Re: [Pharo-dev] [Moose-dev] [ANN] Voronyj Diagram

2014-08-26 Thread Emilio Oca
Hi Natalia, I think Damien is right, you should consider Fortune algorithm (http://en.wikipedia.org/wiki/Fortune%27s_algorithm) As seen in this image http://upload.wikimedia.org/wikipedia/commons/0/0c/Fortunes-algorithm-slowed.gif when the sweep line advances, it generates different events that

Re: [Pharo-dev] Capturing stdout

2014-03-28 Thread Emilio Oca
Hi I managed to do that in Windows using ProcessWrapper new useStdout; startWithShellCommand: aCommand ; upToEnd. where aCommand is something like: someApp.exe -p params moreParams G:\other\place\stdou.log This is what Hernan Morales offered Gofer it

Re: [Pharo-dev] expected failures

2014-02-26 Thread Emilio Oca
Hi, I tend to wrap then like this: [ self operationThatShouldFail. self fail: 'why!'. ] on: Error do: [ check that is the right error ] -Mensaje original- De: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] En nombre de Pharo4Stef Enviado el: Martes, 25 de Febrero de 2014

[Pharo-dev] NativeBoost and standard out

2013-12-19 Thread Emilio Oca
Hi Is it possible to get the stdout results when running WinProcess createAndWaitForProcess: aCommand?. If it is not, any alternative? Best Emilio

Re: [Pharo-dev] Voronoi diagram

2013-12-09 Thread Emilio Oca
Hi My thesis (10 years ago) was about Voronoi and its use for path planning on robot soccer. I think that the most interesting part was the visualization (and testing) tool built to see the construction of the graph by following the front wave in a continuous way by dragging the mouse over the