Re: [Gambas-user] MD5SUM collisions

2008-10-24 Thread Doriano Blengino
Kari Laine ha scritto: > Hi, > > referring to discussion few days back I have now tested md5sum with 540388 > files and got NO collisions - I think. Method I used was to calculate md5sum > and sha512sum for all those files. > then I asked from database distinct total values for both fields and they

Re: [Gambas-user] MD5SUM collisions

2008-10-24 Thread Rob
On Friday 24 October 2008 15:10, Kari Laine wrote: > referring to discussion few days back I have now tested md5sum with > 540388 files and got NO collisions - I think. Method I used was to > calculate md5sum and sha512sum for all those files. I really think that the problem with md5sum collisions

[Gambas-user] MD5SUM collisions

2008-10-24 Thread Kari Laine
Hi, referring to discussion few days back I have now tested md5sum with 540388 files and got NO collisions - I think. Method I used was to calculate md5sum and sha512sum for all those files. then I asked from database distinct total values for both fields and they come up with the same number. In

[Gambas-user] Another Embedder + gb.gtk bug

2008-10-24 Thread M0E Lnx
The embedder object has another problem in gb.gtk I'm using gambas2 (SVN Revision 1640) Here is how I'm using it I have a treeview and an embedder. When I double-click the treeview, the selected application embeds to the right of the treeview But I'm trying to detect if the embedder is busy bef