Displaying 20 results from an estimated 20000 matches similar to: "CMD: color and "interactive mode"?"
2009 Mar 29
5
Ghost32.exe
Another app I would like to run is Ghost32.exe. This is their "old school" version that looks awfully like Windows 3.1 and is a "self contained app" meaning that on Windows machines I just take the Ghost32.exe to another device and it will launch. No "install" is really ever done.
When trying to launch in wine I get the following errors:
$ wine ghost32.exe
2009 Mar 29
1
OSX MacPort Install 1.0.1 - winecfg problems
I tried a binary install of Darwine last week but wasn't that happy and wanted to go for the more "authentic" MacPort install.
OSX 10.5.6
Everything seemed to install properly, but the first thing I wanted to check was winecfg to set up the drives a bit differently. It didn't load very well as the first tab of winecfg loads (Application Settings), but the buttons at the bottom
2009 Jul 08
11
Printer in wine on OS X?
I have installed Wine via macports on my Leopard machine. I have a printer installed on the MAC but apparently this is not using CUPS?
Can someone help me install a printer via cups on the mac and also, how do I get a start menu or somewhere to run my applications without having to run them from a command line?
If this works, I will not be able to have my teachers run apps from a cli. There
2012 Mar 28
1
What are the color's name in heat.color(5)
Hi all,
I'm trying to using heat.color function in my data visualization. So, when
I set col = heat.color(5), five different colors are displayed from red to
weak yellow.
But, now I want to know the color's keys or the names of the displayed
heat.color. For instance, I think one of the five displayed colors seems to
be 'red'. But, I'm not sure whether it is, also I don't
2009 Feb 02
0
quantiles for sorted pairs of data
Hi everybody,
Suppose I have continuous measurements of an energy waveform that is sampled discretely for different heights every 0.5m. Let's say I want to find out the height for which I have equal amount of energy above and below.
My colleague did the following:
a. calculate the cumulative sum of the energy
b. calculate the median of the cumulative energy
c. find out what is the height
2010 Jan 24
3
system vs shell wait command
Dear All,
I try to invoke a second program (called "gencont") within a R script.
However this second program needs some time to finish. After finishing the
output should be read into R and used for further calculation.
Under windows, it perfectly works:
result<-shell("gencont < yn.txt",intern=TRUE,wait=TRUE)
# R waits untill the program finishes (apporx 3 min) and
2011 Mar 25
4
read.xls -> rotate data.frame
Hi to all,
how could I to rotate automatically a data sheet which was imported by
read.xls?
x1 x2 x3 .... xn
y1 1 4 7 ... xn/y1
y2 2 5 8 .... xn/y2
y3 3 6 9 ....xn/y2
yn ... ... ... Xn/Yn
to
y1 y2 y3 .... yn
x1 1 2 3 ..... Yn/x1
x2 4 5 6 .... Yn/x2
x3 7 8 9 .... Yn/x2
xn ... ... ... ..... Yn/xn
Kind regards Knut
2006 Oct 24
0
samba becomes unreliable on upgrading to SOlaris 10
Hello,
we've been more than happy with Samba 3.0.22 on our Solaris 9 machines,
but when we upgraded to Solaris 10 users are experiencing a multitude
of XP desktop problems: icons disappear, start menu will hang because a
few items link back to a samba share, many XP windows write delay
problems, the whole desktop will hang. It seems the samba server will stop responding.
Is there anybody out
2007 Dec 26
1
Can you recover default argument values of a function?
Hi.
Maybe this is a stupid question. If so, I apologize, but here goes. Suppose I have a function f1(x,...) that calls a function f2(y1,y2,...,yn) in the following way: if x satisfies a certain condition, then I want to call f2(x,y2,...,yn); otherwise I want to use the default value of y1, if there is one. I could do something like the following:
v <- ifelse ( is.null(x), f2( , y2,...,
2009 Jun 02
1
plot 4th variable contour lines on filled.contour
Hello,
I have a dataset with 4 variables, each consisting of a vector, all with
the same length. I start by interpolating the first three variables
using the function "interp", and plot the interpolation successfully
using "filled.contour". I then interpolate the first two variables and a
fourth using "interp" again, but when I try to overlay the contour
lines
2011 Oct 28
1
Quotas with Maildir and mdbox
Hello,
We use LDAP to store our Maildir++ quota information for our Maildir
mailboxes. I notice in the documentation that only SQL and flat files
are supported by the dictionary quota if I want to use quota with mdbox?
Are there any plans to allow LDAP to be used as the store?
Regards,
Matthew.
--
Dr Matthew Williams MEng PhD MBCS
Systems Administrator - IT Services - Bangor
2005 Mar 02
2
Problems installing gems using rails
Hello
I''m trying to use rubyonrails, but had some troubles:
First, there was an issue with gems (it did not finished the installation):
# gem install rails
Config file /root/.gemrc does not exist
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for:
2003 Nov 25
0
samba on macintosh
Hi all. New to this list so ... sorry if this is old, but I have searched
honest.
I have been asked to install samba on some (60) macintoshes. The macs run
OSX10.2. I have the developer tools and samba 3.0.0. Configure works but
make crashes out with libsmb/clikrb5.c139: #error
UNKNOWN_GET_ENCTYPES_FUNCTIONS followed by 4 more errors ((caused by the
first?).
I cant see any ref to this or options
2007 Aug 01
1
Many STATUS_INVALID_HANDLE
I'm in the process of trying to track down the cause of frequent Delayed
Write Failures on our network. Most seem to be from database-like files
(e.g. firefox/thunderbird sqlite files) that are stored in the users
Application Data directory. The AppData directory in our case is on a
mapped network drive and excluded from the set of files copied back and
forth as part of the roaming
2008 Dec 11
3
getting ISO week
Hi all,
Is there a simple function already implemented for getting the ISO
weeks of a Date object?
I couldn't find one, and so wrote my own function to do it, but would
appreciate a pointer to the "default" way. If a function is not yet
implemented, could the code below be of interest to submit to CRAN?
Best Regards,
Gustaf
--------------------
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks,
I''m having trouble getting gems to install rails. It just keeps asking
me which version of thin I want to install. Until I choose skip or
cancel, in which case I''m told that something has gone wrong.
Any advice?
Thanks kindly,
Tommy
PS: Gems is 0.94.
---------------------------------------------------------------------
tommy@tommy-laptop:~/www/blog$ sudo gem
2006 Apr 05
0
Segfault installing rails-1.1 gem
This is on Debian stable.
{{{
$sudo gem install rails
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
Install required dependency activesupport? [Yn]
Install required dependency activerecord? [Yn]
Install required dependency
2006 Mar 22
1
has_many :addresses, :as => :addressable
I just got the Rails Recipies and I''m looking the Recipe 17.
class Person < ActiveRecord::Base
has_many :addresses, :as => :addressable
end
class Company < ActiveRecord::Base
has_many :addresses, :as => :addressable
end
class Address < ActiveRecord::Base
belongs_to :addressable, :polymorphic => true
end
At the beggining I had some problems because
2012 Jul 07
0
regressor & autoregressive error?
Hello,
I am using R for fitting parameters of a time series model.
The model is as below.
Y(t) = mu + a*X(t) + YN(t)
where YN(t) = b*YN(t-1) + innovation
and Z(t) follows N(0,1).
The main obstacle for me is the autoregressive error term, YN(t).
I can't figure out how to estimate the parameters (mu, a, b) with usual
'arima' function in R.
What I have tried is....
1. Do the
2001 Nov 27
0
Protecting files - help?
Hi,
OK, I'm perplexed by this and I know it has to be possible, but having
poured through the Samba docs and various Samba books, I can't find
anything other than what I've tried....
I need to protect certain files within a users home directory, so they
cannot be deleted. Some of these files need to be readable and writeable
so I can't restrict it with Linux file permissions.