search for: nochoic

Displaying 9 results from an estimated 9 matches for "nochoic".

Did you mean: nochoice
2010 Jun 04
0
MLG con Binomial Negativa
...ctos (edad) y 3) Estado de desarrollo de frutos (estado). Modelo: MLG con distribución binomial negativa como componente aleatorio. Estrategia de selección de modelo: Evaluación del cambio de deviance y su valor P al ir agregando términos Cuando corro el modelo Nulo *Nulo<-glm.nb(picadas~1, data=nochoice)* obtengo: *Null deviance: 263.50 on 299 degrees of freedom* *Residual deviance: 263.50 on 299 degrees of freedom* *AIC: 794.67* Pero al correr las otras versiones posibles, obtengo una diferente Null deviance en cada caso. Por ejemplo: ModeloTotal.NB<-glm.nb(picadas~estado*edad*especie...
2005 Aug 02
3
compile fix for wx2.6
building on ubuntu with wx2.6 gives only one error: an argument type has changed from long to wxBitmapType in a constructor of the wxIcon class. These changes were needed to fix the build. This brings up the question what is the status of the swig/classes/include files which were generated using the xml extract script which is no longer available in CVS. Should that script be rerun using wx2.6
2005 Sep 05
0
WG: Timeout when Dialing - HELP
...dn/1/${EXTEN:3},,m) /// 888-Way --> outgoing call with music in BGround (TIMEOUT) exten => _X.,1,WaitforDigits(5000) exten => _X.,2,Dial(SIP/02774${EXTEN}@sip.1und1.de) exten => _X.,3,Dial(misdn/1/${EXTEN}) [menu] exten => s,1,Background(greeting) exten => t,1,Playback(nochoice) exten => t,2,Dial(misdn/2/20/21,50,m) exten => 1,1,Dial(misdn/2/21,50,m) exten => 2,1,Dial(misdn/2/20,50,m) exten => 3,1,Dial(misdn/1/**11,50,m) exten => 9,1,Playback(beep) exten => 9,2,Record(/var/lib/asterisk/sounds/new:gsm) -------------- next part -------------- An HT...
2008 May 14
1
Links to sizer_overview.html in docs
I was about to write the missing sizer_overview.txtl when I found that most of the original text is found in the documentation for Sizer. Excellently rewritten for wxRuby by the way. So here is a very small patch removing the links to sizer_overview.html With kind regards, Jonathan -------------- next part -------------- A non-text attachment was scrubbed... Name: sizer_docs.patch Type:
2005 Aug 02
1
Small fix for rake/rakelinux.rb
I just compiled wxwindows 2.6.1 with debug support. After looking at rakelinux.rb I thought, "let''s set $debug to true". Setting it to true however caused a failure when linking. It was looking for the wrong libs. Removing the $debug block fixed the problem, ie. this code is no longer needed: $debug = false if($debug) $wx_libs.sub!(/lwx_gtk/, ''lwx_gtkd'')
2004 Oct 20
1
LARTC problems with PRIO qdisc
Hi, I have a router/firewall running Linux (like the most of you) and I wanted to do some traffic control. I''ve created an root PRIO qdisc like the example in paragraph 9.5.3.1 (http://www.lartc.org/howto/lartc.qdisc.classful.html#AEN903) with three SFQ child-classes. I wanted for interactive (ssh, telnet, ftp-control) and dns-traffic to be placed in the first queue, http should go in
2006 Aug 28
1
Gem testing
Hi all, First off sorry for the lengthy email but I typed it as I went along. I just tried to start a bit of testing of the binary Linux gem (Kevin sent me a link) and I quickly ran into a problem: ----- jonathan@weatherlight ~/ruby-dev/wxruby/cvs_current/wxruby2/samples $ ruby test.rb /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.0-i486-linux/lib/wx.rb:22: uninitialized constant Wxruby2 (NameError)
2007 Nov 28
6
Problems installing/running svn-code
Hi, The last couple of days I''ve been trying to get back on the wxRuby-horse however I''ve ran into some problems while compiling/testing the subversion sources. Mind, the 1.9.2 official release works fine. Absolutely no problems whatsoever. The first hurdle was that the rake install target doesn''t work. It fails on rakewx.rb:145. Looking into it I found that
2005 Jul 30
7
Can''t compile the cvs-tree
Hi folks, Let me start off by saying I''ve just been following wxruby development for two or three days now and have read up on alot on what has been going on. I must say I''m impressed and happy about all the things being developed and created by you guys! You got me all excited and I know I''m not the only one. If I have an opportunity to spend more time investigating