Displaying 20 results from an estimated 120 matches similar to: "Reference for dataset colon (package survival)"
2005 Nov 27
3
OpenSSH and Kerberos / Active Directory authentication problems: Credentials cache permission incorrect / No Credentials Cache found
Greetings,
I'm working on the infrastructure of a medium size client/server
environment using an Active Directory running on Windows Server 2003 for
central authentication of users on linux clients.
Additionally OpenAFS is running using Kerberos authentication through
Active Directory as well.
Now I want to grant users remote access to their AFS data by logging in
into a central OpenSSH
2000 Dec 13
2
IBM invests $ 10^9 in Linux, maybe they'll sponsor Vorbis?
Hello Vorbis developers,
you probably had the same idea already, but maybe IBM
is interested in sponsoring Vorbis, or being your patron.
If they are going to invest $ 10^9 in Linux, protecting
vorbis from harm, and possible injecting resources into
that project would be peanuts to them.
I don't know if IBM does anything with multimedia, but
they could only gain if strong technology in that
2012 Jan 14
2
How can I doing Quality adjusted survival analysis in R?
Hi R users
I need to estimate, with kaplan Meier methodology, a Quality adjusted
survival analysis. It is possible doing this at R?
Thanks in advance.
Best Regards
Pedro Mota Veiga
--
View this message in context: http://r.789695.n4.nabble.com/How-can-I-doing-Quality-adjusted-survival-analysis-in-R-tp4295868p4295868.html
Sent from the R help mailing list archive at Nabble.com.
2008 Oct 31
4
Help needed with Waterfall plot
Hi friends,
I need suggestions/directions on how to producing a waterfall plot for present extend of change in tumour size for a set of respondents in a study. Example of use of waterfall plot is in the following slides presented at ASCO 2007 by Axel Grothey. Link is
2004 Jul 10
6
How can Windows 2000 mount a share as a service?
I've asked every M$ expert I know, trolled through M$ TechNet, experimented
with SRVANY/INSTSRV login scripts which hard-code username/passwords to
login to a Samba 2.2.8a SMB server. I've experiment with and without the
"Allow service to interact with Desktop" switch turned on.
I am stuck. :( I can find no way to mount a share as a service, so that
IIS can serve web-pages
2006 Jun 27
1
Colon in maildir folder name breaks keywords
With maildir, if you have a colon in a folder name, and you try to set a keyword on a message in that folder, the keyword does not get set - and worse, all existing keywords and other status information gets dropped (flagged, seen, replied, trashed).
Bill
2014 Mar 24
0
"class Admin::UsersController < ApplicationController". What does the double colon do here?
I saw this on a Gem implementation and don't understand why it needed
"::UsersController" at all.
My understanding that it is trying to find the relative path of
UsersController, but why is it necessary to be there?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving
2007 Aug 26
1
pxelinux doesn't suppress common prefix if nothing precedes double colon
Contrary to the pxelinux.doc documentation, the common filename prefix
is only suppressed if an explicit hostname or IP address precedes the
double colon, e.g. 192.168.1.1::/foobar. A tcpdump of TFTP requests
reveals that the double colon does nothing in implicit case (::/foobar
is the same as /foobar, i.e. gets mapped to /pxelinux//foobar or
whatever). 0.0.0.0::/foobar also does this.
I
2019 Sep 13
2
if statement with true value that contains a colon
How can I use an IF statement with a true value being a variable that
has a colon in it? The colon in the true value variable is being taken
as the delimiter for the false value.
The only solution I came up with was some hackery to use STRREPLACE to
replace the : with a % before the IF statement and then use STRREPLACE
again after to change the % back to a :.
i.e.:
2010 May 10
1
Number and colon precedes some package names in yum.log
What is the meaning of the "4:", "2:", "30:" and "1:" prefixes for the
following entries in yum.log? Most entries in yum.log don't have
them.
grep "Installed: [0-9]*:" /var/log/yum.log
May 07 16:45:53 Installed: 4:perl-5.8.8-27.el5.i386
May 07 16:58:21 Installed: 2:xinetd-2.3.14-10.el5.i386
May 07 17:03:43 Installed:
2006 Mar 12
0
How to substitute colon `:' for another character in Maildir message files?
On Sat, 2006-03-11 at 17:05 -0500, My BSD wrote:
> Need to back Maildirs to a smb share as a nightly Cron job (NFS is not
> an option).
>
> Unfortunately, because Dovecot (1.0.beta2) adds a colon `:' to the name
> of the message file, Samba (actually "mount_smbfs") truncates the file
> names. As a result, files with truncated duplicate file names are
>
2009 Jun 20
0
Wine broken on Samba shares due to colon ":" filenames
Not sure when this problem first cropped up as I went through several
upgrades and changes this year with my Samba servers and Ubuntu
workstation.
I have a Samba server (Version 3.3.2-0.33.fc11) and I am running Ubuntu
(Karmic Koala latest) on my workstation. Earlier this year I added
pam_mount.so so that I could automount my home directory from the Samba
server when I logged into my
2001 Aug 09
1
how do I rsync files which have a colon in the name?
I can't figure out how to quote a colon in a filename that I'm trying to push so
that it doesn't think everything in front of the colon is a hostname.
Chris
--
Chris Garrigues http://www.DeepEddy.Com/~cwg/
virCIO http://www.virCIO.Com
4314 Avenue C
Austin, TX 78751-3709 +1 512 374 0500
My email address is an
2004 Dec 06
1
port and double-colon
double-colon mode doesn't work in CVS version.
-vv says port number is 0.
% rsync -vv host.domain::any
opening tcp connection to host.domain port 0
rsync: failed to connect to host.domain: Can't assign requested address (49)
rsync error: error in socket IO (code 10) at clientserver.c(94)
And --port=873 cannot be used in client mode now.
I made a small sample patch.
(Sorry, I
2014 Mar 20
3
[Bug 2213] New: X11 forwarding to DISPLAY containing a hexadecimal-colon IPv6 address fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2213
Bug ID: 2213
Summary: X11 forwarding to DISPLAY containing a
hexadecimal-colon IPv6 address fails
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2007 Nov 16
2
[Fwd: pxelinux doesn't suppress common prefix if nothing precedes double colon]
Just a reminder that this remains an issue up to and including the
latest syslinux 3.53-pre (0x473cfc9c).
Additional testing suggests that implicit hostname/IP has never worked,
ever since the common prefix suppression feature was added in version 3.00.
-------- Original Message --------
Subject: pxelinux doesn't suppress common prefix if nothing precedes
double colon
Date: Sat, 25 Aug
2005 Sep 10
2
colon in syslinux.cfg leads to "Unknown keyword"
hi,
sorry for bothering the list but since I didn't find anything in the
documentation or archives I would be grateful for your help.
For a customized USB installer (based on redhat anaconda) I wanted to pass
an kernel parameter which contains a colon.
This leads twice to the error message
"Unknown keyword in syslinux.cfg."
Quoting the append string using ' or "
2010 Feb 19
3
ssh feature - ignore colon in host name
sorry if this has been discussed and rejected before, I'm new to the
list, I did google but didn't find anything.
--
quite often I use ssh and scp within a few minutes, so I might do this...
scp myfile user at host.example.com:
ssh user at host.example.com
it would make life a lot easier if I could type
scp myfile user at host.example.com:
ssh !$
or sometimes I simply copy
2019 Aug 24
0
Fwd: Document colon equals `:=` operator ?
Dear all,
There was some discussion lately on twitter (
https://twitter.com/geospacedman/status/1164208293377691648 ) about the
status of the colon equal operator. I'm sure it has been discussed in the
past but I couldn't find anything, I'll start by clarifying all i can by
myself to have strong reference, and then ask a few questions at the bottom.
`:=` has been used by data table
2004 Jul 26
1
do.call and double-colon access
Using R 2.0.0 of July 20 2004
train, test, and cl as defined in example(knn),
we have
> search()
[1] ".GlobalEnv" "package:methods" "package:stats" "package:graphics"
[5] "package:utils" "Autoloads" "package:base"
> knn(train, test, cl, k=3)
Error: couldn't find function "knn"
>