Displaying 20 results from an estimated 5000 matches similar to: "WinXP PDC logon problem..."
2010 Feb 08
1
R ggplot2 legend text left justify
In ggplot2 how do you justify the legend text ?
In the example below the opts(legend.text = theme_text(size =
9,hjust=0)) changes the size of the text OK but it remains right
justified.
> mydata=data.frame(RowID=c("A","B","C"),Name=c("long long long long
long name","short name ","medium medium name"),Speed=c(100,140,120))
>
2004 Jan 13
1
ingress policing
Hi,
I''m trying to police the incoming traffic by using ingress qdisc,this is what I have in my script
tc qdisc add dev eth0 handle ffff: ingress
tc filter add dev eth0 parent ffff: protocol ip prio 4 \
handle 1: u32 divisor 1
tc filter add dev eth0 parent ffff: protocol ip prio 4 u32 \
match ip dport 4001 0xffff \
police rate 2000kbit burst 50k drop \
flowid
2004 Jul 06
1
Moving ocfs file system to a new SAN
Hi,
We are currently rolling over our SAN (FC4700 to CX700) and have now
reached the data migration stage. I need to move the data files on my
current /u01 ocfs file system (on FC4700) to a new ocfs file system (on
CX700) which I want to keep as the same /u01 mount point on the hosts.
With a normal file system I would just mount the new file system to a
temporary mount point, copy the data,
2002 Feb 03
1
Bounced mail to CRAN
Sorry to bother the help list with this, but I've sent two messages to:
cran at r-project.org
to notify about an upload and both have bounced due to:
<cran at r-project.org>: Mail Server is down or unreachable.
Thanks
Jim
This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate,
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby
has a built in Observable module and I''m pretty bored, so I apologize in
advance....
require ''observer''
# one who is observed
class Celebrity
include Observable
attr_accessor :name
attr_reader :is
def is=(val)
@is = val
changed
notify_observers(self)
end
end
# one who
2003 Feb 24
2
fill prob. in legend
Hi,
I'm trying to construct a legend which has four lines of text and associated
symbols. The first two symbols need to be normal lines which vary only in
colour. The second two symbols should have filled boxes. How do I suppress
the fill boxes in the first two lines?
J.
2008 May 28
2
inquiry on R News
Dear R News,
I am inquiring whether the articles that are published in the 'R News'
have undergone a peer-review/refereeing process, for the purpose of
reporting the academics publications here at the University of Sydney to
the Australian Government.
Thank you for your assistance.
Regards Glenn
Glenn Howell| Faculty Research Assistant
FACULTY OF ECONOMICS AND BUSINESS
2011 Apr 14
5
windows 7 logon problem
hi,
i am able to join my domain with windows 7. when i reboot i get a "Unkown error
has occurred". when i check my event log i see that there is a netlogon 3210
error:
This computer could not authenticate with <samba server>, a Windows domain
controller for domain <domain name>, and therefore this computer might deny
logon requests. This inability to authenticate
2007 Jun 04
2
inverse cumulative distribution
hi all:
ecdf() is the empirical cumulative distribution function, but I need the
INVERSE cumulative distribution.
how can I calculate it?
thank you in advance
/salva
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
Hi all:
I'm using 'persp' for 3D graphics.
I need the axis's labels smaller than by defect.
I see in 'help()', the information about 'par()'.
I have wrote:
>par(.....,cex.axis=0.5,cex.lab=0.5)
perspc(.................)
and the result don't change.
The question is: Can I change the size of labels in the perps graph??
Thank you in advance:
/salva
2007 Mar 16
2
Can I scale the labels in a 'persp' graph?
Hi all:
I'm using 'persp' for 3D graphics.
I need the axis's labels smaller than by defect.
I see in 'help()', the information about 'par()'.
I have wrote:
>par(.....,cex.axis=0.5,cex.lab=0.5)
perspc(.................)
and the result don't change.
The question is: Can I change the size of labels in the perps graph??
Thank you in advance:
/salva
2002 Sep 29
2
XP troubles
I've recently recompiled and reinstalled the latest Samba because
the version I was running wouldn't talk to Windows XP.
It still won't. Can anyone direct me to any docs, howtos, or other
docs concerning WinXP problems?
Thanks...
God's Blessings,
Gene
To everything there is a season, and a time to every
purpose under heaven. Ecl 3:1 -
and more recently, The Byrds
2005 Feb 24
3
VoIP/Asterisk presentation
For those interested, I'm giving a talk about VoIP/enum.164/asterisk
tonight in Sydney at the Sydney LUG meeting which is about 7pm in the UTS
build #2, 4th floor, room 10.
Sorry for the late notice, it didn't occur to me that there might be
people on this list interested and able to attend etc...
--
Best regards,
Duane
http://www.cacert.org - Free Security Certificates
2008 Dec 06
4
Autospec does not work w/ cucumber features?
Hi!
And now for the second part of the subject of my previous mails :)
$ cat cucumber.yml
default: .
autotest: -v .
autotest-all: -v -f progress .
$ cucumber -i . -f progress
PP
Pending Scenarios:
1) enlightenment (meditation)
$ AUTOFEATURE=true autospec # bug! prompt returns immediately, ZenTest gem not a dependency? a warning that autotest was not found would be nice.
$ sudo gem
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
Hola chicos,
muchas gracias, funcionan vuestros códigos, pero no entiendo porqué el mío
no funciona, y me gustaría aprender R bien.
Quiero sacar números de 5 en 5, desplazándome una posición cada vez para la
derecha:
a <- c(8,10,4,1,7,2,4,6,3,8)
b <- rep(0,5)
i=1
while (i<=6) {
b <- a[i:i+4]
print(b)
i=i+1
}
quiero que en la primera iteración me saque en
2019 Dec 15
4
source definition for R_NilValue/return from TYPEOF(R_NilValue)
Hello,
for reasons I want to know the return value of TYPEOF(R_NilValue), I
expect it to be NILSXP, but I can't find this documented anywhere.
Ideally, I'd like to see the source definition of R_NilValue, but after
fair bit of searching I cannot find an obviously location for this.
Would someone please point me in the right direction?
thanks
--
CRICOS provider code 00123M
2006 Aug 15
3
merge 2 data frame based on more than 2 variables
Dear Lister,
I understand merge() can be used to join 2 data frames based on 1 variable.
But how about merge based on more than 2 variables?
Thank you so much!
--
WenSui Liu
(http://spaces.msn.com/statcompute/blog)
Senior Decision Support Analyst
Health Policy and Clinical Effectiveness
Cincinnati Children Hospital Medical Center
[[alternative HTML version deleted]]
2010 Feb 05
1
Windows 7 samba domain trust relatioshiop
I have upgraded both my PDC and BDC to samba-3.4.5 and restarted
samba. Then I applied the registry changes to windows 7 aslisted in
the wiki. Anyways I joind the domain without problems but when I go to
login I get a trust relationship error.
In my eventlog I see the following:
The session setup to the Windows NT or Windows 2000 Domain Controller
\\VS_LDAP1 for the domain RADIMG failed because
2005 Apr 11
1
extracting correlations from nlme
Hi,
I would like to know how (if) I can extract some of the information from
the summary of my nlme.
at present, I get a summary looking something like this:
> summary(fit.nlme)
Nonlinear mixed-effects model fit by maximum likelihood
Model: MLKYLD ~ W4(DIM, logA, B, C)
Data: ADHIS.x0
AIC BIC logLik
265314 265401.6 -132647
Random effects:
Formula: list(logA ~ 1 , B ~
2010 May 06
3
Win7 client, Samba PDC
I'm trying to set up Samba as a PDC for some Win7 clients, and could use
some help. I can successfully join the domain, with the message "Changing
the primary domain DNS name of this computer to "" failed.", but I am still
told that it was successful.
However, when I try to log in, I am told "The trust relationship between
this workstation and the primary domain