Re: [Gambas-user] Binary compare of files?

2008-10-19 Thread Doriano Blengino
Kari Laine ha scritto: > On Sun, Oct 19, 2008 at 7:02 AM, nando <[EMAIL PROTECTED]> wrote: > > >> but use a large block size >> like 8192 or 32768. It doesn't have to be a perfect binary size. >> True, it does not have to be a perfect power of two, but I suspect that good boundaries optim

Re: [Gambas-user] sending command to stdin

2008-10-19 Thread Doriano Blengino
Joshua Higgins ha scritto: > Hello, > > I'm writing a frontend to Fluidsynth. Once fluidsynth is started is accepts > commands through stdin. How would I go about sending commands (e.g. "prog 1 > 000-001" ) to its stdin. > > p.s. I can't seem to access gambasdoc.org from here. Any one else? > >

Re: [Gambas-user] Binary compare of files?

2008-10-19 Thread Kari Laine
On Sun, Oct 19, 2008 at 7:02 AM, nando <[EMAIL PROTECTED]> wrote: > You want to use the code below, Hi nando, Ok what code you mean? > but use a large block size > like 8192 or 32768. It doesn't have to be a perfect binary size. > I suggest not to use SHA or MD5 because if you're reading in

[Gambas-user] sending command to stdin

2008-10-19 Thread Joshua Higgins
Hello, I'm writing a frontend to Fluidsynth. Once fluidsynth is started is accepts commands through stdin. How would I go about sending commands (e.g. "prog 1 000-001" ) to its stdin. p.s. I can't seem to access gambasdoc.org from here. Any one else? -- joshua higgins >>-- -