Displaying 10 results from an estimated 10 matches for "mikle".
Did you mean:
mike
2010 May 20
4
Xen 4.0 build git
After download of Xen4.0,
Is there a simple way to disable to not
download from git implicitly ?
(I already did it offline and
would like to use that build instead.)
Idea is: "make world" would not enforce git automatically.
Any suggestions ?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2004 Mar 03
3
NetAPP still noone done?
Hi!
I have the following config:
RedHat ES 3
Samba 3.0.2a with OpenLDAP 2.0.27
Everything works fine having Samba setup as a PDC. But when trying to
join a (brand new) NetApp F810 to the domain I get an error: "Could not
create authentication pipe".
I really would need help asap ;)
Thanks
Tom
2012 Mar 07
2
repositories for 2.11 & 2.12
Dear experts,
I have to install ggplot2 packages for R 2.11 and 2.12 but this is
available for 2.14 only.
My question: are there urls for previous R version which can be use in
install.packages ?
Thanks
Miklos
2010 Feb 23
1
e1071: Cannot predict probabilities
Dear list.
I using the SVM-methods from the e1071, but I can't get the
probabilities when predicting.
Code:
x <- matrix(rbinom(100, 10, 0.3), ncol=2)
y <- apply(x, 1, sum)
fit <- svm(y ~ x, method = "C-classification", kernel = "radial",
probability = TRUE)
predict(fit, x, probability=TRUE)
Here predict doesn't containing any probabilities (not as attributes
2002 Mar 10
1
Hungarian codepage problem using smbmount
Dear Samba Developers, Dear Urban,
This was my original letter. I hope you get it correctly this time.
Maybe it was too big, now I reduced the size of this letter.
My goal is to make a Linux fileserver up and running with automatic
archiving functionality in a mixed Windows 2000 - Linux network and
since the beginning of February I could not solve my problem, so I
write to you hoping that you
2016 Mar 04
0
Wine release 1.9.5
The Wine development release 1.9.5 is now available.
What's new in this release (see below for details):
- New version of the Mono engine, with 64-bit support.
- Beginnings of the WineD3D command stream.
- Support for effect states in Direct3DX.
- Drag & drop improvements.
- Various bug fixes.
The source is available from the following locations:
2010 Feb 26
20
How to: Improve Network Throughput of a XEN kernel?
Hi there,
I am starting a new thread to try and solve a problem I am having will slow network throughput to the XEN host (not to a domU).
I have confirmed my problem occurs with PVOPS ''xen/master'' kernel as well using http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.31.6-pvops-dom0-xen-master-x86_64 as the .config.
It also occurs with a forward ported xenified kernel
2010 Feb 26
20
How to: Improve Network Throughput of a XEN kernel?
Hi there,
I am starting a new thread to try and solve a problem I am having will slow network throughput to the XEN host (not to a domU).
I have confirmed my problem occurs with PVOPS ''xen/master'' kernel as well using http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.31.6-pvops-dom0-xen-master-x86_64 as the .config.
It also occurs with a forward ported xenified kernel
2009 Oct 11
1
R on Google Android
Hi.
As a follow-up on [1], I'd like to raise the question of whether it's
practically possible to compile R to the Google Android mobile
platform?
The best way would probably be to use the Native Developer Kit [2],
NDK, and in that way get a library. This could then be interfaced to
by a Java-program.
I know that several questions have been raised against the idea, e.g.
with the input
2010 Sep 02
1
nlme formula from model specification
Dear R-community,
I'm analysing some noise using the nlme-package. I'm writing in order
to get my usage of lme verified.
In practise, a number of samples have been processed by a machine
measuring the same signal at four different channels. I want to model
the noise. I have taken the noise (the signal is from position 1 to
3500, and after that there is only noise).
My data looks like