[ANN] FIFA World Cup 2014

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] FIFA World Cup 2014

hernanmd
I did a small application to retrieve on-line data from the FIFA World
Cup 2014. You can installl it and open in Pharo 3 by doing:

Gofer it
  smalltalkhubUser: 'hernan' project: 'FIFAWorldCup2014';
  configurationOf: 'FIFAWorldCup2014';
  loadDevelopment.

FIFAWorldCupApp open.

Let me know if you want to contribute.
Enjoy

Hernán

--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para obtener más opciones, visita https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] FIFA World Cup 2014

garduino
Nice!


2014-06-19 5:02 GMT-03:00 Hernán Morales Durand <[hidden email]>:
I did a small application to retrieve on-line data from the FIFA World
Cup 2014. You can installl it and open in Pharo 3 by doing:

Gofer it
  smalltalkhubUser: 'hernan' project: 'FIFAWorldCup2014';
  configurationOf: 'FIFAWorldCup2014';
  loadDevelopment.

FIFAWorldCupApp open.

Let me know if you want to contribute.
Enjoy

Hernán

--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para obtener más opciones, visita https://groups.google.com/d/optout.



--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com

--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para acceder a más opciones, visita https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] FIFA World Cup 2014

pdigonzelli1
great!



Ing. Pablo Digonzelli
Software Solutions
IP-Solutiones SRL
Metrotec SRL
25 de Mayo 521
Email: [hidden email]
[hidden email]
Cel: 5493815982714


De: "Germán Arduino" <[hidden email]>
Para: "clubsmalltalk" <[hidden email]>
Enviados: Jueves, 19 de Junio 2014 7:43:16
Asunto: Re: [clubSmalltalk] [ANN] FIFA World Cup 2014

Nice!


2014-06-19 5:02 GMT-03:00 Hernán Morales Durand <[hidden email]>:
I did a small application to retrieve on-line data from the FIFA World
Cup 2014. You can installl it and open in Pharo 3 by doing:

Gofer it
  smalltalkhubUser: 'hernan' project: 'FIFAWorldCup2014';
  configurationOf: 'FIFAWorldCup2014';
  loadDevelopment.

FIFAWorldCupApp open.

Let me know if you want to contribute.
Enjoy

Hernán

--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para obtener más opciones, visita https://groups.google.com/d/optout.



--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com


--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para acceder a más opciones, visita https://groups.google.com/d/optout.

--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para acceder a más opciones, visita https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] Fwd: [ANN] FIFA World Cup 2014

hernanmd
In reply to this post by hernanmd
The blog entry with a screenshot:

http://80738163270632.blogspot.com/2014/06/fifa-world-cup-2014-app.html

Cheers,

Hernán


2014-06-19 11:27 GMT-03:00 Hernán Morales Durand <[hidden email]>:

> Hi Kilon.
> If you want to experiment with another JSON mapping and Spec there are
> more endpoints here
>
> http://worldcup.sfg.io/group_results
> http://worldcup.sfg.io/matches/country?fifa_code=USA
> http://worldcup.sfg.io/teams
>
> - Another thing could be to sort by clicking the TreeModel header.
> - Adding country flags would be cool.
> - A refresh button.
>
> Is a nice change to show your (anyone) fast coding skills given that
> WC ends in a couple of weeks ;)
> Cheers,
>
> Hernán
>
>
>
> 2014-06-19 5:13 GMT-03:00 kilon alios <[hidden email]>:
>> Wow very nice indeed. What you intend on improving ? looks quite complete to
>> me .
>>
>>
>> On Thu, Jun 19, 2014 at 11:04 AM, Hernán Morales Durand
>> <[hidden email]> wrote:
>>>
>>> I did a small application to retrieve on-line data from the FIFA World
>>> Cup 2014. You can installl it and open in Pharo 3 by doing:
>>>
>>> Gofer it
>>>   smalltalkhubUser: 'hernan' project: 'FIFAWorldCup2014';
>>>   configurationOf: 'FIFAWorldCup2014';
>>>   loadDevelopment.
>>>
>>> FIFAWorldCupApp open.
>>>
>>> Let me know if you want to contribute.
>>> Enjoy
>>>
>>> Hernán
>>>
>>

--
--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org
---
Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a [hidden email].
Para obtener más opciones, visita https://groups.google.com/d/optout.