Re: [Pharo-users] Territorial loading problems & alternative ways of loading data for making a choropleth map

2017-11-03 Thread Hernán Morales Durand
Thank you Tudor. For Offray, I found some time and enabled the country visualizations through GT over a RTView. To access all the country names as of this map provider: TerritorialAMChartsMapsProvider readCountryNames. To access the GT-Inspector, inspect the following expression: TerritorialMa

Re: [Pharo-users] FYI about Pharo MOOC

2017-11-03 Thread Stephane Ducasse
Sanjay where did you get this file? Stef On Wed, Nov 1, 2017 at 5:26 PM, Sanjay Minni wrote: > There seems to be an issue with the english dubbed version of Week 5 lesson > 4 - it has no content > C019SD-W5-S4-EN-V1.mp4 > > --- > Sanjay Minni > > On Fri, Oct 13, 2017 at 1:29 AM, Stephane Ducass

Re: [Pharo-users] New Pharo Booklet

2017-11-03 Thread Stephane Ducasse
Hernan I was thinking about it this night. For the coloring we can also change the template. What we can do is to copy the book template and experiment. Stef On Thu, Nov 2, 2017 at 7:57 PM, Stephane Ducasse wrote: > Hi renaud > > thanks for the feedback. Settings is way to describe settings. >

Re: [Pharo-users] LiteratureResearcher - where graphs, PDFs, and BibTex happily live together

2017-11-03 Thread Stephane Ducasse
Hi manuel thanks for the details. I think that the framework of christian haidler should be able to read pdf. Stef On Thu, Nov 2, 2017 at 8:33 PM, Manuel Leuenberger wrote: > Hi Stef, > > The PDF integration consists of three parts: > > 1. CERMINE (https://github.com/CeON/CERMINE) is fed with t

Re: [Pharo-users] NeoCSV #skipToNextLine or #skipRemainingColumns ?

2017-11-03 Thread Sven Van Caekenberghe
Hi Paul, > On 3 Nov 2017, at 04:14, PAUL DEBRUICKER wrote: > > Hi - > > I want to import the first and seventh column from a set of 50 csv files each > of which could have 28 - 34 columns. Is there a way to have NeoCSV skip the > remaining columns automatically (e.g. 8 and up) ? > > Thanks

Re: [Pharo-users] LiteratureResearcher - where graphs, PDFs, and BibTex happily live together

2017-11-03 Thread Christian Haider
Yes, reading PDFs is fine with PDFtalk, but what you want is more: Text extraction (there is a chapter in the spec about this). This feature is not yet readily available. Some ground work has been done (content analysis), but for full text extraction more work is needed. Cheers, Christi

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Guillermo Polito
On Fri, Nov 3, 2017 at 9:59 AM, Stephane Ducasse wrote: > Hi > > I'm reading a nice book explaining Game AI logic and it uses state > design patterns and I would like to take it as an example for a future > book on AI in the future > Which one? I'm interested :) > > They have two little actors

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Alexandre Bergel
Hi! In my lecture I use a starcraft unit, the tank. It can be in a siege mode with increased damage point, but it cannot move. There are two states therefore Alexandre > Le 3 nov. 2017 à 05:59, Stephane Ducasse a écrit : > > Hi > > I'm reading a nice book explaining Game AI logic and it us

Re: [Pharo-users] LiteratureResearcher - where graphs, PDFs, and BibTex happily live together

2017-11-03 Thread Manuel Leuenberger
Hi Christian, For text extraction I used the PDFTextStripper from PDFBox (https://github.com/apache/pdfbox/blob/5991a69ecbcd53775f685755a399304d04accfa2/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java

Re: [Pharo-users] UFFI and Fortran

2017-11-03 Thread Dimitris Chloupis
Yes Atlas , a library I made that is available via Package Browser from inside the Pharo image, makes Pharo capable of using any cpython library from inside Pharo, with Pharo syntax, live coding and debugging again inside Pharo. The Pharo syntax is limited to just calling methods and variable assig

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Tim Mackinnon
Cool - great minds think alike ;) In your photo - there is keynote, are you creating there and then rendering in Pharo - or are you exporting to keynote to had out afterwards? I was thinking of a little tool palette to let you drop some text and pick some images and store it in pages (like Stef

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Tim Mackinnon
Ha -actually looking more closely at your photo, it looks like your are doing it in pharo and I’m guessing are bored in a presentation (looking at the background) and recreating the slides from that presentation in Block (on the sly?)…nice Tim > On 3 Nov 2017, at 11:33, Tim Mackinnon wrote: >

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Hans N Beck
Hi Stef, Not sure what you want to show: decision trees, belief network, concurrent actor model ... I‘m also interested which book you read and what are your plans :) :) Cheers Hans > Am 03.11.2017 um 11:09 schrieb Alexandre Bergel : > > Hi! > > In my lecture I use a starcraft unit, the ta

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Stephan Eggermont
On 03/11/17 12:33, Tim Mackinnon wrote: Cool - great minds think alike ;) :) In your photo - there is keynote, are you creating there and then rendering in Pharo - or are you exporting to keynote to had out afterwards? That was the first experiment. I took a slide from a keynote presentat

Re: [Pharo-users] "sourcetrail" a code browser for C++/Java

2017-11-03 Thread Holger Freyther
> On 1. Nov 2017, at 06:03, rainer.wink...@poaceae.de wrote: > > > Hi Holger, > > > So I am still using the Open Source Software Exploration Tool Moose2Model > (www.moose2model.org) I developed. I use it for Smalltalk and SAP ABAP. It > can be used in a similar way to Sourcetrail, but gives

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Cédrick Béler
Hi, Interested too :) > Le 3 nov. 2017 à 09:59, Stephane Ducasse a écrit : > > Hi > > I'm reading a nice book explaining Game AI logic and it uses state > design patterns and I would like to take it as an example for a future > book on AI in the future I think it also apply to workflow engine

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Ben Coman
On Fri, Nov 3, 2017 at 4:59 PM, Stephane Ducasse wrote: > Hi > > I'm reading a nice book explaining Game AI logic and it uses state > design patterns and I would like to take it as an example for a future > book on AI in the future > > They have two little actors talking via a a queued message li

Re: [Pharo-users] Looking for game state

2017-11-03 Thread Miguel Campusano
I found this paper some time ago, they modeled the AI of a tank using statecharts. http://www.adinfo.qc.ca/pdf/publication/models2007tankwars.pdf On Fri, Nov 3, 2017 at 11:11 AM Ben Coman wrote: > On Fri, Nov 3, 2017 at 4:59 PM, Stephane Ducasse > wrote: > >> Hi >> >> I'm reading a nice book e

[Pharo-users] Passing context class with GTSpotter

2017-11-03 Thread Peter Uhnák
Hi, I'm extending Spotter and wonder how I can achieve the following. I have some domain model, for the sake of example let's imagine Item" and "Container" classes; where "Container" can contain other Items or Containers. Then I have a custom Spotter wrapper class that shows the initial Spotter