Displaying 5 results from an estimated 5 matches for "burkhalt".
Did you mean:
burkhart
2012 Jun 11
2
replacing values of matrix with random values of another dataframe
...,]))
}
#replace all search strategies of value "1" within matrix
"search_strat_good"
#with a random value from dataframe "m_good_D1"
bengood1=ifelse(search_strat_good==1,sample(m_good_D1,replace=F),search_strat_good)
Any help would be greatly appreciated.
--
Curtis Burkhalter
[[alternative HTML version deleted]]
2002 Aug 09
0
Automation of public/private key generation
Hi all,
I wrote a small script (developed and testet on Solaris 8), which
automates the generation and installation of the steps needed to put
keys in place. I you are interested to take it, feel free to do it.
--
*** Freundliche Gruesse **** Best regards ***
Anton Burkhalter
Dipl. El. Ing. HTL
Mobile:+41(0)78 844-0290
mailto:anton.burkhalter at gmx.net http://www.abu-online.com
--
If you are not the intended recipient of this email, you are not
authorized to make any use of it; please delete it and notify me
by return email. Thank you.
--
-------------- next p...
2013 Mar 26
2
Problem with nested for-loop
Hello,
I'm working on a problem using nested for-loops and I don't know if it's a
problem with the order of the loops or something within the loop so any
help with the problem would be appreciated. To briefly set up the problem.
I have 259 trees (from 11 different species, of unequal count for each
species) of which I am trying to predict biomass. For each tree species I
have 10000
2012 Sep 13
1
problem creating an array
...;)
colnames(landmat)=rep(hab,201)
*********The following for loop is not working******
## separate the columns of landmat(dim:1000x603)
# into 201 separate 1000x3 matrices
dims=c(1000,3,201)
n=1
landscape=array(dim=dims)
for (i in 1:201)
{
landscape[i]=landmat[ ,c(n,n+1,n+2)]
n=n+3
}
--
Curtis Burkhalter
[[alternative HTML version deleted]]
2003 Sep 18
1
Use Samba on an other port than 137-139?
Hello,
I would like to ask you if its possible to run Samba on an other port than
137-139?
I tried once to edit the "/etc/services" File.
The lines:
...
netbios-ns 137/tcp
netbios-ns 137/udp
netbios-dgm 138/tcp
netbios-dgm 138/udp
netbios-ssn 139/tcp
netbios-ssn 139/udp
...
I changed it to:
...
netbios-ns 6998/tcp
netbios-ns 6998/udp
netbios-dgm 6999/tcp
netbios-dgm 6999/udp