Displaying 3 results from an estimated 3 matches for "sdout".
Did you mean:
stdout
2002 Aug 08
1
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
sdout I would like to output it to the soundcard so that I can hear the file
playing. I am using Visual C++. Could someone please tell me the quickest
way to do this. I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
PS I managed to build the GUI...
2009 Jul 22
1
strange behavior of system command
Dear R People:
I'm running from R to a grid computer and getting some unusual results
with the system command:
> e7 <- system("globus-job-run xxxxx /bin/sh -c 'cd $OSG_APP/engage;chmod 777 oops'",intern=TRUE)
chmod: changing permissions of `oops': Operation not permitted
> e7
character(0)
>
I xx'ed out the site name. Anyhow, I would expect that the e7
2001 Dec 10
10
hang on exit bug under Linux
>From what I understand, the problem is due to people's disagreement about what the "correct" behavior should be. I'm pretty sure that the following is the correct behavior from running rsh and ssh often (both fsecure and openssh).
Lets say you have a stupid script that does
while 1
do
sleep 1
done
Called foreverSleep on your remote host:
rsh remotehost