Displaying 20 results from an estimated 10000 matches similar to: "Using rsync to generate diff/patches"
2012 Feb 13
2
Error in apply(x2, 1, diff) : dim(X) must have a positive length
Anyone knows hat might be the cause of this error? Thanks for any help!
>library(MASS)
> dif.mns = function(x2,tr1=.2,tr2=.3){
+ #generates four different 'means' using
+ #difference scores from x2, an n x 2 matrix
+ #for use w/ bootstrap comparisons
+ diffs = apply(x2,1,diff)
+ mn1=mean(diffs)
+ mn2=mean(diffs,tr=.2)
+ mn3=mean(diffs,tr=.3)
+
2004 Jul 01
5
Absolute ceiling on R's memory usage = 4 gigabytes?
Hello. By way of background, I am running out of memory when attempting to normalize the data from 160 affymetrix microarrays using justRMA (from the affy package). This is despite making 6 gigabytes of swap space available on our sgi irix machine (which has 2 gigabytes of ram). I have seen in various discussions statements such as "you will need at least 6 gigabytes of memory to normalize
2009 May 06
4
Can we generate exe file using R? What is the maximum file size valid?
Dear all,
I have two questions.
First, I am wondering whether we are able to use R to generate an exe file,
or sth that can be executable outside R?
Second, I am wondering whether read.csv can read a csv file with size of
300-400 gigabytes?
Thank you very much!
Min
[[alternative HTML version deleted]]
2020 Jun 02
2
yum/dnf diff
I'm used to using "git diff" and "svn diff" to view changes in my
development system. Is there a similar thing that works with changes
between a repository package and the installed RPM? Ie. something that
shows the changes in /etc hinted at by "rpm -V". I'm already using
etckeeper+git but that would combine changes from updates with my own
modifications.
2012 May 27
2
[LLVMdev] Linking clang.exe takes more than two hours?
Hi,
I'm building using MINGW64 on a very slow system (Intel Atom 330 X2 1.6
GHz), but it seems rather odd that the system has been linking clang.exe
for the past two hours. It appears that a couple of gigabytes of virtual
memory are being used (causing constant swapping) - the system has only 2
GB of physical memory.
Is this a bug in MINGW64 (binutils 2.22) or is it just too little RAM in
2012 May 27
0
[LLVMdev] Linking clang.exe takes more than two hours?
δΊ 2012/5/27 11:04, Mikael Lyngvig ει:
> Hi,
>
> I'm building using MINGW64 on a very slow system (Intel Atom 330 X2
> 1.6 GHz), but it seems rather odd that the system has been linking
> clang.exe for the past two hours. It appears that a couple of
> gigabytes of virtual memory are being used (causing constant swapping)
> - the system has only 2 GB of physical memory.
2006 Dec 18
8
file diff?
Hello...
I am looking to replace my current config file management solution with
puppet. I looked at both cfengine and puppet and neither seem to have a
"diff" option. as in:
configfile { "/etc/httpd/conf/httpd.conf":
source => "/httpd/httpd.conf"
}
will install a httpd.conf file. What I would like is to be able to see a
unified diff of the
2018 Mar 15
5
[RFC] llvm-exegesis: Automatic Measurement of Instruction Latency/Uops
[You can find an easier to read and more complete version of this RFC here
<https://docs.google.com/document/d/1QidaJMJUyQdRrFKD66vE1_N55whe0coQ3h1GpFzz27M/edit?ts=5aaa84ee#>
.]
Knowing instruction scheduling properties (latency, uops) is the basis for
all scheduling work done by LLVM.
Unfortunately, vendors usually release only partial (and sometimes
incorrect) information. Updating the
2008 Apr 19
3
[LLVMdev] Reference Manual Clarifications 2
Chris Lattner wrote:
> On Apr 19, 2008, at 3:27 PM, Jon Sargeant wrote:
>>>> Regarding malloc and alloca, I realized that the size is unsigned,
>>>> so a
>>>> negative value for NumElements is impossible. I suggest replacing
>>>> "it
>>>> is the number of elements allocated" with "it is the UNSIGNED number
2008 Apr 20
0
[LLVMdev] Reference Manual Clarifications 2
Am Samstag, den 19.04.2008, 16:24 -0700 schrieb Jon Sargeant:
> First, I can assign -1 to
> the count to indicate an invalid or unknown value.
This is a C-ism. In a language that supports discriminated unions well,
you'd do something like
type AllocaCount = Invalid | Unknown | Known int
(where Invalid, Unknown and Known are the constants that do the
distinction between union
2008 Jul 16
1
virt-install behind proxy (Xen Newbie)
How does one install a new vm behind a proxy? When I start the
virt-install routine Xen seems to be unable to load information from
the ftp/http sources.
As a consequence, I tried to install from the DVD-iso as well as the
file system. Xen then prompts "What type of media contains the
packages to be installed?". After choosing ''hard drive'' it prompts
that I do not seem
2008 Apr 20
3
[LLVMdev] Reference Manual Clarifications 2
Joachim Durchholz wrote:
> Am Samstag, den 19.04.2008, 16:24 -0700 schrieb Jon Sargeant:
>> First, I can assign -1 to
>> the count to indicate an invalid or unknown value.
>
> This is a C-ism. In a language that supports discriminated unions well,
> you'd do something like
> type AllocaCount = Invalid | Unknown | Known int
> (where Invalid, Unknown and Known
2006 Aug 30
13
Rev #2 of the 3.02.3c patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
I've uploaded the *final* 3.0.23c roll up patch to
http://samba.org/~jerry/patches/patch-3.0.23b-3.0.23c-gwc-2.diffs.gz.
I've already cut the 3.0.23c tarballs so unless there is
a major problem, this will be the final change set.
Please report *any* bugs that you find. I'd like to wrap
this one up and do the public 3.0.23c
2005 Apr 13
5
An idea: rsyncfs, an rsync-based real-time replicated filesystem
This is only my second email to the rsync mailing list. My first was sent
under the title "Re: TODO hardlink performance optimizations" on Jan 3,
2004. The response of the rsync developers to that email was remarkable
(in my opinion). I felt that the rsync performance enhancements that
resulted from the ensuing discussion and code improvements were so
consequential that I dared not
2016 Jun 07
1
[Fwd: Re: use patch .diffs]
Yeah, that's what I do,
I just wanted to know how to use the patches. As implemented or what its
purpose ?? It is to clarify the purpose of these patches well
Thank you
---------------------------- Mensaje original ----------------------------
Asunto: Re: [Samba] use patch .diffs
De: "Rowland penny" <rpenny at samba.org>
Fecha: Mar, 7 de Junio de 2016, 4:28 pm
Para:
2009 Apr 02
1
How to set a minimum ARC size?
We have an IMAP server that uses ZFS filesystems for all of its
mailbox and database files. As the number of users increases,
with a consequent increase in the number of processes, the ARC
size decreases from 10 gigabytes down to 2 gigabytes. I know that
it''s supposed to do that, but in this case ZFS is starved for memory
and the whole thing slows to a crawl. Is there a way to set a
2016 Jun 07
2
use patch .diffs
Hi
I wanna know howto aply the .diffs patch ??
For example samba-4.4.3-4.4.4.diffs to update samba-4.4.3 to 4.4.4
Regards
Leonidch
2018 Mar 15
0
[RFC] llvm-exegesis: Automatic Measurement of Instruction Latency/Uops
On 03/15/2018 10:04 AM, Guillaume Chatelet via llvm-dev wrote:
> [You can find an easier to read and more complete version of this RFC
> here
> <https://docs.google.com/document/d/1QidaJMJUyQdRrFKD66vE1_N55whe0coQ3h1GpFzz27M/edit?ts=5aaa84ee#>.]
>
> Knowing instruction scheduling properties (latency, uops) is the basis
> for all scheduling work done by LLVM.
>
>
>
2006 Apr 22
0
Rsync 2.6.8 released (incl. xattrs.diff security note)
I have released rsync version 2.6.8.
A SECURITY NOTE for users of the unofficial xattrs.diff patch: See
below for a discussion of a security fix contained in the latest patch.
You can read all about the latest improvements and bug-fixes that went
into this release on this page:
http://rsync.samba.org/ftp/rsync/NEWS
The tar file of the source and its signature are here:
2006 Apr 22
0
Rsync 2.6.8 released (incl. xattrs.diff security note)
I have released rsync version 2.6.8.
A SECURITY NOTE for users of the unofficial xattrs.diff patch: See
below for a discussion of a security fix contained in the latest patch.
You can read all about the latest improvements and bug-fixes that went
into this release on this page:
http://rsync.samba.org/ftp/rsync/NEWS
The tar file of the source and its signature are here: