search for: kase

Displaying 7 results from an estimated 7 matches for "kase".

Did you mean: case
2006 Jan 20
10
1st attempt at rails testing - could really use some help...
Howdy, I''m attempting my first rails test & I could use some help... I have the test posted at http://rafb.net/paste/results/YjWkIh45.html... when I run it, the test fails, but the db table is never restored & it seems that the fixtures file was never loaded... Any ideas as to what I''m doing wrong? Thanks! -- Posted via http://www.ruby-forum.com/.
2003 May 22
2
authentication h323
Hi all, i want to use authentication in h323.conf. How can i use it ? In the h323.conf is writed : "If you wish to use Authentication you need to set the appropriate auth keyword above" Where and how i have to set this keyword ??? I've tried "auth=yes",but it does not work. Thanks for Help, Thomas.
2003 Jun 11
1
some sip questions
<P>I write the email again, cause the first one I have had problems while sending it. Here is the email again:</P> <P>Hi everybody,</P> <P>I'm starting with SIP and I wanted to ask some questions, perhaps silly ones, but I hope people can answer me! </P> <P>1) Which codecs may I use? I want the SIP phones to call to the PSTN above all, but I have two
2007 Jun 01
0
"Exception: stack level too deep" on collection.clear?
...ht give rise to the error posted below. It occurs when I run my unit tests. class Actor < AR:Base belongs_to :court_case end class CaseCause < AR:Base belongs_to :court_case end class CourtCase < AR:Base has_many :actors has_many :case_causes ... end def my_test_method ... kase.actors.clear end def my_other_method ... kase.case_causes.clear end Also, Actor and CaseCause both have observers on them that attempt to update CourtCase. --------------------- Exception: stack level too deep C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.2/lib/active_record/ associations/a...
2019 May 11
1
R problems with lapack with gfortran
...; done in the src/modules/lapack directory. This generates header files which contain prototypes like int ilaenv_ (int *ispec, char *name, char *opts, int *n1, int *n2, int *n3, int *n4, size_t name_len, size_t opts_len); void dlacn2_ (int *n, double *v, double *x, int *isgn, double *est, int *kase, int *isave); void dlaln2_ (int_least32_t *ltrans, int *na, int *nw, double *smin, double *ca, double *a, int *lda, double *d1, double *d2, double *b, int *ldb, double *wr, double *wi, double *x, int *ldx, double *scale, double *xnorm, int *info); void dlabad_ (double *small, double *large); voi...
2003 Jun 27
2
Making calls from snom 100
Hello, I`m trying to make a call from the snom 100( SIP mode) but whatever number I dial I get a 404 error from Asterisk. Here are my configs and a dump from "sip debug" . But if I make a call from a Zap line (see extension 2382031), it rings the snom phone sip.conf: ------------------------------------------------------------------------------ ; ; SIP Configuration for Asterisk
2019 May 04
4
R problems with lapack with gfortran
On Sat, May 04, 2019 at 06:42:47PM +0200, Thomas K?nig wrote: > > > - figure out Fortran2003 specification for C/Fortran interoperability > > -- this _sounds_ like the right solution, but I don't think many > > understand how to use it and what is implied (in particular, will > > it require making changes to LAPACK itself?) > > That would actually be fairly