Displaying 20 results from an estimated 100 matches similar to: "sequencially merge multiple files in a folder"
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
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
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")...
works but it
2009 May 07
2
Show name of dataset in graph
Hi,
I?ve written a script to run several multivariate statistical analysis
automatically.
As one result a biplot and screeplot is produced.
Now I?d like to display the name of the inputdatset as part of the title of
these graphics and I do not want to enter it each time I run the script.
How can I extract the name of a dataset?
An (shortened) extraction from the script:
>Test1 <-
2012 Jun 26
2
[LLVMdev] Proposed Enhancement to AddressSanitizer: Initialization Order
+llvmdev, -llvm-dev
On Tue, Jun 26, 2012 at 2:28 PM, Kostya Serebryany <kcc at google.com> wrote:
> Hi Reid,
>
> On Tue, Jun 26, 2012 at 4:30 AM, Reid Watson <reidw at google.com> wrote:
>
>> Hello,
>>
>> I'm starting work on a project to detect initialization order problems
>> in C++ files using AddressSanitizer.
>> The extension in
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
2005 Nov 03
3
newbie graphics question: Two density plots in same frame ?
I swear I've scoured the help files and several texts before posting
what feels like a dumb newbie question.
How can I draw two kernel density plots in the same frame ? I have
similar variables in two separate data frames, and I would like to show
their two histograms/densities in a single picture. Same units, scale,
range for both, so I'm simply trying to draw one and then add the
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
2009 Jul 21
0
Accessing list object from within a function as a list element
Hi -
I have a list (call it 'mylist') with the following elements: (i) a
function (call it 'myfunc' and expressed as 'mylist$myfunc') and (ii)
a variable (call it 'myvar' and expressed as 'mylist$myvar'). Since I
use mylist as a pseudo-class (I assign mylist to multiple different R
objects), I would like to access the mylist R object from within the
2001 Jul 18
1
hypothesis testing in models
Dear all,
Being an economics student, I am trying to put together a little
tutorial/FAQ/... for those who have (more) background in econometrics rather
than in statistics -- just as I have. I'v been looking for a hypothesis
testing tool in R (just linear or also nonlinear) for model parameters, but
could not find anything so far. I did find a similar but unanswered question
in the archives,
2011 Sep 06
3
btrfs-delalloc - threaded?
Hi all.
I was doing some testing with writing out data to a BTFS filesystem
with the compress-force option. With 1 program running, I saw
btfs-delalloc taking about 1 CPU worth of time, much as could be
expected. I then started up 2 programs at the same time, writing data
to the BTRFS volume. btrfs-delalloc still only used 1 CPU worth of
time. Is btrfs-delalloc threaded, to where it can use
2009 Oct 21
3
Missing data and LME models and diagnostic plots
Hello
Running R2.9.2 on Windows XP
I am puzzled by the performance of LME in situations where there are missing data. As I understand it, one of the strengths of this sort of model is how well it deals with missing data, yet lme requires nonmissing data.
Thus,
m1.mod1 <- lme(fixed = math_1 ~ I(year-2007.5)*TFC_,
data = long,
random =
2006 Aug 27
1
how to create many objects with sequencial names?
Dear Lister,
Is there a way to create many objects with sequencial names, say lm1,
lm2...lm100?
Thanks.
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
2002 Jul 01
0
recursive scp fails on ReliantUNIX 5.43 (using OpenSSH 3.4p1)
Hi,
I have tried to make a recursive scp from a ReliantUNIX machine to an other UNIX machine and got an infinite loop on the source machine.
A "normal" scp works well.
Also strange is, that the first two letters of the directory respectively file name are missing in the output below.
The destination machine produces a directory structure with growing subdirectory names.
Below you can
2007 Jan 30
5
how to join two arrays using their column names intersection
Dear all,
I have a problem that may be someone of you can help. I am a newbie and
do not find how to do it in manuals.
I have two arrays, for example:
ar1 <- array(data=c(1:16),dim=c(4,4))
ar2 <- array(data=c(1:16),dim=c(4,4))
colnames(ar1)<-c("A","B","D","E")
colnames(ar2)<-c("C","A","E","B")
> ar1
2010 Aug 12
1
reading fixed width format data with 2 types of lines
Hi,
I know how to read fixed width format data with read.fwf, but suddenly I need to read in a large number of old fwf files with 2 types of lines. Lines that begin with "3" in first column carry one set of variables, and lines that begin with "4" carry another set, like this:
?
3A00206546L070049016090045 99 1015002 001001008010004002004007003 001
2013 Aug 30
4
[LLVMdev] Reflexions about a new HDL language
Hi,
For the synthesis backend which translate to VHDL or Verilog, I don't
know if I will use LLVM. It will depend on how easy it is to play with
concurrent statements with LLVM. For the simulation I will use LLVM
because I can anyways artificially make the compiled code sequencial. It
would allow me to benefit from all the nice things from LLVM like
existing optimisations. I have never
2006 Jun 11
0
Application construction issue (conceptual)
I was wondering if someone can give me some assistance in approaching this
issue:
First, the background: I have an app that i originally did in PHP that I''m
redoing in Rails. It can be used by multiple clients that have no relation
to each other. The client information is in a database and is determined by
the hostname. Clients then have several users related by client_id. The
2013 Aug 30
0
[LLVMdev] Reflexions about a new HDL language
If you're designing a new high-level HDL, then it would be a good idea to familiarise yourself with the state of the art in this area (e.g. Bluespec System Verilog, Symbolics Processor Designer, and similar tools). Starting from comparisons to VHDL and Verilog is like designing a new high-level programming language today that is designed to be a better high-level programming language that is