Re: [Pharo-users] Some code to share - Twitter access

2014-05-08 Thread Ben Coman
stepharo wrote: Hi arturo Please do it fast so that you will find the time :) On 29/4/14 17:48, Arturo Zambrano wrote: Hi All, I have some code that allows to access Twitter data using its REST API and the Streaming API (thanks Sven for helping me in It is rudimentary and needs more work,

[Pharo-users] Changed semantics for mongo ObjectID

2014-05-08 Thread Norbert Hartl
I needed to change the way ObjectIds are read from and written to BSON. BSON is a format that encodes its byte contents little endian. In mongo database the format of ObjectIds is different. The way an ObjectId is encoded is big endian. You can see this if you compare the outputs for an object w

Re: [Pharo-users] Spec Tabs : how to remove proramatically a tab ?

2014-05-08 Thread Glenn Cavarlé
Thanks for your reply Stef, I know that to work around Morphic like Spec does is a hard task. I doubt that my skill in Spec are high enough to provide great solutions but if reporting problems i encountered may already help, i do ;). Regards, - Glenn Cavarlé -- View this message in context

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-08 Thread Guillermo Polito
Looks like http://www.squeaksource.com/StdbMysqlProtocol.html has more recent activity. I'll migrate that one now, It's MIT. I'll contact it's owner. On Thu, May 8, 2014 at 6:49 PM, Guillermo Polito wrote: > There is also > > http://www.squeaksource.com/MySQL.html > > what is the difference? > >

Re: [Pharo-users] Best/simplest way to read and write to a MySQL database

2014-05-08 Thread Guillermo Polito
There is also http://www.squeaksource.com/MySQL.html what is the difference? I was planning to move this last one under DBXTalk On Wed, May 7, 2014 at 8:40 PM, p...@highoctane.be wrote: > I got it working on Pharo3 on Linux with MySQL 5.1 at the connectivity > level. > Le 7 mai 2014 20:30, "s