search for: files_

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

Did you mean: files
2009 Apr 25
2
Extracting an object name?
...for "predict" Is there a way to pass the unknown object name to predict, or do we need to ask the students to redo all the work with a given model name? (I hope not!) function(L) { fname <- format(Sys.time(), 'Totals_%b%d_%H%M_%S.txt') filesused <- format(Sys.time(), 'Files_%b%d_%H%M_%S.txt') setwd("/Users/gregg/R_system") dire <- getwd() print(dire) flies <- list.files(pattern = "BIOtotal*")# flies instead of files because of FEAR of reserved words!!! for(i in 1:length(flies)) { s <- flies[i] print(i) # print everything for debugging...
2009 Jan 18
1
rsync-phenomenon
Hi, I have some questions regarding rsync. I've created a little script that makes a backup of my home-directory using rsync. When I call this script again _all files_ will be copied again. What's wrong here? My environment: OS is Linux (SuSE 10.3) I want to backup my internal disk to an external disk connected via eSATA. The internal disk is ext3, the external disk is FAT32 (I want to use this disk also on my Notebook running WinXP, connected via USB). I...
2011 Mar 23
2
Problems with recompiling vesamenu.c32
Hello I'm using PXELinux with vesamenu.c32 to load a custom knoppix image I made and to allow access to the WDS menu. The problem is that the PXElinux loads the menu automatically (unlike WDS which asks the user to press F12 before loading the menu) and I want it to load only if the user presses F12 in 5 seconds. So I tried using the hidden function of the menu with the timeout option
2006 May 16
4
RSYNC unidirectional connection
Hello, I have written a nice rsync-tool that synchronises 2 normal server in both ways. Means a server could be in active mode (send his datas) or in passive mode (receive the datas). The modes can be changed and so on... That's means, a connection could be established from both systems to each other. Connection in both directions: ============================== Server A <---> Server
2000 Jun 22
1
Tag format comments from a newbie
...ated to the music. Lyrics, play-along instructions and such. The comment header, on the other hand, is intended for quick-and-dirty details. Small, easy-to-read quick-and dirty details. Along with this diversity, we have another complexity to add; the vorbis stream format is _NOT JUST FOR MUSIC FILES_ (am I wrong about that?) The metadata stream could easily contain close-captioning information (for the deaf, or for foriegn langauges). Certainly this is *not* the kind of information that would belong in the header details. That done, here's my what-I'd-like-to-see: I don't want a...