Displaying 20 results from an estimated 40000 matches similar to: "Quicken Basic 2000 - which wine version?"
2014 Aug 28
3
PXE booting WinPE with UEFI architecture
Anyone have luck with pxechn32 and bootmgfw.efi?
I'm getting the "Unable to retrieve first package" issue as reported by others.
Really, any advice for UEFI booting into a winpe environment off of pxelinux 6.03 would be beneficial.
Jason Jones
Sr. Associate, Network Services | End User Computing
3947 N Oak St Ext | Valdosta, GA 31605
O +15137844955
E jason.s.jones at
2002 Mar 28
1
extracting non-NA columns from a data frame
I'm clustering using kmeans, and it doesn't accept NA. if NA occurs in a
column of the data frame, it occurs in every column, including column 1.
they say that a (good) programmer can write FORTRAN in any language, so I
came up with this, where tbl is the data frame containing NA -
> newtbl<-NULL
> for (i in 1:length(tbl)){if (!is.na(tbl[1,i])){
+ newtbl<-if
2001 Aug 03
1
large address spaces in R
I have been using SPLUS on UNIX to do performance analysis of our computers
and have some matrices that are about 15M rows with 8 columns. These are
'integers' and therefore take up about 500M of memory. I run on a system
with 2G of memory and will utilize over a 1G when processing this data.
I am considering using R and was wondering how large addresses spaces are
handled under
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
Thanks a lot, James!!
The problem is fixed. On the version 1.4.0 Mac/darwin (the latest
available version for this system) the function read.table (which is
called from read.delim etc., too) has the bug you explained.
Inserting the row
nlines <- nlines+1
after
lines <- c(lines, line)
removes this bug.
M.
On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com
1999 Dec 16
1
samba2.0.6 write errors
Hi Folks,
I am running Samba 2.0.6 on Solaris 2.6 and I have a bunch
of write errors showing up in my log.smb file. Here are some of them:
----------------------------------------------
[1999/12/16 14:25:42, 1] lib/util_sock.c:client_name(997)
Gethostbyaddr failed for 10.41.0.184
[1999/12/16 14:25:42, 0] lib/util_sock.c:write_socket_data(537)
write_socket_data: write failure. Error = Broken
2001 Aug 27
1
Error meesage from RGUI
I am using Version 1.3.0 (2001-06-22) on Windows/2000. Had loaded the
'lattice' and 'grid' libraries and was trying the example on densityplot:
data(singer)
densityplot( ~ height | voice.part, data = singer, layout = c(2, 4),
xlab = "Height (inches)", bw = 5)
## Using a predefined panel function to fit a normal distribution
2001 Aug 22
1
Problems with trying to print 'refman.pdf'
When I try to print out the refman.pdf file of version 1.3.0 to an HP
LaserJet 8000 PS printer, I get the error message "Error occurred while
downloading a font. This document might not print correctly". The document
does not print correctly. The index page looks fine on the monitor, but
appear to print with a "Courier" type font that is squeezed to be
proportitional.
Has
2002 May 08
1
Difference in 'read.table' between R.1.4.1 and R1.5.0
This sequence of commands worked fine in R.1.4.1. The data file was the
same in both instances:
> acct.log <- read.table(file, col.names=c('cmd', 'user', 'start',
'end',
+ 'elapsed', 'sys', 'usr', 'cpu', 'char', 'blocks'),
+ colClasses=c('NA', 'NA', rep('numeric',
2002 Mar 08
0
Create png graph from script?
I am looking for a way to create png format files from a script that runs
from crontab. I would like to avoid ghostscript or depending on a
particular x11 device being available. Any help is appreciated.
Details below.
I am running R Version 1.4.1 on Solaris 2.6.
If I can rely on an x11 device being available I can achieve the result as
follows:
$ /fred/R-1.4.1/bin/R --no-save
2002 Jun 21
1
textConnection appears to be slow
I was trying to read in a file and delete lines that did not have the
correct
number of fields on them. I was reading the file as one character vector
per line
using 'scan' with sep='\n'. I was then using 'count.fields' with
'textConnection' to the object I just read in.
I thought at first the system was locked up, but further testing showed
that the
2001 Dec 29
1
Slow 'read.table' in R 1.4.0 (PR#1232)
The 'read.table' function appears to be up to 10X slower in R 1.4.0 than R
1.3.1 for some of the data sets I read in. I was comparing the source code
for the 2 versions and see that it was rewritten in R 1.4.0.
I think I found out what part of the problem might be. I was comparing
R1.3.1 and R1.4.0 code and it appears that a statement is missing in some
of the code for R 1.4. This is
2014 Sep 04
2
PXE booting WinPE with UEFI architecture
This got me closer, but it got to "Encapsulating winpe.wim..." and never went through the rest of the way. Ultimately PXELINUX apparently timed out and the machine rebooted.
Here is relative portion of pxelinux:
LABEL SCCM OSD Boot
MENU LABEL ^2. SCCM OSD Boot
com32 linux.c32
append wimboot initrdfile=bootmgr.exe,BCD,boot.sdi,winpe.wim
TEXT HELP
2001 Sep 10
1
on.exit processing
I have encountered a 'strange' behavior in the 'on.exit' processing. I had
a function where I setup an 'on.exit' condition and then later on added to
it with an 'on.exit({...}, add=T)'. What appeared to happen is that on
subsequent calls to the function, even if only the first 'on.exit' was
called, it was still executing the one with the 'add=T'.
2002 Sep 04
1
readline doesn't work even thou cled=TRUE
Can anyone offer suggestion about getting readline to work on Solaris?
(v1.5.1)
When I use the up arrow or ctrl-p to try to repeat the last command
my session just beeps.
It appears that the .Rhistory file that should appear in my startup
directory
is not being created.
Thanks!
The screen shot below shows cled=TRUE and no .Rhistory file created:
$ /apps/R-1.5.1/bin/R
R : Copyright 2002, The
2002 Jul 05
1
PDF file not created correctly
I am trying to put some text data in a graphical output file so that I have
a single file with both the graphs and summary data. I was capturing the
output via a 'sink(textConnection('output','w')). This seems to work fine,
but in trying to put the text data in a graphics frame, I was having
problems. When creating a postscript file, things were fine, but a PDF
file appeared
2002 Jul 05
1
Exception created in RGUI.exe (PR#1748)
I was trying to print out some text on an empty PDF graph so that I would
have the statistical data in the same file as the graphs. I was having
problems in getting the output in a PDF file, but could get it in a
postscript and BMP file. I put together the script below to see what
'fonts' were available on PDF, is it caused an exception.
I was getting an exception in the pdf call
2002 Feb 22
0
Question regarding Samba and security = share
I am really new to configuring and maintaining samba, and have what I
belive should be a quick question.
I have recently installed Samba 2.2.2 on a Solaris 8 server. I need to
make a directory on the samba server accessable by a small group of people
here at work. The users who will be connecting to the samba share do not
have accounts on the samba server. The are coming from Windows 2K boxes
2002 Apr 29
0
code optimization
Try this:
split(delta,cut(delta, breaks=c(0,2,4,7,10,max(delta)),include.lowest=T))
$"[0,2]"
[1] 0.0 1.4 2.0 2.0
$"(2,4]"
[1] 2.3 2.3
$"(4,7]"
[1] 4.5 6.4
$"(7,10]"
[1] 8.9 7.4
$"(10,12.4]"
[1] 12.4 11.5
"Peter B. Mandeville" <mandevip at uaslp.mx>@stat.math.ethz.ch on 06/24/2002
13:11:41
Sent by: owner-r-help at
2004 Nov 02
5
Quicken fonts
I just installed Quicken 2001 using the 0914 version of Wine built from
source code on my Fedora Core 2 machine. I followed the Quicken install
instruction #2 on Franks Corner site. The installation went fine and
everything seems to work well. But some of the fonts are unreadable.
Here is a screen shot of what I am referring to (the problem fonts are
circled):
2002 Dec 29
2
Quicken - Registration wants Internet Explorer
Hi,
I'm running Quicken 2001 Deluxe successfully under current CVS. The
only issue I have is that every time I go to download stock quotes
online, Quicken wants me to register the product, and to do this
attempts to open Internet Explorer. It can't find IE, so it just sits
there waiting. I eventually close the window, get a warning message from
Quick, and then proceed to download