Displaying 3 results from an estimated 3 matches for "tazdev".
2008 Nov 26
1
Creating a vector based on lookup function
...have built a more
understandable example so hopefully that will help..help you, help me, if
you know what i mean.
dev=400
#test location model TAZs to reference
cands=c(101,105,109)
#Create Object of length of cands
candslength=length(cands)
#TEST TAZ Vector
CANDS=(100:110)
#Test Dev Vector
TAZDEVS=c(120,220,320,420,520,620,720,820,920,1020,1120)
#Creates datframe of CANDS and DEVS
TAZLIST=data.frame(CANDS,TAZDEVS)
for(i in 1:candslength){
cand=cands[i]
#Creates an object based on the value of "cands" in TAZLIST
TAZDet=TAZLIST[TAZLIST$CANDS==cand[i],2]
}
What i would l...
2008 Dec 12
1
Creating a vector
...w
vector ("TAZDs") each time the loop goes round but i cant seem to make it
work using what i know. Probably simple so sorry and any help will be much
appreciated, been struggling with this for too long.
Cheers,
JR
#test location model TAZs
TAZS=101:108
#Builds test Vacant TAZ vector
TAZDEVS=c(125481,174581,556789,14755776,9984275,1324587,12457841,4511475)
#Builds dataframe simulating TAZ_VAC_FEET
TAZ_VAC_FEET=data.frame(TAZS,TAZDEVS)
#Candidate TAZs from location shoice model
cands=c(101,102,107,108)
#Create Object of length of cands
candslength=length(cands)
#Test Location Choic...
2004 Jun 26
1
passwd + shadow auth problem
Hi!
here is the problem , i have local users
some have shadow password, some not, so i must create two auth
one to login via shadow , and one via passwd
so here is my config file (stripped comments):
protocols = imap imaps pop3 pop3s
imap_listen = 192.168.0.2
pop3_listen = 192.168.0.2
imaps_listen = 192.168.0.2
pop3s_listen = 192.168.0.2
login = imap
login = pop3
auth = default
auth_mechanisms