Displaying 10 results from an estimated 10 matches for "mikl".
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
...r/lib/samba/codepages/
It is interesting that files containing hungarian characters shared
under Linux can be perfectly well opened, copied and manipulated
remotely using a Windows 2000 machine. So the Samba server is OK, only
the client is not working as needed.
Thanks in advance for your help,
Miklos Laszlo
system administrator
Real 91 Design Office Ltd.
-------------- next part --------------
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cro...
2016 Mar 04
0
Wine release 1.9.5
...se SetRectEmpty() instead of open coding it.
shell32/tests: Use SetRectEmpty() instead of open coding it.
d3dx9/tests: Avoid using an empty rect for a test.
d3dx9/tests: Use SetRectEmpty() instead of open coding it.
gdi32/tests: Use SetRectEmpty() instead of open coding it.
Mikl?s M?t? (1):
winex11: Add 1280x960 resolution.
Nikolay Sivov (14):
dwrite: Trace GetPaletteEntries() failure (Coverity).
dwrite: Handle font data initialization failure when building collections.
include: Fix IsBad* prototypes.
gdi32: Use a macro instead of accessing F...
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