similar to: RE: Experimental support for regedit.exe -> URL correction

Displaying 20 results from an estimated 1000 matches similar to: "RE: Experimental support for regedit.exe -> URL correction"

2002 Jul 25
1
Experimental support for regedit.exe
FYI... If anyone is interested, i just finished implementing supporting for exporting printer & printer driver information stored in the various tdb's via the registry RPC routines. This code has been checked into HEAD already. I'm not planning on including it in any 2.2 bug fix releases, but thought some people might be curious to try it out. My main intent for implementing this
2008 May 07
2
Estimating QAIC using glm with the quasibinomial family
Hello R-list. I am a "long time listener - first time caller" who has been using R in research and graduate teaching for over 5 years. I hope that my question is simple but not too foolish. I've looked through the FAQ and searched the R site mail list with some close hits but no direct answers, so... I would like to estimate QAIC (and QAICc) for a glm fit using the
2007 Feb 23
1
Repeated measures in Classification and Regresssion Trees
Dear R members, I have been trying to find out whether one can use multivariate regression trees (for example mvpart) to analyze repeated measures data. As a non-parametric technique, CART is insensitive to most of the assumptions of parametric regression, but repeated measures data raises the issue of the independence of several data points measured on the same subject, or from the same plot
2010 Oct 15
2
AIC in bestglm, glm, and lm - why do they differ?
I recently found the "bestglm" package while trolling CRAN for a function to save some keystrokes with simple (k<10) nested models. I am interested in using the best of several nested linear models which I have explored using lm(), glm() and now bestglm(). When I compare the AIC values for the 'best' candidate model I get the same AIC values with lm() and glm() but a
2003 Jan 02
1
Samba Share out of space
I seem to have a problem in a folder within a samba share. For some odd reason it's ran out of space in the folder. But other folders within the share aren't out of room. Can someone please help! Thanks, Roger Miranda Sumac Clothing Company 49 Adelaide Street Winnipeg, Manitoba Canada, R3A 0V8 t:??(204) 942-0091 (ext. 203) ????(866) 266-9488 f:??(204) 943-5939 c:? (204) 228-2032 e:?
2005 Mar 30
1
strict selinux policy?
What happened to selinux-policy-strict package in RHEL/CentOS? -- Aleksandar Milivojevic <amilivojevic at pbl.ca> Pollard Banknote Limited Systems Administrator 1499 Buffalo Place Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7
2001 Sep 01
3
Patch to make rsync preserve access times
Bradley, and the rsync development team, I came across the following message on the rsync bug tracking system, while searching for just this feature (access time preservation)... http://rsync.samba.org/cgi-bin/rsync/incoming?id=2509;expression=atime;user=guest ... where it is written... > Date: Mon, 7 Feb 2000 02:59:42 -0500 > From: "Bradley M. Kuhn" <bkuhn@ebb.org> >
2005 Apr 05
4
Creating CentOS DVD from scratch
I've found discussion about this in list archives, but no final answers. Many helpfull people wrote in the past how to avoid creating DVD (install from network, install from disk, boot this way, boot that way). But, I do need DVD, no way around it. No network, no USB, no floppy, no anything. Placing files on hard drive not an option. Just a DVD-ROM. By Googling around, I found some
2001 Dec 11
2
Uninstalling Wine
I am going to try winex, but I have wine installed currently. First off, do I need to unistall wine, or should I? And how do I go about it, if yes? Thanks. Ian. Ian Truelsen Masters program in Philosophy University of Manitoba, Winnipeg, Canada BA (Wilfrid Laurier University) Email: ian@ihtruelsen.2y.net Current favourite quote: "No great civilisation likes forests." K.F.
2013 Mar 01
2
solving x in a polynomial function
Hi there, Does anyone know how I solve for x from a given y in a polynomial function? Here's some example code: ##example file a<-1:10 b<-c(1,2,2.5,3,3.5,4,6,7,7.5,8) po.lm<-lm(a~b+I(b^2)+I(b^3)+I(b^4)); summary(po.lm) (please ignore that the model is severely overfit- that's not the point). Let's say I want to solve for the value b where a = 5.5. Any thoughts? I did
2005 Apr 11
1
trouble booting the system with I2O hardware RAID
I've just made (yet another) CentOS 4 installation. The install process seems to go fine, however the machine doesn't wan't to boot. The system in question has one of I2O Adaptec RAID controllers. I've configured LVM with one volume group and several volumes. If I boot into the rescue mode, all looks fine and dandy. Anaconda finds the installation, and I can access all
1999 Jan 18
2
Samba-2.0.0 : configure problem with SunOs 4.1.x
Hi all, Running configure (several times) on a SunOs 4.1.x machine ends with the following error message: .. ... creating include/stamp-h creating Makefile creating include/config.h ./config.status: 6853 Bus error What can I do ? Please help ! Best Regards Peter Krauspe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter Krauspe .---. .-----------
2005 May 12
1
Has anybody managed to get native IPSec working?
I've just wrote a lenghty email on Fedora ML as reply to Phillip who seems to be in the same trouble as myself... Found that while searching all mailing list archives and bugzillas I could think off (not really successfully, many people with same problems, no answers other than "works for me" -- glad to hear it works for somebody else, but it would be nice if he/she was a bit
1999 Apr 06
1
SAMBA digest 2047
Thanks Andy ! Unfortunately the situation is unchanged. Interesting is that sometime Win98 can see the correct shares but only the first time when is accessing Samba and then... lost. I'm still trying . Can someone tell me how to find what values those %.. parameters take when Samba is acessed ? Alex > > Go to http://www.reac.com/samba/ and check out the stuff with
2005 Mar 07
22
tripwire
Tripwire is probably one of must-have utilities for many system administrators. However, it is missing from almost all recent Red Hattish distributions. IMO, probably due to the fact that source compiles only on i386, and needs patches to compile almost every time new major version of gcc is released. However, in absence of good replacement, this is all we have. (IMO, other tools such as AIDE
2013 Apr 10
2
my "blacklist" is not working
In my blacklist I have: database show ... /blacklist/Manitoba : advertising ... [incoming] ; First, lets take care of telemarketers exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1) exten => 4,n,Set(goaway=${CALLERID(number):0:2}) exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1) exten => 4,n,GotoIf($["${goaway}" = "V3"
2010 Aug 22
4
how to implement string pattern extraction in R
Hi, In perl, to get a substring matching a particular pattern can be implemented like the following example: $x = "AAAA.txt"; if ($x=~ /(.*?)\.txt/){ $prefix = $1; } So how to do the same thing in R? Can someone provide me the code sample? Thanks much in advance. -- Waverley @ Palo Alto
2008 Oct 29
2
how to get the value of aov summary into another variable
Hi, I have a question of aov. e.g. aov.ex = aov(x~y) summary(aov.ex) The aov summary will print to the screen. How can I extract the aov result, in particular the values of Pr(>F) and F value into a vector so that I can use them for other use? Thanks. -- Waverley @ Palo Alto
2010 Sep 03
3
R program google search
Hi, Can someone help as how to use R to program google search in the R code? I know that other languages can allow or have the google search API If someone can give me some links or sample code I would greatly appreciate. Thanks. -- Waverley @ Palo Alto
2008 Apr 01
0
PAMR package question: How to plot Estimated probabilities for the training data and test data
Hi, I have tried some time trying to figure out how to use pamr to plot multiclass Estimated probabilities for the training data and test data? Specifically, how to recreate the PAMR publication on PNAS with Tibshrani et al. The publication is as attached. The plot I want to do is Figure 5. I have downloaded the pamr package and the function which gives similar plot is pamr.plotcvprob