Displaying 20 results from an estimated 600 matches similar to: "asking for information"
2009 Dec 09
11
Problems with pci passthrough with Xen 3.4.2
Hi all!.
First of all sorry about my English it''s not very fluid.
I have a small server based upon Supermicro X7DBN (Chipset Intel®
5000P) motherboard and Intel Xeon E5320 (1,83Ghz) with 4Gb of FB-DIMM
RAM.
The OS is Debian Lenny in dom0 (2.6.26-2-xen-amd64) and Debian Lenny
in domU (2.6.26-2-xen-amd64).
Xen is 3.4.2 compiled from sources.
The problem comes when I need to passthrough
2009 Jul 03
6
[Bug 22607] New: Please add NVac voodoo to the driver
http://bugs.freedesktop.org/show_bug.cgi?id=22607
Summary: Please add NVac voodoo to the driver
Product: xorg
Version: git
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: carlos at
2018 Apr 19
2
Interpretación NA's
Hola Carlos
Muchas gracias por tu respuesta.
Saludos
________________________________
De: Carlos Ortega <cof en qualityexcellence.es>
Enviado: jueves, 19 de abril de 2018 10:47:54 a. m.
Para: Javier Nieto
CC: r-help-es en r-project.org
Asunto: Re: [R-es] Interpretaci?n NA's
Pues que la peque?a variaci?n en las ventas no pueden explicarse con un precio constante.
Hay otra variable
2005 Apr 26
2
writing a data frame in excel format
Hello
I know how read a file in excel format into a R data frame using the
RODBC library, but I don't know how write a R data frame in excel
format. I don't understand the instructions from RODBC user manual.
To read an excel file I use.
library(RODBC);
conex<-odbcConnectExcel("fis_quim.xls");
sqlTables(conex);
data<-sqlFetch(conex,"hoja1");
Suppose I
2017 Dec 01
2
Update ROracle
Hola, ¿alguien sabe como actualizar un campo de oracle desde R con el paquete ROracle? Aquí el problema es el tipo de dato de la tabla, el cual no puede cambiar, es clob. Tampoco el paquete de R puede ser otro. Necesito poner un texto muy grande.
He buscado en google he intentado con stored procedure y no funciona. Se trata de un proceso que debe quedar automatizado.
Muchas gracias
2010 Mar 01
3
help!!! Internal extensions not connect
I have a problem with my internal extensions, I'm using Asterisk 1.6.2.5 and
freePBX 2.6. When I call betwen extensions these don't connect. There is a
long silence and finally hang up.
I have an E1 whit r2 and I use openr2, but I don't have problems to do
calls to the PSTN......my problem it only with internal extension.
Please help!!!!...it's an Asterisk bug??.....
Thanks :S
2008 Oct 01
4
10 Gb with CentOS
Hello all,
Is 10 Gb supported by CentOS 4 and 5? Anyone using it?
i'll appreciate any information on this subject.
Thank you
?Todo sobre Amor y Sexo!
La gu?a completa para tu vida en Mujer de Hoy.
http://mx.mujer.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Jan 10
3
Código de salida de una función R
Hola, tengo una duda de R espero me puedan ayudar.
En linux, en bash si una instrucción no termina correctamente puedo obtener un código de error, por ejemplo:
[rapusr en tstr200043 ~]$ ls -z
ls: invalid option -- 'z'
Try 'ls --help' for more information.
[rapusr en tstr200043 ~]$ echo $?
2
¿En R existe algo parecido?, por ejemplo busco algo como
R> rnorm(1000O)
Error:
2009 Oct 08
4
web based file sharing software
Hello all
Does anybody knows about web based file sharing software? of course
that runs on centos.
i have found 3 proyects on sourceforge, but i would like to hear from
you what do you use or what do you recommend?.
Thank you in advance.
2010 Jul 02
4
mainboard recommendations
Hi,
As it has been brought to my attention (by several parties), my current
MB does not support VT-d.
Since I don''t feel like purchasing a brand new system, I have searched
for replacement MB-s
that would fit into my existing uATX case, support my C2D CPU, and
support at least 4x2GB ram.
I have narrowed it down to the following four models:
SUPERMICRO MBD-C2SBM-Q-O (Q35 chipset)
2000 Oct 11
1
Bug? (PR#690)
I don´t know if it is a bug, but what's wrong in the folloing (R version
1.1.1, August 15, 2000, under windows 98):
> x<-matrix(nrow=10, ncol=2)
> for (i in 1:10)
+ {
+ x[i][1]<-i
+ x[i][2]<-i^2
+ }
Warning messages:
1: number of items to replace is not a multiple of replacement length
2: number of items to replace is not a multiple of replacement length
3: number of items to
2017 Jul 13
2
Leer archivos con read.csv
Hola.
Una manera puede ser tomar una lista de todos los archivos de un directorio
y trabajar con ellos, puesto que ciertamente existen. ¿Cómo? Supongamos que
tienes una carpeta llena de archivos csv. Entonces, puedes guardar el
nombre de tus archivos en un objeto con
lista_archivos<-dir()
>
y esto te dará todos los csv de esa carpeta (si tienes otros archivos
también estarán allí, pero
2018 Feb 22
2
Filtrado de variables
Ya... de esta forma tampoco obtienes el mes que tiene todos sus valores
NA...que es la duda ..
Otra forma más sencilla con data.table que la que envié anteriormente...
>
> Lines <- "MES|VARIABLE|RESULTADO|
+ 1|A|SI|
+ 1|B|SI|
+ 1|C|NO|
+ 2|A|NA|
+ 2|B|SI|
+ 2|C|SI|
+ 3|A|NO|
+ 3|B|NO|
+ 3|C|NO|
+ 4|A|NA|
+ 4|B|NA|
+ 4|C|NA|"
>
> DF <- read.table(textConnection(Lines),
2018 Apr 19
3
Usuario en r-help
Hola a todos,
No se si a alguien m?s le sucedi? lo mismo:
Al mandar una pregunta a esta lista, que amablemente me respondieron Carlos y Javier, la primer respuesta que recib? fue de una persona que no tiene nada que ver con R ni nada por el estilo. Tiene pinta de ser spam. Posteriormente recib? otro correo de otra direcci?n de email con el mismo nombre y con el subject de mi pregunta.
2000 Jun 23
1
*.texi file
Dear Prof Ripley an d the R core team:
I have installed the new RW1010. But I can't see (in
RW1010\doc\manual ) the file R-intro.texi
I'd like to know if I have done something wrong.
Thank you,
Juan Antonio
--
===========================================
J.A.Caballero M.
Dpto. Estadistica e Investigacion Operativa
Campus de Rabanales
Edificio C-II
Universidad de Cordoba
14080 SPAIN
2018 Apr 19
2
Interpretación NA's
Hola
Tal vez la pregunta que tengo tenga una respuesta muy f?cil, sin embargo lo entiendo.
Tengo una data frame que se ve as?:
R> df
semana precios ventas preciosCan
1 11724 3.512441 2 33.53
2 11726 3.512441 1 33.53
3 11727 3.512441 2 33.53
4 11728 3.512441 1 33.53
5 11729 3.512441 4 33.53
6 11730 3.512441 3 33.53
2008 Nov 25
3
USB or PCI dialup modem supported by Centos
Hello everybody,
I've searched google for a while looking for a list of USB or PCI dialup
modems supported by CentOS without success.
Any information on this subject will be really appreciated.
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20081125/dd8598ed/attachment-0003.html>
2008 Jun 27
1
Centos 5.2 and Xen, problems installing guests
Hello,
I have installed a new server with centos 5.2 x86_64, when i try to install a guest using the gui tool virt-manager the "new" button is disabled, so no good luck.
Using virt-install on the command line, the install process begins but after retrieving the .treeinfo vmlinuz and initrd.img files, it stop with the following error:
virDomainCreateLinux() failed POST operation
2008 Aug 03
2
D-Light tool
Hi,
My question is about D-Light tool in Sun Studio.
Is D-Light tool a alpha project that I can wait for, or else is only a plugin for Sun''s internal testing with DTrace and Sun Studio? I really love this tool and I am very excited for the potential in this tool -ala MacOSX ''Instruments''- in OpenSolaris development / testing.
IMHO this project can serve us in NetBeans
2000 May 19
1
New R core member
We are pleased to announce that John Chambers has joined the R core
team. It is hard to believe that anyone on this list wouldn't know who
John is, but just in case: He is the principal designer of the S
language and environment, for which he received the ACM Software
Systems Award in 1999.
John has been very supportive and helpful throughout the development
of R. He is joining the core