similar to: New rsync option checksum-path

Displaying 20 results from an estimated 400 matches similar to: "New rsync option checksum-path"

2007 Jun 24
1
Factor out .rsyncsums logic into a separate checksum-caching library?
Wayne, I notice that .rsyncsums is starting to look a lot like the index that the git version control system ( http://git.or.cz/ ) uses to determine whether a file has changed since it was last staged for committing. The git index has been heavily used and tested, so you might find it helpful when implementing a checksum cache for rsync. Specifically, it has protection against being fooled when
2009 Jul 24
4
CI wiskers
I have a matrix containing means and CIs (lower and upper in two columns, so three columns for every data point) for several points. I have to build a graph of these means accompained by the CIs (as wiskers). No problems with making the graph of means, but I don't know how to introduce CIs. Can anybody advise? -- View this message in context:
2005 Feb 03
2
Res: Re: Simple LDAP authentication
OK !! What I should configure in smb.conf in order to use pam_ldap ?? Tanks again !! ---------------------------------------------------------------------------------------- Ruy de Oliveira - Analista de Suporte Mercantil do Brasil S/A Fone: (31) 3489-5960 - Fax: (31) 3489-5001 "Gerald (Jerry) Carter" <jerry@samba.org> 03/02/2005 14:24 Para:
2003 Jan 31
1
exel
Hi, I'm having a weird problem. I have exel files with links in it to other exel files. When I share the map on a windows server (or windows os) eveything works. When I share it on a samba server it doesn't. When I open the file, it asks to enable macro's (I need them so say yes) - everything fine - After that It asks if I want to rework/check the links (don't know if reworks is
2007 May 17
4
How to mock helpers in view specs ?
Hi all, I am mocking the following Rails view (inside a partial): <%= render :partial => "forums/forum", :collection => forum_category.forums.readable_by(current_user? ? current_user : nil) %> My spec fails with the following message: 1) ActionView::TemplateError in ''forum_categories/index (anonymous user) should only render forums accessible to anonymous
2011 Mar 16
5
Strange R squared, possible error
k=lm(y~x) summary(k) returns R^2=0.9994 lm(y~x) is supposed to find coef. a anb b in y=a*x+b l=lm(y~x+0) summary(l) returns R^2=0.9998 lm(y~x+0) is supposed to find coef. a in y=a*x+b while setting b=0 The question is why do I get better R^2, when it should be otherwise? Im sorry to use the word "MS exel" here, but I verified it in exel and it gives: R^2=0.9994 when y=a*x+b is used
2010 Nov 14
1
Checksum-caching on server
Hi, as scanning large repositories for each client connection causes unnecessary CPU/IO load, I want to know if is it possible to generate checksum digest files on the server, meanwhile? Best regards, Renne
2011 Sep 16
3
writing data from several matrices in R into one excel-file with several sheets
hello, does anyone know how I can write several matrices from R into one exel-file using different sheets for the different matrices? thank you very much in advance for your help. Marion [[alternative HTML version deleted]]
2005 Jun 13
2
File owner / group
Hi all, I have a Samba 3.0.13 with ACL support running under SuSE and acting as a PDC for the hole organization. Among some shares, there's one that has about ten subdirectories. Everybody can access this share and restrictions are applied over those subdirs. The problem is that, for example, when I create a file (or modify it with Word or Exel) in the Finances subdirectory, the file has my
2010 Jun 25
2
i want create script
Hi R community, I want to create a script which will take the .csv table as input and do some prediction and output should be returned to some file.Inputs is exel sheet containing some tables of data.out should be table of predicted data.Will some one help me in this regards... Thanks in advance. I am using Windows R.Please advise proccedure to create Rscript. Regards --------- Vijay Research
2005 Feb 03
1
Simple LDAP authentication
Hi friends, I want to authenticate user login to samba with LDAP (NDS in fact), but I can?t change schema of LDAP (I'am not the NDS manager). Can I authenticate user if the BIND to LDAP succed, like in apache (option AuthONBind) ???? I dont want to store user information (home/group/etc) in the LDAP database. Tanks in advance. At
1999 Nov 09
1
No subject
How can I import tables from Microsoft-Exel into R? Perhaps You can explain in an example. Thanks! -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at
2003 Mar 20
1
Connection by peers
Our Samba work very bad! My some users can't save changers in Exel and Word files. We have file-server ( Linux RH7.3, kernel 2.4.18, Samba-2.2.7a-1) We local network consists of 500 computers with NT Domain Controller (Win98,Win2000,WinXP,Microsoft Office 2000). The user opens a file, he changes it and sometimes can save a file, and sometimes no. Why? My smb.conf [Global] workgroup
2007 Sep 21
1
help with rq
I used in 2004 an earlier version of R (1.6.0 ?) for quantile regressions Now I downloaded version 2.5.1-win32 and I cannot A) read my old files (Our exel working space was saved in csv) and also the series of instructions does not work, see below (B) rq function is not recognized) filename <- read.csv("filename.csv",header=TRUE,row.names=1) fit95
2010 Jun 07
1
raw data form .CEL file
Hi I am new in using R. I am facing problem getting the raw data like the mean value, standard deviation value form the .CEL file. Please help me, how can I get these raw information from a .CEL file into an exel file? Thanks -- View this message in context: http://r.789695.n4.nabble.com/raw-data-form-CEL-file-tp2245796p2245796.html Sent from the R help mailing list archive at Nabble.com.
2015 Jan 27
0
Minutes of Jan 27 2015 VIRT SIG Meeting
Hi all, seems we are making good progress. Thank you everyone! * First Xen release via the SIG is imminent (see Xen section) * We are also close to a Docker release (see Docker section) * We also need to look at cross-SIG dependencies to be able to make use of Gluster support in the Storage SIG (see oVirt section) Regards Lars = Attendees = * Lars Kurth * George Dunlap * Sandro Bonazzola *
2006 Jan 16
2
Kite diagrams
I teach biology, and would like to show the students how to use R for some statistical assignments. One of those is to make a kite diagram (for example as seen in http://www.medinavalleycentre.org.uk/images/Bembri1.jpg). Is there any way to create one using R? I did a help.search("kite") and looked on the r-project HP with no luck. Previously when the course was taugh the students have
2011 Aug 23
3
Different Estimated values between R and Excel
Hi, I used simple linear regression with the R software and EXCEL on the same data. Although , I find the same R2=0.84, I find different estimated values (intercept and slope). For the R software (slope =0.0009, Intercept = -0.1478), for EXCEL (slope =927.7, Intercept = 154,41). When I use the estimated values from the R software, the results seem bad, however the results of Exel seem correct.
2011 Dec 28
1
Need for a partial checksums patch?
Hi everyone! I played around with rsync sources a little and wrote a small patch that computes the checksums from parts of the files only. I'm just writing to ask if the rsync developers would have any interest in the sort of functionality described below. If you do, I'm willing to work with you to produce a cleaned up patch for git. For background: This started as a way to satisfy an
2006 Jan 11
1
OpenSSH Installation in Win2k Platform
Hi, How can I install the OpenSSH in Windows. When I downloaded the file, there is no .exe. Thanks for your advance help. -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/