Displaying 20 results from an estimated 47629 matches for "normal".
2010 Feb 03
1
What font exactly is tkrplot looking for
Hello.
I am getting an error thrown from tkrplot. It is
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 12
could not be loaded
> sessionInfo()
R version 2.10.1 Patched (2009-12-29 r50852)
i686-pc-linux-gnu
locale:
[1] LC_CTYPE=en_US LC_NUMERIC=C LC_TIME=en_US
[4] LC_COLLATE=C LC_MONETARY=C LC_MESSAGES=en_US
[7] LC_PAPER=en_US
2010 May 14
5
Warcraft 3 crashes and exits (only sometimes though)
Here's the terminal output. Please notice there are 3 fixme's
fixme:imm:ImmGetOpenStatus (0x15b1f8): semi-stub
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:secur...
2007 May 24
2
fonts on centos 4 and 5
I am running centos 4.x and 5 x86_64 and using the script below and the
slider bar at the bottom
I cannot get fonts bigger than 50.
someone else posted a followup and said he has the same issue.
What can be happening here??? xlsfonts shows that bigger fonts are
available.
How can I get bigger fonts???
Note - I had to do a "yum install tk" also...
Thanks,
Jerry
2003 May 21
6
fixme:font:LFD_InitFontInfo DBCS fonts like...
I get these errors when running winex on paltalk.exe, what can I do?
Building font metrics. This may take some time...
fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-big5-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-m-80...
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
Processing commands for control at bugs.debian.org:
> severity 777785 important
Bug #777785 [src:attica] attica: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777787 important
Bug #777787 [src:autofs] autofs: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777871 important
Bug #777871 [src:geis] geis: ftbfs with GCC-5
Severity set to 'important' from 'normal'
> severity 777889...
2010 Mar 23
0
Processed: Re: Processed: ipv6 release goal
...etype-opensource] MT does not propogate errors when commenting
Severity set to 'important' from 'serious'
> ## > > severity 371873 serious
> ## > Bug #371873 [ssmtp] ssmtp: IPv6 numeric addresses don't work
> ## > Severity set to 'serious' from 'normal'
> severity 371873 normal
Bug #371873 [ssmtp] ssmtp: IPv6 numeric addresses don't work
Severity set to 'normal' from 'serious'
> ## > > severity 431832 serious
> ## > Bug #431832 [whitelister] whitelister: logcheck regexes missing ESMTP, ipv6 etc.
> ##...
2003 Aug 05
1
problem expression use on X11 (PR#3661)
Full_Name: Ei-ji Nakama
Version: R-1.7.1
OS: Linux(vinelinux)
Submission from: (NULL) (219.117.236.13)
The list of the fonts of my machine.
$ xlsfonts -fn "-*-symbol-*-*-*-*-*-*-*-*-*-*-*-*"
-adobe-symbol-medium-r-normal--0-0-75-75-p-0-adobe-fontspecific
-adobe-symbol-medium-r-normal--10-100-75-75-p-61-adobe-fontspecific
-adobe-symbol-medium-r-normal--10-100-75-75-p-61-adobe-fontspecific
-adobe-symbol-medium-r-normal--11-80-100-100-p-61-adobe-fontspecific
-adobe-symbol-medium-r-normal--12-120-75-75-p-0-adobe-fontsp...
2008 Feb 26
7
Had it with Dell Garbage
I've had it with Dell server garbage. They seem to change RAID
controllers as much as I change socks, and then the controllers don't work
with Linux, unless you load a new driver. They sell servers with a PCI-e
slot in them, but then you get it and find out the RAID controller is using
the PCI-e slot! Their sales folks are dumber than rocks, and they change
them more often than I
2019 Apr 12
5
Something not good.
2019 Jul 08
2
Sigh. I’ve been through like 5 mailing lists and got trolled off each one. Let’s start simple
A secure macro
It’s like static but well optimized. Any ideas how I can implement it universally? I thought about a secure application to help with compiling and security. It’s like sudo but more secure and can chain. I don’t know much about pipes and streams, but I’m pretty sure I can write it into llvm with enough time and help.
Another thing, and I got trolled off gcc’s mailing list for this,
2002 Jul 08
1
addenda to wordperfect
I did find a say to get to the directory holding wpwin9 and it strarted
but then froze with the splash screen. Not sure how to get the error
message in here; seems to have to do with the keyboard and X11driver;
hope I am abusing this bulletin board, but I am hoping someone can help
me with the next step. Thanks
2011 Feb 24
0
Processed: raise severity of GCC-4.5 build failures in preparation for a GCC defaults change
Processing commands for control at bugs.debian.org:
> severity 564845 important
Bug #564845 [acl2] acl2: ftbfs with gcc-4.5
Severity set to 'important' from 'normal'
> severity 564850 important
Bug #564850 [agave] agave: ftbfs with gcc-4.5
Severity set to 'important' from 'normal'
> severity 564853 important
Bug #564853 [amule] amule: ftbfs with gcc-4.5
Severity set to 'important' from 'normal'
> severity 564862...
2019 Jul 12
2
Sigh. I’ve been through like 5 mailing lists and got trolled off each one. Let’s start simple
2018 Aug 21
2
different output with fast-math flag
Why the output is different for this below program when compiled using
clang with fast-math optimization
#include<stdio.h>
int main() {
double d = 1.0;
double max = 1.79769e+308;
d /= max;
printf("d:%e:\n", d);
d *= max;
printf("d:%e:\n", d);
return 0;
}
prints 0 with fast math but 1 without fast math.
-------------- next part --------------
An
2019 Sep 08
0
TLS not working with iOS beta?
...niel <
<a class="" href="mailto:jddupas@xooloo.com">jddupas@xooloo.com</a>> wrote:
</div>
<div class="">
<br class="" style="caret-color: #000000; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<span class="" style="caret-color: #00...
2008 Sep 03
2
Normality test
Hi,
I am looking for a normality test in R to see if a vector of data I have
can be assumed to be normally distributed and hence used in a linear
regression.
> help.search("normality test")
suggests the Shapiro test, ?shapiro.test.
Now maybe I am interpreting things incorrectly (as is usually the case),
am I right...
2008 Jul 12
5
shapiro wilk normality test
Hi everybody,
somehow i dont get the shapiro wilk test for normality. i just can?t
find what the H0 is .
i tried :
shapiro.test(rnorm(5000))
Shapiro-Wilk normality test
data: rnorm(5000)
W = 0.9997, p-value = 0.6205
If normality is the H0, the test says it?s probably not normal, doesn
?t it ?
5000 is the biggest n allowed by the test...
are there a...
2016 Aug 07
2
Weighting Schemes: Evaluation results
Hi,
Evaluation of pivoted normalization ("PPP") of tf-idf weighting scheme is
also complete now. I have also evaluated the default tf-idf normalization
("ntn") and other normalizations combinations involving pivoted
normalization in wdfn, idfn and wtn component as "Pxx", "xPx" and "xxP&...
2007 Feb 08
0
Darwine on Mac OSx 10.4.8
...ernard.
>
> ------- LOG -----
> wine: creating configuration directory '/Users/
> bernardtourancheau/.wine'...
> Building font metrics. This may take some time...
> Font metrics: 0.0% done
> fixme:font:LFD_InitFontInfo DBCS fonts like
> '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0'
> are not working correctly now.
> fixme:font:LFD_InitFontInfo DBCS fonts like
> '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0'
> are not working correctly now.
> fixme:font:LFD_InitFontInfo DBCS fonts like
>...
2002 Feb 21
2
SlowView Windows clipart viewer
I have tried to run this unsuccessfully, the error log being as follows:
Building font metrics. This may take some time...
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-...