similar to: bug when subtracting decimals?

Displaying 20 results from an estimated 2000 matches similar to: "bug when subtracting decimals?"

2007 Nov 08
1
Upsonic PrOffice 650 usb/serial
Hi, I recently installed a Upsonic PrOffice 650 UPS, which is a cheap model[1] available in Australia. It has a serial and USB port, and comes with a note saying WinPower software can be downloaded from [2]. Investigation of the software shows it to be Java with native libraries for serial and USB. Disassembling various classes reveals it talks at 2400 baud, and has a protocol similar to
2017 Feb 17
4
Minimum python 2.7 (not on RHEL6) for Samba 4.7 AD DC?
G'Day, I've been looking at our minimum python version for the AD DC. We have some patches currently being proposed to help us become compatible with the modern Python3, and one aspect (PyCapsule) would be easier to do if we restricted Samba to requiring Python 2.7 as a minimum. The wrinkle comes from our good friends at Red Hat, which found itself caught with Python 2.6 on RHEL6.
2011 Aug 21
4
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi, I've been looking at all of the uses of the 'unwind' instruction, and ShadowStackGC.cpp is the last pass which actually creates 'unwind' instructions. The thing is, this pass seems to be dead. It hasn't been updated in any meaningful way since ~79000. Should this pass go the way of the dodo? -bw -------------- next part -------------- A non-text attachment was
2012 Mar 06
2
Why aren't row names in a data frame unique?
I expected the row names to be unique but a data frame appears to be able to hold duplicate row names. This makes me thing that there must be circumstances when it is necessary. However, I cannot think of any. Please enlighten me. [[alternative HTML version deleted]]
2004 Aug 06
2
Java Bindings
I've created a set of java bindings for the newest libshout 2.0 release. They work well and enable the streaming of mp3 and ogg/vorbis to icecast2 servers from java. Binding with java allows for complex java logic while using the fast, maintained and solid native backend. They can be fetched from CVS via: cvs -d :pserver:anoncvs@benow.ca:/cvs/benow login <passwd:
2011 Aug 23
0
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi Bill, I don't think it's dead code, per se -- AFAIK there are still clients of LLVM which use the shadow stack as part of their garbage collection implementation. HLVM is probably the most visible such project. My own project now has its own GC plugin to emit stack maps, rather than relying on the shadow stack. But for what it's worth, I found the shadow stack to be a useful
2008 Sep 25
1
OT: Do You Know What the Problem With CDMA is?
It's OT but I thought it was funny enough to point out seeing this is a telephony list...... world wide data.....like the 'world series' of baseball if you ask me :-) Regards, Dean Collins dean at cognation.net +1-212-203-4357 (New York) +61-2-9016-5642 (Sydney) http://www.Cognation.net <http://www.Cognation.net/profile> ________________________________ From:
2003 Feb 05
2
rsync - what can it do?
Hi Maybe I'm barking completely up the wrong tree but here goes. I've downloaded a 700meg iso by ftp using a steam powered dial up connection. It took a week and naturally many resumes. Murphy's Law did not take a holiday of course so the md5sum of the downloaded iso does not match the md5sum of the one at the mirror. Can rsync be used to selectively fetch the part or parts of the
2007 Feb 05
2
"lme" in R and Splus-7
Hi: I used the function "lme" in R and Splus-7. With the same dataset and same argument for the function, I got quite different estimation results from these two software. Anyone has this experience before? zhong --------------------------------- Get your own web address. [[alternative HTML version deleted]]
2016 May 21
3
mail-search backtrace
On 13/04/16 06:41, Timo Sirainen wrote: > On 09 Apr 2016, at 21:48, Hugh Bragg <hughbragg at dodo.com.au> wrote: >> I'm repeatedly getting this error: >> >> Apr 07 04:37:27 imap(mymail at address): Panic: file mail-search.c: line 84 (mail_search_arg_init): assertion failed: (arg->initialized.keywords == NULL) >> Apr 07 04:37:27 imap(mymail at address):
2004 Aug 24
2
stem() bug?
Is the following a bug with stem() or is there something else that I am missing? I ran stem() on the vector x below and got stem(x-10) instead of stem(x). If I subtract 1 from x, I get a correct answer. If I add 1 to x, I still get a wrong answer. If I add 10 to x, I get a correct answer. I'm not sure what to make of this, other than to think it is a bug. Can anyone tell me if this is a bug?
2011 Aug 29
1
dovecot w/ libwrap on fbsd
Dovecot with libwrap doesn't work on FreeBSD for some reason or another. I have these lines in my /etc/hosts.allow: ALL: LOCAL 127.0.0.1: allow pop3: ALL: allow ALL: ALL: deny Yet when you try to telnet to localhost, port 110 this is what happens: Aug 29 22:48:38 dodo dovecot: pop3-login: Error: connect(tcpwrap) failed: Permission denied I also tried auth_debug=yes to see what's wrong
2016 Apr 09
2
mail-search backtrace
I'm repeatedly getting this error: Apr 07 04:37:27 imap(mymail at address): Panic: file mail-search.c: line 84 (mail_search_arg_init): assertion failed: (arg->initialized.keywords == NULL) Apr 07 04:37:27 imap(mymail at address): Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0x827c2) [0x7fcb7f65e7c2] -> /usr/lib64/dovecot/libdovecot.so.0(+0x828ad) [0x7fcb7f65e8ad] ->
2006 May 02
4
managesieve daemon
Hi, I am currently working on a managesieve daemon, so that I can use the squirrelmail plugin avelsieve together with dovecot-lda. Without this I can't migrate from cyrus to dovecot. For several reasons I don't use the timsieved from cyrus and build it from scratch. Is this interesting for somebody else? Gerald
2009 May 19
1
Separate home and mail folders problem on delivery
Hello, I am using dovecot 1.2rc series on my mail server combined with postfix ( virtual users with postgre ). I have setup separate home and mail locations. It works fine ( with sieve etc. ). The user home folders are in /home/vmail/%d/%n and mailboxes are in /srv/mail/%d/%n . The permissions are fine and everything is working except in the following case : If a user does not have a home dir
2011 Apr 13
1
Decimals in R/SQL
Hello, When I am writing in sqldf or RSQLite I lose the decimals in my matrix. The only way I can get decimals is by multiplying by 1.00000, etc. I have tried manipulating the options, but it is only effective once I multiply by 1.0000. I appreciate any suggestions! Thanks! Example: z <- sqldf ("select ST, SUM(AGEP*PWGTP)*1.000000000/SUM(PWGTP)*1.00000000000000 as wgtage from ss09
2003 Apr 22
1
read.table and decimals
Dear, We are trying to read an asciifile using the read.table() function and discovered that only 4 decimals are read. Any idea how to get more decimals? Kris -- ------------------------------------------------------------------------ http://perswww.kuleuven.ac.be/~u0027178/VCard/mycard.php?name=krisn ------------------------------------------------------------------------ Minds are
2011 Jul 14
5
CentOS 6 x86_64 DVD doesn't boot
Hi Everyone, I downloaded the CentOS 6 x86_64 DVD ISOs and burned the first image to a rewritable DVD. When I tried to boot my new home server off it, it didn't, and then this was printed to the screen: ETCDisolinux: Found something at drive = EF No DEFAULT or UI configuration directive found! boot: The same disc works fine in my 4 year old HP laptop, and when installing CentOS 6 as a KVM.
2013 Sep 10
1
Subtracting elements of a vector from each other stepwise
I am trying to figure out how to create a loop that will take the difference of each member of a vector from each other and also spit out which one has the least difference. I do not want the vector member to subtract from itself or it must be able to disregard the 0 obtained from subtracting from itself. For example: x = c(17,19,23,29) 1. abs(x-x[1]) = (0, 2, 6, 12) 2. abs(x-x[2]) = (2, 0,
2006 Apr 08
1
Entering numbers with decimals
Hello list, I'm just getting started with R, and I'm trying to determine how R treats large numbers that have decimals. Take the following two examples: > x <- c(999999999999999.9) > sprintf("%.5f",x) [1] "999999999999999.87000" > y <- c(9999999999999999.9) > sprintf("%.5f",y) [1] "10000000000000000.00000" I realize that I have