Re: [Pharo-users] Loading and saving Matlab .mat files

2018-10-05 Thread Casimiro de Almeida Barreto
Ok, Just found MatFileReader developed by Nicolas Cellier. Featured in his blog Smalissimo. Thanks Nicolas. Best regards, Casimiro On 10/03/2018 04:27 PM, Casimiro de Almeida Barreto wrote: > Good evening all, > > Is there any class dealing with Matlab files??? I'm po

[Pharo-users] Loading and saving Matlab .mat files

2018-10-03 Thread Casimiro de Almeida Barreto
Good evening all, Is there any class dealing with Matlab files??? I'm porting a python simulation program that reads and writes from/to .mat files (using scipy loadmat and savemat) and such class would be extremely interesting. Best regards, Casimiro Barreto PS: didn't post success case b

[Pharo-users] Help with Garage and sanitized strings

2017-09-19 Thread Casimiro de Almeida Barreto
By the way, the following script fails with the same Exception (mysql_stmt_send_long_data): | db str sttmt |     db := GADriver                 connectToConnectionString: 'mysql://localhost:3306/leaincertezas?user=learoot&password=welcomeLEA'.     str := 'INSERT INTO chaves_de_encriptacao (num

[Pharo-users] Help with Garage and sanitized strings...

2017-09-19 Thread Casimiro de Almeida Barreto
Good evening, I was trying to sanitize statements, but something went awkward. The following non sanitized codelet works ok:     str := 'INSERT INTO chaves_de_encriptacao (                     numero_funcional,

[Pharo-users] How to convert avoiding parser

2017-09-13 Thread Casimiro de Almeida Barreto
Hello, Perhaps someone can help me with this problem: I'm saving a key pair in a mariadb/mysql table as follows:     str := 'INSERT INTO chaves_de_encriptacao (numero_funcional, chave_privada, chave_publica) '.     str := str,'VALUES ('''.     str := str, self personId leaId asString, ''', '

[Pharo-users] help needed regarding conversion of hex to binary

2017-09-11 Thread Casimiro de Almeida Barreto
Is there a (easy and ready) way to convert hexa to binary. I mean, convert data that was transformed     x := myData asByteArray hex. back to binary?

[Pharo-users] RES: [ANN] success story: surgery appointments digitalised

2017-06-22 Thread Casimiro de Almeida Barreto - GMAIL
Nice work !!! Will forward to Adilson Hira ayh...@lsi.usp.br , who works in the field of public health systems. Best regards, Casimiro Barreto -Mensagem original- De: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] Em nome de Tudor Girba Enviada em: quinta-feira, 22 de junho

[Pharo-users] Any implementation of GPG for Pharo?

2017-05-23 Thread Casimiro de Almeida Barreto - GMAIL
Good morning, Is there any working implementation of PGP/GNUPG functionality in Pharo. There are some tools for squeak but I´m not sure if they are maintained. Also need password parsing (both Windows and Linux environments). Best regards, Casimiro Barreto

Re: [Pharo-users] New book for Pharo :)

2015-01-30 Thread Casimiro de Almeida Barreto
I second that: you never fail to impress. Excellent work, Steph !!! On 29-01-2015 14:55, blake wrote: > You never fail to impress, Steph. Excellent work. > > On Wed, Jan 28, 2015 at 9:21 AM, stepharo > wrote: > > Didier Besset offered his great book "Object-Oriented

Re: [Pharo-users] FFI examples on Linux don't work

2014-09-22 Thread Casimiro de Almeida Barreto
Sometimes the problem is that you have Linux x86_64 and only the 64bit libraries. When using squeak it is necessary to have the proper 32bit libraries to have the system working. On 22-09-2014 18:10, p...@highoctane.be wrote: > I passed 'localhost:0:0' in the XWindows example and this gave me a >