Displaying 20 results from an estimated 300 matches similar to: "Accurate or Not"
2003 Jul 05
2
NEC 1300A DVD-R writing
Hi,
so I just bought a NEC 1300A, primarily, because it allows me to write DVD+
and -RW. Using DVD-R discs (and currently no options to try other media, due
to shops being closed), I'm unable to write anything, using either the
dvd+rwtools port, or the dvdrtools.
I've exhausted all references to be found in google, which are in a language I
understand, so I'm hoping the list can
2005 Jun 09
0
Problems starting Xen on Ubuntu
Hi
I have been trying to get Xen running under Ubuntu.
Status
------
I can get Ubuntu to boot on the patched 2.6.10 kernel however :-
a) I get several boot errors thus :-
Linux version 2.6.11.10-xen0 (root@gateway) (gcc version 3.3.5 (Debian
1:3.3.5-8ubuntu2)) #1 Thu Jun 9 19:58:00 BST 2005
BIOS-provided physical RAM map:
Xen: 0000000000000000 - 000000000927c000 (usable)
146MB LOWMEM
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112
Bug ID: 13112
Summary: receive_xattr heap overread with non null terminated
name and xattr filter
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2005 Jun 20
5
Port forwarding to different Port?
Hi!
I guess I just overread the part I need, I checked the FAQ and
online-documentation, but could not find the solution for my problem:
I have a server with 1 external IP and a LAN behind, where I need ports to
be forwarded like this:
external 1.2.3.4:81 forwarded to internal 192.168.1.1:80
external 1.2.3.4:82 forwarded to internal 192.168.1.2:80
and so on .. (for configuring/accessing the
2005 May 06
1
CAPI on ptp with variable length digits in phonenumber: SOLUTION for EICON
Hello!
I finally found a working solution.
calling
divactrl with the parameter -n [0..20] gives the DID-length
means, if you wanna have 123-XXX in digit-wise mode, then call
divactrl load -c 1 -n 3 -f ETSI
and the card will wait for n digits.
regards,
Sebastian
-----Urspr?ngliche Nachricht-----
Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
2005 May 09
0
AW: CAPI on ptp with variable length digits inphonenumber: SOLUTION for EICON
the interesting fact is, it works. I dunno why. but it works :o
-----Urspr?ngliche Nachricht-----
Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Im Auftrag von bladerunner
Gesendet: Freitag, 6. Mai 2005 15:56
An: Asterisk Users Mailing List - Non-Commercial Discussion
Betreff: Re: [Asterisk-Users] CAPI on ptp with variable length digits
2012 Oct 02
0
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
On 10/1/12 9:26 PM, Magee, Josh wrote:
> Hello,
>
> I plan to implement "Stack Smashing Protection - Strong" support in LLVM.
> Below is a description of this feature and an overview of the implementation
> plan. I have divided up the implementation into stages that can be delivered
> incrementally.
>
> I'm looking for any feedback (suggestions, requests,
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
---
configure.ac | 7 +++++
src/libFLAC/bitreader.c | 12 ++-------
src/libFLAC/bitwriter.c | 8 ++----
src/libFLAC/fixed.c | 18 +++++--------
src/libFLAC/format.c | 8 ++----
src/libFLAC/include/private/macros.h | 29 ++++++++++++++++++++
src/libFLAC/metadata_iterators.c | 17 +++---------
2008 Apr 13
0
[LLVMdev] Any optimization advantage to making a type-accurate vtable?
Here's another odd question I've been wondering about:
Typically a class vtable is an represented as an array of function
pointers. Now, since the functions all have different calling
signatures, I imagine that you would generate an array of opaque
pointers, and then bitcast the pointer to the actual function signature
at the call site.
However, that's not what I am doing.
2009 Sep 24
0
[LLVMdev] Is line number in DbgStopPointInst in LLVM accurate?
On 2009-09-24 22:34, hc2428 at columbia.edu wrote:
> Dear developers,
> When I try to map line numbers in source code back to LLVM
> basicblocks, I meet some problems: there is a source file with 1500
> lines of code, but when I use BasicBlockPass to collect all
> DbgStopPoint instructions in this file, I can only get 500 lines of code.
> The source code and the collected
2010 Sep 17
0
[LLVMdev] Accurate garbage collection
As I understand it, LLVM simply gives you support for garbage collectors
that you have to implement yourself and link into the final binary,
similar to what C's malloc does (it's a library call). The issue with
GC's is that they need to be provided info about the stack, thats where
LLVM's support comes in.
As far as I know, the garbage collector is linked into the final binary
2011 Dec 17
0
[LLVMdev] Accurate garbage collection
Am 16.12.2011 21:06, schrieb Jon Harrop:
> At regular intervals, check if the heap size has exceeded its quota
> and, if so, run a GC cycle.
I have seen people recommend doing this kind of check whenever hitting a
malloc call.
I think it nicely scales with the level of heap activity for most programs.
2013 Jul 15
1
[LLVMdev] [cfe-dev] design for an accurate ODR-checker with clang
> Mmm. So you want to warn the user that two libraries using different
> assertion settings both use the standard library?
>
> I think warning about actual differences in code, as opposed to differences
> in type/vtable layout, is going to be pretty fraught with uninteresting
> positives, but if you want to chase that rabbit, it's your time spent.
It's probably
2006 Apr 09
1
Asterisk Dial Command Timeout not Accurate (not even close)
I have an issue with trying to ensure that when dialling an extension
that it continues to ring up to the timeout value. But what I am
finding is that the timeout is all over the place. Sometimes half the
timeout value and other times within a few seconds of the timeout value.
I am running with the following software versions on a Dell PE2550
dual-processor server that is not under load;
2020 Jun 01
0
[PATCH net-next v8 7/7] net: vhost: make busyloop_intr more accurate
On Tue, Aug 21, 2018 at 08:47:35AM +0800, Jason Wang wrote:
>
>
> On 2018?08?21? 08:33, Jason Wang wrote:
> >
> >
> > On 2018?08?19? 20:11, xiangxia.m.yue at gmail.com wrote:
> > > From: Tonghao Zhang <xiangxia.m.yue at gmail.com>
> > >
> > > The patch uses vhost_has_work_pending() to check if
> > > the specified handler is
2014 May 21
2
[LLVMdev] Use perf tool for more accurate time measuring on Linux
On 20 May 2014 17:55, Tobias Grosser <tobias at grosser.es> wrote:
> I set it to 2667.000 Mhz on parkas16. You can try if this improves
> something.
I don't see any sign of improvement.
Since we can't get raw data any better, I think we should get this
merged and tested on build bots for a while and see how it goes.
Cheers,
Yi Kong
2003 Nov 23
1
Is my understanding accurate?
Hi all!
I'm working on a Java program to read the metadata from Ogg Vorbis
files, which means interpretting the Ogg framing. I'm hoping that some-
one can take a look at the following page and tell me if the overview
I've written is accurate.
http://home.comcast.net/~i.pilcher/OggSegment.html
Also, since the documentation doesn't specifically state whether the
fields in
2002 Oct 10
1
Accurate seeking in a streamed file?
Hi,
Is it possible to accurately seek to a certain
position in an OGG file that is streamed off the
hard-drive/CD?
Or alternatively, is there a way to put a marker
somewhere in the OGG and seek to that?
Thanks for your help in advance.
Cheers,
J
<p><p>__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
2004 Aug 06
0
Icecast Logging - Accurate?
Icecast is not going to log the TCP packet overhead, or your ethernet
frame overhead, or resends, or collision. A switch would log all of
that.
It if it's less than a 15% discrepancy, you probably are just seeing
packet overhead.
jack.
On Thu, Jul 26, 2001 at 09:10:42AM -0700, Hunter Hillegas wrote:
> I'm seeing some discrepancy between our switch traffic logs and our Icecast
>
2010 Sep 16
1
More accurate ODE solver?
Dear All,
I was using rk4 and lsoda to solve a ODE system. However, both of them gave
bad accurate solutions, especially compared with Matlab solver ODE45. For
example, ODE45 gave solutions that can go to a stable level (about 1.6) when
time goes to infinity, however, the solutions from lsoda are decreasing to
very very small (about 1e-130) numbers.
Does R have more accurate ODE solvers as