search for: accedas

Displaying 10 results from an estimated 10 matches for "accedas".

2010 Feb 04
3
Gotoif Question
Hi Gang, I'm working on a lumenvox app and am having "fun" with the Gotoif's on speech/DTMF recognition. If you're using DTMF to enter a number instead of speech to enter a numeric value, the engine will often return a "confidence score" of 1000 instead of 1-999. Therefore this Gotoif fails: exten => s,n,GotoIf($["${SPEECH_SCORE(0)}"
2015 Oct 28
3
Extraer elementos diagonales de submatrices
...adena de números. ¿Cómo necesitas > el resultado?, ¿Cómo se ve en el ejemplo?, ¿Cómo matrices de matrices? > > > > Ejemplo > > 123 > > 12345 > > 12 > > > > O en una forma > > 1231234512 > > > > ¿Hay que dejar algo (índice) como para que accedas a algo reconocido o > especificado, ej, segundo valor de la segunda sub matriz (2,2), ¿o con > tener la lista de números le es útil? > > > > Javier Rubén Marcuzzi > Técnico en Industrias Lácteas > Veterinario > > > > > > > *De: *Jorge I Velez > *Envia...
2006 Mar 07
0
RE: nuevos requisitos
Ok, barbaro, entonces los nuevos requerimientos ser?an: 1) Que ariel pueda cambiar la configuraci?n de su pantalla. 2) Que ariel pueda acceder al servidor de desarrollo (10.0.9.119) a los puertos comunes de servicio (ftp, smtp, pop3, imapd, http, https, samba, svn, csv). Lo que necesito que acceda ahora es al samba, http y svn, lo dem?s planeo darle un futuro uso. 3) En
2015 Oct 28
2
Extraer elementos diagonales de submatrices
Buenos dias a todos, Quisiera extraer algunas entradas de una matrix "m" teniendo en cuenta algunas restricciones. El siguiente ejemplo ilustra la situacion: ## input m <- structure(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 5, 5, 5), .Dim = c(10L, 5L)) m ## output output <-
2015 Oct 29
2
Extraer elementos diagonales de submatrices
...sub matrices, en el ejemplo en output no hay sub matrices (tres matrices como resultado) sino una cadena de números. ¿Cómo necesitas el resultado?, ¿Cómo se ve en el ejemplo?, ¿Cómo matrices de matrices?   Ejemplo 123 12345 12   O en una forma 1231234512   ¿Hay que dejar algo (índice) como para que accedas a algo reconocido o especificado, ej, segundo valor de la segunda sub matriz (2,2), ¿o con tener la lista de números le es útil?   Javier Rubén Marcuzzi Técnico en Industrias Lácteas Veterinario     De: Jorge I Velez Enviado: miércoles, 28 de octubre de 2015 12:15 Para: R-help-es Asunto: [R-es] Ex...
2013 Nov 29
2
Listas en R
Hola. Me interesa meter una serie de regresiones lineales en una lista a la que voy a denominar L. El problema es que a posteriori necesito sacar valores de esas regresiones. Sin embargo, al llamar a L[1] este no es un objeto del tipo "lm" sino que es del tipo "list" y no puedo aplicarle funciones relacionadas con la regresión (tal y como puede ser hacer un summary para
2007 Mar 06
0
priotc text hp-ux renicer program (version 1.7)
http://perso.wanadoo.es/priotc/ PRIOTC with source FREE_ENDUSER license Author: Enrique Moliner Martinez, from Zaragoza (Spain) Version is download file name. Automatic HP-UX pid renicer and serializer For use in HP-9000 (others?) unix systems with 'HP-UX' B.10.20 or higher This is a configurable 'automatic renicer' program: Get variable CPU time to pids depending on defined
2007 Jan 08
0
priotc text hp-ux renicer program (new version 1.5)
PRIOTC Author: Enrique Moliner Martinez, from Zaragoza (Spain) version 1.5 (2/1/2007) with FREE_ENDUSER license version 1.4.a have a bug, only if missing config label values. Automatic HP-UX pid renicer and serializer For use in HP-9000 (others?) unix systems with 'HP-UX' B.10.20 or higher This is an 'automatic renicer' program: Get variable CPU time to pids depending on
2007 Feb 08
0
priotc text hp-ux renicer program (version 1.5a)
<mailto:priotc_ at hotmail.com> PRIOTC Author: Enrique Moliner Martinez, from Zaragoza (Spain) version 1.5a (1/2/2007) with FREE_ENDUSER license Bugs fixed and changes. Soon version 1.6 also with patterns for cmd parameters. Automatic HP-UX pid renicer and serializer For use in HP-9000 (others?) unix systems with 'HP-UX' B.10.20 or higher This is an 'automatic renicer'
2007 Sep 11
3
ActiveRecord, blocking or async, logging, syslog/udp
Here''s a gedanken experiment for those w/ far more knowledge than I about ActiveRecord, etc.: Let''s say my database is very remote and on a very slow machine. Let''s further say that my app has an action that leads to a very simple insert into the "impressions" table of the db, a la "INSERT INTO impressions(docid) VALUES($docid);" - and