search for: fil2s

Displaying 5 results from an estimated 5 matches for "fil2s".

Did you mean: fil2
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
hi- If I source the following for(k in seq(1:20)){ x<-runif(20000,min=-500,max=2000) y<-runif(20000,min=-500,max=2500) z<-runif(20000,min=-10,max=10) cat(k,"file",memory.size()) cc<-rainbow(11) plot(x,y,asp=1i,xlim=c(-500,2000),ylim=c(-500,2500),main=k,cex=1.0) for(i in seq(-10,10,2)){ points(x[z > i],y[z > i],col=cc[(12+i)/2],cex=1.0) } rm(x,y,z)
2006 Apr 25
1
deletion those files from destination directory, that no longer exist in source directory.
Hallo I thought that I need to use `--delete' option for that, but it looks like not. Problem explanation: prompt# ls /tmp/dir1/ /tmp/dir2/ /tmp/dir1/: fil1.txt /tmp/dir2/: fil1.txt fil2.txt prompt# rsync --delete /tmp/dir1/* /tmp/dir2/ prompt# ls /tmp/dir1/ /tmp/dir2/ /tmp/dir1/: fil1.txt /tmp/dir2/: fil1.txt fil2.txt # fil2.txt still exists My question is,
2005 Oct 26
0
[Bug 3214] New: --ignore-errors only ignores but does not delete
https://bugzilla.samba.org/show_bug.cgi?id=3214 Summary: --ignore-errors only ignores but does not delete Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2005 Oct 26
0
[Bug 3215] New: --ignore-errors only ignores but does not delete
https://bugzilla.samba.org/show_bug.cgi?id=3215 Summary: --ignore-errors only ignores but does not delete Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2011 Aug 26
2
read.table segfaults
> fil2s <- read.table("../Data/fil2_s.txt", header = FALSE, sep = "\t") Program received signal SIGSEGV, Segmentation fault. 0x000000000041c2e1 in RunGenCollect (size_needed=8192000) at memory.c:1514 1514 PROCESS_NODES(); (gdb) > sessionInfo() R version 2.13.1 Patched (2011...