Displaying 20 results from an estimated 100 matches similar to: "Optimizing RSync algorithm using techniques with Google used in courgette"
2009 May 18
4
Possibility to porting Rsync to NT and other platforms
Hello,
I am looking into possibilities of porting RSync for windows. Does anybody
have an idea that which libraries and dependencies RSync uses which can not
be compiled on windows (so thats why we use cygwin)
Regards
Hasanat Kazmi
--
Hasanatkazmi@gmail.com
"I hate Capitalism,so naturally I love Open Source" -- Hasanat Kazmi
+923464362473
-------------- next part --------------
HTML
2009 May 22
2
Rolling algorithm vs CRC
Hello,
I have previously mailed on list that I am trying to port rsync to NT. I was
wondering that whether CRC can be used to find check sums rather then
rolling algorithm. I havnt found any document on web comparing rolling
algorithm with CRC.
--
Hasanatkazmi@gmail.com
"I hate Capitalism,so naturally I love Open Source" -- Hasanat Kazmi
+923464362473
-------------- next part
2010 Oct 08
2
Heatmap/Color Selection(Key)
Hi
I made heatmap of QTL based on Lod score. Where I have traits in columns and
marker data (rows). I can not cluster both column and rows as I need the
right order for marker data.
Can someone suggest me better way of generating heatmaps especially the
colour key I want to select to visualize the results which are more
interesting to look at.
> library(gplots)
>
2011 Sep 05
2
[Xen-API] XCP - How to compile IBM Mpp-rdac driver in XCP
Hi all!
I need to compile de IBM Mpp-rdac driver in XCP 1.0 to use with the IBM
DS4700 storage.
Is there any way to do this?
--
Rogério da Costa
_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://lists.xensource.com/mailman/listinfo/xen-api
2014 Sep 17
2
[LLVMdev] Glibc with Clang/LLVM
Has anybody able to compile glibc with newer version of clang/llvm. If its
not possible is there any patch to fix this problem.
Thanks
Wajih
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140918/59904126/attachment.html>
2000 Jun 28
2
Colour depth reduced to 12 by bitmap devices
I am using R to create colour plots as bitmap files. I have created a
palette of 256 colours that I want to use, but the resultant output
files contain only 12 colours used in dither patterns. The result is the
same whether I use bmp() or png().
How can I get the true colours that I specified instead of dither
patterns? (making the driver's job easier!)
I am using R 1.1.0 for Windows
1999 Sep 30
0
SMBTAR Not Backing up Files
I am having trouble getting SMBTAR to do a complete backup on NT
Workstation and NT Server. The backup starts off just fine. However,
after a short time, errors begin showing up and files are not backed
up. The files that are missed are not open files. I have set the -t
option to disk and tape. I get pretty much the same result. Both NT
machines have over 2 GB of data to backup up. I am
2010 Nov 23
1
Three-way ANOVA shows me two-way results
Hi all,
I'm doing a 3-way ANOVA like this:
summary(aov(formula('FP ~ (lum * obj * man)3 - Error(vp/(lum * obj *
man)3)'),data=dataf))
But in the output I only get 1- and 2-way effects, like this one:
Error: vp:obj:man
Df Sum Sq Mean Sq F value Pr(>F)
obj:man 1 1.5291e-34 1.5291e-34 5.7011 0.0542 .
Residuals 6 1.6093e-34 2.6822e-35
---
Signif. codes: 0 '***' 0.001
2001 Jun 29
1
a litte note from willy wonka
Um Pah Lum Pah, Du Pi Dee Doo,
Proprietary formats will make a slave of you.
Um Pah Lum Pah, Du Pi Dee Dee,
Best to be wise and not use M P 3.
What do you get when you make an M P 3?
Besides artifacts and patent roytalties?
It's not to late to open your mind.
Use Ogg Vorbis Don't
Fall
Be
Hind.
Don't you pay those Ger-er-mans.
You could live in Happiness too! Like the
Ogg
Vor
2006 Nov 18
1
deriv when one term is indexed
Hi,
I'm fitting a standard nonlinear model to the luminances measured
from the red, green and blue guns of a TV display, using nls.
The call is:
dd.nls <- nls(Lum ~ Blev + beta[Gun] * GL^gamm,
data = dd, start = st)
where st was initally estimated using optim()
st
$Blev
[1] -0.06551802
$beta
[1] 1.509686e-05 4.555250e-05 7.322720e-06
$gamm
[1] 2.511870
This works fine but I
2011 Jan 05
3
Multiple LUN support
I have Centos 5.2 and am trying to set up my first tape loader, a
Quantum SuperLoader 3. My "cat /proc/scsi/scsi" outputs the following:
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: transtec Model: PV610F16R1C Rev: 373I
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi1 Channel: 00 Id: 01 Lun: 00
Vendor: HP Model: Ultrium
2005 Apr 12
7
Max filesize for rsync?
What the maximum filesize rsync can transfer?
I'm trying to rsync one of my servers to another but the rsync is
croaking on a file that's barely 1GB.
Tips, hints, suggestions?
rsync server is AIX 4.3.3 ML11 - rsync 2.6.3
rsync client is AIX 5.3 ML1 - rsync 2.6.4
Thanks
-Jeff
--
Jeff Schoby
Unix/Network Admin
City of Columbia, Missouri
573.874.6320
2001 Oct 06
2
OT: CD anti-copying techniques, and their pervasiveness (was: Re: More on CD anti-copying techniques)
On Tue, 2 Oct 2001, safemode wrote:
> On Tuesday 02 October 2001 08:14, Nathan I. Sharfi wrote:
> > I doubt this; why would any self-respecting label advertise that their
> > music is capable of being ripped and distributed electronically?
> >
> > On Tue, 2 Oct 2001, safemode wrote:
> >
> > <snip>
> >
> > > You're probably going to
2005 Feb 24
6
Rsyncing really large files
Hello everyone,
I have a question regarding syncing of large files. We have a setup where
we need to sync a 500GB file with changes in random blocks.
The changes are made in a manner, so moving blocks is not probable
(actually it will never happen).
As I understand it, the way rsync works is:
- remote server calculates all checksum blocks and transmits these to client
- local client calculates
2004 Oct 26
2
old Wine from CVS
Hi,
I'm debugging an audio problem that started sometime post
wine-20040505. That release works fine, but running under
wine-20040615 the program fails. Looking at the Changelog for 0615 it
says that 'lots of audio bugs were fixed'. Probably true, but it looks
like one was created.
So, how can I download Wine for a specific date? Say wine-20040525.
I tried to figure out these
2005 Nov 20
4
Ssh with OS X Tiger (Darwin) and CentOS 4.2
Anyone know any issue with OS X 10.4 and CentOS with ssh or any connectivity
issue with: OpenSSH_3.8.1p1 vs OpenSSH_3.9p1?
2007 Apr 12
2
minimize download bandwidth techniques
I know of a few techniques for minimizing server bandwidth when
bittorent is not an option.
1) If you have the beta isos, you can rename them as centos 5 isos and
then rsync from a mirror that allows rsync (such as kernel.org). Then
only changes from beta to centos 5 plus some overhead is downloaded. I
suppose you could use this technique with bittorrent too.
2) Instead of downloading both cd
2005 Jun 11
0
testing techniques for checking the effectiveness of changes made to sch_gred.c
Hi,
I have made some changes to the file sch_gred.c to modify the GRED
queueing discipline to support the following features:
1) The first virtual queue should get absolute priority while
dequeueing (not caring if the others get starved)
2) While in equalise mode and with RIO mode enabled, the packets in
the first virtual queue should not be counted for calculating the
qave.
I want to confirm if
2007 Apr 18
0
Internet Culture.'' Carrier companies are working to introduce new transmission techniques like ATM that offer many times the bandwidth the average network link of today has.
release Monday classes in a at the group's neighborhoods
Nothing could be better than ● LAS VEGAS CENTRAL RESERVATIONS CORP ● ?LVCC.PK? SHARE!!!
New ?LVCC.PK? SHARE this is GREAT OPPORTUNITY to BECOME a rich man!!!
Forecasts for U is only positive just get this ?LVCC.PK? STOCK!!!
Trust us cause we GUARANTEE U the real profit!!!
?LVCC.PK? ASSURE that ensures
2001 Sep 15
0
LDAP and Secure Authentication Techniques
Hi,
Is there a good how-to(s) or book(s) that describes all of the different
parts that can be used for Secure Network/Application (i.e. Samba, mail
and/or SQL database Account) Authentication, and when/why you should use
certain pieces? Preferably some references that don't presume too much
about my Linux/Unix knowledge level?
E.g., how do ldap, pam, sasl, ssl, nss, etc etc etc all