Displaying 20 results from an estimated 8176 matches for "dept".
Did you mean:
depth
2005 Aug 26
3
On the fly Machine accounts
...33554431
[homes]
comment = Home Directories
path = %H
valid users = %S
read only = No
browseable = No
[netlogon]
comment = Network Logon Service
path = /opt/samba/netlogon
write list = @ntadmins
[research]
comment = Research Dept Share
path = /dept/research
valid users = @research, @ntamins
write list = @research, @ntadmins
read only = No
create mask = 0770
directory mask = 0770
browseable = No
blocking locks = No
[production]
comment = Production Dept...
2005 Oct 27
4
Nest sortables?
Hello All,
I''m wondering if it''s possible to nest sortables:
<ul id="first">
<li>One</li>
<li>Two</li>
<li>
<ul id="second">
<li>Three</li>
</ul>
</li>
<li>Four</li>
</ul>
<script>
... create sortables out of
2013 Nov 14
6
Sieve script problem (don't know if is it possible to do this)
Hello:
I'm loosing my mind trying to classify my outgoing messages with
sieve-test (2.0.9, centos 6.4). It came to the point I think it's not
even possible with a sieve script.
I need to classify my outgoing messages in three folders:
1- To my department (@dept.example.com)
2- To my company (@example.com, @anyotherdept.example.com)
(anyotherdept.example.com as in a way to say "any other domain that
ends with 'example.com', but not 'dept.example.com'")
3- To the rest of the word (@any.other.domain)
The problematic requirement is...
2006 Oct 14
0
ADS authentication in disjointed, multiple forest
...uccess until recently. About 2 weeks ago, I
restarted the Samba and Winbind services on a Fedora Core 3 machine
runing Samba 3.0.10-1 (installed from FC3 RPMs) and the active directory
authentication has started failing.
The environment is two domains sitting in separate forests: cit.univ.edu
and dept.univ.edu. (These are separate active directory forests because
that is the environment dictated by the university central IT.
Cit.univ.edu is also a disjoined domain where all the computers for the
domain sit in the univ.edu DNS zone.) There is a one way trust so the
dept domain can use the cit...
2004 Nov 30
1
RE: question about rails regarding handling more than onetable in one view
Hi, Jarkko:
Thanks for the quick reply.
I understand I can use ActiveRecord to specify the relation between the
table as you have suggested,
The part that I have trouble to understand is
1. Since I have a third table ProvWorkAtDept, do I need to specify this
table somewhere when I define Provider or Dept?
2. If the provider view has both the provider name and several depts the
provider works on, how that data will be handled by the Provider model
or controller,
Do I need write code in Provider model (or the controller) to c...
2005 Sep 27
0
SMB/LDAP: Confused...
...h OpenLDAP. Now I'd like to interoperate with all windows
workstations. I chose the LDAP way, since it's the most flexible and
secure way... or at least, it seems to me more flexible than using a
single /etc/passwd file on a distributed environment.
LDAP contains a root dc=dept and we already have
groups and persons just working, and experimental hosts:
# group example
dn: cn=deptafs,ou=info,dc=dept
objectClass: top
objectClass: posixGroup
cn: diaafs
gidNumber: 10000
description: general afs group
# user example
dn: uid=doe,ou=info,dc=dept
objectClass: top
objec...
2012 Jan 26
1
ftable.formula
...this
report/request, and for the fact that I have not read the code for
ftable.formula in any detail.
>From reading the documentation for ftable.formula, I expected that the
following two calls to ftable would produce the same results:
data(UCBAdmissions)
ftable(UCBAdmissions, row.vars = "Dept", col.vars = c("Gender", "Admit"))
ftable(UCBAdmissions, Gender + Admit ~ Dept)
Is this a bug or the intended behavior? I prefer the formula interface,
so I would be happiest if the output was the same for the two calls.
However, if this is the intended behavior, then I t...
2004 Nov 18
4
adjusting the map of France to 1830
...me ID. Is there some way I can do this in R?
Here's what I did in SAS:
*-- Fix the map of France to conform to Guerry:
- adjust the 97 current departments to correspond to the 86 in 1830
- delete those not part of France then
;
data gfrtemp;
set maps.france;
/* Corse was one dept - merge these to one area, new ID */
if id in (201, 202) then dept=200;
/* Seine et Oise (78) was cut into
Essonne (91), Val d'Oise (95) and Yvelines (78) */
else if id in (91, 95) then dept=78;
/* Seine (75) now split into
Hauts-de-Seine (92), Seine-Saint-Denis...
2013 May 11
1
prediction in a loop with only one sample
...hich takes
300 of these observations for the prediction and the rest to estimate the
model.
My idea was to create something like this:
cs.training.dat <- read.table...
cs.training.dat_sub1 <- subset(cs.training.dat, Income>10)
cs.training.dat_sub2 <- subset(cs.training.dat_sub1, Dept.Ratio<=1)
cs.training.dat_sub3 <- subset(cs.training.dat_sub2, Credit.Limit.Ratio<=1)
for (i in 1:500){
y.2 <- cs.training.dat_sub3$y[1+[i]:300+[i]]
y.1 <- cs.training.dat_sub3$y[-(1+[i]:300+[i])]
NTimes.60DaysLate.2 <-
(cs.training.dat_sub3$NTimes.60DaysLate[1+[i]:300+[i]])
NTim...
2010 Nov 21
3
R help
Dear All,
I'm a beginner user in R and I would like to make a quadratic and
plateau model in R. Can you help please with an example?
Thanks so much
--
Ahmed M. Attia
Assistant Lecturer
El-Khattara farm Station
Agronomy Dept.,
Zgazig Univ., Egypt
Visiting Scientist
Haskell Agricultural laboratory
Agronomy and Horticultural Dept.,
Univ. of Nebraska-Lincoln
ahmedatia at zu.edu.eg
aattiamohamed2 at unlnotes.unl.edu
Cell phone: 4023604178
2012 May 12
1
categorical analysis - grouping rows
I apologize up front if this has been covered elsewhere - but I can't find
any such question.
I have a data set that contains academic data: term (i.e., semester),
student id, dept, class, success (1=Y, 0=N)
I want to look at dept by term to determine descriptive statistics for
success to failure ratios. The intent being to discover if there are
departments that contribute significantly to the Simpson Paradox, that is,
that make overall success/failure rates undependable.
I...
2011 Mar 28
3
Splitting Datasets
On R 2.12 for Mac OSX, I have a dataset with both numerical and
character values.
I want to split dataset "ZIDL", into individual datasets based on the
string content of variable "Dept".
I can create one subset dataset at a time using a script I found on the
net, but rather than run the same function 17 times, can R look at the
"Dept" variable and create subset datasheets of the main datasheet (one
for each department) with a single command?
In Minitab, thi...
2019 Nov 02
0
Subject=Re: Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
...file has not been corrupted
> and that the file extension matches the format of the file.
> Nick's error (PC):
> Access denied. Contact your administrator.
Problem: group read permissions were being lost, owner retained them. This
is with sticky bit already set.
[global]
workgroup = DEPT
security = ads
realm = DEPT.EXAMPLE.COM
netbios name = SERVERA
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap config DEPT:backend = rid
idmap config DEPT:range = 10000-199999
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
winbind nested...
2008 Feb 07
1
samba-3.0.25b-1.el4_6.4
...45:02 servername smbd[2157]: Can't become connected user!
Feb 7 10:45:02 servername smbd[2158]: [2008/02/07 10:45:02, 0] smbd/
service.c:make_connec
tion_snum(928)
In doing the list of checks on samba and nmbd, I find that only
smbclient -L servername -N
Anonymous login successful
Domain=[DEPT] OS=[Unix] Server=[Samba 3.0.25b-1.el4_6.4]
tree connect failed: NT_STATUS_LOGON_FAILURE
doesn't work.
smbclient -L servername -U username
works fine.
rpm -aq | grep samba
samba-common-3.0.25b-1.el4_6.4
samba-client-3.0.25b-1.el4_6.4
system-config-samba-1.2.21-1.el4.1
samba-3.0.25b-1.el4_6...
2007 Aug 11
1
binomial simulation
...+ | D+)=0.95.
the distribution to detect disease when disease occurred- *for someone from
reg.unit* - is: p(T+ | D+)=0.8.
I want to compute the joint distribution for each unit: p(T+,D+) for icu,
and the same for reg.
I tried:
pdeti <- 0
pdetr <- 0
picu <- pdeti*.6
preg <- pdetr*.6
dept <- c("icu","reg")
icu <- rbinom(200, 1, .6)
reg <- rbinom(300, 1, .6)
for(i in 1:300) {
if(dept=="icu") pdeti==0.95
if (dept=="reg") pdetr==0.80
}
print(picu)
print(preg)
and got 50 warnings:
the condition has length > 1 and only the fir...
2014 Jan 10
0
proposal: stats::as.matrix.ftable method
...)
}
structure(
unclass(x),
dimnames=c(makeDimNames(attr(x, "row.vars")),
makeDimNames(attr(x, "col.vars"))),
row.vars=NULL,
col.vars=NULL)
}
Some test cases:
> UCB <- UCBAdmissions
> as.matrix(ftable(Dept ~ Admit + Gender, data=UCB))
Dept
Admit_Gender A B C D E F
Admitted_Male 512 353 120 138 53 22
Admitted_Female 89 17 202 131 94 24
Rejected_Male 313 207 205 279 138 351
Rejected_Female 19 8 391 244 299 317
> as.matrix(ftable(Dept ~ .,...
2019 Nov 07
0
Macintosh sandbox denying access folder
...to reproduce, so here's everything (?): I'm
running macOS Catalina (10.15.1). In the terminal I start a python
command interpreter.
python
# then
>>>import os
# then I repeatedly list a directory others have been having problems with:
>>> os.listdir('/Volumes/smb/dept-office')
['.quota', '.TemporaryItems', 'admin', 'web-data', '.DS_Store']
# take a break, come back
>>> os.listdir('/Volumes/smb/dept-office')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>...
2003 Apr 14
1
samba pdc premissions problem
...and I created 6 specific groups: compras, contabil, diretoria, dp, engenharia and financeiro.
I also created the folowing directory structure:
/home/Netlogon set to root:smbusers and 0755.
/home/Profiles set to root:smbusers and 0050.
/home/Users set to root:smbusers and 0050.
/home/Depts set to root:smbusers and 0050.
on /home/Depts I have to following.
/home/Depts/Compras set to root:compras 0070
/home/Depts/Contabil set to root:contabil 0070
/home/Depts/Diretoria set to root:diretoria 0070
/home/Depts/DP set to root:dp 0070
/home/Depts/Engenharia set to root:e...
2012 May 22
3
How to remove square brackets, etc. from address strings?
...dividual pairs of square brackets along with
their content - plus the space directly behind it - from address strings
such as this:
[Swidsinski, Alexander; Loening-Baucke, Vera; Lochs, Herbert] Charite
Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; [Hale, Laura P.]
Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA
I'd like get the following result:
Charite Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA
I tried
address = gsub("(.*)[(.*)]", "\\2", address)
But this deletes everyth...
2012 Dec 28
3
example curl-based puppetdb query equivalent to select node.name, node.role from nodes where dept = 'finance'
...how I can query for a list of node
names. What if I want more fields? Could someone share an example of how
you query puppetdb to return multiple values? Like what if you want the
node''s name and what the custom fact "role" says, for all nodes that have
the custom fact "dept" = "finance"?
In other words as an example SQL:
select node.name, node.role from nodes where dept = ''finance''
it''s documented what you need to do for the WHERE part, but not really (or
I overlooked it possibly) for the columns you want to select. Am I...