Displaying 20 results from an estimated 27 matches for "crowley".
Did you mean:
cowley
2006 Feb 16
1
brookmeyer & crowley CI for median survival time
Hi all,
Does anyone know if there is an implementation of Brookmeyer & Crowley's
confidence interval for the median survival time in R?
Reference : Brookmeyer & Crowley, "A confidence interval for the median
survival time" (1982) Biometircs
Thanks in advance for your help,
Jacqueline
[[alternative HTML version deleted]]
2009 Feb 20
1
Diagnostics for single-observation deletion in Cox models
Hi,
Storer and Crowley (JASA 1985) presented an approach for approximating the
changes in maximum partial-likelihood parameter estimates for the Cox model
when a single observation is deleted. Is there an R implementation of this
approach?
Any help is greatly appreciated. Thanks.
Best,
Ravi.
---------------------...
2011 Feb 14
1
Rsync 3.0.07
...the user connects. For example, this would use the authorizing user's name in the path:
path = /home/%RSYNC_USER_NAME%
Any idea what this is not working?
Can we use dynamic modules?
Set global parameters?
I can do this outside of the rsync daemon.
Chad Franks
Engineer, Network Services
Crowley Maritime Corp.
Chad Franks
Engineer, Network Services
Crowley Maritime Corp.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20110214/dc2c64f1/attachment.html>
2010 Feb 01
0
nginx-0.8.33
Changes with nginx 0.8.33 01 Feb 2010
*) Security: now nginx/Windows ignores trailing spaces in URI.
Thanks to Dan Crowley, Core Security Technologies.
*) Security: now nginx/Windows ignores short files names.
Thanks to Dan Crowley, Core Security Technologies.
*) Change: now keepalive connections after POST requests are not
disabled for MSIE 7.0+. Thanks to Adam Lounds.
*) Workaround: now...
2011 Mar 09
1
Rsync on shares issue
...points to the same /SHARE/ folder. Rsync is creating two different folders on the destination server one called SHARE and on called SHARED, and then its duplicating the data to both folders.... Is shared is not a physical folder why is rsync see it as such?
Chad Franks
Engineer, Network Services
Crowley Maritime Corp.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20110309/93e68393/attachment.html>
2002 Nov 20
1
cupsaddsmb failure
When running the cupsaddsmb command, I get the following: Since I am
running as root, what do I not have access to and why?
Any help would be appreciated.
Glen Crowley
<<...OLE_Obj...>>
2010 Oct 14
4
help
Dear all,
I have a function f(x) which return a list as result.
$T1
[1] 0.03376190
$T2
[1] 0.04725
$T3
[1] 0.3796071
$T4
[1] 0.3713452
$T5
[1] 0.4523651
$T6
[1] 0.4575873
I now find the result for a vector of x values at one time. I want to
store the reuslt
for each xi value in a column of a matrix
x <- seq(0,1, by=0.1)
result <- matrix(0, nrow=6, ncol=length(x))
for (i in
2010 Nov 10
16
Managing private key files; content=>file vs. binary content.
Hi all,
Hi all,
We use puppet for, amongst other things, managing the private-key
files needed for things like SSL certificates for HTTPS web servers.
We have a few constraints on how these are handled, and changes in
recent versions of puppet are making this harder than it perhaps ought
to be to implement, so I''m curious to know how others are handling it.
A site''s private
2006 Nov 07
2
Comparing models in multiple regression and hierarchical linear regression
I don?t know if this question properly belongs on this list, but I?ll ask it here because I?ve been using R to run linear regression models, and it is only in using R (after switching from using SPSS) that I have discovered the process of fitting a linear model. However, after reading Crowley (2002), Fox (2002), Verzani (2004), Dalgaard (2002) and of course searching the R-help archives I cannot find an answer to my question.
I have 5 explanatory variables (NR, NS, PA, KINDERWR, WM) and one response variable (G1L1WR). A simple main effects model finds that only PA is statistically sign...
2001 Nov 16
2
Unable to print correctly html on Windows Printer (SMB) Share
Hi All,
After connecting a HP DeskJet 950C printer to my NT Server and configuring it as a share printer, I used samba and printconf to connect to it.
I setup the printer in printconf as a Samba (SMB) Printer/Windows Printer (SMB) Share
After restarting the lpd daemon, I can print successfully the ASCII test page and other linux files, e.g. smb.conf, /etc/fstab, etc.
My problem is that I am unable
2009 Dec 12
1
[LLVMdev] Debugging a NULL return from the ExecutionEngine
Also note that there is a third optional std::string* argument which
if non-NULL gets set to an appropriate error message.
Reid
2009/12/12 Török Edwin <edwintorok at gmail.com>:
> On 2009-12-12 18:19, Michael Muller wrote:
>> Hi all, I'm trying to upgrade from LLVM 2.5 -> 2.6, and when I create my
>> execution engine (ExecutionEngine::create(module)) I get back a
2001 Nov 27
1
Samba/Linux security and sync
Hi All,
I have a Linux RedHat 7.0 box running web server and Samba server 2.2.0.
I have setup accounts for users.
I wish to use the password sync feature.
I uncommented the lines;
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password*%n\n *passwd:*all*authentication*tokens*updated*successfullly*
But this doesn't seem to
2003 Mar 19
0
samba not seen from wins server
...printable = Yes
Question 1 is does anyone know why I am not seeing my server from the WINS
world?
Question 2 is does anyone know why I am not getting the nmdb log file (smdb
is logging ok)?
Samba 2.2.7 was having the same problem, so I upgraded to 2.2.8 to see if it
would do better.
Thanks
Glen Crowley
Lead Systems Programmer
Arkansas Blue Cross Blue Shield
501-378-2432
glcrowley@arkbluecross.com
2011 Mar 30
0
[LLVMdev] introspecting debug info from the JIT
Unfortunately, LLVM doesn't really know how to generate debug info for
JITed code yet. All it can tell you or a debugger is the symbol and
the unwind information for unwinding exceptions through JITed code.
Hopefully the MC JIT will make that problem go away.
Reid
On Wed, Mar 30, 2011 at 10:05 AM, Michael Muller <mmuller at enduden.com> wrote:
>
> Hi all,
>
> Can someone
2011 Mar 30
3
[LLVMdev] introspecting debug info from the JIT
Hi all,
Can someone point me to a good way to get debug info from jitted code at
runtime? Ideally I'm looking for something that given the current IP address,
provides function name, filename and line number.
The context of this request is that I'm trying to inject a stack-trace into an
exception object.
=============================================================================
2006 May 05
3
Cannot find gem for Rails =1.1.2
First post here:
The error is below and i''m sure folks have posted it before, but perhaps
i''ve missed the solution:
I''m using apache because i first need to see if rails can work with
apache. Some particulars:
gem -v
0.8.11
ruby -v
ruby 1.8.4 (2005-12-24) [i686-linux]
rails -v
Rails 1.1.2
rails-1.1.2 is installed (via gem) and environment.rb''s
2010 Aug 06
7
using puppet ssl certs for other applications
Hello,
As I''ve been building up my puppet infrastructure, I''ve started using
puppet certs for all of my services that require ssl. Usually this is
in the form of links:
file {
"/opt/syslog-ng/etc/ca.d/b2457b50.0":
require => Package["syslog-ng"],
ensure => link,
target =>
2010 Jul 23
3
Design, syntax question for passing values from node.pp
Is it possible to define variable at this level. I need to pass the
monit config file name ( sometimes its monitrc sometimes in not ).
Here is what I have.
# /etc/puppet/manifests/nodes.pp
node basenode {
include postgresql
include monit
include wiki
include apace
}
node ''freebeerontuesdays.com'' inherits basenode {
}
--
You received this message because you are
2001 Nov 13
2
Cannot access Samba through Win2000 or WinNT Server but can from WinNT Workstation?
Hi all,
I have Samba 2.2.2 running on a Linux 7.1 box.
4 machines connected to a WinNT Server via a hub.
The 4 machines are WinNT Server, WinNT Workstation, Win2000 and Linux running Samba Server.
With Samba running (see testparm for samba configuration details) I can logon and access files on the Linux machine using the WinNT Workstation but cannot access the Samba server using the WinNT Server
2011 Aug 05
2
Loop: noob question
Hi,
Can someone help me out to create a (for?) loop for the following procedure:
x=rnorm(250,0,0.02)
library(timeSeries)
x=timeSeries(x)
P=1000
loss=-P*x
loss