Displaying 20 results from an estimated 62 matches for "foralment".
Did you mean:
foralmente
2005 May 20
1
using src/Makevars file
Hi all,
Thanks to all who offered advice on using F95 in R.
Now I'm trying to compile a test package using gfortran, Linux 2.4.21 and
R 2.1.0.
I was able to successfully compile and use a test F95 routine by setting my
environment variables as follows in bash:
export PATH=~/bin/:$PATH
export F77=gfortran
export LD_LIBRARY_PATH=~/bin/irun/lib
export GFORTRAN_STDIN_UNIT=-1
Now I'm
2011 Jan 11
4
Solaris 10 (9/10) on Xen 3.4
Hi,
I am trying to run solaris 10 (9/10) on Xen 3.4 (centos5.5 as dom0) in HVM
mode.
I can see the realtek 8139 network adapters when I do pciscan but ''ifconfig
-a'' just lists loopback device. I can load rtls drivers but still these
realtek interfaces are not available.
I found a link which does say The rtls driver from Realtek still uses
version 0 interfaces that are now
2000 Nov 16
1
postscript error
I have generated a graph on the X11 device, but when I
> dev.copy(postscript)
postscript
3
> dev.off()
X11
2
>
the Rplots.ps file is generated but contains a prologue only.
Can anyone suggest what I am doing wrong? Just to anticipate the
upgrade reply ...
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
2005 Jan 18
4
embedding fonts in eps files
Hi,
I have to make eps files with fonts embedded.
I use the following postscript command:
postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize =
7,horizontal = FALSE, onefile = FALSE, paper = "special",family =
"Times")
plot(...)
dev.off()
Are fonts automatically embedded in this way?
How can I see that?
If not, how to do it?
regards, Rudi.
2008 May 10
2
kernel- 2.6.25.3 + xen 3.2
Hi
Does anyone uses 2.6.25-3 kernel and xen-3.2?
I have a problem with kernel 2.6.24.
I find some patch for this kernel?
Regards,
Albert
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2004 Jul 13
2
Permissions problem...I must be overlooking *something*...
I have a share I can't seem to create files on, and I can't figure out why.
I get "Access denied" from Windows, and the samba log shows this:
[2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293)
open_directory: failing create on read-only share
[2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293)
open_directory: failing create on read-only share
The share has the
2011 Apr 01
15
Zpool resize
Hi,
LUN is connected to solaris 10u9 from NETAP FAS2020a with ISCSI. I''m
changing LUN size on netapp and solaris format see new value but zpool
still have old value.
I tryed zpool export and zpool import but it didn''t resolve my problem.
bash-3.00# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0d1 <DEFAULT cyl 6523 alt 2 hd 255 sec 63>
2006 May 22
0
Automatic Pluar to Singluar derivation in Loops
Hallo,
Enyoing the Rails framework, I often write loop like this:
for j_method in @service.j_methods
for parameter in j_method.parameters
@output = j_method.name+ " is in "+parameter.name
end
end
So:
* @service.j_methods => j_method
* j_method.parameters => parameter
forall @service.j_methods
forall j_method.parameters
@output = j_method.name+ " is
2008 May 07
1
Newbie users - xen-3.2
Hi
I''m newbie who using xen - 3.2, and I have question. I have runing
xen-3.2 on ubuntu 8.04, server have 2Gb memory and processor core 2 duo
2Ghz.
How many guest I running? Per guest I runing apache2+php5, other guest
have running jabber server openfire.
If I running 10 guest I don''t have free memory?
Regards,
ForAll
_______________________________________________
2006 Sep 14
1
Rv generation
Hi,
Can Someone inform me how to generate RV's using the below CDF, by inverse
technique.
Thanks for your help and time.
My CDF is as follows
\[
F(x)=0 \ \text{if} \ x < 0\]\[
F(x)=\{\frac{x-x_i}{x_{i+1}-x_{i}}*(p_{i+1}-p_{i})\}+p_{i}\
\forall \ x_{i}\leq x < x_{i+1} \]
\[ F(x)=1 \ \text{if} \ x > x_{i+1}
\]
Regards
Murthy
2009 Aug 13
1
Centos 5.3 - php-5.2.10
Hi,
I was looking a "stable" repo when I find php-5.2.10 wich I can use on
my centos 5.3, previously I used a remi and epel repo but now they are
have a php-5.3.0.
Regards,
For at ll
2009 Dec 15
1
libvirt 0.7.4 for Centos 5.4
Hi,
It's exist any repo where I find a newer libvirt-0.7.4 for Centos
5.4_x86_64?
For at ll
2017 Aug 08
1
[PATCH] drm/virtio: make drm_fb_helper_funcs const
Make these structures const as they are only passed to the function
drm_fb_helper_prepare and the corresponding argument is of type const.
Done using Coccinelle
@match disable optional_qualifier@
identifier s;
@@
static struct drm_fb_helper_funcs s = {...};
@ref@
position p;
identifier match.s;
@@
s at p
@good1@
identifier match.s;
expression e1,e2;
position ref.p;
@@
2017 Aug 08
1
[PATCH] drm/virtio: make drm_fb_helper_funcs const
Make these structures const as they are only passed to the function
drm_fb_helper_prepare and the corresponding argument is of type const.
Done using Coccinelle
@match disable optional_qualifier@
identifier s;
@@
static struct drm_fb_helper_funcs s = {...};
@ref@
position p;
identifier match.s;
@@
s at p
@good1@
identifier match.s;
expression e1,e2;
position ref.p;
@@
2009 Apr 18
2
Comiling xen-3.4.0-rc2
Hello,
I''m installs xena 3.4.0-rc2 to test , and I would like to know if it
is possible not to download on kernel 2.6.18, since I have installed
2.6.26-2 (debian lenny 5.0)?
Regards,
For@ll
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2002 Mar 25
2
Extreme value distributions (Long.)
This may not actually be an R/Splus problem, but it started
off that way .....
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
Executive summary:
==================
Simulations involving extreme value distributions seem to ``work''
when the underlying distribution is exponential(1) or exponential(2)
== chi-squared_2, but NOT when the underlying distribution is
1998 Jan 27
0
HPUX compilations and Samba 1.9.18p2
First a hint for those who try to compile newest Samba in HPUX 8.0x with
HP's ANSI C compiler:
You get this message:
Compiling util.c
cc: "smb.h", line 1598: error 1590: "share_mode_entry" is not a typedef name.
cc: "smb.h", line 1598: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined.
*** Error code 1
Somehow HP's compiler
2004 Jan 11
0
Win2k clients problem after updating system
Hello all samba users and programmers,
Since I changed my system and reinstalled samba funny things happen in my net. I used to work with a Gentoo system and now I've got installed a Knoppix 3.2 Debian, but by now I don't think it's interesting for the problem I've got.
What I did was:
- install samba 3.0.0-final
- copy the old smb.conf file to the path in the new system
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit
graphical output from R. Searching through the mail archives and reading
documentation isn't helping. Is there or isn't there a working driver for
this purpose. How can I get it? I tried looking at the development version
of the tarballs, but I didn't find anything that looked promising in there.
Also, does
2008 Apr 22
2
[LLVMdev] RFC: PowerPC tail call optimization patch
On Tue, Apr 22, 2008 at 12:30 AM, Evan Cheng <evan.cheng at apple.com> wrote:
> More nitpicks:
> ...
> No need for else here. :-)
Done
> SPDiff = (int)CallerMinReservedArea - (int)ParamSize;
>
> Just change last statement to
> int SPDiff = (int)...
Done
>
> +bool
> +PPCTargetLowering::IsEligibleForTailCallOptimization(SDOperand Call,
> +