Displaying 20 results from an estimated 125008 matches for "different".
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues.
I've been tracking the interface changes and merging them with
the refactoring work I'm doing. I got as far as building stage3
of llvm-gcc but the object files from stage2 and stage3 differ:
warning: ./cc1-checksum.o differs
warning: ./cc1plus-checksum.o differs
(Are the above two ok?)
The list below is clearly bad. I think it's every object file in
the
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...and I'll start a testsuite run
> and get these patches submitted.
These differences are not expected. It's possible you have run into a
LLVM codegen bug.
These are nasty to track down. Can you pick a .c file that's
miscomparing and verify with stage2 and stage3 cc1 do produce
different .s files? If so, you need to track down which of the .o
files that are being linked to create the stage3 cc1 is miscompiled
(by replacing them with known good .o files one by one). Once you
have narrowed it down to a single file, compile it with stage1 and
stage2 cc1 to get the different .s...
2006 Feb 11
7
Rails development on Mac OS X 10.4 Intel
Hi all,
I would like to start a thread on RoR related issues on the new Intel
version of Mac OS X. I have been using Apple''s new iMac Core Duo
(which comes with Intel version of Mac OS X) for about a week now.
Here''s my experience:
Ruby 1.8.4: It compiles albeit with many warnings. Most warnings
were about "differ in signedness". It seems to work okay
2007 Apr 25
5
Upload PDF / Save as tiff
Hi,
I''m trying to automate the conversion of a PDF document received via a
browser upload to a tiff image via ghostscript. I have the PDF data in
a string, and I need the tiff data returned into a string.
The general command I want to emulate is:
type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q
-dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff
2005 Nov 08
0
gcc4 noise
Is anyone besides me using gcc 4.*.*? I noticed that NUT generates an
enormous amount of warning noise with that compiler, mostly due to
implicit casts between signed/unsigned pointer types. Any volunteers
to de-noise the code a bit? The easy way is to insert typecasts; the
better way is to actually take care about signedness. -- Peter
gcc -I../include -O -Wall -Wsign-compare -c -o everups.o
2006 Apr 09
0
Realtime oracle compiling problem
I can'T compile my oracle realtime library any more i updatet the svn
today and now i tried to recompile my oracle realtime driver and now it
gives me that errors:
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/include/oracle/10.1.0.4/client -c -o res_config_oracle.o
res_config_oracle.c
res_config_oracle.c:53: warning: data definition has no type or storage
class
res_config_oracle.c: In
2010 Mar 26
3
Help with assigning a value based on existing numbers
Hi All
I have a column/variable called time difference. It has a whole list of
numbers from 0 through to the hundreds eg 236. I want to assign a
corresponding "name" to each variable from a predefined list: Month or
less, 1 -2 months, 2-3 months etc
So the result would look something like:
Time Difference Month
1 Month or
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
I'm trying to write a script for checking whether the compiler recursed
properly.
rkotler at mipsswbrd002:~/slave/recurse3be/build$ find . -name "*.o" -exec
cmp '{}' ../../recurse2be/build/'{}' \; |& tee foo.txt
Is anyone else doing this?
There 2 compilers, recurse 2 and recurse3 that in principle should be
identical.
Obviously if there is date and time
2007 Nov 20
0
4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/image test/trace
...ibswfdec/swfdec_movie.c | 32 +++++++++++++++-
libswfdec/swfdec_movie.h | 6 +++
libswfdec/swfdec_resource.c | 4 +-
test/image/Makefile.am | 9 ++++
test/image/mask-different-parent-5.swf |binary
test/image/mask-different-parent-5.swf.png |binary
test/image/mask-different-parent-6.swf |binary
test/image/mask-different-parent-6.swf.png |binary
test/image/mask-different-parent-7.swf |binary...
2006 Apr 02
2
raid setup
...gain in the
2nd Server i don't know what went wrong.
Here's my dmesg in my 1st server specific in md:
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: Autodetecting RAID arrays.
md: autorun ...
md: considering sdb7 ...
md: adding sdb7 ...
md: sdb6 has different UUID to sdb7
md: sdb5 has different UUID to sdb7
md: sdb3 has different UUID to sdb7
md: sdb2 has different UUID to sdb7
md: sdb1 has different UUID to sdb7
md: adding sda7 ...
md: sda6 has different UUID to sdb7
md: sda5 has different UUID to sdb7
md: sda3 has different UUID to sdb7
md: sda2 has...
2018 Jan 24
2
/lib/firmware/microcode.dat update on CentOS 6
Once upon a time, Chris Murphy <lists at colorremedies.com> said:
> "We recommend that OEMs, cloud service providers, system
> manufacturers, software vendors and end users stop deployment of
> current versions." Current versions of what? Microcode?
Well, that's the only thing Intel provides for CPUs, so that's all it
can be.
> What these means for people who
2006 Feb 15
3
wilcox.test returned estimates
Hi all,
I have being using wilcox.test to test for differences between 2 independent
samples. I had understood the difference in location to be conventionally the
difference in the sample medians however this is not the case when implemented
in R. I have tied ranks and therefore non-exact p-value and confidence
intervals are calculated due to the normal approximation. But what exactly is
this
2003 Jul 21
5
how to test whether two slopes are sign. different?
Not really r-specific:
Z = (b1 - b2) / SQRT ( SEb1^2 + SEb2^2)
-------Original Message-------
From: Gijsbert Stoet <stoet at volition.wustl.edu>
Sent: 07/20/03 09:51 PM
To: r-help at stat.math.ethz.ch
Subject: [R] how to test whether two slopes are sign. different?
>
> Hi,
suppose I do want to test whether the slopes (e.g. determined with
lsfit) of two different population are significantly different, how do
I test this (in R). Say for example, I found out what the slope
between age and number of books read per year is for two different
population...
2011 Nov 24
2
understanding all.equal() output: "Mean relative difference"
Dear all
How should one parse all.equal() output? I'm specifically referring to
the 'mean relative difference' messages. For example,
> all.equal(pi, 355/113)
[1] "Mean relative difference: 8.491368e-08"
But I'm not sure how to understand these messages. When they're close
to 0 (or 1xe-16), then it's intuitive. But when they're big,
> all.equal(1, 4)
2005 Feb 02
2
different IAX ports for different contexts
I have a problem with my asterisk@home installation (configured with
AMP)
My question is this, can you have different ports for different contexts
within IAX?
[Faktortel]
port = 5036 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
context = default ; Default for incoming calls
allow=all ; Allow all codecs
register => XXXXX:XXXXX@iax.faktotel.com/EXTEN
[iax.faktortel.com]
type=user
usern...
2009 Dec 11
3
`mgp[1:3]' are of differing sign (PR#14130)
Full_Name: Cornell Gonschior
Version: 2.10.0
OS: Linux
Submission from: (NULL) (212.201.28.40)
Hi,
in the introduction to R, you can find the following sentence in the par()
chapter:
"Use tck=0.01 and mgp=c(1,-1.5,0) for internal tick marks."
I thought that's nice, because I wanted to have tick marks and tick labels
inside and the axis title outside.
But:
> plot(z, las=1,
2015 Jun 04
3
Does Dovecot allow different clients to subscribe different subsets of IMAP folders?
...ly arranged,
about 50 of which are in active use.)
I have multiple clients (including k9Mail on Android and Thunderbird on
Linux and Windows). These clients all present a consistent subscription
to a single subset of the available folders .
What I'd like to be able to do is (somehow) allow different devices
(different email clients) to subscribe to a different subset of folders.
For example, I may want K9mail on my phone to be subscribed only to my
"main Inbox" - but for Thunderbird on Windows to also be subscribed to
active mailing-list folders.
Does Dovecot support such a mode...
2003 Aug 14
1
Re: Samba vs. Windows : significant difference intimestamp handling?
>> > > Fine. Use reiserfs and don't worry about ctime.
>> >
>> > Why? Does reiserfs handle ctime in a different
>> > way than other linux filesystems?
>>
>> It's not supposed to given the same instructions
>> from clients but it appears to because perhaps it
>> elicits different kind of response from Office.
>> Maybe Office behaves different when the samba
>...
2000 Sep 29
2
all.equal.list() sometimes fails with unnamed and named components (PR#674)
examples:
1) Fails to report that components 2 and 3 differ
all.equal(list(1,2,3,zap=1),list(1,3,4,zap=2))
[1] "Component zap: Mean relative difference: 1
2) Incorrectly asserts all are equal when components 2 and 3 differ
> all.equal(list(1,2,3,zap=1),list(1,3,4,zap=1))
[1] TRUE
3) Removing named component reveals differences:
> all.equal(list(1,2,3,1),list(1,3,4,1))
[1]
2005 Dec 13
3
help with writing function
I'm trying to write a function that takes a vector of length n and then
takes the first value of the vector i.e j=1 and forms a new vector of
length n (i.e replicate the first value n times). This function will
then calculate the absoulte difference of the original vector and the
new vector and store the results omitting the difference between the
value and itself. This function should