search for: file_2

Displaying 8 results from an estimated 8 matches for "file_2".

Did you mean: file2
2012 Jun 26
2
[LLVMdev] Proposed Enhancement to AddressSanitizer: Initialization Order
...lement this >> extension would be. >> >> One of the simplest examples of this is the following example: >> It is undefined what this program will output, and it's fairly easy to >> see this behavior. >> >> When compiled as: >> $ clang++ file_1.cpp file_2.cpp main.cpp >> $./a.out >> x: 2 >> y: 1 >> >> However, when compiled as: >> $ clang++ file_2.cpp file_1.cpp main.cpp >> $./a.out >> x: 1 >> y: 2 >> >> //file_1.cpp >> extern int y; >> int x = y + 1; >> >> //f...
2006 Mar 23
1
Multiple file uploads
...iple file upload fields (1-10), of which 2-10 are optional. So i need to cycle thru all file fields and pick only those that have a file attached. Selecting only one file in the form, the paramters look simple: "image"=>{"file_1"=>#<File:/tmp/CGI344.4>, "file_2"=>"", "file_3"=>""}, so I tried this: params[:image].each_value do |incomming_file| unless incoming_file.empty? #do file processing end end However, this is still causing the empty fields (file_2, file_3 etc) to be processed, which raises all so...
2012 Mar 24
1
Append to file in loop
My files are on disk and they are regular text files named file_1 file_2 file_3 file_4 and file_5 with extension .saam The separator is sep='' (ie, white space) I want to append 'XFile' at the end of those files. XFile is also on disk. file.append("file_1.saam", "XFile.saam"); file.append("file_2.saam", "XFile.saam&q...
2005 Sep 14
4
*** saving files ***
Hi, I need help :o( I want that my function saves result files in a for()-loop while it runs automatically. the filenames must be saved like: file_1 -> for 1. result file_2 -> for 2. result file_3 -> for 3. result and . . . file_n -> for n. result the file names are the same identified by _1, _2 , _3, ... , _n these files will loaded by a second function later in the same sequence (_1 to _n)....
2008 Nov 18
2
sequencially merge multiple files in a folder
...ries.The 1st row consists of all the variable names. Now I would like to merge all the files into one tab-delimited file by a common column named "Ident" Is there any good way to sequencially merge all of them together? Here when I say "sequencially" I mean merging file_1 and file_2 first and then merge the resulting data frame and file_3, and keep going on and on till all files are merged. If it is too complicated to do, merging all files together without the specified order is also an acceptable alternative. Here I am using R version 2.7.2 (2008-08-25) and x86_64-unknown-...
2009 Jul 21
0
Accessing list object from within a function as a list element
...;- "~/file.out"; mylist$myfunc <- function (mymsg="hello world") { cat(mymsg,mylist$myvar); }; If I perform the following: myclassobj_1 <- myclassobj_2 <- myclassobj_3 <- mylist; myclassobj_1 <- "~/file_1.out"; myclassobj_2 <- "~/file_2.out"; myclassobj_3 <- "~/file_3.out"; I cannot use myclassobj_1$myfunc() as it will place "hello world" into "~/file.out" instead of "~/file_1.out." Unless I want to make the myclassobj_? lists an argument to the 'myfunc' function, I nee...
2003 Nov 14
1
smclient-excludes
Hello, samba-users, I am using Amanda to backup WinNT-shares. Amanda uses smbclient to generate smbtar-archives which it then writes to tape. As you all know there are various files on Windows-system-partitions that don?t need to be on backup. For example stuff like pagefile.sys System Volume Information hiberfil.sys and the registry files. So there is a need to exclude files from getting
2002 Jul 01
0
recursive scp fails on ReliantUNIX 5.43 (using OpenSSH 3.4p1)
...************************ XYZ $ ls -lR dir_ssh_test Gesamt 8 drwxr-x--- 2 user1 users 96 Jul 1 08:51 dir_a drwxr-x--- 2 user1 users 96 Jul 1 08:52 dir_b -r--r----- 1 user1 users 2590 Jul 1 08:50 file_1 -rw-r----- 1 user1 users 400 Jul 1 08:50 file_2 dir_ssh_test/dir_a: Gesamt 8 -r--r----- 1 user1 users 2590 Jul 1 08:51 file_1a -rw-r----- 1 user1 users 400 Jul 1 08:51 file_2a dir_ssh_test/dir_b: Gesamt 8 -r--r----- 1 user1 users 2590 Jul 1 08:52 file_1b -rw-r----- 1 user1 users 400 Jul 1 0...