Displaying 20 results from an estimated 1000 matches similar to: "Convertir une VM de Xen open Source au format OVF"
2012 Jul 05
0
convert a VM of Xen Open Source to the format OVF
Hello
Is there a tool or a technical which would allow to convert a VM of Xen
Open Source to the format OVF?
Thank you for your returns
Cordially
--
Matthieu ROUDON
Technicien Informatique
Direction des Systèmes d''Information
Institut d''Etudes Politiques de Grenoble
Unité Mixte de Recherche PACTE - UMR 5194
Tél: 04 76 82 83 64
courriel: Matthieu.Roudon@iepg.fr
2012 Mar 05
1
Migration vm Xen vers XenServer
Bonjour,
Est ce qu''une ressource parmi vous a déjà effectuer une migration de
machine virtuelle de XEN vers XENSERVER?
J''aimerai changer de serveur en migrant toutes mes VM du serveur xen
vers le serveur xenserveur.
Est ce que des personnes ont déjà effectuer ce genre de migration?
Si oui comment avez vous procéder?
D''avance merci pour vos nombreaux retour.
Cdlt.
2015 Jul 02
2
Convertir un factor HORA en una hora de R
Hola:
Tengo unos datos con varias fechas y horas como texto (son independientes: las horas no corresponden al día de la fecha). Seria algo como:
DATOS <- data.frame(FECHA=c("31/10/2014","23/10/2014", "31/10/2014"),
HORA=c("01:23", "12:43", "23:09"))
No tengo problema de convertir la fecha para poder realizar
2008 Nov 03
0
[Fwd: Re: Cómo convertir un objeto data frame en una tabla csv]
-------------- next part --------------
An embedded message was scrubbed...
From: Kenneth Roy Cabrera Torres <krcabrer at une.net.co>
Subject: Re: [R] =?ISO-8859-1?Q?C=F3mo?= convertir un objeto data frame en una
tabla csv
Date: Sun, 02 Nov 2008 23:30:57 -0500
Size: 1752
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081102/60e3739d/attachment.mht>
2008 Nov 03
2
Cómo convertir un objeto data frame en una tabla csv
Agradeceré me ayuden con la consulta:
Cómo convertir un objeto data frame en una tabla csv que pueda a su vez ser
convertida en un objeto geodata
De antemano, gracias por la atención,
--
Ricardo Bandin Llanos
rbandin@udec.cl
Estudiante - Magíster Cs. m. Pesquerías
Universidad de Concepción, Región del Bio-Bio, Chile
Celular: (0056-41) 97949957
[[alternative HTML version deleted]]
2019 Feb 16
2
convertir char a double
Hola a todos,
no acierto a convertir una cadena "6,3" en el double 6.3 sin perder la
parte decimal.
Me sirve también que desde el csv lo lea como double, pero lo convierte
siempre a factor y desde ahi lo paso a caracter porque creo que será más
facil.
El caso es que con as.double el resultado sale redondeado y no veo cómo
recuperar los decimales.
Gracias!!
*Victoria *
[[alternative
2009 Apr 22
1
How to make a time series object from a data frame containing dates.
Hi, All
I have a data frame like this.
> names(x)
[1] "month" "alloc_gb"
One of the columns contains the dates I want to use:
> data.class(x$month)
[1] "yearmon"
I would like to make a time series object out of this. However the ts
function seems to require me to spell out the starting date. Is there a
way to tell ts to use the date column I already
2017 Feb 15
3
convertir múltiples listas de múltiples dataframes en un único dataframe
Dispongo de 10 listas, cada una de ellas es, a su vez, una lista de 3
data.frame. Trato de convertirlo todo en un único data.frame. Señalo que
los data.frame son de diferente número de observaciones y variables.
He probado todo, y ¡zas! nada.
Ruego amablemente alguna ayuda.
Manuel J.
[[alternative HTML version deleted]]
2006 Feb 02
0
Anyone know a good ITSP in Canada that suppo rts *?
There are a number of them, try Comwave, Voxip or Wiztel. Depends on what
you need we may also provide it... email me privately if you're interested.
Some provide IAX, some only SIP, H323, & MGCP...
-----Original Message-----
From: hugolivude [mailto:hugolivude@gmail.com]
Sent: Thursday, February 02, 2006 7:39 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject:
2008 Aug 20
0
How to concatenate values from a time series and a forecast
Hi, All
I have a time series object:
o1ts
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2005 56 58 67 68 69 71 78 78
2006 84 83 86 97 103 123 120 134 131 127 135 137
2007 142 138 141 151 155 173 181 188 195 191 262 273
2008 283 295 311 327 334 340 361
And a forecast derived from it:
> o1fa
Point Forecast Lo 95 Hi 95
Aug 2009 374
2009 Apr 24
0
By= levels with the Hmisc summarize function.
Hi, All
I have a data frame as follows:
> attach(mf)
> names(mf)
[1] "centre" "complex" "appl" "pool" "month" "alloc_gb"
I want to summarize this as follows:
agg<-summarize(alloc_gb,by=llist(centre,complex,appl,month),FUN=sum,
na.rm=TRUE)
That seems to run fine but there something odd about the output. The
2010 Oct 12
0
New R User Group in Toronto
Dear R users,
I'm pleased to announce that the Greater Toronto Area (GTA) user's group
is now active on meetup.com, and taking suggestions for the first
meeting. If you are on the region, you can sign-up now at the link below
http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group
This group is aimed to bring together practitioners (from industry and
academia alike) in order to
2012 Jun 20
0
formula method with "special" characters
Dear List,
I'm trying to create a formula method, allowing for a "special"
character in the formula (i.e., similar to for example the gam package
with the character "s" in y ~ s(x)). I've checked and it seems this is
done through attr(,"specials"). However, the section of code below (as
an example extracted from the gam package) gives me an error as shown at
2010 Sep 30
1
Can this code be written more efficiently?
Dear users,
I'm working on binary classification problem using Support Vector
Machines (SVM). My objective is to train a series of SVM models on a
grid of hyperparameters and then select those that maximize the AUC
based on an independent validation sample.
My attempted code is shown below. It runs well on "small" data sets but
when I use it on a slightly larger sample (e.g., my
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
Hi, All
Forgive me if this is a stupid newbie question. I'm having no luck
googling an answer to this, probably because I don't know the right R
terminology to frame my question. I want to know how to run an R
function on each combination of the values of 2 or more variables. In
SAS-speak this is multiple "BY variables" or "CLASS variables".
In R I've figured
2012 Mar 05
12
Cluster xen
Bonjour,
J''aimerai mettre en place un cluster sous Xen ou XenServer avec 2
serveurs dell R 710.
J''aimerai pouvoir monter un cluster en utilisant l''espace disque entiere
des 2 serveurs cumulés ainsi que la mémoire
Quelles sont vos retour d''expériences et vos configurations?
Merci d''avance
Cordialement
Mat
2017 Feb 15
2
convertir múltiples listas de múltiples dataframes en un único dataframe
Carlos:
Agradecido por tu interés. Adjunto la lista que me solicitas.
Saludos,
Manuel
---
_______________________________________________________
El 15/02/2017 17:45, Carlos Ortega escribió:
> Hola,
>
> ¿Puedes pasar parte de estas listas para no picar un ejemplo desde cero... ?
> Puedes pasarlo en un fichero ".RData" Y si te da problemas el adjuntarlo a toda la
2020 Apr 17
3
Convertir lista de precios a dolares por gramo
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20200417/11369880/attachment.html>
2010 Aug 17
1
TM Package - Corpus function - Memory Allocation Problems
I'm using R 2.11.1 on Win XP (32-bit) with 3 GB of RAM. My data has
(only) 16.0 MB.
I want to create a VCorpus object using the Corpus function in the tm
package but I'm running into Memory allocation issues: "Error: cannot
allocate vector of size 372 Kb".
My data is stored in a csv file which I've imported with "read.csv" and
then used the following to create
2004 Aug 06
0
Meilleurs Vœux pour 2002 : année de mémoire, de mobilisation, d'action, de justice et de sérénité - Appel au soutien moral et financier
Meilleurs Vœux pour 2002 : année de mémoire, de mobilisation,
d'action, de justice et de sérénité - Appel au soutien moral et
financier
========================
M. Habib HAIBI,
7, Aguesseau St.
69007 LYON - France
Tél. 00 33 4 72 73 19 08 - Fax 00 33 4 78 61 39 27
Email : haibi@free.fr
http://haibi.free.fr
Je suis qualifié pour exprimer mes voeux pour le Nouvel An à
tous les survivants