search for: allfil

Displaying 20 results from an estimated 36 matches for "allfil".

Did you mean: allfile
2015 Apr 22
2
semi-OT: t-bird mime type on .pdf attachment is wrong
I was sending my manager a copy of a form, and attached it (not inline), using -t-bird, and he complains it didn't want to open. Looking at the message source, t-bird had decided that the mime type was all/allfiles, though the name ended in .pdf. I've searched via the config editor, and I've been googling, and not finding anything. (I just *adore* the current google: I have +"all/allfiles" in the search terms, and in the para it displays on a hit I see "all somethingorother", wit...
2002 Jul 30
1
Ping is fine, cannot connect through Network Neighborhood
...he following error: \\Puddles is not accessible A network error has occurred. You might not have access to some network resources my smb.conf file is as follows: [global] workgroup = POND encrypt passwords = yes security = SHARE [homes] guest OK = yes read only = no path = / [AllFiles] path = / read only = no Testparm yields no errors I have set up the hosts file with the users. the main one I am working with at this point is "steve" The work group name is "POND". The client machine name is NEWT. I have set up the smbpasswd -a steve then set th...
2010 Feb 02
2
finding files whose name does NOT contain a given character
Unluckily I dela with miRNA files whose name may contain the character "*". Because of the special meaning of "*" I have to remove it. I found out how to make list.files() extract only those file names which contain a "*" Namely: # list.files(pattern="\\*") Now I have to process all files whose name does NOT contain the character "*". I cannot
2007 May 12
1
Newbie's question
Hi guys, I've brand new to the R scene. I have hundreds of csv files that has field 1 ,YYYY/MM/DD as index How to generate a graph of distribution and calculate the standard deviation of field2 for all of the files in a directory? I'm wondering if R could do this. Thanks a lot. -- View this message in context: http://www.nabble.com/Newbie%27s-question-tf3730746.html#a10442845 Sent from
2009 Mar 24
0
A question about rJava and the classpath
Hello, Since this an R package, I'm sending the email. I'm loading all the jar files as: library(rJava) hadoop <- Sys.getenv("HADOOP") allfiles <- c(list.files(hadoop,pattern="jar$",full.names=T),list.files(paste(hadoop,"lib",sep=.Platform$file.sep,collapse=""),pattern="jar$",full.names=T)) allfiles <- c(allfiles,"/home/sguha/tmp/x/build/jar/rhipe.jar") .jinit(classpath=allfiles) N...
2015 Apr 23
1
semi-OT: t-bird mime type on .pdf attachment is wrong
...ar wrote: > On 22/04/2015 19:25, m.roth at 5-cent.us wrote: >> I was sending my manager a copy of a form, and attached it (not inline), >> using -t-bird, and he complains it didn't want to open. Looking at the >> message source, t-bird had decided that the mime type was all/allfiles, >> though the name ended in .pdf. I've searched via the config editor, and >> I've been googling, and not finding anything. (I just *adore* the >> current google: I have +"all/allfiles" in the search terms, and in the para it >> displays on a hit I see &...
2001 Sep 28
5
smbclient error
Hi, I've installed Samba on AIX 4.3 machine named ibmf40, and the domain name is vercom. This is how the smb.conf file looks: [global] netbios name = ibmf40 workgroup = vercom server string = Samba Server security = user However I get an error when trying to run smbclient as follows: ibmf40 /usr/local/samba/bin # ./smbclient -L ibmf40 -N added interface ip=65.45.28.4
2017 Sep 22
0
R CMD build errors if files cannot be moved, even if they are in Rbuildignore
...contains such long files, R CMD build will not work, meaning that the data-raw folder has to be manually stashed before building. I propose that the following line if (!file.copy(pkgname, Tdir, recursive = TRUE, copy.date = TRUE)) should be replaced by something like the following include <- allfiles[!inRbuildignore(allfiles, pkgdir)] # possibly the rest of the exclude conds too mov2Tdir <- function(x) { file.copy(x, file.path(Tdir, x), copy.date = TRUE) } if (any(!vapply(include, mov2Tdir, FUN.VALUE = logical(1)))) This change would preserve the error condition, but not erroneously when...
2002 Jul 29
0
Network neighborhood does not connect to samba server
...nd samba 2.2.3a I can see the samba server in network neighborhood however when I try to connect I receive the following error: _ my smb.conf file is as follows: [global] workgroup = POND encrypt passwords = yes security = SHARE [homes] guest OK = yes read only = no path = / [AllFiles] path = / read only = no Testparm yields no errors I have set up the hosts file with the users. the main one I am working with at this point is "steve" The work group name is "POND". The client machine name is NEWT. I have set up the smbpasswd -a steve then set t...
2011 Feb 16
2
how to create normalized pdf plot?
Hello, I have multiple data files. Each file contains a single column and 1.5 million rows. I want to create normalized pdfs (area under curve is 1) and histograms to compare with one another. Could anybody suggest if there exists an easy way or built in function in R. At present I am using Origin and Excel together to do this. A single file needs 10 minutes and I have a total of 929 files! So
2010 Apr 23
3
Playback all the sound files
Hello. There are so many sound files in /var/lib/asterisk/en. Is there an easy way to let me play back all of them one by one while I am watching CLI to see the current file name? Thanks for help. -- Jian Gao IT Technician SJ Geophysics Ltd. <http://www.sjgeophysics.com> jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com> Tel: (604)582-1100
2009 Aug 21
1
trouble with Vista & reading files
...t is being read, it can be ### altered here. dataHeaders <- read.table(dataHeaders, stringsAsFactors = FALSE)[,1] print(paste("dataDir:",dataDir," header:",header," slotCol:",slotCol, " lotCol:",lotCol)) *allFiles <- list.files(path = dataDir)* tmp <- grep("hdr",allFiles,ignore.case = TRUE) dataFiles <- allFiles[-tmp] hdrFiles <- sub("\\.(.*)\\.","\\.hdr\\1\\.",dataFiles) * eTestData <- read.table(paste(dataDir,"/",dataFiles[1],sep="")...
2015 Apr 23
0
semi-OT: t-bird mime type on .pdf attachment is wrong
On 22/04/2015 19:25, m.roth at 5-cent.us wrote: > I was sending my manager a copy of a form, and attached it (not inline), > using -t-bird, and he complains it didn't want to open. Looking at the > message source, t-bird had decided that the mime type was all/allfiles, > though the name ended in .pdf. I've searched via the config editor, and > I've been googling, and not finding anything. (I just *adore* the current > google: I have +"all/allfiles" in the search terms, and in the para it > displays on a hit I see "all somethi...
2008 Oct 10
0
Antwort: FW: R loops
...ssa Yeroslaviz "Richard Pugh" <rpugh@mango-solutions.com> 09.10.2008 14:06 An <assa.yeroslaviz@bayercropscience.com> Kopie Thema FW: [R] R loops Hi Assa, I happened to have some code on my screen that does exactly what you want: myDir <- "D:\\Temp" allFiles <- list.files(myDir) somePatterns <- c("xls", "csv", "sas7bdat") filePatterns <- lapply(somePatterns, function(pat, files) files[grep(pat, files)], files=allFiles) cat(paste("\n", somePatterns, ": ", sapply(filePatterns, paste, collapse=&...
2011 Oct 26
1
CentOS 5.7, evince
I believe I updated evince early this month on this one server. Since then I don't seem to be able to open a .pdf: 100% of the time, I get "unhandled mime type: files/allfiles". Has anyone seen anything like this? Note that this is when it's allegedly trying to open it. I've tried telling it what to open from the command line, and brought it up by itself, told it to open, pointed it to the correct directory, and clicked on the .pdf I want, and hit <ope...
2008 Feb 08
1
FW: merge multiple csv files
Dear list:I have a folder that contains more than 50 csv files labels sequencially like sample01.csv to sample50.csv. for each file the first 5 rows are descriptive of the data collected (useful but not needed in data merge). each file then start the data at row 6 and have 2 variables x and y. In order to know which file one observation is from, I'd like to have a new variable location, for
2007 Apr 23
0
Correction to PR #9631 (PR#9632)
...n <- nchar(string) chars <- substring(string, 1:n, 1:n) lastDot <- n + 1 - match(".", rev(chars), nomatch = n + 1) substring(string, lastDot + 1, n) } sn <- sectionnames if(any(nchar(sn) > 8)){ oldDir <- libname libname <- tempdir() allFiles <- list.files(oldDir) oldNames <- character(0) for(i in 1:length(sn)){ fName <- grep(sn[i], allFiles, value = T) if(length(fName) == 0) stop(paste("sectionname", sn[i], "not found")) oldNames <- c(oldNames, fName) } sectionnames &l...
2006 Jun 02
1
Indexing fails -- _ntc6.tmp exceeds 2 gigabyte maximum
...1 bill bill 1000000 2006-06-01 22:42 _ntc6.f1 -rw-r--r-- 1 bill bill 30 2006-06-01 22:42 segments -rw-r--r-- 1 bill bill 16 2006-06-01 22:14 _ntc6.fnm Code: #------------ index = Index::Index.new(:path => "/var/cache/ferrets") max_file_length = 25000 Dir.glob(allfiles).each do |file| doc = Document::Document.new() doc << Document::Field.new(:file, file, Document::Field::Store::YES, Document::Field::Index::UNTOKENIZED) doc << Document::Field.new(:content, IO.read(file, max_file_length...
2001 Sep 27
0
error
...Each undeclared identifier is reported only once platform.c:328: for each function it appears in.) platform.c:328: `dir' undeclared (first use in this function) platform.c:329: parse error before `struct' platform.c:340: `pattern' undeclared (first use in this function) platform.c:345: `allfiles' undeclared (first use in this function) platform.c:346: `fullnames' undeclared (first use in this function) platform.c:347: `ndir' undeclared (first use in this function) platform.c:348: `reg' undeclared (first use in this function) platform.c:350: `count' undeclared (first u...
2002 May 27
1
security = none?
hey guys. I am running a samba server on my machine at home, which has two other machines on it - both running windows, one's mine and one's my flatmates. Since I am running samba on a trusted network (and I do have the hosts allow rule restricting access so that when I connect to the net people can't just start using my samba server), I am wanting to essentially remove the security