search for: puent

Displaying 20 results from an estimated 36 matches for "puent".

Did you mean: punt
2002 Jan 31
4
Boot messages on VT
...ied my syslinux.cfg like the following listing but boot messages are always displayed on VGA screen ! Can you help me, please ? (I am reading the documentation but ...) syslinux.cfg : default linux label linux kernel vmlinuz append initrd=ramdisk.gz init=/linuxrc console=ttyS0,9600n8 Didier PUENTES
2003 Sep 04
2
Help configuring E400P cards
...rd, the cards work and we receive incoming calls but asterisk don't receive dnid. We have 5 servers with 1 E400P with the same problem and the telco told us that we need to configure the card to request it, how we can do this? Can you help me to solve the problem. Best regards, Carlos Fernández Puente carlos.fernandez@alisys.net Ingeniero de proyectos Alisys Software Alisys Software, S.L. Edificio Lexington - C/ Orense, 85 28020 MADRID Tfno.: 985175935 - 915678474 Fax: 915714244 web: http://www.alisys.net wap: http://www.alisys.net/wap/ -------------- next part --------------...
2007 Nov 12
0
Resid() and estimable() functions with lmer
...[, i], ...) : `param' has no names and does not match number of coefficients of model. Unable to construct coefficient vector #End of CODE# Any ideas as to why this is? It does say in the help of ?estimable that it should work for lmer objects. Thanks in advance for any help, Adriana Puentes -- Adriana Puentes (MSc.) PhD student Plant Ecology Evolutionary Biology Centre (EBC) Uppsala University Villav?gen 14 75236, Uppsala, Sweden Webpage: http://www.vaxtbio.uu.se/resfold/puentes.htm Work: (+46)18-471-2882 Mobile: (+46)(0)76-853-5861 Fax: (+46)18-553-419
2004 Dec 31
0
[LLVMdev] Primer with LLVM
On Fri, Dec 31, 2004 at 02:30:00PM +0100, Francisco Puentes wrote: > Now I have other problem: I have a Module and I need generate a > iostream (memory) with native x86 code (maybe elf/coff) to be executed > later (into the guest process space, without fork!!). I studied llc > and lli, but they don't help me much. Any idea? Are there any g...
2011 Jun 06
2
Obtener las reglas de un árbol de decisión
...ión con rpart http://www.togaware.com/datamining/survivor/Convert_Tree.html la idea es disponer de esas reglas en un fichero de texto. En general si alguien sabe de algún paquete que permita obtener el código que genera la puntuación, el "score" para un modelo porque me gustaría crear un puente entre R y otras herramientas. Gracias, saludos. Raúl Vaquerizo Romero www.analisisydecision.es
2005 Jan 07
2
[LLVMdev] Primer with LLVM
.... All (ok, not all) constructor classes would have as first parameter this context, so it would be easy lock/unlock the context and allow critical sections in the code. Happy new year :-) ============================================ You can use some of this accounts: * fran at cic-online.net * fpuentes at udc.es fpuentes at acm.org fpuentes at edu.xunta.es fpuentes at hotmail.com ============================================ -----Mensaje original----- De: Misha Brukman [mailto:brukman at uiuc.edu] Enviado el: viernes, 31 de diciembre de 2004 19:20 Para: Francisco Puentes CC: 'LLVM...
2004 Dec 31
4
[LLVMdev] Primer with LLVM
...ly :-) -----Mensaje original----- De: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] En nombre de Reid Spencer Enviado el: jueves, 30 de diciembre de 2004 21:47 Para: LLVM Developers Mailing List Asunto: Re: [LLVMdev] Primer with LLVM On Thu, 2004-12-30 at 11:14, Francisco Puentes wrote: > Hi, everybody: > Hi Francisco > > I am a beginner with LLVM, in fact today was the first day that I use it. Welcome! > > I have several questions about LLVM: If you haven't already, a good place to start is the Getting Started Guide, at http://llvm.cs.uiuc.ed...
2012 Nov 07
5
forwarding all calls to cells
Hello everybody, A client wants to install a FreePBX infrastructure, but have all calls forward to their cell phones rather than buying VoIP phones. They would be doing SIP trunks over a Comcast business line. Probably maximum 6 simultaneous calls. Any gotchas we should warn them about? Thanks! noam Noam Birnbaum El Presidente http://www.desksidemanner.com 415-854-0885 x89 tweet @noamb
2009 Dec 09
1
Probando R en el EC2 de Amazon (ligeramente OT)
Hola, ¿qué tal? He aprovechado este puente para probar R sobre el EC2 de Amazon. He escrito mis experiencias en http://analisisydecision.es/probando-r-sobre-el-ec2-de-amazon/ En el EC2 de Amazon uno puede alquilar un servidor con una determinada configuración por horas. La configuración es, esencialmente, de hardware y software. Apare...
2004 Dec 30
3
[LLVMdev] Primer with LLVM
Hi, everybody: I am a beginner with LLVM, in fact today was the first day that I use it. I have several questions about LLVM: Can I use LLVM to compile several files (bytecode), scripts (char*) and link them with external libraries generating *only* one executable (all in memory)? Can I invoke externals functions from a guest (LLVM generated) code which exist in the host code (the code that
2005 Feb 15
0
Help with bandwith control in a firewall/bridge machine
...shorewall should run it when it gets restarted. I don''t get any errors when the script is executed, but all the packets go through the default queue in uplink and downlink when i analize the queues using . I use the following script to start the bridge: #!/bin/sh set -x #Activamos el puente: brctl addbr br0 #Desactivamos el protocolo de spanning tree, posibles loops entre routers, #como en nuestro caso solo lo vamos a conectar a un router no hace falta: brctl stp br0 off #A continuación añadimos las tarjetas de red al puente: (Ojo, una vez hecho #esto perdemos la conectividad)...
2008 Oct 28
2
Kickstart package groups
Hello, I'm building another kickstart CD, minimal, and creating my own repository. Is there any way I can get the list of files that a group (like @core o @base) will install? The idea is to put only those files in the repository to be included later in the iso file, and only those files, nothing else. Thanks in advance Francisco -------------- next part -------------- An HTML attachment
2005 Feb 15
1
Bandwith Control with a firewall/bridge machine
...so shorewall should run it when it gets restarted. I don''t get any errors when the script is executed, but all the packets go through the default queue in uplink and downlink when i analize the queues using . I use the following script to start the bridge: #!/bin/sh set -x #Activamos el puente: brctl addbr br0 #Desactivamos el protocolo de spanning tree, posibles loops entre routers, #como en nuestro caso solo lo vamos a conectar a un router no hace falta: brctl stp br0 off #A continuación añadimos las tarjetas de red al puente: (Ojo, una vez hecho #esto perdemos la conectividad)...
2013 Mar 09
7
Sending SMS from asterisk
Hi; If my landline service provider does not provide the ability to send the SMS, and I need to send SMS from asterisk, then what is the required? How? Is it possible to send SMS from asterisk using SIM card to be connected via GSM adaptor connected to FXS ports? Or HOW?
2004 Dec 30
0
[LLVMdev] Primer with LLVM
On Thu, 2004-12-30 at 11:14, Francisco Puentes wrote: > Hi, everybody: > Hi Francisco > > I am a beginner with LLVM, in fact today was the first day that I use it. Welcome! > > I have several questions about LLVM: If you haven't already, a good place to start is the Getting Started Guide, at http://llvm.cs.uiuc.ed...
2008 Aug 23
1
Echo canceller
I am using 'portaudio' and 'speex' to implement a speech audio capture/playback. Preprocess works fine but not the echo canceller (associated with preprocessor). I have read 'testecho.c' but it didn't help me. What I am doing bad? This is my implementation: One thread to capture and playback, both are different functions called in different times directly from
2009 Sep 23
0
Configurar RPostgreSQL en win XP
Buen dia. Los ultimos dias he estado tratando de configurar el puente RPostgreSQL entre R y postgresql esto con el fin de realizar el tratamiento de datos y crear mapas tematicos en mapserver, ya que el calculo de R me parecio mas certero que los calculos realizados por los modulos escritos por mi en php. Ahora bien el asunto es que he tratado tanto de configurar R...
2010 Sep 24
1
(sin asunto)
Podrías mandar un summary de tu conjunto de datos o un str para ver por que no puede estimar esos efectos, también sería útil el resultado de with(tusdatos, table(Landscape,Crop,Position)) Gabriela
2012 Feb 17
1
como instalar plugin R en tiki
Estamos haciendo algunas pruebas pero no damos con la tecla, alguien tiene una idea de como instalarlo? Muchas gracias! Edwin Aguiar Desarrollo y Bases de Datos TICS EEA Corrientes INTA <v:f eqn="prod @7 21600 pixelHeig</v:formu [[alternative HTML version deleted]]
2013 Oct 08
0
Videos talleres 4as jornadas (2012)
...n Barcelona. Hemos dejado la lista de reproducción disponible también a través de: http://r-es.org/4j#Talleres * Web scraping con R de Gregorio R. Serrano * Informes dinámicos con LaTeX y R: utilización de Sweave y knitr de Francesc Carmona * Interfaces Web 2.0 para R con Tiki de Xavier de Pedro Puente * Edición (y mucho más) potente en R con ESS ("Emacs Speaks Statistics") de Alex Sánchez * Machine Learning in R de Alexandros Karatzoglou * Introducción a las Reference Classes (programación orientada a objetos en R) Aleix Ruiz de Villa * Introducción práctica a la librería ggplot2 y...