Displaying 20 results from an estimated 454 matches for "halfways".
Did you mean:
halfway
2020 Sep 04
3
Misleading documentation on FP to integer conversion instructions?
> On Sep 4, 2020, at 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(),
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
This is mostly in a traditional pbx-like setup. That is, these are
individual remote offices of a larger corporation each with their own
cluster (or clusters, in the case of one site). So there is no NAT, and it
is an Asterisk-only solution (at least insofar as telephony software is
concerned).
Regards,
- Brad
_____
From: asterisk-users-bounces@lists.digium.com on behalf of David Thomas
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
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 (since early December of last year) using the
type of cluster that I'm talking about, and I've yet to hear of any issues
that could be related to this. I also did extensive testing both in the lab
and at
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
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 misunderstanding you, then could you explain
further what you mean?
Regards,
- Brad
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On
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
2006 Mar 17
1
RE: DUNDi .... Halfway and CLUSTERING
At the moment I'm out of the office, but when I return I'll be certain to do
that. Note that my solution is different from what you are working on with
regexten, though I suspect some of the challenges that I've faced and
overcome are not. I'm actually using UltraMonkey for load-balancing and
failover of the Asterisk boxes, and my dialplan is set up so that it need
not be changed
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.,
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
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
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