Displaying 5 results from an estimated 5 matches for "matricula".
Did you mean:
matricule
2002 Jan 30
2
dataframe subset using levels as criteria
Hi
I want to select a subset of a dataframe (frota) using the levels of a
factor (matricula) in another dataframe (logbooks.eda).
The command and output are bellow and it's not working ...
> frota[frota$matricula==levels(logbooks.eda$matricula),]
matricula compff tab potmaq
1 A-1420-C NA NA NA
2 A-1676-C NA 12070 36800
3 A-1954-C 3214 17565 44100
4 A-1...
2007 Aug 06
5
Problems with array mock
...(*args, &block)
does anyone have a good solution for this?
the complete code of the helper:
http://pastie.caboo.se/85287
the complete code of the spec helper:
http://pastie.caboo.se/85289
See you.
--
Gast?n Ramos
GNU/Linux Counter user #450312
http://gastonramos.wordpress.com/
No a la Matricula Obligatoria
http://noalamatricula.wordpress.com/about/
2015 Oct 01
1
VAD configuration
Greetings,
It is possible to manually adjust the sensibility of the VAD module in
the Opus encoder?
Thanks,
ML
www.eid.pt
EID, S.A.
Capital Social 1.100.000
N de matricula unico 501 400 699
DISCLAIMER
art_001_01d0fc50.d7ccaf08"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151001/91e9a886/attachment.htm
2015 Oct 02
0
FW: VAD configuration
...pes, Mario Jose
Sent: quinta-feira, 1 de Outubro de 2015 14:56
To: 'opus at xiph.org'
Subject: VAD configuration
Greetings,
It is possible to manually adjust the sensibility of the VAD module in
the Opus encoder?
Thanks,
ML
www.eid.pt
EID, S.A.
Capital Social 1.100.000
N de matricula unico 501 400 699
DISCLAIMER
art_001_01d0fd30.d77c9460"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151002/1f556b8e/attachment.htm
2007 Dec 29
15
Do you think it would look cleaner?
I was looking over some of my specs.
I was thinking that the following:
@game.should_receive(:name).and_return(''The Battle for Blaze'')
@game.should_receive(:people).and_return(5000000)
@game.should_receive(:activated).and_return(true)
Would it look cleaner if I could do this instead?
@game.should_recieve_and_return(
:name => ''The Battle for Blaze''