Displaying 20 results from an estimated 500 matches similar to: "32 bits software on 64 bits CentOS core"
2006 Jan 03
1
64-bit CentOS 4.2
What exactly is different between the 32 and 64-bit version of CentOS
4.2? The kernel (drivers, file system, etc.) is probably compiled to
support 64-bit and probably glibc. What're some important differences
between the 32 and 64-bit version? I'm just trying to get a deeper
understanding.
Thanks in advance for any help.
FongVang
2005 Jun 21
9
[OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing
From: Maciej ?enczykowski <maze at cela.pl>
> That's a good point - does anyone know what the new Intel
> Virtualization thingamajig in the new dual core pentium D's is about?
It's all speculation at this point. But there are _several_ factors.
But I'm sure the first time Intel saw AMD's x86-64/PAE52 presentation,
the same thing popped into my mind that popped
2005 Apr 21
5
1 GB RAM CentOS 4 only sees 885 MB
Is this a known bug? Suprisingly google didn't turn up much. I'm running
DDR RAM and a AMD XP processor on CentOS 4.
2005 Jul 20
3
4g/4g
Hi,
Anybody know if centos 4 has the 4g/4g kernel module that's in fedora 2/3
but being dropped for 4?
Thanks,
Wayne
2009 Aug 20
2
[LLVMdev] error api for APInt / APFloat
I'm breaking this out from LLVM asserts thread. Here are all the
assertions in APInt I consider should be recoverable:
APInt::APInt:
bitwidth too small
Null pointer detected!
APInt::getBitsNeeded:
Invalid string length
string is only a minus!
Invalid radix
APInt::fromString:
Radix should be 2, 8, 10, or 16!
Invalid string length
string is only a minus
Insufficient bit width
Invalid digit in
2007 Mar 29
5
SVN commit hook checks
I know someone completed this but I''m not sure the hows and whats of it.
Can someone put up a doc or email about this?
2009 Aug 20
0
[LLVMdev] error api for APInt / APFloat
On Aug 19, 2009, at 9:36 PM, Erick Tryzelaar wrote:
> I'm breaking this out from LLVM asserts thread. Here are all the
> assertions in APInt I consider should be recoverable:
>
> APInt::APInt:
> bitwidth too small
> Null pointer detected!
Hi Eric,
As we discussed on IRC, I don't think there is any reason for the
implementation of these methods to check these
2009 Aug 20
2
[LLVMdev] error api for APInt / APFloat
On Wed, Aug 19, 2009 at 11:08 PM, Chris Lattner<clattner at apple.com> wrote:
>
> As we discussed on IRC, I don't think there is any reason for the
> implementation of these methods to check these invariants. These are clear
> API invariants that the caller can check if needbe. Making the
> implementation check these will slow down clients which are known to be well
>
2005 Nov 08
1
(no subject)
hello.
My name is kerlim arturo.
i was search into internet about R apache y PhP and i found your mail into foro.
i want create a stadistic's software on line with language R,apache y php .
i want know, what is the steps for developer this stadistic's software? where can i get information about language R, apache y php; and examples between language R and php ('source').
can I
2005 Sep 30
0
Code to read a SAS file
Hi,
It is possible you provide me the code to read a SAS file in R.
I tried the read.ssd but I didn't get very well on it.
Many thanks.
M.
---------------------------------
Comprueba qu侀 es nuevo, aqu來
[[alternative HTML version deleted]]
2006 Feb 18
4
[PATCH] HVM x86_32 PAE guest support on 64-bit Xen
The patch enables x86_32 PAE unmodified guests on 64-bit Xen when the
hvm feature is present. We tested only Linux at this point, and we''ll
improve the functionality as we test other guests.
The SVM needs the equivalent changes to the vmc.c to get this
functionality working, but this patch does not break the build.
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
2023 Feb 24
0
Problemas con algunos atajos en Rstudio
Cordial saludo,
Gracias a ti Emilio pude resolver el primer problema, con los otros atajos
otro sigo con el mismo problema. Si alguien me puede ayudar se lo agradezco.
!Muchas gracias¡
Fraternalmente,
José Diaz
------------------------------
---------------------------------------------------
------------------------------------------------
--------------------------------
El jue, 23 feb 2023
2005 May 06
3
CentOS Convert Question
Hi,
First, I want to say that I have fallen in love with CentOS4. I have been
using RedHat since the 5.x days. After RedHat dropped the stable system
to go to a unstable system and a Enterprise system I felt like I was being
left out in the cold. I quickly found out about WhiteBox and used it for
quite a while. Then I learned about CentOS...and switched to it for my
server needs. I have
2015 Nov 12
3
Problema con la lectura de datos
Otra opción es importar directamente los datos que necesites usando
XLConnect (sin llevarlos a CSV).
Ese paquete permite hacer cosas muy potentes desde el propio fichero de
Excel.
https://cran.r-project.org/web/packages/XLConnect/index.html
Recomiendo, encarecidamente, la lectura de sus dos vignettes.
Un Saludo,
--
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Saúde Pública
Consellería de
2023 Feb 24
0
Problemas con algunos atajos en Rstudio
Cordial saludo,
Muchas gracias por tu recomendación, finalmente cambié los atajos con
otras letras, dado a que no me funcionó con las que trae por defecto, a
pesar que realicé el cambio muchas veces.
Muchas gracias.
El vie, 24 feb 2023 a la(s) 12:27, Carlos Ortega (cof en qualityexcellence.es)
escribió:
> Hola,
>
> Prueba estas cosas:
> 1. En Tools > Global Options > Code
2014 Jul 17
3
FW: Selección eficiente de individuos
Hola,
Otra forma, utilizando la función de intervalos y la que comprueba si otro
intervalo se solapa del paquete "lubridate":
#----------------------
library(lubridate)
fe.chas <- data.frame(
entra=c('2001-01-01','2001-06-01','2003-01-01')
,sale=c('2002-01-01','2002-06-01','2004-01-01')
)
ref <-
2019 Mar 06
2
Crear una variable tipo factor a partir de un vector de caracteres
Si lo que quiero es crear una variable llamada por ejemplo region (del tipo
factor) con esos 5 valores
On Wed, 6 Mar 2019 at 15:41, Xavier-Andoni Tibau Alberdi <
xavitibau en gmail.com> wrote:
> No, No. Fíjate en el Ifelse(condición, valor si positivo, valor si
> negativo).
>
> Si, x %in% ca entonces el valor devuelto es "ca", un factor. En caso
> negativo, vamos
2012 Aug 19
2
Prueba de Thom y series temporales homogéneas de prueba
Hola a todos:
Hace unos meses estuve preguntando sobre la prueba de Thom para
comprobar la homogeneidad de series temporales sobre datos de radiación
e insolación (después he visto que también se usa con otras variables
meteorológicas) [0].
El caso es que por distintas razones no había podido avanzar en el
asunto y ahora vuelvo sobre él.
Creé una función para realizar la prueba de Thom pero
2014 Sep 30
5
Clasificacion de individuos
Estimados apañeRos:
La duda o propuesta que os voy a plantear es a la vez metodológica y
relacionada con R.
Me encuentro trabajando con tres variables que son el resultado de un
computo de porcentajes.
Me explico, se toma una muestra de n casos (unos 6.500 aprox)
pertenecientes a i individuos (unos 230 aprox) en la que se comprueba si
un determinado evento ha ocurrido o no, anotándose 1 en
2020 May 01
2
Fwd: Re: Fwd: Re: Instalar paquetes no disponibles para la versión actual
La versión 3.5 es algo antigua (1 año). Yo instalaría la 4.0-0, y la
última versión de RStudio y probaría.
Yo no uso RStudio, así que no te lo puedo garantizar, pero acabo de
instalarlo exitosamente en MSWindows, "a pelo" usando R.4 y Rtools40.
Prueba y cuéntanos.
Un saludo,
Marcelino
-------- Mensaje reenviado --------
Asunto: Re: [R-es] Fwd: Re: Instalar paquetes no