search for: convienence

Displaying 20 results from an estimated 38 matches for "convienence".

Did you mean: conveinence
2006 Jan 30
1
Running Rails Tests in Eclipse Test::Unit GUI
...one of your test files. If you have additional directories other than unit and functional with test files, just add them in the array. Run that file with Run As/Test::Unit Test and it should run all your tests in the GUI. I remapped Run As Test::Unit Test to Ctrl-T in my environment, just for convienence, so it''s open that file/Ctrl-T. Obviously that''s optional. It''s not QUITE as convienent as the ideal (a keystroke AND A MOUSE CLICK?!?!?!?!?!?!?!?!?!) but it''s pretty darn good.
2008 Apr 29
2
Help on extract paramters from fitted models
Hi, I have a question about how to extract paramters from a fitted model. I can extract coefficients and std, but from some other statistics, I dont know how to extract. Can anyone help? Here it is an example: > coxout<-coxph(Surv(t,t.censor)~x) > coxout Call: coxph(formula = Surv(t, t.censor) ~ x) coef exp(coef) se(coef) z p x 0.349 1.42 0.257 1.36 0.17 Likelihood
2006 Jan 22
2
What are the benefits of RoR?
We''ve all seen the productivity benefits of RoR. It would be worthwhile to figure out where they come from. For me, I''d say the following: 1. The number one benefit isn''t from Rails per se, but from Ruby, or any other dynamic OO language (like Python). They avoid the weaknesses of loosely typed, procedural languages like Perl & PHP, but have the swiftness
2003 Sep 29
1
Needed: Configuration Examples for VoIP Providers Asterisk can Register With
Hi all, I would like people to email me at 'leif at hacklocalhost dot com' some example configuration files for VoIP providers which * can register with. I am going to expand upon the FWD php "wizard" I created for these other providers, but I need some examples as I don't actually use anything but IAXtel and FWD. So far sipphone and iaxtel has been mentioned. I can
2010 Mar 01
0
Asterisk / Trixbox 2.6 Streaming MOH Problems
I've tried a number of solutions, but I've been unable to get Asterisk working with streaming MOH without running into the "buffer" issue. I've tried using various combinations madplay, mpg123, mpg321. I've also tried streamplayer by itself, and in combination with play-fifo ( http://www.freeswitch.org/asterisk_stuff/play-fifo.c ) to try and eliminate the issue. For
2014 Apr 07
2
[LLVMdev] Named register variables GNU-style
Richard Smith <richard at metafoo.co.uk> writes: > On Fri, Mar 28, 2014 at 4:50 AM, Renato Golin <renato.golin at linaro.org>wrote: >> On 28 March 2014 11:16, Chandler Carruth <chandlerc at google.com> wrote: >> > Just the reserved part. >> >> Ok, in that case, I share you concerns. >> >> We could easily only implement the reserved ones
2014 Dec 17
2
optimización - resolver sistema - general
Estimados Reailizo una pregunta general, casi desconociendo. Se me ocurrió explorar lo siguiente: hay ejemplos de programación lineal o utilizando la herramienta solver de excel, donde se realizan algunos cálculos, lo más sencillo de comprender y documentado (todos lados) es una cantidad de productos, un costo de compra, un costo de venta, una cantidad para invertir y ¿cuánto me conviene
2015 Apr 07
2
Consulta sobre el correcto uso de smoothSpline()
Hola a todos: quiero consultarles para estar seguro de que estoy entendiendo bien el funcionamiento de la función smoothSpline() del paquete 'timeSeries'. Tengo una serie temporal con datos mensuales a la cual quiero suavizar usando splines para, por ejemplo, comparar con otras series temporales. Por lo que estuve viendo, me conviene usar la función smoothSpline() que se basa en
2005 Aug 19
6
Listbook patch
Small patch to correct spelling of lemonade. Should ask Sean if he really wanted it to be lemonaid. If not, here''s the patch. On another note... This sample works! Kudos. It is odd that the textbox doesn''t scroll. I suppose I may patch that, too. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2011 Mar 01
1
Distintos soft
Les consulto por lo siguiente: Se me ocurrió usar datos de MCMCglmm en otros procedimientos de R, comparar los resultados y el tiempo como facilidad de uso, para lo cual use LME4, los resultados fueron parecidos, entendiendo que internamente los algoritmos tienen diferencias, es lógico que los resultados no coincidan exactamente, pero aproximadamente tienen que ser compatibles, en este caso
2019 Sep 03
0
[PATCH v2 05/27] drm/print: Add drm_err_printer()
A simple convienence function that returns a drm_printer which prints using pr_err() Changes since v1: * Make __drm_printfn_err() more consistent with DRM_ERROR() - danvet Cc: Juston Li <juston.li at intel.com> Cc: Imre Deak <imre.deak at intel.com> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com&g...
2004 Apr 09
0
RedHat/Fedora RPMS Update
Greetings folks, I have updated our asterisk RPM repository with CVS builds for RH 7.3, 9 and FC1. The zaptel package is compiled against the supplied kerenel rpm and SRPMS are supplied for those wishing to rebuild. Other than the CVS update no other changes are made from previous releases... Features ======== Security: runs as user asterisk not root Convienance: Console automatically runs
2005 May 12
1
trigger for pre and post rsync
Hello: Please be patient, its hard to me to explain this even in my native language. I think it may be useful to add an option like lograte's prerotate and postrotate, that triggers server side scripts before and after rsync. It would help the administrator work. Escenary 1: ----------- client -> rsync server -> 2nd stage rsync server Want to rsync from rsync server to 2nd stage
1999 Apr 27
0
Eagle Point upgrade causes problems
Samba Users: One of my clients is using Samba 2.0.3 on Linux 5.0 with approximately 25 clients. This particular client is an architectural and civil engineering group using AutoCAD R12 for all their drawings. One of the add-on programs the civil engineering techs use is Eagle Point of which they just received an "upgrade". Prior to the upgrade load times were acceptable at about one
2003 Mar 26
0
No Passwords Valid
Problem: No login names/password combinations are vaild. Vague idea of problem area: Authentication (unencrypted/encrypted mismatch?) Details: Network: WinXP connected to DSL giving IP masquerading to the LAN. Win2000 computer I log on most of the time (named Tyler-Durden). Redhat 8.0 computer (named CheeZe) that's running samba (I don't know how to
2005 Apr 25
1
Odd ActiveRecord#valid? behavior
I found that some of my records from a pre-existing database will occasionaly not be valid. There is no custom validation code on the class, but you can do something like: c = CollectionSession.find 24098 c.valid? => false c.errors.empty? => true What''s odd is that the code in validations.rb looks like it runs the various validations, and then just returns c.errors.empty? Any
2014 Dec 17
2
optimización - resolver sistema - general
Hola a todos, Simplemente comentar que me tengo encontrado con muchos problemas de optimización. Mi recomendación general, en el caso multidimensional y si el tiempo de computación es importante, sería buscar un algoritmo diseñado para el tipo de problema (evitar los algoritmos más generales tipo optim si puede haber problemas de mínimos locales). Algunos casos que tengo resuelto con R
2005 Apr 06
0
RH kernels and syslinux
Sir or Madam, I am in a new project writing software for embedded apps. We use a single board computer consisting of (a) linux (b) syslinux boot loader (c) compact flash file system (d) x86 processor. (see www.embeddedx86.com) (e) other HW and SW. Using vendor provided files, I can easily prepare a compact flash (CF) system which boots 2.4.23 linux just fine. I can telnet in and so on and so
2004 Dec 14
1
Revisiting the rewriting
Since the WEBrick server has been so beefed up in Rails 0.9, I think it''s a darn shame that its lingering outside the support of custom pretty URLs. Also, it seems that the connection between mod_rewrite and url_for and friends is pretty fuzzy for most people. Hence, as we''ve talked about before, the rewriting of the url should be pulled in-house. There has been a few
2015 Nov 04
0
Building R for AIX in 64-bit mode
On 2015-11-04 16:51, aixtools wrote: > On 2015-10-15 15:02, Prof Brian Ripley wrote: >> On 15/10/2015 13:32, Michael Felt wrote: >>> Hi. >>> >>> Just wanted to let you know I am getting close to packaging R for >>> AIX in >>> 64.bit mode. >> >> Which version? (You mentioned 3.1.3 and 3.2.2 far below.) There is >> little