Displaying 18 results from an estimated 18 matches for "suf".
Did you mean:
buf
2007 Jun 20
0
shoudl I use apply, sapply, etc instead of a "for loop"?
...contains many different "data frames" for a large number of different data-items.
(e.g. sat score, median income of zip-code, gender, GPA, etc)
The data frames and files are each named with the data-item name as the "prefix" of the name and the "sample number" as the suffix of the name.
e.g. sat.001, income.001, sat.002, income.002
Each data frame has approximately 5,000 rows, 1 for each "person".
Note: The files are somehat large, and most of my analysis will be completed within each "sample" . (Thus, I think that I should probably keep the...
2017 Jun 23
0
Plot survival curves after coxph() with frailty() random effects terms
...egories
after running a Cox model with frailty() random effects terms.
I just could display a survival plot of the covariable?s mean.
Here an example:
library(survival)
fit<-coxph(Surv(time, status) ~ sex+ frailty(litter, dist='gamma',
method='em'), rats)
summary(fit )
suf<-survfit(fit)
plot(suf, xscale=1, xlab = "Days", ylab="Survival", conf.int=FALSE)
lines(suf[1], lwd=2)
Warning message:
In `[.survfit`(suf, 1) : survfit object has only a single survival curve
#But if I use the next code I get the 2 groups.
surv_group <- survfit(S...
2002 Dec 01
1
generating contrast names
...round these problems -- e.g.,
beginning level names with an uppercase character -- but in my experience
it's common to see things like "regionmidwest".
I propose that the current behaviour remain the default, but that the
contr.* functions use optional "prefix" and "suffix" characters around
level names (or their equivalent) and an optional identifier string to
indicate what kind of contrasts are generated. As well, I propose that
contr.sum optionally identify contrasts by level names. All of these
behaviours could be controlled by options which, if unset...
2007 Apr 26
2
boot 32 or 64 kernel depending on cpu
...f cmdline) {
fprintf(stderr, "command line exceeds internal "
"buffers, trimmed.\n");
break;
}
memcpy(cmdline + p, argv[i], l);
cmdline[p + l] = ' ';
p += l + 1;
/* check for mem= or video= */
if (!strncmp(argv[i], "mem=", 4)) {
char *suf;
mem_limit = strtoul(argv[i] + 4, &suf, 0);
switch (toupper(*suf)) {
case 'g':
mem_limit <<= 10;
case 'm':
mem_limit <<= 10;
case 'k':
mem_limit <<= 10;
}
} else if (!strncmp(argv[i], "video=", 6)) {...
2018 Jun 13
1
cant login to Dovecot
...be a few parameters
> short. Did you install pam/dovecot config?
>
> https://wiki2.dovecot.org/PasswordDatabase/PAM
>
> Joseph Tam <jtam.home at gmail.com>
this is driving me mad. I still can't login.
I started with a fresh doveconfig directory and implemented the
suf?gestions in the above Document.
Now doveconfig -n gives me:
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environmen...
2003 Feb 14
5
Translating lm.object to SQL, C, etc function
This is my first post to this list so I suppose a quick intro is in
order. I've been using SPLUS 2000 and R1.6.2 for just a couple of days,
and love S already. I'm reading MASS and also John Fox's book - both have
been very useful. My background in stat software was mainly SPSS (which
I've never much liked - thanks heavens I've found S!), and Perl is my
tool of choice for
2007 Nov 28
2
Re: samba Digest, Vol 59, Issue 28
...gt; [2007/11/27 16:00:11, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(2171)
> ldapsam_search_one_group: Problem during the LDAP search: LDAP error:
> (No such object)
This says that something wasn't found in LDAP, but doesn't say what or
where it was looked for.
(...)
> ldap suffix = dc=rivoningo,dc=hivsa
> ldap group suffix =
> ou=smbGroups,ou=soul-calibur,ou=smbServers,dc=rivoningo,dc=hivsa
> ldap user suffix =
> ou=smbUsers,ou=soul-calibur,ou=smbServers,dc=rivoningo,dc=hivsa
> ldap machine suffix =
> ou=smbComputers,ou=soul-calibur,ou=smbServers,dc=...
2010 Jun 07
0
No subject
...it turns out that the system is out of memory, one or more processes
will be killed by the infamous OOM killer. In case Linux is employed
under circumstances where it would be less desirable to suddenly lose
some randomly picked processes, and moreover the kernel version is suf-
ficiently recent, one can switch off this overcommitting behavior using
a command like
# echo 2 > /proc/sys/vm/overcommit_memory
See also the kernel Documentation directory, files vm/overcommit-
accounting and sysctl/vm.txt.
Checking malloc()'s return value is...
2000 Jul 18
0
Application of Samba
...upgrade this interface to
accept directives from the file system, eg. "ls
/mountpoint/this_is_an_instruction" would generate an command to our system.
Samba would be responsible for converting such special file requests from NT to
Unix file requests. A customized Unix file system driver (SUFS) would service
these file system requests and convert them to a format understood by our
user-mode program for further processing.
Would you see any problems in including Samba in this interpretative role? Does
Samba pose any special requirements a UFS driver? Or propagate any requirements
to our...
2002 Oct 15
2
extremely dense tinc-mini-howto
Hi,
I'm trying to write an extremely dense tinc-mini-howto.
You can see it at:
http://keetweej.vanheusden.com/~folkert/tinc_mini_howto.html
Please send me suggestions on how I can make things better
and such.
Oh, and if someone could tell me how to configure tinc so
that it authenticates against the host on the other side,
please tell me! (couldn't figure that one out)
Folkert.
Tinc:
2007 Nov 27
1
Unable to change password in windows - SAMBA_LDAP_PDC
...le this if you want Samba to be a domain logon server for
# Windows workstations.
domain logons = yes
#Automatic homes, LDAP Backend
#Jay added:
logon drive = U:
logon home = \\soul-calibur\%U
passdb backend = ldapsam:ldap://127.0.0.1/
ldap admin dn = cn=manager,dc=rivoningo,dc=hivsa
ldap suffix = dc=rivoningo,dc=hivsa
ldap group suffix = ou=smbGroups,ou=soul-calibur,ou=smbServers,dc=rivoningo,dc=hivsa
ldap user suffix = ou=smbUsers,ou=soul-calibur,ou=smbServers,dc=rivoningo,dc=hivsa
ldap machine suffix = ou=smbComputers,ou=soul-calibur,ou=smbServers,dc=rivoningo,dc=hivsa
ldap idmap...
2007 Oct 11
0
display problem with to_csv
Hi all,
I need to export the document as csv file, i have exported
successfully, but the problem is not displayed as per my format, in csv
file the format is suffuled, i want the orderwise as how i have
mentioned in my query, please help me to come out in the order wise.
My coding is:
@report_data=EdiaUserContact.find_by_sql(
"SELECT '''' as ''Title'',
`fname` as ''First Name'','''' a...
2013 Dec 13
17
[Bug 10322] New: Slow Performance over Network rsync
https://bugzilla.samba.org/show_bug.cgi?id=10322
Summary: Slow Performance over Network rsync
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Joerg.Grube at Gmx.De
2018 Jun 12
4
cant login to Dovecot
On 2018-06-12 13:14, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 12 Jun 2018, Walter Ulmke wrote:
>
>> un 12 12:30:06 ulmke2 dovecot[5814]: auth: Fatal: APOP mechanism can't
>> be supported with given passdbs
>
> Config error.
>
> "Fatal" sounds fatal ;-)
>
>> stats: open(old-stats-user)
2020 Jun 25
2
[libcxx-dev] How to include abi and unwind tests in libcxx test suite in standalone mode
I just landed these patches:
commit c55051eea5d3cd57abfd9727f519b670517704d9
Author: Louis Dionne <ldionne at apple.com>
Date: Thu Jun 25 12:02:43 2020 -0400
[libunwind] Allow specifying custom Lit config files
This is the libunwind counterpart of 0c66af970c80.
commit 33c9c10d183371edc95fa936705bef56f55ab611
Author: Louis Dionne <ldionne at
2003 Nov 01
4
Bug with partial IMAP fetches
..."How Christians should relate to those of other faiths : 1. We should not conceal aspects of our faith so as to avoid criticism or disapproval, and we should not ask others to do that. We believe it is just and loving to point out publicly the errors of other faiths, provided this is done with suf...">
<META NAME="ARTICLEAUTHOR" CONTENT=""></HEAD>
<BODY BGCOLOR=ffffff BACKGROUND=/world/image/bg.gif LINK=#000099 VLINK=#6699CC ALINK=#0000FF>
<A NAME="top">
<!--****************TOP****************-->
<script type="tex...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...hQ2VFskWW_P({y8J;S-VjPA~?l^KuhtCjqv;PBx&tF3L
zJQ1E#zZ1^&I^kre6W-n`wv9UBJg=KA;O at TcDd=W*#MY2~zL2L^Vm{*Jy#qp(xtp6w
z{UP$<F5=|oYf{zOEc2OjeBGqDBxJ&3R~Fkh_TPkm-S31b-cFe=;qGqlO<vy~zze(o
zICd+o4K*Y<w}?K7e1dV^AJ<vJKh;Ol?&HhCr-|??L8K7v{tk~0(DTR*_6`po)=Ca*
zEIdHBgXxl?`ZblzC~%6?N=sufa+FqBjyfwWThVAddySMn|0~%CfA6x-{TA9j?AGLa
z7C!6XD`K;Na6CLGlUwtsaBKFo*W%SwYnuWsqFZ<Mx9L2qM!(gB_wbj_nz|}}JW2St
zTRZ+}*>mcMEo)-;z-)U{1kg{YUFio>og=}ensX*tBll at v+kINtReEWxG(j4yf1&Z|
zKE_+K89pYfY^INCg>06Osdus2KBh=)j*ph?t1-kiej_bTX^H4upWxTI+U>4H$z2k@
zC at LAA>kIbh$&&u!j>4...
2010 Nov 17
0
Newbie question on GSM adapter
Hi,
I've recently installed Asterisk 1.6.2.13. I'd like to connect GSM Trunk to
it. I purchased a few Mobigater ProOpen gateways. It states that I should
use chan_celliax module to it. On the gsmopen site I see a comment in the
documentation that I can install the module on Asterisk 1.2.x, 1.4.x,
1.6.0.x but not on the 1.6.1.x. Could somebody tell me if I can install it
on my 1.6.2.13