similar to: wine-users digest, Vol 1 #1005 - 6 msgs

Displaying 20 results from an estimated 500 matches similar to: "wine-users digest, Vol 1 #1005 - 6 msgs"

2002 Feb 24
3
wine-users digest, Vol 1 #1006 - 15 msgs
well, thank you to all with the propane... "user head space error" is a problem, but I can see past this level of ... how do you say, never mind. anyhow* Your wine is VERY old. !!Yes, got one, and will compile once I work out how to... you can get a newer version at http://www.winehq.com/download.shtml you can also get the latest version of the source and documentation at
2013 Jan 17
0
How do I get Garamond font in R?
Folks, I run R on a early 2009 MacBook Pro running Mountain Lion. I have a bunch of fonts in my user Library one of which is Garamond. I have tried the ttf_import function to no avail. I played with this for a couple of hours at least and I have gotten nowhere. Here is a bit of one of my sessions (note that I used file.choose to get down to the Font level) > require(extrafont) Loading
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
Full_Name: Albrecht Gebhardt Version: 0.99.0 OS: alpha, osf4.0 Submission from: (NULL) (143.205.180.40) DEC cc doesn't like c++ style comments // like this one Please use standard cc comments or #if 0 ... #endif A quite large patch follows (I hope it will pass mailing with not too much wrapped lines): --- ./src/main/g_her_glyph.c.dec-cc.patch Mon Feb 7 14:48:10 2000 +++
2002 Jun 13
1
Unable to Access W2K share as read/write using SMBMOUNT
All, I have a Linux box with which I am trying to access a share on my W2K workstation. I mount the share successfully and can read files but I am unable to write. Info out of smb.conf security = domain encrypt passwords = yes wins server = x.x.x.x #correct numbers in file dns proxy = yes command to mount the share smbmount //w2kname/share /mountpoint -o username=user/domain,rw
2003 Dec 14
1
contour() should handle the asp parameter
Hi all, To my knowledge, the current version of contour.default() does not handle the 'asp' parameter. This can be embarassing when displaying eg geographical maps, etc... Submitted to the opinion of more experienced R programmers, contour.defaut() function should be changed according to the followings: line 7: add = FALSE,asp=NA,...) line 33: plot.window(xlim, ylim,
1997 Sep 11
1
R-alpha: Mathematical Annotation in R (plots)
[[ this has first bounced to me as 'list-manager', because the subject said ``Returned mail: User unknown'' Paul, I assume you'd approve the subject I've chosen... -- Martin M ]] hi for those who are interested ... the following is a LaTeX document which describes the current state of mathematical expression syntax in R paul ------CUT
2007 Jan 24
3
Another ''found a bug'' problem - This time with user purging.
Ok, given the statement on the web page about unlesssystemuser under Resources ( http://reductivelabs.com/projects/puppet/documentation/typedocs.html#resources), I assume that users can be purged. However, when I attempt to do this with resources { user: purge => true, noop => true } and what I get is: err: Found a bug: private method ''split'' called for nil:NilClass.
2011 Jul 25
2
Selecting unique values
Greetings I have a dataset with occurrence records of multiple species. I need to get rid of multiple listings of the same occurrence point for a species (as you see below in red and blue typeface). How do I create a dataset only with unique set of longitude and latitude for each species? Thanks in advance. Species_name Longitude Latitude Abies concolor -106.601 35.868 Abies concolor -106.493
2001 Mar 31
1
Corel Draw 4 can't find fonts
I now have almost all my Windows programs running fine under codeweavers wine 20010112-1 except Corel Draw 4 (16-bit), which seems to work fine except it cannot find any fonts except the symbol typeface it ships with. I have tried starting it from .../windows/fonts and from its home directory but nothing changes its behavior. Must I install TT fonts on my Linux system for Corel Draw to find them
2023 Jul 21
1
plotly question
Colleagues Here is my reproducible code plot_ly( ? domain = list(x = c(0, 1), y = c(0, 1)), ? value = 2874, ? title = list(text = "Generic"), ? type = "indicator", ? mode = "gauge+number+delta", ? delta = list(reference = 4800), ? gauge = list( ??? axis =list(range = list(NULL, 5000)), ??? steps = list( ??? list(range = c(0, 4800), color = "white"), ???
2010 Oct 20
1
Getting the size of text
Dear list I am interested n developing a graph using plot() and text() commands in which several text strings will be placed within the plot area I would like some way to get the size (width and height), either in pixels or using the plot's coordinate system, of text strings, based on the typeface/font size assigned for writing text in the plot area. Is therre function that can do this? I
2002 Jun 17
1
RE: Unable to Access W2K share as read/write using SM BMOUNT
> > On Mon, 17 Jun 2002, Andy Tomlin wrote: > > > I have a Linux box with which I am trying to access a > share on my W2K > > workstation. I mount the share successfully and can read > files but I am > > unable to write. > > What error message do you get? > > Is it simply the fake permissions that smbfs sets up that are wrong? > > Given
2023 Jul 21
1
plotly question
As you apparently haven't received any responses yet, I'll try to suggest something useful. However, I have absolutely zero experience with plotly, so this is just from general principles and reading the plot_ly Help file, which says for the "..." arguments: "Arguments (i.e., attributes) passed along to the trace type. See schema() for a list of acceptable attributes for a
2011 Apr 21
0
automatic font selection, please help
Hi there, With the helps from this list, I can set specific CJK fonts for character string using text() function. for example: song <- CIDFont("SimSun", "GBK-EUC-H", "GBK", "") postscriptFonts(song = song) postscript("test.ps", height = 7, width =7, family = "Times", fonts = c("song"), horizontal = FALSE, onefile =
2011 Feb 20
0
[LLVMdev] Fwd: Windows/Visual Studio 2010 warnings (WARNINGS!)
Forwarding to llvmdev ---------- Forwarded message ---------- From: Mikael Lyngvig <mikael at lyngvig.org> Date: Sun, Feb 20, 2011 at 16:02 Subject: Re: [LLVMdev] Windows/Visual Studio 2010 warnings (WARNINGS!) To: Anton Korobeynikov <anton at korobeynikov.info> I was joking about the fact that I am only a Windows user (LLVM initially does look rather *nix biased). But I guess you
2011 Nov 03
0
non-ascii vignettes
Hi, just saw "require vignettes to declare their encoding (trunk at 57560)". Having played with non-ascii vignettes (well, a lot of Chinese...) on-and-off for almost two weeks, I noticed it was a bit odd that a *commented* \usepackage[utf8]{inputenc} had any effort at all on R's Sweave behavior - while it is understandable (probably no check is made whether a "%" is before
2003 Nov 01
0
html glitches with help?
Looking at the html generated help pages for a package I'm working on, I noticed a couple of things that looked a little funny. I suspect they are general features of the html for R (I don't usually look at it). First is a problem of vertical alignment in tables. The first column consistently aligned vertically *below* the alignment line of the bottom line of the second column. This was
2006 Jan 05
0
nooby Q--default page for RoR changed?!
hi, simple issue i''m sure--i''m a ruby & rails nooby--but for some reason the sample app that i''ve been running/building from the Agile Web Dev w/ Rails book changed from a (nicely) formatted HTML page, with a link that would try to show my application status, to the text i list below--with the first line in larger typeface than the rest, but otherwise plain
2008 Jan 01
1
trac@reductivelabs.com broken?
I''ve tried replying twice in the past few days to a request for more information on a bug I filed. When I do, I get: ----- The following addresses had permanent fatal errors ----- <trac@reductivelabs.com> (reason: 550 5.1.1 <trac@reductivelabs.com>: Recipient address rejected: User unknown in local recipient table) Regards, Mark -- Mark D. Nagel, CCIE #3177
2007 Jun 02
1
tidy dir recursive, but preserve itself
Hi all, I''d like to clean up a temp. directory (files and subdirs within), but even the directory should be preserved, e.g.: tidy { "/var/trash": age => ''1m'', recurse => true, type => atime, rmdirs => true } This does not only remove the content of /var/trash with an atime greater 1m, but also /var/trash . How