similar to: WINE Fonts

Displaying 20 results from an estimated 500 matches similar to: "WINE Fonts"

2002 Feb 25
2
Converting pfm to afm files
Hi, I need a ascii format of the type1 metric file (.afm) but I have a binary metric file (.pfm) only. Is there a way to convert pfm to afm format? -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW :
2006 Mar 01
3
How to do a "proc summary" in R?
Hi, I'm a SAS user trying to convert myself to R but I still have problems with some pretty simple commands. First I wanted to add up a number of red-tailed hawks seen per day (julian day) per year. So I tried: RTyrday <- tapply(RThr,list(year,julian),sum) And then I tried the following regression: mod1 <- glm(RTyrday~julian+year, family=gaussian (link=identity),data=RT) Wich
2006 May 24
2
changing font size in plot(effect())
I can't seem to be able to change the font size in an effect display. I've tried the following: > par(cex.lab=4) > plot(effect ("alti",reg8), ylab="detection probability") and > plot(effect ("alti",reg8), ylab="detection probability", cex=4) but nothing changes. Can anyone help me? thanks. Emilie Berthiaume graduate student
2006 Mar 31
0
get_md4pw: Workstation PC-WINSIC$: no account in domain
hello to all i use a samba server (3.0.14a) PDC which makes the users and computers authentication on a LDAP server (openldap on debian sarge) (people branch and computers branch).. does somebody had this problem? when a user connects from a PC which is in a windows domain, the authentication doesn't succeed for the following reason the error message is (translated from french message
2005 Nov 01
1
function effect and standard error
Hi list! I did the following regression: reg1 <- glm(alti~sp + ovent + vivent + nuage, family=gaussian, data=meteo1) I was interested in knowing the effect of the species (sp) in reg1 and so I used the function «effect»: effect.sp <- effect ("sp", reg1, se=TRUE) with this output: sp AK BW NH OS RT SS 2.730101 2.885363 2.753774 2.750311
2004 Sep 30
1
function by
Hi, I'm just getting started with R and I'm having problems with some simple operations: I want to get the the sum of the column "SStot" for each year using the function by. The data set is named "SS". I've tried this: by (SS, year, sum(SStot)) and it's not working. Is it because there's a different number of rows for each year? How else can I do
2006 Mar 14
1
Ordered logistic regression in R vs in SAS
I tried the following ordered logistic regression in R: mod1 <- polr(altitude~sp + wind_dir + wind_speed + hr, data=altioot) But when I asked The summary of my regression I got the folloing error message: > summary (mod1) Re-fitting to get Hessian Error in optim(start, fmin, gmin, method = "BFGS", hessian = Hess, ...) : the initial value of 'vmin' is not
2004 Oct 21
6
wine-20041019 build failed
This is my error message: make[2]: Entering directory `/home/jrt/wine-20041019/dlls/kernel' /usr/local/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/local/ssl/include -I/usr/gnome2/include
2013 Feb 28
2
Ploting different values with different colors
Hello I am trying to plot a 20 x 20 grid of points with the colors of each point refering to percent cover of that specific point So basically the point are all the same size and their position on the graph is base on their coordinates (x,y). I want the color (a grey scale from white=0 to black =100) to represent the values of each of these point (cover) Here is what my data looks like
2001 Jul 25
3
CodeWeavers WINE 1.0Pre4
I have downloaded it several times and can NOT install it: [root@Linux i386]# rpm -ivh codeweavers-wine-20010626-4.i386.rpm Preparing... ########################################### [100%] 1:codeweavers-wine error: unpacking of archive failed on file /opt/wine/lib/libdplayx.so: cpio: MD5 sum mismatch [root@Linux i386]# Has anyone else gotten this to work? JRT
2010 Nov 11
9
preferred directory structure for multiple environments
Hello All, Moving from 2.5 to 2.6.2 and I was wondering if there is a preferred directory structure for using multiple environments? Does it work much different in 2.6 than in 2.5? When I made the move I assumed (I know) that my current structure and configurations would just roll over but that isn''t the case. Thanks, Jim -- You received this message because you are subscribed to the
2006 Mar 07
4
Lighty + Mongrel?
On httpd I use ProxyPass and ProxyPassReverse to forward requests to webrick and mongrel. How can I do this same thing using Lighty and Mongrel? Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2001 Feb 23
2
Initial window position with WINE
Some one else (not me -- I have RedHat 7 and can't seem to get a compiler to work) built the current Corel WPO CVS WINE and it seems to work OK except that when I close an application with a full screen it remembers that. But, when I reopen it it is a little to my left and too high to see the decorations on the window frame. Can this be changed with a configuration file somewhere or
2002 Mar 01
4
Install application under WINE 20020228
I tried to install PAF and got the following: fixme:ole:CoSetState (0x653c3f80),stub! fixme:ole:MkParseDisplayName (0x403d39e0, L"StdOle32.tlb", 0x405a6624, 0x46000000): stub. fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594}) fixme:ole:CoSetState ((nil)),stub! fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
2005 Mar 31
1
R-alpha_2005-03-31: make check fails on Debian 3.0
I've just tested R-alpha_2005-03-31.tar.gz. ./configure and make ran without any apparent errors, but make check failed: 58 (0) $ make check 2>&1 | tee make_check-logg make[1]: Entering directory `/usr/local/src/R/R-alpha/tests' make[2]: Entering directory `/usr/local/src/R/R-alpha/tests' make[3]: Entering directory `/usr/local/src/R/R-alpha/tests/Examples' make[4]:
2001 Mar 22
2
regapi and CodeWeavers 1.0p3
Hi all. I'm trying to get printing going with CodeWeavers Wine and have come to the part where running "regapi" is required. Unfortunately this is not included with the CodeWeavers release. Can anyone suggest a way forward? Many thanks, Pete. --------------------------------------------------------------- | Pete Philips \|/ | |
2001 Jun 22
2
office on wine
Andreas Mohr Usenet 06/01 wrote: > gerard patel <g.patel@wanadoo.fr.invalid> wrote: >> On 21 Jun 2001 12:19:38 GMT, Andreas Mohr Usenet 06/01 >> <p4hivr001@sneakemail.com> wrote: >> <snip> >>>Word should really become an extinct species ASAP. >>>There's just no place in the "free" world for such a "tool".
2009 Feb 01
1
Wine & .PFM/.PFB fonts
Does anybody know, is there any way to use post-script fonts (.pfm for windows or .pfb for *nix) in windows application running throw the Wine (eg. Adobe Photoshop or Macromedia Flash)? I copy fonts to the wine's Windows/Fonts folder but no app see them :((
2001 Dec 01
2
Nothing more than solitaire...
I've tried lots and lots of stuff, fiddling with the various configuration options again and again. Solitaire works most of the time. Notepad doesn't let me enter text. Calc displays the numbers in the wrong place, but otherwise works. Street Atlas USA 8.0 barfs completely. Not even close, in spite of being in the database. Agent does not exhibit proper internal windowing behavior,
2008 Sep 01
1
LDA predictions
I've made an LDA model on some data from one source. I have some new data that I want to see if I can "place" to the sources in the LDA model. I used the predict function as follows: predict(wak.insitu.ld, wak.alr.alluvial) where wak.insitu.ld is an LDA model generated from some data and wak.alr.alluvial is new data of similar origin. When I look at the results, there is 86