Displaying 20 results from an estimated 200 matches similar to: "Mechwarrior 2 under wine"
2007 Nov 20
6
How to dereference a pointer to a pointer
Hi.  I would like to print out a field of a vnode, but the argument to 
the function is of type vnode_t **.
If I set "this->vpp" to arg2 in an entry function to zfs_lookup(), I''d 
like to retrieve the value of one of the fields of *(this->vpp) in the 
return function.  Something like the below (but the syntax below is not 
right):
        printf("zfs_lookup:
2004 Jan 09
1
Problems with rsync with dirctories with spaces in the name
Hi guys
I have read read the why's and whyfores and howto's and whento's about 
posting for help, but I'm not sure whether this has already been addressed - 
plenty other Win/spaces-in-dir-names issues have been.
I was running rsync to copy stuff off of a Windows disk onto a Windows disk 
on another machine via Linux - Mdk 9.1 rsync - (rsync-2.5.7-0.1.92mdk) , 
when I first
2011 Feb 23
8
Stuck on loading screen
I'm new to linux but I been able to get some things working. I installed  Vampire - The Masquerade Bloodlines with wine but when I run it stays on the loading screen.
2002 Feb 20
6
using GUI
A few days ago I loaded R version 1.4.1 to run on Windows 98 and
haven't been able to find information on the GUI approach in the FAQs, R
Reference Index, or Search Engine .  Edit has an item that allows changing
GUI preferences, and the Target path in the icon ends in Rgui.exe, so it
appears that R for Windows does include using the GUI approach.  
	In S-Plus I wrote a application with
2008 Jan 16
1
Non linear regression with 2 explanatory variables
Hello!
I want to do a non-linear regression with 2 explanatory variables 
(something like : length ~ a * time * exp( b* temperature)), having a 
data set (length, time, temperature). Which function could I use (I 
tried nls but I think it doesn't work)
Thanks a lot!
Janice
2004 Dec 06
1
Gam() function in R
Unfortunately that's not really an R question.  I recommend that you read up
on the statistical methods underneath.  One that I'd wholeheartedly
recommend is Prof. Harrell's `Regression Modeling Strategies'.
[BTW, there are now two implementations of gam() in R: one in `mgcv', which
is fairly different from that in  `gam'.  I'm guessing you're referring to
the one
2008 May 13
11
Problems running the game GUN from Neversoft.
Hello!
I have installed Wine 0.9.55 (pretty sure of that) on my Mandriva 2008.
I tried to install the game GUN from Neversoft. (It works fine on windows Vista). On the distribution it says that it is compatible on Windows 2000 and XP.
But when I try to install it it seems to work, but when I try to run it I get an error in a popup.
Right now I'm at office and do not exactly remember the
2018 Aug 23
2
[lld] avoid emitting PLT entries for ifuncs
In the context of support not only IFunc but DTrace, what kind of features
do you want to add to lld, if you have a chance to implement it in the
linker instead of a post-processing tool? I wonder if we can solve both of
your problems.
On Thu, Aug 23, 2018 at 1:33 AM Mark Johnston <markj at freebsd.org> wrote:
> On Wed, Aug 22, 2018 at 10:11:00AM -0400, Ed Maste wrote:
> > On 22
2010 Aug 10
1
axis labels defaulting to scientific notation
The labels on the x-axis are defaulting to scientific notation no matter
how small cex.axis is. How can I override scientific notation to get the
labels to print out as specified? Here is the code (UNIT here is
0.0105): 
plot(xm,yv,log="xy",ylim=c(0.1,20)/UNIT,xlim=c(0.004,20)*UNIT,xaxt="n",t
ype="n")
axis(1,
2008 Jul 03
2
Relative Mortality Risk second part
Hi everyone,
We are looking for some data sets working with relative risk mortality.
so, someone know where can I find the data.mgus dataset and the data.mgus?
Using 1384 records from Minnesota.
This data set are used in the :
Robert A. Kyle, Terry M. Therneau, S. Vincent Rajkumar, Janice R. Offord,
Dirk R. Larson, Matthew F. Plevak, and L. Joseph Melton III. A long-term
study of prognosis in
2011 Feb 12
1
existing performance data for on-disk dedup?
Hello.  I am looking to see if performance data exists for on-disk 
dedup.  I am currently in the process of setting up some tests based on 
input from Roch, but before I get started, thought I''d ask here.
Thanks for the help,
Janice
2010 Feb 08
4
Gnome wine menu entry gone
Well for a long time now my wine menu entry in gnome has been gone. Most threads I read all say to fine the <deleted> tag in .config/menus/applications.menu but mine doesn't have it.
2007 Jan 18
1
Changing the contents of installation cd so as to include a new kernel
Hi,
I have CentOS 4.4 with me. I want to change the
default kernel during installation, from 2.6.9 to
2.6.15. I got myself a copy of vmlinuz and initrd.img
from the RHEL AS 4.0 installation cd and copied it as
vmlinuz-rhel and initrd-rhel.img respectively into the
isolinux folder on the CentOS cd. I changed
isolinux.cfg so that it would boot into my kernel. I
then made a fresh new ISO and tried to
2003 Oct 24
1
Scan() question
I am just beginning to use R 1.7.1 on Windows XP and can not do a simple scan of a .txt file with integer data separated by tabs.  
First I figured out that I need to open a connection to the file (which isn't mentioned in scan()).
But now when I scan,  I get "Read 0 items".  What can I do?
Janice
	[[alternative HTML version deleted]]
2012 Jul 13
0
Systems and Network Administrator, Sydney, Australia
Professional Utility Board is seeking a part-time Systems and Network
Administrator.
The candidate will play an integral role as a systems and network
administrator with Professional Utility Board, a utilities procurement
consultancy, based in Terrey Hills, Sydney, Australia.
Responsibilities:
 - administration of a FreeBSD server system
 - some end user support
Experience:
 - 3-4 years
1998 Mar 02
0
R-beta: "out of virtual memory"
Hi,
We just ran up against a "Memory exhausted" error trying to manipulate a
7Mb data file on R 0.61.1 FreeBSD-2.2.5, so I checked the manpage and
discovered the "-v" option.  However, I can only run "R -v 11".  Anything
higher gives the following:
> R -v 12
R : Copyright 1998, Robert Gentleman and Ross Ihaka
Version 0.61.1 Alpha (January 12, 1998)
[...startup
1998 Nov 30
0
Rcgi announcement
Dear All,
I am writing to ask if you would please test our first public release of
Rcgi, a CGI WWW interface to R.  We've added a few new tricks to what has
gone before, the most interesting of which is the ability to use "embedded
code": you can mix user input and code, allowing the HTML author to do
anything from load in data sets to enter most of the commands for users
without
2000 Feb 11
2
Compilation Failure on Linux/Intel (PR#434)
Full_Name: MJ Ray
Version: 0.99.0a
OS: Linux 2.2.13 Slackware 7.0
Submission from: (NULL) (195.7.239.50)
I consistently get a sig11 on one file:
gcc -I. -I../include -I../../src/include -I../../src/include/R_ext 
-DHAVE_CONFIG_H -mieee-fp -g -O2 -c fft.c -o fft.o
gcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [fft.o] Error 1
However, other files and parts of the
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
Mates,
    The saga continues, but THANK GOD 'make revert' WORKS. Here is my
problem. I am trying to compile 3.0.7 from source and install it on my
Mandrake 7.2 box. The gcc compiler is 2.95.3. Here is what I have done:
[stop samba]
# ./configure --prefix=/usr --with-smbmount
# make
# make install
# /etc/rc.d/init.d/smb start
Here is what I get:
[root@Nemesis david]# tail
2008 Jun 11
3
Gun Install Problems
Has anyone had any problems installing the game Gun, does it even run? If not, I shouldn't even bother anyway. When I insert the second disc, it tells me:
"The folder contents could not be displayed."
"You do not have the permissions necessary to view the contents of "cdrom0"."
None of my other games do this.