Re: [Pharo-dev] Submit your Project to the ESUG Awards

2018-08-27 Thread Matteo Marra
Hello Noury, I would like to participate to the innovation award @ ESUG! My project, Port, is about running pharo on a cluster and executing map/reduce-like applications on it. My research focuses on debugging such problems, and I will try give a demo of both deploying and executing application

[Pharo-dev] Fwd: [Ann.] Pharo-HDFS API

2018-08-10 Thread Matteo Marra
Hello, I would like to share one of my projects that I am working on in my PhD. Since I am working on Big Data I wrote a library to access the Hadoop Distributed File System (HDFS). We implemented it as a FileSystem in Pharo, using the webHDFS API of HDFS to access the files. With this API yo

Re: [Pharo-dev] Extending Pharo Debugger

2016-10-06 Thread Matteo Marra
thing seems more or less to work, except some details that I still have to implement. Matteo 2016-10-06 7:40 GMT+02:00 stepharo : > Hi matteo > > What do you want to add? > > Stef > > > Le 4/10/16 à 16:10, Matteo Marra a écrit : > > Hello, >> >> I'

Re: [Pharo-dev] Extending Pharo Debugger

2016-10-04 Thread Matteo Marra
also only have simple > methods like 'PeelToFirstDebugAction class>>#gtActionType' > > > Cheers, > Andrei > > > > On Tue, Oct 4, 2016 at 4:10 PM, Matteo Marra wrote: > >> Hello, >> >> I'm working on the Pharo debugger, and I wanted to add a

[Pharo-dev] Extending Pharo Debugger

2016-10-04 Thread Matteo Marra
Hello, I'm working on the Pharo debugger, and I wanted to add a button with new functionality just besides the buttons "Proceed" "restart" ... Is there an easy way to do it? Which is the class that I have to Modify/Extend in order to do that? I tried to look around the methods and I found where