search for: 03s

Displaying 6 results from an estimated 6 matches for "03s".

Did you mean: 03
2008 Sep 15
4
sprintf does not fill with "0"?!
Hello, please look here: ================================================================= > > sprintf("%03s", as.character(1:5)) [1] " 1" " 2" " 3" " 4" " 5" > ================================================================= There should be a leading "0" isntead of space-chars?! I use R version 2.6.2 (2008-02-08) Ciao, Ol...
2009 Mar 15
1
BOOTSTRAP_CROSS VALIDATION
I need a script that works for Bootstrap validation. Could someone explain me when should I use the Bootstrap technical or Jackknife? Thanks -- View this message in context: http://www.nabble.com/BOOTSTRAP_CROSS-VALIDATION-tp22529500p22529500.html Sent from the R help mailing list archive at Nabble.com.
2008 Apr 18
1
Re : How to remove read access to / and my $HOME
> De : Dan Kegel <dank at kegel.com> > ? : Randall Hopper <viznut at charter.net> > Cc : wine-users at winehq.org > Envoy? le : Jeudi, 17 Avril 2008, 0h14mn 03s > Objet : Re: [Wine] How to remove read access to / and my $HOME > > On Wed, Apr 16, 2008 at 3:00 PM, Randall Hopper wrote: > > |Sort of. By deleting the ~/.wine/dosdrives/z: symlink, you'll > > |make it a lot harder for malware to browse your system. > > |It...
2002 Jun 20
4
cronning rsync
We're thinking about putting rsync to use in our production environment. What we want to do is have a cron job running on a client that replicates files on the host every five minutes. We believe that some of the files will take longer than five minutes to complete. From the limited testing I've done it looks like the first rsync session correctly identifies the file as a candidate for
2001 Aug 07
4
Some pre-RC1 listening tests
...ifact is in the second string of tones - they sound a bit blurry/watery. bassrumble.wav - sounds fine! horn.wav - there's still a small amount of noise/fluttery added. Maybe the bitrate is too low? (59kbps) glitch.wav - high-frequency glitch in the left channel when the cymbals are hit (at 0:03s). You can get this file from here: http://solair.eunet.yu/~aldov/glitch.pac (it is packed with LPAC). -- Vorbis Xtreme | http://solair.eunet.yu/~aldov/ Ogg Vorbis is the free, open source alternative to MP3 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http:...
2009 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
...VTIME] = 0; /* inter-character timer unused */ newtio.c_cc[VMIN] = 1; /* blocking read until 5 chars received */ tcflush(fd, TCIFLUSH); tcsetattr(fd,TCSANOW,&newtio); signal( SIGALRM, &sgnl_ignore ); while (1) { for (i=0;i<ncmd;i++) { //printf("\n***%d:[%03s c0:%03d C1:%03d] init:%03d type:%03d\n",i, c[i].descr,c[i].cmd[0],c[i].cmd[1],c[i].init,c[i].type); if (c[i].supported==0) { //read failed on 1st try, thus marked as not supported //printf("UNSUPPORTED item %s:ignoring\n",c[i].descr); continue; } if (c[i].typ...