Displaying 20 results from an estimated 466 matches for "spectors".
Did you mean:
sectors
2010 Aug 03
4
[Xen-API] New XCP Management Tool
XCP Users:
I received an email from Alberto Gonzalez Rodriguez who created OpenXenCenter/OpenXenManager and is now working on OpenXenWebManager. Info to access the tool is:
steps to test are:
download from http://bit.ly/bres2U
uncompress: tar xvfz xenwebmanager_rev24_full.tar.gz cd xenwebmanager python frontend.py
and with a browser open http://localhost:8080 (or http://ip:8080) you need
2010 Jul 08
8
XCP Management Tools Inquiry
XCP Users:
As many of you are aware, there are several open source products available for everyone to use when working with XCP. I would like to get some feedback on the various tools to get a feeling on how people are using XCP and these tools.
Here are the tools that I am aware of (please respond if you are using another tool):
* OpenXenManager -
2010 Jun 22
4
XCP Community Meeting #2
Team:
It is time to start thinking about our 2nd XCP meeting for the Xen.org XCP team. The last meeting was held on May 25, 2010 at 14:00 UTC. Notes are at http://wiki.xensource.com/xenwiki/XCP_Monthly_Meetings. For the next meeting I hope to schedule a time that is better for our Asian participants so please contact me with a time that would be best if you live in Japan, Korea, Australia, etc.
2010 Jun 22
4
XCP Community Meeting #2
Team:
It is time to start thinking about our 2nd XCP meeting for the Xen.org XCP team. The last meeting was held on May 25, 2010 at 14:00 UTC. Notes are at http://wiki.xensource.com/xenwiki/XCP_Monthly_Meetings. For the next meeting I hope to schedule a time that is better for our Asian participants so please contact me with a time that would be best if you live in Japan, Korea, Australia, etc.
2010 Feb 11
9
XCP Downloading and Xen.org
Xen Community:
As you are aware, the Xen Cloud Platform has been available for download since last November and is becoming a very successful release for Xen.org. In fact, we are seeing substantial network traffic for this solution as we had 26 TB of data from XCP downloads in the past 4 weeks. Of course, this amount of traffic is forcing a re-examination of our co-location agreements as we are
2010 Feb 11
9
XCP Downloading and Xen.org
Xen Community:
As you are aware, the Xen Cloud Platform has been available for download since last November and is becoming a very successful release for Xen.org. In fact, we are seeing substantial network traffic for this solution as we had 26 TB of data from XCP downloads in the past 4 weeks. Of course, this amount of traffic is forcing a re-examination of our co-location agreements as we are
2009 Mar 24
3
Annoucing Citrix Project Satori
Citrix Project Satori is the result of a collaborative agreement between XenSource and Microsoft, and was carried forward after XenSource was acquired by Citrix Systems. The base Satori components are released by Microsoft as the Linux Integration Components for Hyper-V, and provide support for paravirtualized XenLinux guests running on Hyper-V. The Linux Integration Components can be downloaded
2009 Mar 24
3
Annoucing Citrix Project Satori
Citrix Project Satori is the result of a collaborative agreement between XenSource and Microsoft, and was carried forward after XenSource was acquired by Citrix Systems. The base Satori components are released by Microsoft as the Linux Integration Components for Hyper-V, and provide support for paravirtualized XenLinux guests running on Hyper-V. The Linux Integration Components can be downloaded
2009 Mar 24
3
Annoucing Citrix Project Satori
Citrix Project Satori is the result of a collaborative agreement between XenSource and Microsoft, and was carried forward after XenSource was acquired by Citrix Systems. The base Satori components are released by Microsoft as the Linux Integration Components for Hyper-V, and provide support for paravirtualized XenLinux guests running on Hyper-V. The Linux Integration Components can be downloaded
2009 Dec 17
1
Problem reading binaries created with fortran (More infos)
The structure of the file is clear (see below) the first line is made of
integers and doubles with the fifth being a text string followed by arrays
of double precision number.:
int1 int2 double1 double2 text int3 int4 int5
(array of double)
here is an example of file:
1 1 1.0 1.0 "HEAD" 160 224 3
23.4 34.5 ......
I tried to read the first line with readBin (results are copied below):
2009 Dec 08
3
re-ordering x-lables using barchart()
Hi R Users,
I'm trying to re-order the "site names" ("Waseca", "Morris", ...). I'm using
following code:
libarry(lattice)
barchart(yield ~ variety | site, data = barley,
groups = year, layout = c(6,1), aspect=.7,
ylab = "Barley Yield (bushels/acre)",
scales = list(x = list(abbreviate = TRUE, rot=45,
2011 Feb 17
2
sort by column and row names
Hello, All,
How can one sort on column and row names. For example:
How can this
X1 X3 X2
X1 1 0 0
X3 0 1 0
X2 0 0 1
become this?
X1 X2 X3
X1 1 0 0
X2 0 1 0
X3 0 0 1
Thank you for your time!
Jim
[[alternative HTML version deleted]]
2006 Sep 06
2
JPEG struct mismatch on Intel Macs (PR#9209)
Full_Name: Phil Spector
Version: 2.3.1
OS: Mac OS X (Tiger)
Submission from: (NULL) (128.32.135.22)
Trying to close a jpeg() device on an Intel Mac causes the following:
> jpeg('out.jpg')
> plot(1:10)
> dev.off()
JPEG parameter struct mismatch: library thinks size is 372, caller expects 376
null device
1
>
An empty jpg file is produced in 'out.jpg'
2010 Oct 01
3
Suppressing printing in the function
Hello!
I wrote a function that returns a data frame. Nowhere in the function
do I say print(my.data.frame), but when I run the function - the data
frame is printed on the console.
Is there any way to suppress it?
Thank you!
--
Dimitri Liakhovitski
Ninah Consulting
www.ninah.com
2010 May 20
3
HXEN for MacOS X?
Hello.
More than 1 year ago, someone said that HXEN would have an installer (*.dmg) for Mac OS X.
Is such an installer now available?
leopard
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
Xen-users mailing
2009 Aug 07
3
Simple Question: adding points to a boxplot
I apologize in advance for the simplicity of this question. I use R 2-3 times a year, and I seem to forget more in the intervening months than I learn during my days of panicked reading.... I HAVE tried looking at the help resources; I'm just not very good at understanding them.
I have a dataframe with 18 observations of 5 different things, and a second dataframe with and estimate for those
2009 Mar 11
4
R-help: grep in for loop using index - doesn't work
Hi everyone
I am trying to use grep in a for loop to compare a string value. It works
if I use
the actual index value but when I use the for loop index, it doesn't work.
Any suggestions plz.
Here is the code:
data <- read.table(file="Sigmoid.csv", head=FALSE, sep=",");
c1 <- data$V1
c2 <- data$V2
c3 <- data$V3
c1data <- data.frame(c1);
c2data <-
2010 Jul 28
2
read.delim()
I am reading in a very large file with names in it and R is truncating the number of rows it reads in. The separator in this file is a pipe '|' and so I use
dat <- read.delim('pathToMyFile', header= TRUE, sep='|')
It turns out that it is reading up to row 61145 and stopping and I think I see why, but am not sure of the best solution to this problem. I see the name of
2008 May 02
1
Phil Spector's book
Since we're on the topic of book reviews, I just received Phil Spector's
new R book called "Data Manipulation with R" and it is also quite a
nice book. I haven't gone through it all and I won't give a detailed
review but I have gotten a lot out of the first 100 pages that I have
read.
Note that I've been using R for almost 1.5 years so , for me, it's a
2009 Apr 24
1
Xen.org Weekly Update
Highlights for April 18 - April 24, 2009:
* Xen.org Summer Internship Available - http://blog.xen.org/index.php/2009/04/21/xenorg-internship-available/
* VM Snapshots Code Released - http://blog.xen.org/index.php/2009/04/21/vm-snapshots-code-released/
* Xen 4.0 Feature Requests List - http://wiki.xensource.com/xenwiki/XenRoadMap
* Lots of Patches and Answers to