Displaying 20 results from an estimated 25 matches for "nr2".
Did you mean:
nr
2005 Aug 22
2
problem building dendrograms to use with heatmap()
...lt;- dendro.leaf('c2')
lc3 <- dendro.leaf('c3')
nc1 <- dendro.merge(lc1, lc2, 0.1)
nc2 <- dendro.merge(nc1, lc3, 0.2)
plot(nc2)
lr1 <- dendro.leaf('r1')
lr2 <- dendro.leaf('r2')
lr3 <- dendro.leaf('r3')
nr1 <- dendro.merge(lr2, lr3, 0.1)
nr2 <- dendro.merge(lr1, nr1, 0.3)
plot(nr2)
x <- matrix(seq(-1, 1, length.out=9), nrow=3)
rownames(x) <- paste('r', 1:3, sep='')
colnames(x) <- paste('c', 1:3, sep='')
heatmap(x, Rowv=nr2, Colv=nc2, scale='none')
order.dendrogram(nr2)
unlist(nr2)...
2008 Apr 17
1
Multiple ssl certificates
...stunnel isn't a good solution and sometimes I need to
restart stunnels
because of some of it's processes hangs - after some improvements like
setting ulimit it is better
now but still it is not a permanent soulution.
I would like to use is:
1.1.1.1 - certificate nr1
2.2.2.2 - certificate nr2
.....
Any suggestion?
2008 May 12
1
hessian in constrained optimization (constrOptim)
...e to
I obtain the values of the hessian matrix...
Many thanks,
Carlo
**************************************************
Carlo Fezzi
Senior Research Associate
Centre for Social Research on the Global Environment (CSERGE)
Department of Environmental Sciences
University of East Anglia
Norwich (UK) NR2 7TJ
Telephone: +44(0)1603?591408
Fax: +44(0)1603 593739
2011 Dec 08
0
Mark Killingback is out of the office.
...oup.co.uk">http://www.pacificgroup.co.uk </a>
Tel: 01603 630684
Fax: 01603 617930
This email is subject to our email disclaimer
Pacific Limited
Registered in England and Wales No. 02374293
Registered Office: 1st Floor, Woburn House, 84 St Benedicts Street, Norwich, Norfolk, England,
NR2 4AB
Pacific (Norwich) Limited
Registered in England and Wales No. 02208246
Registered Office: 1st Floor, Woburn House, 84 St Benedicts Street, Norwich, Norfolk, England,
NR2 4AB
Authorised and regulated by the Financial Services Authority
2009 Mar 04
3
problems with exporting a chart
...age.
This is the code for adding the legends:
*The locations of the legends for each chart
leg_loc=matrix(c( -0.1, 0.26, 0.62, -0.1, 0.26, 0.4, 0.4, 0.4, 1, 1),ncol=2, nrow=5, byrow=FALSE)
*Calculate the statistics for each sample size to display on the legends
for (i in 1:5) {
nR=(i-1)*500+1
nR2=nR+499
z=data[nR:nR2,13]
m<-mean(z)
std<-sqrt(var(z))
iqr=IQR(z)
median=median(z)
*Adding to the chart
legend(leg_loc[i,1],leg_loc[i,2], legend= paste(
"Mean=",round(m,3),'\n',
"SD=",round(std,3),'\n',
"Median =",round(median,3),'\n',...
2003 Nov 06
1
RE Samba 3, recycle vfs and symbolic links
...prived share, but is
empty (the file doesn?t goes to the .recycle folder).
Any ideas of how I can solve this problem? I really would keep just one
mapped driver per user, to make things easier for my users.
Regards
Roger Jochem
SBS - SC
Brazil
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qov92dxAfYNwANIRAth/AKCqWPGtYiJshiECbzP+4EgcU3X8/ACgltp+
36V5DguV5HWvBMKhGGLw8mo=
=xJbV
-----END PGP SIGNATURE-----
2003 Dec 11
4
Windows 2000 and krb5 tickets.
...r if you enter Username/Password. The 2000 server cannot
connect to the Samba machine at all, even with the right username/pass.
Is there a magic registry setting I'm missing? I've changed the
Administrator password at least once.
- -Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/2PbO2dxAfYNwANIRAmuuAKCI9NMssxwHqQlyF7njkP+sZBt3PQCfWApO
F9F+8BTOPIyoybZBYIlCouU=
=94FA
-----END PGP SIGNATURE-----
2003 Dec 13
0
Windows 2000 and krb5 tickets...SOLVED
...rname/pass.
|>> >
|>> > Is there a magic registry setting I'm missing? I've changed the
|>> > Administrator password at least once.
|>> >
|>> > - -Tom
|>> > -----BEGIN PGP SIGNATURE-----
|>> > Version: GnuPG v1.2.2-nr2 (Windows 2000)
|>> > Comment: Using GnuPG with Mozilla - //_http://enigmail.mozdev.org <http://enigmail.mozdev.org> _
|>> >
|>> > iD8DBQE/2PbO2dxAfYNwANIRAmuuAKCI9NMssxwHqQlyF7njkP+sZBt3PQCfWApO
|>> > F9F+8BTOPIyoybZBYIlCouU=
|>> > =94FA...
2004 Sep 23
0
Eicon Diva PCI 2.02 (not server)
...s are believed to be free from any virus, we
cannot accept liability for any damage which you sustain as a result of software viruses. It is the
responsibility of the recipient to ensure that they are virus free.
Pacific,
1st Floor, Woburn House,
84 St Benedicts Street,
Norwich, Norfolk, England,
NR2 4AB
Tel: 01603 630684
Fax: 01603 617930
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040923/b38cd7c3/attachment.htm
2003 Sep 02
2
Macro expansion in valid users = line?
Hello,
Is it possible to put %U or %S in the valid users line?
I'm trying:
valid users = %D+%U
for a certain homedir setup (automagically creates if non-existent), but the
level 10 logs show that
it always tries: checking |MIXEDDOMAIN+dl| against |%D+%U|, and does not
expand the macro. This is with Samba-3.0.0rc2 (happens with beta3 also.)
Same thing happens with %U or %S.
It worked in
2003 Sep 04
0
[Fwd: Re: Macro expansion in valid users = line?]
...| GnuPG Key ---- http://www.plainjoe.org/gpg_public.asc
| "You can never go home again, Oatman, but I guess you can shop there."
| --John Cusack - "Grosse Point Blank" (1997)
|
.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/V6N02dxAfYNwANIRAuj8AJwNMU+4C3DaBSiVkdQpgZ0WcnY8+wCgof1P
9wQXtyQ9cUsQPnMZXCmKATE=
=uj+b
-----END PGP SIGNATURE-----
2003 Oct 21
1
Migrating from NT4 auth with winbind to ADS style auth
...d that samba 2.2.8 used.
If we want to recompile samba and upgrade to the new ADS support, will
winbind correctly continue to use the same Windows Username to Linux UID
mapping so that ACLs don't have to be redone?
Thank you.
- -Tom Dickson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/lWj12dxAfYNwANIRAue3AKCGxJxSMv6QKI80e4a9SiMz1SY9yQCeOqEH
WOwCNlVf0ZvnkCTj95WgBEQ=
=r2n7
-----END PGP SIGNATURE-----
2003 Oct 21
1
Does 3.0.0 need krb5-1.3.1
...4
I seem to remember seeing somethings on the list about samba ADS support
not working right with krb5 < 1.3.1
I really don't want to have to install 1.3.1 on my system, as it looks
like it'll be rpm dependecy hell....
- -Tom Dickson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/lcS32dxAfYNwANIRAvzPAJ9+bXPtj+nd5GhKilhh8+Bcyzr1kQCfY2FE
K22TwZUjUUB+H8q2d5bKbRw=
=6xaG
-----END PGP SIGNATURE-----
2003 Oct 31
1
What may be causing these errors?
...4)
knorr smbd[5439]: Error writing 4 bytes to client. -1. (Connection
reset by peer)
Are these standard errors that can be safely ignored, or are they
critical? They're appearing in /var/log/messages.
I'm running Samba 3.0.0rc2
- -Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/op9D2dxAfYNwANIRAmJkAJkBKzkUn1DpRGNdjAaA95WAgDoeIACgqJiW
kk4wnVRtWn+19Ixoz5qrk4c=
=A7JI
-----END PGP SIGNATURE-----
2003 Oct 09
1
Release date for Samba 3.0.1?
...official release as opposed to hand patching
all the little fixes I've seen on the mailing list (i.e., sorry about
that; here's a patch, will be in 3.0.1).
Thank you for all your work!
- -Tom Dickson
InoStor, Inc.
http://www.inostor.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/hYgO2dxAfYNwANIRAoU6AJ42+yCinDbicCYNYJMHVscKpzj0hQCeMQ0y
XpTkme6CCzxaUKPrWWqDdKY=
=lLx8
-----END PGP SIGNATURE-----
2003 Dec 12
0
NetBench testing of Samba machines
...NetBench
suites?
Second, what results have people been getting with Samba 3.0.0? I'm
seeing a peak at 340.00 for ent_dm.tst and 101.00 for dm.tst on a P4
system with 512 MB RAM.
Any information would be appreciated.
Thank you,
Tom Dickson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/2jTn2dxAfYNwANIRAqL7AJ9kPk9V/gtX/NCQcZNqpA8UDitUowCeKJs3
KPmZnH62AO1tV68Hy2Ujr1U=
=/dnA
-----END PGP SIGNATURE-----
2008 May 19
0
constrOptim converging not to the optimal values
...1, f=negdet, ui = u.s, ci=c.s,
method="Nelder-Mead")
####
**************************************************
Carlo Fezzi
Senior Research Associate
Centre for Social Research on the Global Environment (CSERGE)
Department of Environmental Sciences
University of East Anglia
Norwich (UK) NR2 7TJ
Telephone: +44(0)1603?591408
Fax: +44(0)1603 593739
2003 Nov 04
1
Samba 3.0.0 can't join ADS domain
I'm installing Samba 3.0.0 on a RH9 system for the
first time. I've gone through the doc and I believe
that I've done everything correctly, but when I try to
issue a "net ads join -U myuserid" command, I get no
response. No errors, just nothing. When I do a klist
I can see the credentials for "myuserid" but nothing
else. If I do a "net rpc join -U
2005 Jul 20
1
MMX IDCT for theora-exp
...n"\
+ " paddsw "Eight","r2"\n" \
+ " paddsw "r1","r1"\n" /* r1 = H. + H. */ \
+ " paddsw "r2","r1"\n" /* r1 = R1 = A.. + H. */ \
+ " psraw ""$4"","r2"\n" /* r2 = NR2 */ \
+ " psubsw "r7","r4"\n" /* r4 = E. = E - G */ \
+ " psraw ""$4"","r1"\n" /* r1 = NR1 */ \
+ " movq "I(2)","r3"\n" /* r3 = D. */ \
+ " paddsw "r7","r7"\n" /* r7 =...
2003 Oct 21
2
PATCH to Samba 3.0.0 to allow interactive --set-auth-user for wbinfo
...e {
+ char *thepass = getpass("Password: ");
+ if (thepass) {
+ password = thepass;
+ } else
+ password = "";
+ }
~ /* Store or remove DOMAIN\username%password in secrets.tdb */
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/lY362dxAfYNwANIRAtbrAJ9gogFU66QF0DVufktDP4EYWGJnowCdHPHn
2y4pn9rzg+Gzs/CdPGxq4U8=
=aJVk
-----END PGP SIGNATURE-----
-------------- next part --------------
--- samba-3.0.0beta3/source/nsswitch/wbinfo.c Wed Jul 16...