search for: leres

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

Did you mean: peres
2013 Apr 24
12
Re-instalacion de sistema operativo
Hola! Necesito reinstalar ubuntu, con lo cual R se actualizará a 2.13.3 (es la última version, verdad?) y me gustaría saber si hay alguna forma de conservar los paquetes que ya tengo instalados en R.? Muchas gracias!! Milagros [[alternative HTML version deleted]]
2013 Apr 07
5
Duda con width y height. Resolución de pantalla
Buenas tardes: Por favor, ¿alguien me puede explicar este comportamiento?. Lanzo este código enun equipo con una pantalla de 21'''' y el resultado es correcto, tanto en la ventana gráfica como al guardar en pdf: quartz(title="Ventada de prueba", width=8.27, height=11.69, dpi=85) plot(1:10) Sin embargo, lanzado en un equipo con pantalla de 15'''', la
2013 Jun 04
0
Conversión de objeto temporal (TS) a matriz (o data.frame)
Hola: Ante todo, gracias por las respuestas. El 03/06/13 01:23, Oscar Perpiñán Lamigueiro escribió: > > Hola, > > Si no te entiendo mal, necesitas la conversión a matriz como paso > intermedio para agregar por meses (o cualquier unidad temporal). ¡Hum! No estoy seguro de que agregar sea lo que quiero hacer. > Si es > así, te aconsejo que uses el paquete zoo y el método
2017 Oct 10
0
Parallel build problems with dovecot 2.2.32
On 10 Oct 2017, at 3.47, Craig Leres <leres at ee.lbl.gov> wrote: > > I use dovecot under FreeBSD 10.3 and build using poudriere. My build server has 12 cores builds typically happen in parallel and I find software that is not parallel make friendly will fail once every month or so. > > Attached is a build log from...
2017 Oct 10
2
Parallel build problems with dovecot 2.2.32
I use dovecot under FreeBSD 10.3 and build using poudriere. My build server has 12 cores builds typically happen in parallel and I find software that is not parallel make friendly will fail once every month or so. Attached is a build log from this afternoon that failed because doveadm-util.o had not finished building when the attempt to link test-doveadm-util happened. Looking in
2013 Jun 02
2
Conversión de objeto temporal (TS) a matriz (o data.frame)
Hola, Si no te entiendo mal, necesitas la conversión a matriz como paso intermedio para agregar por meses (o cualquier unidad temporal). Si es así, te aconsejo que uses el paquete zoo y el método aggregate para la clase zoo. Por ejemplo: library(zoo) dats <- data.frame(date=seq(as.Date('2012-01-01'), by='day', length=3*365), A=rnorm(3*365),
2017 Apr 08
2
[Bug 2708] New: openssh: 7.5p1 update breaks ldns/sshfp
...config.h ends up with: /* #undef HAVE_LDNS */ I believe this is because ldns=yes is missing from the new ldns-config logic in configure.ac. The attached patch fixes this issue for me. FreeBSD zinc.ee.lbl.gov 10.3-RELEASE-p17 FreeBSD 10.3-RELEASE-p17 #17 r26: Thu Feb 23 10:08:13 PST 2017 leres at zinc.ee.lbl.gov:/usr/src/sys/amd64/compile/LBL amd64 -- You are receiving this mail because: You are watching the assignee of the bug.
2014 Sep 29
0
Echo cancellation problem
Hi all, I have been trying to implement speex echo cancellation algorithm on STM32F4 Discovery board; however, I could not make it work properly. I tried synchronous, asynchronous way of to do that and the only thing I heard was "cazzsdaos?eo?hodg etc" :) I try to use empty array for all parameters in the cancellation function, but the result is always the same
2014 Oct 10
0
Echo cancellation problem
Hello again, I want to ask a question in my mind by reminding the topic below. Can the reason of failing be that Codec,which plays sound, and Mic are connected the different clock source? If it is because of that, what can I do to cancel the echo? Isn't there any solution for this? Is asynchronus speex functions for this? Best Regards, KAHYA PS: Sorry for my bad english. From: ?evket K?r?ad