search for: file_1

Displaying 13 results from an estimated 13 matches for "file_1".

Did you mean: file1
2006 Jun 11
0
Application construction issue (conceptual)
...includes and functionality, loaded from "index.php" For example: /index.php?d=news&f=add would include (/news/add.php) I also had a custom directory "custom" which contained subdirectories representing each client. This directory could contain "client_a/dir1/file_1.php", which is a modified version of "file_1.php" in the root "dir1" folder. For example, if customization existed for the example above: /index.php?d=news&f=add would now include (/custom/client_a/news/add.php) The idea was that many clients use the same a...
2012 Jun 26
2
[LLVMdev] Proposed Enhancement to AddressSanitizer: Initialization Order
...way to implement 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; >> &...
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...
2007 Aug 30
1
can not encode a raw video file with "encoder_example"
hi all, i tried to encode a .yuv file with the encoder_example.c but it give an error message as follows ./encoder_example -v 1 file_1.yuv > file_1.ogg Input file file_1.yuv is neither a WAV nor YUV4MPEG2 file. so the error message is understandable for anyone. when this file is play with mplayer it shows as follow ========================================================================== Opening video decoder: [raw] RAW...
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...
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...
2008 Nov 18
2
sequencially merge multiple files in a folder
...each file varies.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...
2006 Mar 23
1
Multiple file uploads
I have a form with multiple 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...
2009 Jul 21
0
Accessing list object from within a function as a list element
...le: mylist <- list(); mylist$myvar <- "~/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...
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
2013 Nov 05
1
samba-4.1.0 build failure -help with
...ket/testsuite_1.o default/source4/libcli/resolve/testsuite_1.o default/lib/util/tests/strlist_1.o default/lib/util/tests/parmlist_1.o default/lib/util/tests/str_1.o default/lib/util/tests/time_1.o default/lib/util/tests/asn1_tests_1.o default/lib/util/tests/data_blob_1.o default/lib/util/tests/file_1.o default/lib/util/tests/genrand_1.o default/lib/compression/testsuite_1.o default/lib/util/charset/tests/charset_1.o default/lib/util/charset/tests/convert_string_1.o default/source4/libcli/security/tests/sddl_1.o default/lib/tdr/testsuite_ 1.o default/lib/tevent/testsuite_1.o default/source4/...
2020 Aug 03
3
Error compiling samba server in MacOS
..._1.o,query_22.o,register_22.o,wins_22.o,winsbench_22.o,winsreplication_22.o,dgram_22.o,nbt_22.o,wb_utils_1.o,iconv_1.o,testsuite_1.o,messaging_1.o,irpc_1.o,binding_string_1.o,idtree_1.o,dlinklist_1.o,testsuite_1.o,testsuite_1.o,strlist_1.o,binsearch_1.o,str_1.o,time_1.o,asn1_tests_1.o,data_blob_1.o,file_1.o,genrand_1.o,testsuite_1.o,charset_1.o,convert_string_1.o,sddl_1.o,testsuite_1.o,testsuite_1.o,share_1.o,loadparm_1.o,simple_1.o,local_1.o,dbspeed_1.o,torture_1.o,ldb_1.o,dsdb_dn_1.o,schema_syntax_1.o,anonymous_shared_1.o,strv_1.o,strv_util_1.o,util_1.o,util_str_escape_1.o,tfork_1.o,verif_trailer_...
2003 Dec 01
0
No subject
...eed to have a SAMBA share configured to have the UID and GID set to the same UID and GID all the time, regardless of which user is saving or creating the file. For example: User - Joe Primary group - webgk Secondary group - develop,publish /data/files - owner - webadmin, gid - publish /data/files/file_1 - owner - webadmin, gid - publish etc. All files and sub-directories have owner webadmin and gid publish. I need it set up so that any user who may create or modify files to have AT LEAST the same gid - publish. I thought that inherit permissions would accomplish that, but it isn't workin tha...