I'm testing the OpenCalais web service. This is a web service which
needs an API key to be used (registering takes only 1 minute in
http://www.opencalais.com/APIkey). To check the service first I've used
a Python script, taken from [1]
import httplib2
import json
LOCAL_API_KEY = '' # Aquire this
On 20.07.13 21:05, Marcus Denker wrote:
It's not needed for the compiler...
Thought so - I can work around it using the public IRBuilder API. So no
problem.
The decompielr right now is called when there is no byte code (the old
decompiler).
This will be fixed soonish.
Good to know - I'll sta
On Jul 20, 2013, at 8:59 PM, Udo Schneider wrote:
> I just stumbled over some IRBuilder behaviour which I'm not sure about.
>
> 1) Jump/Target Pairs
> As far as I understood each jump target can only be used by one jump. So if
> multiple jumps need to jump to the same location I have to create
I just stumbled over some IRBuilder behaviour which I'm not sure about.
1) Jump/Target Pairs
As far as I understood each jump target can only be used by one jump. So
if multiple jumps need to jump to the same location I have to create
multiple targets (one per jump) pointing to the same locatio
On Jul 19, 2013, at 6:09 PM, Alain Busser wrote:
> That's great, even faster than bioPython, and thanks to Petit Parser. That's
> great!
>
> I hope it will be on good place on Pharo's web site...
>
I will add it to the publication lists and make a news entry...
>
> On Wed, Jul 17, 2013 at
this is a nice case for the tutorial :)
Stef
On Jul 19, 2013, at 12:56 PM, Sabine Knöfel wrote:
> Hi Esteban,
>
> thanks!
>
> I think the solution of Bernat will not be enough for me.
> I added the class methods isVoyageRoot to the root objects (like trip,
> country and so on).
>
> But