Aaron Watters wrote:
> I implemented a Google Wave Robot which annotates
> BNF syntax rules using railroad diagram images.
> I put notes about the implementation process
> here for the benefit of posterity.
>
> http://listtree.appspot.com/firstWaveRobot
>
> The robot Id is
>
> whiff-ga
En Sat, 03 Feb 2007 17:00:39 -0300, Silver Rock <[EMAIL PROTECTED]>
escribió:
> supose i´ve opened a sound with the wave module:
>
import wave
sound=wave.open(filename,'rb')
>
> now this is strange:
>
sound.getnframes() != len(sound.readframes(sound.getnframes())
> True
>
> Why s