Displaying 20 results from an estimated 7000 matches similar to: "[newbie] terminal is black - no green text..."
2009 Mar 09
1
Adding text to both grid and base graphs
Dear all,
I'm stuck with the following problem:
I generate graphs using both the grid system (with lattice) and the base
system. I'd like to be able to identify these graphs later on with a bit of
identifying text (e.g. a date and some comments). Adding text to these
graphs cannot be done using a common system if you want to save them as emf
files. I now use:
mtext("labelling
2001 Mar 01
0
Wine Weekly News #84 (2001 Week 09)
please find enclosed the latest WWN issue
A+
--
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Wine Weekly News
All the News that Fits, we print.
Events, progress, and happenings in the
2001 Mar 01
0
Wine Weekly News #84 (2001 Week 09)
please find enclosed the latest WWN issue
A+
--
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Wine Weekly News
All the News that Fits, we print.
Events, progress, and happenings in the
2001 May 22
0
Call for volunteers
Hi,
I have built a list of projects that would benefit Wine (or at least
would make me feel better) and yet should be easy to tackle by new Wine
developpers. So if you wanted to contribute to Wine but just did not
know where to start I hope this list can provide you with some ideas.
If you want to contribute but don't find anything that motivates you
in this list, just post a message
2002 Aug 23
1
Quickbooks and Wine
> A little while ago someone posted that they had Quickbooks running under
> wine. Was this installed under Wine, or it is running from a dual-boot
> situation?
CodeWeavers apparantly has Quickbooks running (unsupported) under CrossOver
Office 1.2. (Quicken running supported, for what *that* is worth...)
Codeweavers puts its code back into Wine; the only thing they don't is
anything
2001 Jun 28
3
Porting with Winelib
Hi,
I am looking into good way to port Windows applications
to Linux and hopefully any other Unixes.
I'd like to know about questions below.
If anyone answer them, I'd appreciate it.
1. Can I use Winelib to port commercial application
whose sources will be not disclosed ?
2. Is it possible to link Winelib statically with an application and distribute it ?
3. In case that I
2010 Aug 14
1
is it possible to map 2 plots(c and d) in a single output plot?
is it possible to map 2 plots(c and d) in a single output plot?
library(ggplot2)
c <- ggplot(mtcars, aes(qsec, wt))
d <- ggplot (mtcars, aes(qsec, wt))
c + stat_smooth(fill="darkgrey", colour="blue", size=2, alpha = 0.2)
d + stat_smooth(fill="darkgrey", colour="red", size=2, alpha = 0.2)
--
View this message in context:
2001 Aug 10
2
Diablo 2 with Battle.net - another step closer
I've finally found a crack for diablo 2 LOD that works no CD under win 98,
AND works on battle.net!!!! However, I've been trying to get this to work
under linux with no real sucsess, I'm using Codeweavers wine PR 4, (I've just
started using this instead of the wine.tar.gz cos is seems easier to remove
from a linux distro than the tar.gz version, but I suppose that's what
2023 Jan 12
1
Reg: ggplot error
Hallo
I am not familiar with any of packages you use (except of MASS and ggplot2) and the code is too complicated without any hint where the error could come from and what is the message you get. I wonder if anybody would like to go through your whole code.
1. data seems to be read correctly
ICUData <- read.csv(file = "ICUData.csv", stringsAsFactors = TRUE)
ICUData.neuro <-
2008 Aug 25
1
lattice : using both strip and strip.left
Dear all,
I'm routinely using lattice and ggplot2, I wish to create a lattice
theme that looks not too dissimilar to ggplot's defaults so I can
include both graphs in a document with a consistent look.
To illustrate my questions, consider the following example:
> library(ggplot2)
> library(lattice)
>
> # example data
> x <- seq(0, 10, len = 100)
> y1 <-
2003 Sep 06
1
GrandStream Phones... White,Black or Green?
Just in case you guys haven't been paying attention Grandstream sliped in
some diffrent colors on the IP phones and looks like they released the
ATA-286 (Cisco is gonna have kittens I suspect)
bkw
2005 Aug 03
3
red-black-green color palette?
I'm working on some heatmaps, and the person I'm working with would
prefer a red-black-green color palette (red denoting gene induction and
green denoting gene repression). Does such a palette exist already?
If not, is there an easy way to create one?
Thanks,
Jake
2001 Mar 09
0
question on Winelib
On Fri, 9 Mar 2001, Wong, Carl wrote:
> How does Wine know which share library to load?????
Simple. When a program starts, argv[0] contains the name of the
command that was used to invoke it (I'm simplifying a bit here). So when
you type Hello, wine gets 'Hello' in argv[0] and knows that it should
try to load 'Hello.so'.
> I typed in the command Hello and it popped
2009 May 14
2
How to do a pretty panel plot?
The pretty picture that I saw at:
http://chartsgraphs.wordpress.com/2009/02/09/r-panel-chart-beats-excel-chart/#more-1096
inspired me to try something similar. The code that I wrote is:
------snipsnip---------------------------------------------------------------------
M <- structure(list(date = structure(c(13634, 13665, 13695, 13726,
13757, 13787, 13818, 13848, 13879, 13910, 13939, 13970,
2010 Nov 30
2
Error bars in lattice barchart with groups
Dear R-users,
i want to plot gene regulation data in a lattice barchart. To illustrate
the problem i encounter, the following code uses the "barley"dataset:
library(lattice)
barley[["SD"]] <- 5
PLOT <- barchart(data=barley, yield~variety|site, groups=year,origin=0,
as.table=TRUE,
scales=list(x=list(relation="same",
rot=30),
y=list(alternating=3,tck=-1)),
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code
when "winemaker" command is given i get these lines
admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase .
Winemaker 0.6.0
Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054.
closedir()
2001 Jul 09
2
Need advice for application port
OK, I am definitely new to porting from Windows to Linux. You may have
already seen my previous post about Winelib, ignore it for the time
being. We have an app that dates back several developers, which of
course no longer are available, and several years. We have had quite a
few requests for a version that runs on Linux and hence the work to
get the app ported. It is not a large app by most
2007 May 09
1
Porting a Win32 application using Winelib...
Hello,
I'm currently trying to use Winelib to port a fairly big
windows application to Linux. The application consists of
quite a lot of DLLs, some of which don't depend on the
Win32 API (they can be compiled with gcc).
I think I read all available documentation, but I still
have a few questions:
- is it possible to link a linux binary with "linux"
shared libs and
2012 Feb 04
1
winelib shared memory problem
Hi
I have two programs:
The first is a windows binary compiled in Visual C++ which acts like a Server.
The second program is a Client, which I compile from sources. Both are written in C++.
Server and client communicate using two IPC mechanisms: named pipe and shared memory. shared memory consists of a structure, e.g.:
Code:
struct GameData
Using mingw compiler Client compiles well. Then I
2001 Nov 12
0
WineLib and Static Libs
I read the following on wine HQ:
Linking in .lib Files
....
You cannot use .lib files directly with Winelib. The reason is
that winebuild does not support reading .lib files. Support
for '.lib' files (or possibly even '.dll' files) could be
added in but it is not there currently.
Exactly how you deal with that depends on what your situation:
1.if you