search for: filename1

Displaying 20 results from an estimated 25 matches for "filename1".

Did you mean: filename
2020 Jan 03
1
Exclude-from file format?
...The first is simply a list of filename, one per line. The second is a list of filenames, one per line, prefixed with either a - or a + to indicate exclude/include. Which is correct? Also, none show the correct style with a filname containing spaces, though I assumed quoting is OK Exclude1.txt: - filename1 - ?file name 1? Exclude.txt: filename1 ?file name 1? Which of these will exclude both filename1 and ?file name 1? anywhere they appear in the source?
2017 Apr 09
0
failed to set times on ... Invalid argument (22) and what to do with it
...and 99.9% of the timestamps were transferred properly. After the log snippets below, I will try to explain the problem as I see it, and then suggest two different ways to address it: basically ignore error 22 (EINVAL) of fix nanosecond mtime . === ... 2017/04/06 00:16:06 [16000] <f..tp..... filename1 2017/04/06 00:16:06 [16000] <f..tp..... filename2 2017/04/06 00:16:06 [16000] rsync: failed to set times on "filename1.ezq12g" (in module): Invalid argument (22) 2017/04/06 00:16:06 [16000] rsync: failed to set times on "filename2.wp5Aju" (in module): Invalid argument (22)...
2011 Nov 21
1
Read from HTML file, print if see a specific string
...to read the file and return the number which comes directly after this (the contents of column 3). Ideally I would like to save this number as a string for use later in the script, but any help is good help. Been at this for HOURS and HOURS and HOURS. This is what I have so far: #Open html file $filename1 = 'Result1.html'; open (FILE1, $filename1) or die "Can't open $filename1 $!"; #Create array of results file data @html1 = <FILE1>; close (FILE1); #What to look for $genbank='^=GenBank">\$'; foreach $html1(@html1) { if (index($html...
2007 Aug 20
1
system() fails with fc.exe (PR#9868)
...(0) When I do the same from python 2.3, I get >>> import os >>> os.system("c:\\WINDOWS\\system32\\fc /?") Compares two files or sets of files and displays the differences between them FC [/A] [/C] [/L] [/LBn] [/N] [/OFF[LINE]] [/T] [/U] [/W] [/nnnn] [drive1:][path1]filename1 [drive2:][path2]filename2 FC /B [drive1:][path1]filename1 [drive2:][path2]filename2 /A Displays only first and last lines for each set of differences. /B Performs a binary comparison. /C Disregards the case of letters. /L Compares files as ASCII text. /LBn...
2008 Mar 28
1
Problem redirecting output stream of wine
Hi all, I'm using an Ubuntu 7.10 and the latest (?) version of Wine ( 0.9.58 ). I'm running a windows application that seems to work properly, but i cannot manage to redirect the output to a file: $ wine cmd.exe Usage : cmd.exe [filename1] [filename2] ... $ wine cmd.exe > /dev/null Usage : cmd.exe [filename1] [filename2] ... $ wine cmd.exe 2> /dev/null Usage : cmd.exe [filename1] [filename2] ... I've already tried to use wineconsole, but I get the same behavior and using wineconsole --backend=curses I get the following...
2006 Feb 10
1
Question on big JPG plots in function warpping format
...jpeg(file=filename) # plotHeatTrellis(dataPath, plotVariable = "Raw", plotPlatesAlong) dev.off() } ######### enf of the program I've tested the simple plot function, like ########## works fine both with in script and function wrapping format testplot <- function(plotDirPath) { filename1 <- paste(plotDirPath, "test1.jpg",sep="") jpeg(file=filename1) plot(1:10, rnorm(10, 0), type="b") dev.off() } ########### Any one have any clues, why this happen and how could I fix my code and my mine working also in the function wrapping format? Thanks. best,...
2009 Dec 10
0
mv renames the wrong file
...) (and it happened 3-4 times in the last days) is when I used the mv command in the shares I mounted locally on the server. I seem to remember that when it happened in the past, instead of renaming the file like I asked for, it moved the parent folder at the target location... Example: cd dir1; mv filename1 ../dir2/filename2 Would result in dir1 being renamed dir2/filename2/ and it would still contain filename1. Any pointers? (Should I post in the Ubuntu forums instead of here?) Thanks, Guillaume Boudreau PS I checked my history to make sure I did issue the correct command, in the right directory,...
2007 Jun 07
1
problem with multiple file attachment
...r> <td bgcolor="#F6F6F6"><%= file_field("test", "file") %></td> </tr> <tr> in controller: if request.post? @picture=params[:picture][:file] @filename = @picture.original_filename @test=params[:test][:file] render_text @filename1 = @picture1.original_filename end my Error is: undefined method `original_filename'' for "":String -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups &quot...
2002 Jul 25
1
memdisk and harddisk image creation under Linux
...memdisk. The point is : How do I create a harddiskimage from scratch in a file, with MBR, partition table, filesystem on it etc. without using dd ? I tried with loopback, ramdisk etc. I was able to create a MBR and such things in a regular file, also a primary partition. But, as expected a mke2fs /filename1 dows not work, clearly, because it is not a special device. Anyone out there to help me ?
2007 Oct 15
1
The "condition has length > 1" issue for lists
I have the following code: list1 <- list() for (i in list.files(pattern="filename1")){ x <- read.table(i) list1[[i]] <- x } list2 <- list() for (i in list.files(pattern="filename2*")){ x <- read.table(i) list2[[i]] <- x } anslist <- vector('list', length(list1)) for(i in 1:length(list1)) if (list1[[i]] & list2[[i]] >1)...
2008 Jul 17
2
Passing array to the email body using ActionMailer
Hi, all I am new to actionmailer. I am writing a script that sends emails contains lots of file names. So the email will look like: hi, filename1 filename2 filename3 . . . filenameN So I want to pass an array containing all the filenames into the email body. My code is below: class Notifier < ActionMailer::Base def log_report(recipient, files) from ''zhengdao.kan-TVtm3wuDI7lWk0Htik3J/w@public.gmane.org'' recip...
2003 Sep 18
2
bad hardlinks with rsync
Hi List I've experienced some problems with rsync. I'm backuping a complete machine's rootdirectory. After completion I see in the log of the output, that rsync links some files which are surely *not* the same on the source System. Or well, it says, that it makes links, using the filename1 => filename2 notation. On the source System this files are not the same and some files are missing on the target System after the sync. Well, the log says, "partial transfer". But why the link-sign or why does rsync think, that this files are the same?? Below you will find all the inf...
2010 Sep 10
8
convert "1", "10", and "100" to "0001", "0010", "0100" etc.
...e the same number of digits? e.g.: "1", "10", and "100" ...become... "0001", "0010", "0100" etc. I ask because I am producing a large number of files that need to sort consistently by filename. Currently I get this kind of sorting: filename1 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename2 filename20 filename21 ...etc.. which is annoying. Ideally I'd have: filename0001 filename0002 filename0003 filename0004 filename0005 filename0006 filename0007 filename0008...
2005 Dec 23
6
file_column and HABTM
I have several models that will be using file_column by way of the "Picture" class (HABTM). Right now, all pictures are stored in: public/picture/image/1/filename1.jpg public/picture/image/2/filename2.jpg Is there a way I can dynamically define the "store_dir" based on the model? For example, if I have "user", "product" and "place" models all of which HATBTM "picture", I''d like uploads to be locate...
2023 Nov 06
1
strange link files
Dear all, I recently upgraded my clients to 10.4, while I left the servers (distrubuted only) on glusterfs 9. I'm seeing a strange effect when I do a "mv filename1 filename2": filename2 is uplicated, one time with zero size and sticky bit set. In generally, I know that glusterfs creates link files (size zero and sticky bit set) when the new filename is hashed to a different brick. However, these link files are only visible to the glusterfsd, not to...
2004 Apr 20
2
compile Fortran code which calls C subroutine
I used "R CMD SHLIB" to compile the fortran filename.f file and the filename.so is generated. But since in filename.f it calls another subroutine written in C, i had problem in "dyn.load" because it could not find the C subroutine. I have the .c file but don't know how to tell R about it. How should I compile when I want to call the fortran function
2002 Sep 11
1
Help with samba control m
New to the Samba world. I am getting a control M at the end of line for = each file I am transfering to the share from 98/NT machines. Any special = things I need to do so this will not happen?????????????? Help Please !!
2001 Dec 19
1
combine
hello there, I ` m a newbie in R so please excuse my maybe simple question! I have several (the number of the files changes) textfiles. Each textfile contains one column with 3 rows (3 numerical values). I want to combine each file with another file and create new textfiles which then contain 2 columns with 3 rows. How can I do this in R? Do I have to use cbind? How Do I use cbind for my
2010 Aug 09
3
New build 2.0.5
Just applied some changes from Adam and Dylan and uploaded a new build. Good stuff guys, thanks. Get 2.0.5 here: http://github.com/mapstraction/mxn/downloads Derek -- Derek Fowler m. +44 (0) 7966 512 369 e. dezfowler at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 13
2
Embedded carriage returns in text document
Colleagues, I am using R 2.4.0 on both a Mac (10.4.8) and Linux (RedHat 9). To read data from an Excel spreadsheet, I do "save as" in Excel, then select the "Text (tab-delimited)" format. The resulting file uses a tab separator and I can usually read the file using read.delim. Sometimes, the header row contains embedded carriage returns. When I view the file,