search for: garten

Displaying 12 results from an estimated 12 matches for "garten".

Did you mean: marten
2003 Feb 23
3
Can't login from Xbox - No session setup?
...t with trying to connect from a XP client as well as with smbmount. Everything is working fine in these cases. On http://message-center.info/stuff/XBMP_SMB.pcap, you can f?nd a tcpdump when I tried to connect to the share. As filter, I had set: (port 137 or port 138 or port 139) and host teich.garten.digitalprojects.com and not host D8RJRJ0J.garten.digitalprojects.com I added line breaks for readability in this mail. teich.garten.digitalprojects.com is the name of my server and D8RJRJ0J.garten.digitalprojects.com is the name of the only other running client at this time. Well - I hope these...
2007 Jun 11
4
smtp timeout failures
Hi. I''m using backgroundrb to, in part, wrap smtp transactions made through actionmailer. The problem is that when smtp fails with a timeout error, the worker simply stops at that point. No exception is returned. I''ve tried wrapping this call in a begin...rescue block but no exception seems to be making it back to the worker (other methods are correctly passing exceptions to
2006 Jun 15
2
Drag and Drop Sortable Tree
I''ve gone through Chad Fowler''s recipe for creating a drag and drop sortable list, and have been trying to extend this to a sortable tree. Has anyone come up with or seen code which allows drag and drop sorting (altering the position and parent_id variables of the relevant objects) but for data in a nested tree rather than a list form? - Justin
2012 Dec 14
1
Define a custom-built loss function and combine it with nls()
...ared residuals): nlmodel<-nls(y~a*x^b,data=d,start=list(a=1,b=0.1),trace=T) Many thanks!!! Christiana -- Christiana Anagnostou ***************************************** Department of Evolutionary Ecology and Genetics Zoological Institute Christian-Albrechts-University of Kiel Am Botanischen Garten 9 24118 Kiel Germany Tel: +49-431-8804145 (work) Tel: +49-431-5709649 (home) Fax: +49-431-8802403 Email: canagnostou@zoologie.uni-kiel.de Web: www.uni-kiel.de/zoologie/evoecogen/ [[alternative HTML version deleted]]
2010 Dec 08
2
VARMA
Hi all, I want to estimate parameters from a VARMA(p,q)-Modell. The equations of the model or the model structures is given by: Xt=beta1+beta2*Xt-1+beta3*Yt-1+epsilon1 Yt=beta4+beta5*Yt-1+espilon2 epsilon1 and espilon2 are white noise. Xt is given by a vector of n elements e.g. (2, 4, 7, 9, …,n)’ and Yt is given by a vector of n elements e.g. (4,9,12,17,…,n)’. The lineVar from
2010 Nov 14
5
kalman filter
Hello, I would like use Kalman filter for estimating parameters of a stochastic model. I have developed the state space model but I don’t know the correct way use Kalman filter for parameter estimation. Has anybody experience in work with Kalman filter in R. I don’t know the correct function. Maybe it is - KalmanLike; but what is the correct Input? - tsmooth? -
2003 Feb 07
3
Active Directory - Which Samba version is needed?
Hi! I'd like to setup a Samba server which should do user authentication against an Active Directory. Our AD admins told me, that we do not have Window NT 4.0 Domains available. What I'm trying to accomplish, is that the users can login with the same username/password they use with the AD. Also, if the password is changed in the AD, this change should be reflected on the Samba server.
2008 Jan 14
1
Problems with forms
...er & Netzwerk</option><option value="39349">Filme & DVD</option><option value="39460">Foto & Optik</option><option value="39563">Games & Spielkonsolen</option><option value="39825">Handwerk & Garten</option><option value="39940">Handy, Festnetz, Funk</option><option value="40295">Haushalt & Wohnen</option><option value="40520">Kind & Baby</option><option value="40748">Kleidung & Accessoires</...
2003 Dec 01
0
No subject
...found another way to manage the > whole ldap-/unix-/samba user thing please let me know. I am still > looking for a better solution. > > Dirk Maass > > PS.: A samba/ldap/pam howto is a good idea, when the ldap support is > officially released. > Return-Path: <jerome_baumgarten@yahoo.fr> Delivered-To: samba@samba.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by lists.samba.org (Postfix) with SMTP id EC32949C3 for <samba@samba.org>; Thu, 17 May 2001 16:29:05 -0700 (PDT) Received: from unknown (HELO mainpassjerome) (64.120....
2003 Dec 01
0
No subject
...[194.25.134.81]) by lists.samba.org (Postfix) with ESMTP id E1CF94DA2 for <samba@lists.samba.org>; Wed, 13 Jun 2001 10:53:52 -0700 (PDT) Received: from fwd05.sul.t-online.de by mailout03.sul.t-online.de with smtp id 15AEpP-0003QC-0D; Wed, 13 Jun 2001 19:53:15 +0200 Received: from teich.garten.digitalprojects.com (510044997847-0001@[62.226.92.85]) by fmrl05.sul.t-online.com with esmtp id 15AEpN-0RWoZEC; Wed, 13 Jun 2001 19:53:13 +0200 Received: by teich.garten.digitalprojects.com (Postfix, from userid 501) id DADBF594AA; Wed, 13 Jun 2001 19:53:09 +0200 (CEST) Date: Wed, 13 Jun 2001...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ok at the code for chapter 6. There's not a package for the text, but all the code is in a compressed file that you can download. The examples are discussed in detail in the text, but I think looking at the code (and Appendix R on the site) will be sufficient to set up your problem. David Garten Stuhl wrote: > > Hello, > > > > I have completed my kalman filter problem with more details. > > > > The transition- and the measurement equation is given by > > > > x[t]=A[t]*x[t-1]+B[t]*epsilon[t] > > y[t]=C[t]*x[t]+eta[t] > > &gt...
2006 Jun 13
0
sortable trees and rjs updates
Hello, I''m experiencing some odd behavior with a sortable tree when I try to add an element using javascript via rjs. What''s strange is that things work fine if I have moved any item on the list prior to adding a new element but produce odd results if I haven''t. My tree is a normal nested group of ul''s and I have the call to Sortable.create in a partial so