Displaying 20 results from an estimated 7000 matches similar to: "--fuzzy, enhancement idea"
2005 Jun 07
1
Behavior of --checksum, suggestion
Hi rsync folks,
I understand that by default, rsync will re-copy a file if the
timestamp differs, but the size is the same.
Sometimes, though, I have large files whose mtime have been changed
but are otherwise identical. It seems a solution to this is
--checksum, but it seems like --checksum computes the checksum for ALL
files, which is time consuming.
What would be nice is if we could have a
2005 Jun 09
2
Does rsync copy if only perm changed?
I have a 150GB directory tree that I need to rsync nightly. Periodically
I adjust many permissions on this source tree.
My question is whether rsync will backup the whole source tree if only
the permissions changed.
Thanks in advance for any help,
Pablo
2008 Jan 26
1
Shift count warning messages
Hi Jim,
Thanks a lot for investigating. It definitely makes sense now. I'll fix
the problem now. Is there any other place where you see that same (or
similar) problem?
Jean-Marc
Jim Crichton a ?crit :
> Jean-Marc,
>
> I dug into this further, and found that the warning occurred when PSHR32
> had a shift greater than 15.
>
> in fixed_generic.h, PSHR32 is defined as:
>
2008 Jan 23
2
Shift count warning messages
Thanks Jim for looking into that, I was really starting to wonder what
was going on. Let me know if you find a way to tell the compiler to stop
complaining.
Jean-Marc
Jim Crichton a ?crit :
> I looked back at my old C55 EC build, and I had the same warning in
> mdf.c which Mike found. The assembly code did have a valid shift, and
> this build did cancel echo.
>
> When I built
2008 Jan 22
2
Shift count warning messages
Jim Crichton a ?crit :
> I played briefly with the echo canceller on the C5509A back in May
> 2006. I got the same compiler warnings, and sent a message to the
> list which included this:
>
> "I got several compiler warnings for "shift out of range" in mdf.c,
> which I fixed by adding EXTEND32 to all of the SHL32s with 16 bit
> operands (st->frame_size in 6
2015 Apr 22
1
shlib problems with Intel compiler
Hi Martyn,
Thanks for your insight, that seems pretty direct. Unfortunately, I did not compile this version of R (it's on a large supercomputer system and this version of R was installed by the admins). Using "R CMD config", I see the following relevant settings:
DYLIB_LD = icc -std=gnu99
DYLIB_LDFLAGS = -shared -openmp
LDFLAGS = -L/opt/compilers/intel/cce/9.1.039/lib
2002 Oct 02
2
.C() and C++ name mangling
Howdy,
I'm working with some external code written in C++, which I
would like to call via dyn.load() and .C() from R. The
function prototype looks like:
gaRemin(int *, float *, float *, int *, float *, float *,
float *, float *, float *)
but to call this function from R using .C() I have had to use
the mangled version of this
2002 Aug 04
5
Pseudo R^2 for logit - really naive question
I am using GLM to calculate logit models based on cross-sectional data. I
am now down to the hard work of making the results intelligible to very
average readers. Is there any way to calculate a psuedo analoque to the R^2
in standard linear regression for use as a purely descriptive statistic of
goodness of fit? Most of the readers of my report will be vaguely familiar
and more comfortable with
2002 Aug 10
1
GLM Contingency table regressions
I have a contingency table with a 0/1 variable (fwr) that flags a particular
condition, a weight variable (cnt) and other variables (e.g. zz)
characterizing that observation of the table.
I am trying to use GLM. By converting the variables to factors and running
the following regression:
fwr1<-factor(fwr)
zz1<-factor(zz1)
res1<-glm(fwr1 ~ zz1,weights=cnt)
Is that appropriate?
Paul M.
2007 Mar 28
1
options(error=recover) in .Rprofile
Hi,
I'd like to try using "options(error=recover) in my ~/.Rprofile, but
it appears that the function "recover" is not defined during R
startup when the .Rprofile is processed. "recover" is defined after
I get an R prompt, however. Can anyone shed light on why this is,
and whether a work-around is possible?
I've tested this on a variety of systems
2013 Sep 23
1
Log on to Samba 4 AD DC using domain user
Hi, all,
I am having trouble figuring out how to log on to a Samba 4 AD DC using
any AD domain account. Has anyone had success doing this? If so, is
there a guide somewhere?
I have stood up a Samba 4 Active Directory Domain Controller on a Red
Hat 6.3 system, and it appears to be functioning correctly. I have a
Windows 7 workstation, a Windows 2008R2 storage server, and two other
Red
2005 Apr 05
2
sip <-> oh323 / real-time / g729 - one way audio
Hi,
I am using real-time, oh-0.7.2, G729
Calling from (SIP)UA through asterisk towards h323 devices or the other way
round, I get only one-way audio.
Called party can only talk, caller can only listen.
Calling SIP to SIP is ok.
All devices are on official IP addresses.
(no NAT)
Regards,
Shaoul Jacobson
Senior VoIP Consultant
Tellink
Tel : +32 3 201 96 36
Fax : +32 3 227 09 81
e-mail
2013 Jun 12
0
[LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
Hi Moshe,
Tim just did tell you what to do :)
"Reporting it at llvm.org/bugs (and/or bugreporter.apple.com since
that seems to be your platform) would make sure it doesn't get lost."
So filing a bug report would be best.
-eric
On Wed, Jun 12, 2013 at 12:18 PM, Moshe Kravchik <mkravchik at hotmail.com> wrote:
> So probably it is a LLVM issue - can anyone from the team
2010 Jan 13
1
Advantages of using SQLite for data import in comparison to csv files
Hello everybody out there using R,
I'm using R for the analysis of biological data and write the results
down using LaTeX, both on a notebook with linux installed.
I've already tried two options for the import of my data:
1. Import from a SQLite database
2. Import from individual csv files edited with sed, awk and sort.
Both methods actually work very well, since I don't need advanced
2008 Jan 22
2
Shift count warning messages
yes, our DSP is 16 bit based, and if those bits of code aren't using 32 bit variables then yes that is what the warnings would be. Does this mean that the preprocessor and echo canceller won't work as well because of this?
-Mike
>>> Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> 01/18/08 8:42 PM >>>
I think these warnings are due to your DSP being 16-bit and
2013 Jun 16
1
[LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
Hi Eric,
Following Tim's and your advice I filled the bug:http://llvm.org/bugs/show_bug.cgi?id=16315
Haven't seen any reaction to it from LLVM developers so far. This is the first time I submit a bug to LLVM, maybe I need to set some fields differently to trigger their attention?
Moshe
> Date: Wed, 12 Jun 2013 13:10:21 -0700
> Subject: Re: [LLVMdev] Apple clang 4.2 based on llvm 3.2
2005 Sep 07
1
solving a system of nonlinear equations
What is the "classic" R function for solving a (possibly over
determined) system of non-linear equations?
Thank you!
Moshe Olshansky
e-mail: moshe.olshansky@brevanhoward.com
The information transmitted is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or
1999 Feb 13
1
Compiling R
I have tried to compile R-0.63.2 for Linux Red Hat 5.0.
It seems to have worked well until the last step 'make install'
I get the following messages
make[2]: Entering directory `/home/moshe.segal/rhome/R-0.63.2/src/main'
fort77 -export-dynamic -o ../../bin/R.binary arithmetic.o array.o
attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o
context.o cov.o cum.o debug.o
2013 Jun 12
2
[LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
So probably it is a LLVM issue - can anyone from the team look at it and let me know if there is anything to do.
Moshe
> Date: Wed, 12 Jun 2013 10:53:56 -0700
> Subject: Re: [LLVMdev] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode"
> From: t.p.northover at gmail.com
> To: mkravchik at hotmail.com
> CC: llvmdev at cs.uiuc.edu
>
>
2015 Apr 21
2
shlib problems with Intel compiler
Hi,
I'm encountering trouble compiling caTools_1.17.1.tar.gz and e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. 14 other packages I generally use installed without any trouble. I notice both of these trouble packages have a C++ component, so I wonder if that might be the issue. Below, there's information on my platform, compiler, and some diagnostic output showing