search for: clearcut

Displaying 17 results from an estimated 17 matches for "clearcut".

2013 Apr 16
4
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Apr 16, 2013, at 11:53 AM, Eric Christopher <echristo at gmail.com> wrote: > Historically we've done the former. The latter would require Chris > wanting to do that. This case isn't so clearcut. We like to include libraries in the source to make it easy to get up and running without having to install a ton of dependencies. However, this has license implications and is generally annoying. Given that zlib is so widely available by default, and that the compiler can generate correct (albe...
2009 Aug 04
1
parameter asterisks
Hello, Is there a clearcut answer as to why R prints 'NA' sometimes instead of standard errors? mle2(minuslogl = nlikfun4, start = list(a = 1, c = 1, d = 0.2, b = 0.1, b1 = 0.1), method = "Nelder-Mead") Coefficients: Estimate Std. Error z value Pr(z) a 3.83845751 0.47320236 8.1117 4.993e-16 *** c 0.9...
2002 May 21
1
PAM/winbindd/smb_pass/pam_smb_auth/smb_ntdom to authenticate SSH
...h the PDC via their Windows box. Is there a way to set up PAM so that authenticated Windows users who ssh into the Linux box don't need to type a password? (This will make using CVS much easier) I have looked at winbind, pam_smb_pass, pam_smb_auth and pam_ntdom but can't seem to find any clearcut answer to this question. Any help you could give me would be most appreciated. Regards, Mitch. -- mailto:mjd@alphalink.com.au
2013 May 07
4
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...<clattner at apple.com> wrote: >> >> On Apr 16, 2013, at 11:53 AM, Eric Christopher <echristo at gmail.com> wrote: >> > Historically we've done the former. The latter would require Chris >> > wanting to do that. >> >> This case isn't so clearcut. We like to include libraries in the source >> to make it easy to get up and running without having to install a ton of >> dependencies. However, this has license implications and is generally >> annoying. > > > Looks like zlib license is good enough to avoid implicatio...
2013 Apr 17
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...3 at 12:37 AM, Chris Lattner <clattner at apple.com> wrote: > On Apr 16, 2013, at 11:53 AM, Eric Christopher <echristo at gmail.com> wrote: > > Historically we've done the former. The latter would require Chris > > wanting to do that. > > This case isn't so clearcut. We like to include libraries in the source > to make it easy to get up and running without having to install a ton of > dependencies. However, this has license implications and is generally > annoying. > Looks like zlib license <http://zlib.net/zlib_license.html> is good enoug...
2013 May 07
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...om> wrote: >>> >>> On Apr 16, 2013, at 11:53 AM, Eric Christopher <echristo at gmail.com> wrote: >>> > Historically we've done the former. The latter would require Chris >>> > wanting to do that. >>> >>> This case isn't so clearcut. We like to include libraries in the source >>> to make it easy to get up and running without having to install a ton of >>> dependencies. However, this has license implications and is generally >>> annoying. >> >> >> Looks like zlib license is good en...
2011 Jan 11
3
A section with name main already exists (Bug 5231)
Hi all, I''m facing the bug 5231 when running puppet: host has some repos with many section main defined: # grep main * atrpms.repo:[main] cern-extra.repo:[main] cern-extra-srpms.repo:[main] cern-only.repo:[main] cern-only-srpms.repo:[main] cern.repo:[main] cern-srpms.repo:[main] cern-test.repo:[main] cern-test-srpms.repo:[main] cern-update.repo:[main] cern-update-srpms.repo:[main]
2005 Jul 11
2
Misbehaviour of DSE
Folks, I am finding problems with using "dse": > library(dse1) Loading required package: tframe Error: c("package '%s' required by '%s' could not be found", "setRNG", "dse1") > library(dse2) Loading required package: setRNG Error: package 'setRNG' could not be loaded In addition: Warning message: there is no package called
2009 May 13
0
Cucumber + Selenium: Programmatically Starting a Test Server
...uot;http://localhost", 15000) @@browser.start # teardown - stop selenium server at_exit do @@browser.stop end I would like to do the same thing to start my rails application test server that I can run browser tests against, but I''ve googled and haven''t been able to find a clearcut suggestion. Does anyone know how to start/stop a rails server in :test mode via ruby? Will I have to resort to system() calls? Your help and time is appreciated! Aaron
2005 Nov 28
1
AIC and BIC from arima()
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My ultimate goal is to best fit time series by comparing AICs and BICs (as in Bayesian) from arima() and nnet(). I looked at the arima.R source code, but I am afraid I do not understand it. What I only miss really is the number of parameters p, where: AIC = n*log(S/n) + 2*p with S the squared residuals and n the number of observations. Can I get p
1999 May 17
1
Character height & width in user co-ordinates
Is there an equivalent to the S-PLUS par()$cxy in R? Also, is it possible to get notice taken of some equivalent of \n in R when using text()? For what it is worth I am using RW-0.64.1. John Maindonald email : john.maindonald at anu.edu.au Statistical Consulting Unit, phone : (6249)3998 c/o CMA, SMS, fax : (6249)5549 John Dedman Mathematical
2004 Mar 15
2
Bug in tapply with factors containing NAs (PR#6672)
Full_Name: George Leigh Version: 1.8.1 OS: Windows 2000 Submission from: (NULL) (203.25.1.208) The following example gives the correct answer when the first argument of tapply is a numeric vector, but an incorrect answer when it is a factor. If the function used by tapply is "length", the type and contents of the first argument should make no difference, provided it has the same
2002 Jul 18
1
Shared components?
>Date: Wed, 17 Jul 2002 07:39:06 +0100 (BST) >From: Prof Brian D Ripley <ripley at stats.ox.ac.uk> >Subject: Re: [R] R GUI and object browser > >This may be appealing, but > >1) R objects such as lists have shared components. You get the creation >date of the object, not of it components, and in any case I suspect you >want the last modification date. Do you mean
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
Historically we've done the former. The latter would require Chris wanting to do that. -eric On Tue, Apr 16, 2013 at 11:52 AM, Alexey Samsonov <samsonov at google.com> wrote: > Just in case - do we want to link with libz.so installed in the system, or > be self-contained and copy sources to LLVM repo? > > > On Tue, Apr 16, 2013 at 10:48 PM, Eric Christopher <echristo
2009 Aug 03
5
webcam image capturing
Hi Could anybody please advice me to work with wecamera in Rails. What i want to do is to capture webcam images from a machine and send that data to a remote server there it needs to be processed. I have no idea of where to start.Please help Thanks in advance Sijo -- Posted via http://www.ruby-forum.com/.
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
Just in case - do we want to link with libz.so installed in the system, or be self-contained and copy sources to LLVM repo? On Tue, Apr 16, 2013 at 10:48 PM, Eric Christopher <echristo at gmail.com>wrote: > On Tue, Apr 16, 2013 at 9:37 AM, Alexey Samsonov <samsonov at google.com> > wrote: > > > > On Tue, Apr 16, 2013 at 8:31 PM, Michael Spencer <bigcheesegs at
2015 May 24
3
MetaCran website v1.0.0-alpha
Thanks for letting us know about the new website. Some comments: - Download statistics: Where are they from? CRAN does not monitor downloads generally, maybe some selected mirrors do. - Section "Recently updated" can only hold 9 packages, but frequently more than 9 get accepted even within an hour, hence not sure if this makes sense. - The links "Download R" and "CRAN