Displaying 7 results from an estimated 7 matches for "actio".
Did you mean:
action
2008 Nov 24
15
Overriding of .dll libraries
As far as I know, some application can be made working in Wine if some .dll libraries are replaced by the native ones (from windows distribution).
Could somebody help me?
I do not know, how to find which libraries have to be overriden for this or that particular application.
What should I do to find it out?
Is there any HowTo in internet that explains how to do it step-by-step?
(I found only
2009 Oct 30
1
asterisk 1.6 - doing dnsmgr lookup for... / call fails
I just jumped to asterisk-1.6.1.8 and I calls will not go through to my asterisk.
Same setup with asterisk-1.4 and calls get accepted.
sip show registry (asterisk-1.6):
Host dnsmgr Username Refresh State
sip.actio.pl:5060 N 4589835 105 Registered
sip show registry (asterisk-1.4):
Host Username Refresh State
sip.actio.pl:5060 4589835 105 Registered
The only difference I see is that asterisk-1.6 has dnsmgr ? and I get a lot of lines showing:
"doing dnsm...
2009 Nov 01
0
need help debug asterisk-1.6 sip connection
I have a DID but for some reason is not working in asterisk-1.6
The same sip connection in asterisk-1.4 is working OK, but it doesn't work with asterisk-1.6
Here is my sip.conf section:
...
[actio-out]
type=friend
secret=password
user=48746612254
username=48746612254
fromuser=48746612254
authname=48746612254
callerpage=48746612254
fromdomain=sip.actio.pl
host=sip.actio.pl
insecure=very
nat=yes
qualify=yes
dtmfmode=inband
disallow=all
allow=ulaw
allow=alaw
context=internal
canreinvite=no
Her...
2014 Apr 29
0
Office365 Password Sync
...RetryUtility.<>c__DisplayClass1.<Ex
ecuteWithRetry>b__0()
at
Microsoft.Online.PasswordSynchronization.RetryUtility.ExecuteWithRetry[T](Fu
nc`1 operation, Func`1 shouldAbort, RetryPolicyHandler retryPolicy)
at
Microsoft.Online.PasswordSynchronization.RetryUtility.ExecuteWithRetry(Actio
n operation, Func`1 shouldAbort, RetryPolicyHandler retryPolicy)
at
Microsoft.Online.PasswordSynchronization.PasswordSynchronizationTask.OpenCon
nection(IDrsConnection connection)
--- End of inner exception stack trace ---
at
Microsoft.Online.PasswordSynchronization.PasswordSynchronizat...
2009 Sep 05
1
how do I draw this surface -- hand drawn in the attachemtn
Basially I have the observation for x, y, and z
for each fixed z, the value of y moves from 0 to y0 as x moves from 0 to x0.
I then move the curve for z from 0 to z0 and form a continuous surface. want
to know if there is a way that R can replace my handdrawing.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: draw0001.pdf
Type: application/pdf
Size: 292083
2009 Apr 14
0
Fitted values and MSE of individual fits in lmList
...ted values and MSE of the individual fits from the following lmList object, so I can use them to fit a mixed model using the fitted values and weight each environment
with (number of reps/MSE)/Average MSE.
library(nlme)
yield.list <- lmList(yield ~ as.factor(rep) + id | yearloc, data = df1, na.action = na.omit)
then I do
yield.fitted <- fitted(yield.list)
yield.fitted
Akron1999 Akron1999 Akron1999 Akron1999 Akron1999
45.06508 61.29841 63.73175 61.16508 63.53175
Akron1999 Akron1999 Akron1999 Akron1999 Akron19...
2009 Jul 10
1
problems with contrast matrix
...odels tested converge but the by-default contrast matrix is really hard
to interpret because all the contrasts always involve all the
wavelengths.
Here is an example of the syntax for lmer and lme, for the complete model:
model1<-lmer(PE~Sex+LightIntensity+ordered(WA)+(1|Animal),data=datamic,na.action=na.omit,family="poisson",REML=FALSE)
model2<-lme(LA~Sex+LightIntensity+ordered(WA),random=~1|Animal,data=datamic,na.action=na.omit,method="ML")
So I built a specific contrast matrix:
cmat.r<-matrix(c(-3/6,-2/6,-1/6,+1/6,+2/6,+3/6, # linear effect...