search for: 4911fb2b2e6d

Displaying 8 results from an estimated 8 matches for "4911fb2b2e6d".

2007 Jan 26
0
what will mongrel be the next relesae
hehe, only for a test _________________________________________________________________ ???? Windows Live Mail? http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070126/b72e725e/attachment.html
2006 May 17
0
fax & asterisk 1.2
...ify or ....!! Can anyone please tell how to solve this problem?!! Thank u very much in advance _________________________________________________________________ Windows Live Mail : d?couvrez et testez la version b?ta ! http://www.ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d
2006 Dec 07
1
how to configure Asterisk to support SIP "INFO" method?
...ort "INFO", but I don't know whether it's feasible or how to configure. Could anyone help me? Thanks. Jenny Cheung _________________________________________________________________ ???? Windows Live Mail? http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061207/bd3d1f53/attachment.htm
2006 Dec 11
0
Aculab
...cs for more info http://www.voip-info.org/wiki/view/Asterisk+variables Trevor Raynsford Software Engineer Aculab _________________________________________________________________ Be one of the first to try Windows Live Mail. http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061211/e5872970/attachment.htm
2006 Nov 13
0
i have a question with queuing discipline.
...incoming packet outgoing cbq--------> Thank you . _________________________________________________________________ Be the one of the first to try the NEW Windows Live Mail. http://ideas.live.com/programPage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d
2007 Feb 21
1
loops in R help me please
I am trying to make the following Kalman filter equations work and therefore produce their graphs. v_t=y_t - a_t a_t+1=a_t+K_t*v_t F_t=P_t+sigma.squared.epsilon P_t+1=P_t*(1-K_t)+sigma.squared.eta K_t=P_t/F_t Given: a_1=0,P_1=10^7,sigma.squared.epsilon=15099, sigma.squared.eta=1469.1 I have attached my code,which of course doesnt work.It produces NAs for the Fs,Ks and the a. Can somebody tell me
2007 Feb 21
3
Examples on how to READ/WRITE to database using R-Project
Hi, We are working on a project on forecast modeling and would like to know if there are any examples on how to READ/WRITE to a database (e.g. PostgreSQL) using R-Project. I do have a sample R Script which takes input as files from a directory and writes back output files to a directory. I would like to convert this script to read from a database and write back the output to a database.
2007 Feb 17
1
Solve in maximum likelihood estimation
Hi, I got the following problem. I am doing a maximum likelihood estimation for a Kalman Filter. For this purpose, I have to invert an error matrix Ffast of dimension "no. parameters X no.parameters". The usualy optim methods often find only local minima, so I decided to make the optimization using the SANN algorithm, which is very slow already. However, this becomes a real problem