Displaying 20 results from an estimated 70 matches for "veja".
Did you mean:
seja
2009 Mar 12
8
help with loop
...ke this:
c <- list()
for(i in 1:ncol(mydata)) {
for(j in 2:nrow(mydata)) {
c[[i]] <- sum(yc[j,i] - yc[(j-1),i])
}}}
As for the columns it works pretty fine, but it only returns the last subtraction, however, I need the sum of all subtractions.
Any ideas?
Regards,
Rafael.
Veja quais são os assuntos do momento no Yahoo! +Buscados
[[alternative HTML version deleted]]
2009 Apr 27
3
Diference between volume of mp3 and wav files
...e some files in mp3 in my Asterisk but when I play it the volume is lo=
wer than wav files. Both the files (wav and mp3) are encoded with the same =
amplitude. In anothers players the audio volume of these files are equal.
Can I fix this diference between volume of mp3 and wav file?
Thanks
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090427/052db319/attachment.htm
2009 Apr 23
3
Record in mp3
...NING[4494]: file.c:1092 ast_writefile: Unable to rewrite /var/spool/asterisk/alarme/alarme-1201-200905121212.mp3
[Apr 23 17:22:36] WARNING[4494]: app_record.c:272 record_exec: Could not create file /var/spool/asterisk/alarme/alarme-1201-200905121212
I'am doing something wrong?
Thanks
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090423/7da6eef2/attachment.htm
2008 Jan 26
5
double-click in RData file versus load( file )
...load('C:\\R\\etc\\test.rdata')
> ls()
[1] "test_x" "x"
>
Is it the correct behaviour?
the two way don't must be the same?
Thank for explanations...
Cleber Borges
_______________________________________________________
Experimente j? e veja as novidades.
2010 Jun 11
2
R in Linux: problem with special characters
...GES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
Thanks in advance for your help,
Daniel
TRANSFORME SUAS FOTOS EM EMOTICONS PARA O MESSENGER. CLIQUE AQUI E VEJA COMO.
_________________________________________________________________
VEJA SEUS EMAILS ONDE QUER QUE VOCÊ ESTEJA, ACESSE O HOTMAIL PELO SEU CELULAR AGORA.
=Live_Hotmail&utm_medium=Tagline&utm_content=VEJASEUSEM84&utm_campaign=MobileServices
[[alternative HTML version del...
2009 Jun 26
5
(performance) time in Windows vs Linux
... 27.82
#linux usual compilation time
# user system elapsed
# 52.635 0.016 52.748
#linux (my compilation) time
# user system elapsed
# 52.567 0.016 52.588
#==============END OF CODE
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
[[alternative HTML version deleted]]
2006 Nov 27
2
Problema ao Logar no Dominio
...ina ao dominio, ela ? cadastrada com sucesso, ela fica em
ou=Computers,dc=xxx,dc=xxx por?m o smbd a procura em people o que resulta
que meus usu?rios n?o conseguem logar...
assim ... ao inves de o sambra procurar em ou=Computers ele procura em
ou=People.
Alguem tem alguma dica para me ajudar ???
Veja um trecho do LOG
Nov 27 12:55:50 xxxxx slapd[8298]: conn=178 op=24 SRCH
base="ou=People,dc=xxx,dc=xxx" scope=2 deref=0
filter="(&(objectClass=posixAccount)(uid=kcg-e84$))"
Nov 27 12:55:50 xxxxx slapd[8298]: conn=178 op=25 SRCH
base="ou=People,dc=xxx,dc=xxx" scope...
2009 Feb 13
2
Generate random numbers in Fortran
...variates in FORTRAN with the same easiness I use that them in
C? Or not?
If yes. They would have some example? I would like to use the functions rbeta, rlnorm and others!
Sorry my english..rsrsrs
Thanks!!!
Fábio Mathias Corrêa University Federal of the Lavras - Brazil
Veja quais são os assuntos do momento no Yahoo! +Buscados
[[alternative HTML version deleted]]
2007 May 02
2
Asterisk-1.4 with agent snmp
......
I used this link to do it: http://www.voipphreak.ca/archives/382 but I
can't...
Does somebody know how to do this or knows a how-to to do this??
Thank's
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
2009 Jun 11
2
How to order an data.table by values of an column?
Hello!
Can you help me? How to order an data.table by values of an column?
Per example:
Table no initial
Categ Perc
468 31.52
351 27.52
0 0.77
234 22.55
117 15.99
table final
Categ Perc
0 0.77
117 15.99
234 22.55
351 27.52
468 31.52
Lesandro
Veja quais são os assuntos do momento no Yahoo! +Buscados
[[alternative HTML version deleted]]
2010 Apr 01
2
canary_thread
...kicked the bucket. He's shuffled off his mortal coil, run down the curtain, and joined the bleeding choir invisible!! THIS is an EX-CANARY. (Reducing priority)
mediagw*CLI>
Asterisk: 1.6.2.6
tks
____________________________________________________________________________________
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100401/a22938de/attachment.htm
2007 Oct 05
4
Replacing NA values when building matrix using tapply
Hi,
I'm building a matrix m from a data frame d which includes the matrix row,
column and value.
This works well enough:
m <- tapply(d[,"value"],d[,c("row","column")],c)
However, I'd like to replace any missing values with 0, not NA. The
obvious doesn't work, however:
m <-
2009 Aug 31
2
Problem in matrix definition?
...)] %*% (t(L[k, 1:(r - 1)])) :
arguments are not compatible
The problem this in matrix definition?
Thanks very much!
? ???????????? F?bio Mathias Corr?a
Estat?stica e Experimenta??o Agropecu?ria/UFLA
____________________________________________________________________________________
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
2009 Aug 12
2
Problem with function in fortran 95
...1] 4
Linux Ubuntu 8.04 and use compiler gfortran 4.2.
The problem is the compiler?
Thanks!
? ???????????? F?bio Mathias Corr?a
Estat?stica e Experimenta??o Agropecu?ria/UFLA
Brazil
____________________________________________________________________________________
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
2010 Apr 05
1
GLM
...1232 degrees of freedom
Residual deviance: 140.30 on 1211 degrees of freedom
AIC: 18113
So I am curious on how the algorithm functions in terms of model adjustment
I will be waiting for your answer Thanks
Nuno
_________________________________________________________________
veja como
[[alternative HTML version deleted]]
2007 May 08
1
Problem when PABX call to Asterisk by Unicall
...ebody dial 1234, I received 1111112222333333444444 in the
Asterisk CLI...
If somebody can help me... or already saw this...
Everton Goularth
Uberlandia - MG - Brazil
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
2007 Jun 06
1
Record CDR in a Oracle database
...ecord my asterisk's CDR in a Oracle database?
I have to use unixODBC?
Can anybody send me a step to step to do this configuration?
Thank's All
Everton Goularth
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
2007 Dec 04
1
Fax on asterisk
...le app_rxfax.so
I'm looking for a solution on google but until now I didn't find out it.
Someone knows how can I solve this?
thank's all
Everton Goularth
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
2009 Jan 20
1
Called's channel
Hi,
I have a question...
With the variable ${CHANNEL} I can get the channel whose made the call, or the caller. How can I get the channel of the called side?
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
2010 Feb 02
1
# as dial key - chan_dahdi
Hi,
Can I set up '#' as dial key using the extensions fxs?
I use chan_dahdi, and a TDM400P card.
I'm testing and, nothing happens when I press #.
thanks.
--
Marcus
____________________________________________________________________________________
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100202/507e2d08/attachment.htm