search for: halfway

Displaying 20 results from an estimated 454 matches for "halfway".

2020 Sep 04
3
Misleading documentation on FP to integer conversion instructions?
...2:40 PM, Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> If fptosi takes 0.9 -> 0, then that is not 'rounding' in any sense I'm aware of (IEEE754 or otherwise). >> Rounding (in the IEE754 sense) determines how a number is converted when it is halfway between two >> candidate results. (see round(), ceil(), floor()). Rounding in the IEEE 754 sense is simply an algorithm to choose one of the two closest values from some set. It does not only concern how halfway cases are handled. There are a number of rounding attributes defined by IEEE 75...
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
...solution (at least insofar as telephony software is concerned). Regards, - Brad _____ From: asterisk-users-bounces@lists.digium.com on behalf of David Thomas Sent: Fri 3/17/2006 5:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Re: DUNDi .... Halfway and CLUSTERING On 3/17/06, Watkins, Bradley <Bradley.Watkins@compuware.com> wrote: > I understand what you're saying now. While I have absolutely no proof of > this, I have to believe that it's something they've solved. I've got > several production systems (s...
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
...ked. That was actually the easiest part of the whole solution. Regards, - Brad _____ From: asterisk-users-bounces@lists.digium.com on behalf of David Thomas Sent: Fri 3/17/2006 3:53 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Re: DUNDi .... Halfway and CLUSTERING On 3/17/06, Watkins, Bradley <Bradley.Watkins@compuware.com> wrote: > Do you mean the peristence of connecting a specific phone to a specific > server? If so, then it's relatively easy. The ldirectord has a persistence > setting that does that. If I'm...
2015 Aug 06
0
CUPS Print job inverts colours halfway
I have two Canon printers a MF4720W and LBP7100Cw. Previously a PC running CentOS 6 were able to print without problems via network. Unfortunately the hard disk died and in replacing it, we also upgraded to CentOS 7. Now the problem is that a test print to either printers looks OK for the first half then inverts colours for the second half. i.e black text on white background becomes white text on
2019 Jun 14
2
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
Honestly, I don't see the motivation for this. There are many similar projects that are mature, so my feedback would be: don't reinvent the wheel and contribute to those. I?aki El vie., 14 jun. 2019 3:18, Abby Spurdle <spurdle.a at gmail.com> escribi?: > I thought that I'd get more feedback. > But it's ok, I understand. > > I wanted to note that I've moved
2019 Jun 14
0
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
On Fri, Jun 14, 2019 at 7:24 PM I?aki Ucar <iucar at fedoraproject.org> wrote: > > There are many similar projects that are mature I'm not sure what projects you're referring to. If we create some constraints: (1) Internal systems consoles (*plural*). Rules out most things. Noting that many tools are designed to bypass the console. (2) Modern user interface. Rules out Vim
2006 Mar 16
0
RE: DUNDi .... Halfway and CLUSTERING
Doug, I feel your pain. I have, since 3 days ago, all but giving up on dundi in a enterprise/carrier core scalable environment, mostly due to no ability to summarize dial plan routes across several servers that may or may not have contiguous extensions registered across the cluster. Example server 1 has exten 1234, 1235, 1001, 1002 registered and server 2 has 1236, 1237, 1003, 1004. But also in
1999 Apr 12
0
"Error 0" bug tracked halfway. Help needed
Hello, This is probably a question to developers. If nobody responds, I will go the developers mailing list and bug you there. :) A while ago I have posted a question here about why my Samba gives the message "Error writing file: code 0". Nobody answered, so I have tracked down some stuff. (Someone recently noted the same bug on HPUX.) My Samba is 2.0.3. I am writing a file via
1999 Jul 05
0
Halfway there...
WinNT & Samba/Linux (on RedHat 5.2) are now quite happy to chat provided that the Samba Server isn't expected to allow the NTBox to write anything. That is: r works, rw doesn't. I followed the DIAGNOSIS txt file for SAMBA, and everything is fine except for TEST 10. I tried setting the security level to SERVER and pointing it at the NT box with no joy. The thing is, I can't even
2010 Feb 06
0
I can only halfway connect to oracle
Gurus... If I set up my project to use SQLite (so it can come up) and attempt to connect to oracle via: oracle_connect = $application_properties[$connect_string] oracle_conn = OCI8.new(oracle_id, oracle_password, oracle_connect) where oracle_connect equals ''//bobs.big.boy.gov:1521/D09'' (with or w/o the introductory //) my rails app connect to the oracle database just fine. If
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
...ards, - Brad -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David Thomas Sent: Friday, March 17, 2006 9:53 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Re: DUNDi .... Halfway and CLUSTERING Brad, How are you able to overcome the Call-ID stickiness problem when loadbalancing with Ultramonky? As I understand it LVS does not properly support SIP in that it doesn't always use the same source path. regards, David On 3/17/06, Watkins, Bradley <Bradley.Watkins@comp...
2019 Jun 14
2
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
On Sat, 15 Jun 2019 at 01:24, Abby Spurdle <spurdle.a at gmail.com> wrote: > > None of the tools that I've looked at satisfy these constraints. > But if you know of some, I'd like to know... And I would consider contributing... What about Atom, VS Code and the like? Or what about taking a project that meets most of the constraints and pushing to cover all of them, or even
2020 Sep 04
4
Misleading documentation on FP to integer conversion instructions?
If fptosi takes 0.9 -> 0, then that is not 'rounding' in any sense I'm aware of (IEEE754 or otherwise). Rounding (in the IEE754 sense) determines how a number is converted when it is halfway between two candidate results. (see round(), ceil(), floor()). fptosi seems to model the behavior of a C cast from float to int, which truncates the fractional bits (as in trunc()). Steve On Fri, Sep 4, 2020 at 10:51 AM Owen Anderson via llvm-dev < llvm-dev at lists.llvm.org> wrote: &gt...
2006 Mar 17
1
RE: DUNDi .... Halfway and CLUSTERING
...low up on Monday. Regards, - Brad -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of JR Richardson Sent: Friday, March 17, 2006 12:27 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] RE: DUNDi .... Halfway and CLUSTERING Doug, I feel your pain. I have, since 3 days ago, all but giving up on dundi in a enterprise/carrier core scalable environment, mostly due to no ability to summarize dial plan routes across several servers that may or may not have contiguous extensions registered across the clust...
2019 Jun 10
2
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
I've written what I refer to as an "Integrated Console Environment". Similar to an IDE, but more console oriented, so suitable for running scripts and dynamic programming languages. Also, it's designed to be congruent with the file system. Obviously, I want to support R. However, the long term plan is to make the core system relatively language neutral, and to support R via a
2006 Apr 03
5
rails migrations - enhanced usage
Hello, When I am writing rails migrations, quite often I make mistake in them which causes the migration tasks to stop halfway with error. This causes lots of problem, because it results in half of the things in migrations changed and other half not. Also, as the schema number is changed, so things cannot be rolled back. Is there any way to make the entire migration action atomic, i.e., everything or none at all? Also,...
2010 May 09
2
changing parameters of the box and whisker plot
Hello: I am plotting some data using the box and whisker plot. However, I only want to plot the median, max and min, as I only have these values and not the quartile values. It seems R arbitrarily constructs the box margins to be halfway between the median and the max/min. How do I make the box and whisker plots without the box values? Thanks, Michael [[alternative HTML version deleted]]
2018 Sep 20
3
A different error in sample()
Good day, The use of "rounding" also doesn't make sense. If The number is halfway between two integers, it is rounded to the nearest even integer. > round(2.5) [1] 2 -------------------------------------- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia
2010 Apr 09
4
zfs send hangs
My zfs filesystem hangs when transferring large filesystems (>500GB) with a couple dozen snapshots between servers using zfs send/receive with netcat. The transfer hangs about halfway through and is unkillable, freezing all IO to the filesystem, requiring a hard reboot. I have attempted this three times and failed every time. On the destination server I use: nc -l -p 8023 | zfs receive -vd sas On the source server I use: zfs send -vR promise1/rbackup at daily.1 | nc mothra 802...
1999 Jun 13
1
Subnet Browsing, Halfway There
I have a network which consists of two subnets, each with a linux server providing Samba services. With the configuration listed below, I have successfully achieved Subnet B being able to browse Subnet A but, Subnet A cannot browse Subnet B (sharename not found). Is it a Samba configuration issue or is it DNS? (I have it fixed if I put an /etc/lmhosts file on Linux Server A that has the host