Displaying 13 results from an estimated 13 matches for "shortview".
2008 May 25
11
Aerofly Prof deluxe
Have someone experience with the model-aircraft simulator
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage f?r 1 Euro.
?ber 180 Spiele downloaden und spiele: http://flat.games.gmx.de
2008 Mar 13
1
Using TPM in dom0
..., how can I access the TPM in dom0? As far as I know vtpm_managerd exclusively locks /dev/tpm0. As soon as I start vtpm_managerd my own program cannot access the TPM anymore. Is there a vtpm instance for dom0 like the ones for the user domains?
Thanks in advance for any hints,
Tom
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jun 08
1
Installation of R bindings on Windows
...need to provide the location of the
file analogous to the /usr/lib/R/lib/libR.so library. I've been searching for libR.dll, Rlib.dll,
everywhere, but can't find it .
What is the analogon of libR.so on Windows ?
Thank you very much.
Best regards,
Axel
--
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf at gmx
2008 Jun 13
1
R and Browninan Motion/ Langevin Equation package
...ttle around.
I already looked in the MASS book (by Venables and Ripley) but I couldn't find any Brownian Motion/ Langevin Equation package.
Are there any good packages or tutorials available which cover R and Browninan Motion/ Langevin Equation?
Thanks
Peter
--
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf at gmx
2008 Jul 20
2
Indicator Kriging?
Hello All!
I like to do some indicator kriging with R.
So far I used geoR for simple and ordinary kriging.
Does anybody know which package I should use?
Thanks for your help!
Sascha!
--
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf at gmx
2008 May 23
1
Fwd: Re: Model aircraft simulator Aerofly prof. deluxe
...t; joerg
>
> --
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
--
Psssst! Schon vom neuen GMX MultiMessenger geh?rt?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf at gmx
2008 Jul 04
0
unable to compile samba 3.2.0 under Solaris8
...swatdir=/opt/csw/share/samba/swat ?with-configdir=/opt/csw/etc/samba ?with-privatedir=/opt/csw/etc/samba/private
I also tried using gcc from blastwave.org but it fails at the same stage.
Any ideas? I couldn't find anything related on google as 3.2.0 is quite new I guess
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
2008 Jun 09
1
Student Distribution and Funtion qt
...t it returns the values of the student distribution for a one-sided question (eg. qt(0.99, 10) = 2.76). Is there a way to use qt to calcute the quantiles for a two-sided problem? Or is there a different function I could use in a similar way as qt?
Thanx, Antje
--
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf at gmx
2008 Feb 11
4
domain member WIN2003 AD - Trusted Domain
Hi folks,
we have a problem with a win2003 DC and Samba. The authentification of users from the dc works fine, but when we added users from a forest trust in a active directory localgroup, samba don't find the users...
I post this problem here:
https://bugzilla.samba.org/show_bug.cgi?id=5245
Maybe you can help.
Cheers
Paul
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu
2008 Apr 23
1
significant variables in GPLS ?
...levs, bias.reduction) I have got from the gpls1a do not contain any information about the significance of my input variables.
Does anybody have an idea how I can get information about the significance of my input values?
This would really help me a lot.
--
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf at gmx
2008 Jul 03
1
ggplot2: scaling and tick mark of x-axis
...006-08-01") ##1. August 2006
End <-as.Date("2007-09-01") ##1. September 2007
Period<-seq(Start, Ende, by="month")
and then using "Period" as argument in scales(at).
How can I succeed in ggplot2?
Cheers,
Henning
--
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
[[alternative HTML version deleted]]
2008 Jul 18
1
t-test for multiple variables
...ired
t-test for each level of col1.
I would like to avoid specifying the levels of col1 manually because it
seems to me as being stupid, however, i did not figure out how to tell it R
in an function. I tried with tapply, but it did not work.
Thanks, Henning
--
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
[[alternative HTML version deleted]]
2008 Apr 10
6
two graphs in one figure?
Dear all,
how can I plot a line graph and a bar graph in one single figure? I tried
to combine "barplot" and "plot". Even though they both have the same
x-values (1 to 55), it just doesnt look as if they match in their scale
(the barplot is much wider than the "plot"....even though I tried to put
limits on the x-axis).
Here is an example of what I did: