Displaying 20 results from an estimated 245 matches for "paraphrased".
Did you mean:
paraphrase
2004 Nov 29
1
data() in data/*.R files
Hi
I'm having difficulty making a package pass R CMD check.
I need to read in a dataset from another package, modify it, and have the
modified object available in the first package. help(require) says:
The source code for a package that requires one or more other
packages should have a call to 'require', preferably near the
beginning of the source, and of course
2015 Nov 12
4
Fwd: asan for allocas on powerpc64
(Resending with the correct mailing list address.)
Hi,
Currently test/asan/TestCases/alloca_vla_interact.cc is XFAILed for
powerpc64. I've had a look at why it doesn't work. I think the only
problem is in the call to __asan_allocas_unpoison that is inserted at
the end of the "for" loop (just before a stackrestore instruction).
The call function is created something like this
2006 Mar 23
6
I'm FED UP with BroadVoice
After months of BroadVoice ignoring my trouble tickets for dropped calls,
delayed termination, etc., I'm throwing in the towel. While they have
credited $19.95 to my account, they refuse to credit anything more, despite
ALL of the problems I've had. I feel the least they could do is credit the
remaining $8.61 to my account, yet they won't.
I haven't really been following up on
2015 Nov 17
3
asan for allocas on powerpc64
Hi!
Sorry for delay, just returned from vacation.
On 12/11/15 23:44, Kostya Serebryany via llvm-dev wrote:
> +Maxim and Yuri, as I think this is their code.
>
> On Thu, Nov 12, 2015 at 3:02 AM, Jay Foad <jay.foad at gmail.com
> <mailto:jay.foad at gmail.com>> wrote:
>
> (Resending with the correct mailing list address.)
>
> Hi,
>
> Currently
2003 Oct 02
2
Has anyone got * working with Xten soft phones
I have tried loads of configurations but I cannot get it to work.
I basically have three computers and want to use soft phones on two of them
to connect to asterisk so I can use them instead of dialling into my X100P
card as the phone bill is getting bigger.
I assume that I can configure * to accept calls from the soft phones and
then route them according to my dial plan. I am basically trying
2005 May 10
2
samba + pptp
Hi guys,
I have samba domain controller running at a client. It's a fairly
simple and straightforward setup, uses smbpasswd for auth, nothing
fancy.
The client wants to be able to vpn in and access their files. I setup
pptp, and use the built in WindowsXP client.
After establishing the vpn connection, I can access the domain
controller. I get asked for my username and pass - type in
2009 Jul 20
2
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
> In languages without stack-allocated objects (ie. most languages that
> support exceptions) there is no need to unwind frame-by-frame, the
> unwind simply needs to make a single jump to the invoke instruction and
> restore the context (which in x86 is just 6 registers).
>
No. Java, C#, Ruby and Python all support the finally/ensure block;
C# supports the using( IDisposable x
2013 Oct 22
3
QueuePFN peculiarity in virtio-mmio
Hi,
"Appendix X: virtio-mmio" in the virtio spec says
? 0x040 | RW | QueuePFN
[...] When the Guest stops using the queue it must write zero
(0x0) to this register.
[...]
and
Virtqueue Configuration
[...]
2. Check if the queue is not already in use: read QueuePFN
register, returned value should be zero (0x0).
[...]
I think this in itself is
2013 Oct 22
3
QueuePFN peculiarity in virtio-mmio
Hi,
"Appendix X: virtio-mmio" in the virtio spec says
? 0x040 | RW | QueuePFN
[...] When the Guest stops using the queue it must write zero
(0x0) to this register.
[...]
and
Virtqueue Configuration
[...]
2. Check if the queue is not already in use: read QueuePFN
register, returned value should be zero (0x0).
[...]
I think this in itself is
2019 Jul 02
3
Format printing inside a matrix
Hi everyone,
I am not sure if there is an existing solution to this, but I want my S4
objects inside a list matrix showing correctly. Currently it shows as:
R> str(lst[[1]])
Formal class 'Basic' [package "symengine"] with 1 slot
..@ ptr:<externalptr>
R> matrix(lst, 2)
[,1] [,2] [,3] [,4] [,5]
[1,] ? ? ? ? ?
[2,] ? ? ? ? ?
Is it
2007 Jun 05
4
AD Integrated authentication
Hello list,
i'm going to try very hard not to rant here, but i've been trying to get Samba working for 3 days, and it's just not happening. Let me start from the beginning. i'm just a lowly Windows admin but i've been doing this for 10 years, so i'm pretty sure i know what i'm doing (present situation excepted, clearly). i've got RedHat AS4 and a primarily
2016 Nov 17
2
what does -ffp-contract=fast allow?
This is just paraphrasing from D26602, so credit to Nicolai for first
raising the issue there.
float foo(float x, float y) {
return x * (y + 1);
}
$ ./clang -O2 xy1.c -S -o - -target aarch64 -ffp-contract=fast | grep fm
fmadd s0, s1, s0, s0
Is this a bug? We transformed the original expression into:
x * y + x
When x=INF and y=0, the code returns INF if we don't reassociate. With
2023 Oct 23
1
Low performance when using "server signing" = "mandatory"
On Mon, 23 Oct 2023 12:02:20 +0200
Adam B?aszczykowski via samba <samba at lists.samba.org> wrote:
> Ok thank you.
> So, Is my file server with Samba 4.17.12 vulnerable to CVE-2016-2114
> if it is not a DC server?
>
> To be clear, I don't use any Active Directory domain controller in my
> network.
Lets see if I can paraphrase the documentation for CVE-2016-2014
2005 Dec 08
1
reference for a fortune quote
Hi, there is a quote in the fortunes package:
To paraphrase provocatively, `machine learning is statistics minus any
checking
of models and assumptions'.
-- Brian D. Ripley (about the difference between machine learning and
statistics)
useR! 2004, Vienna (May 2004)
Was this statement made in a presentation? If so, would it be possible
to get a reference for the presentation?
2010 Aug 31
1
Running System() after call completion, not in 'h'?
Greetings all-
I have some dialplan code on an Asterisk 1.2.x box that basically dials a call, then after call completion, runs a command via System(). However, I'm finding that roughly 5% of the time, the System() command never executes and seems to be on specific destinations. Simplified/paraphrased example:
exten => 1,1,Set(VARIABLE=SOMEVALUE)
exten => 1,n,Dial(SIP/somepeer/1234567980)
exten => 1,n,System(/bin/bash /root/bin/somescript.sh ${VARIABLE}
It almost seems to be related to how fast the destination 'hangs up' and whether or not the dialplan has time to run the Syst...
2016 May 04
1
Need to set OPUS_SIGNAL_VOICE for DTX ?
I'm working on an opus codec for the asterisk voip app. Googling DTX found:
https://bugs.chromium.org/p/webrtc/issues/detail?id=4559
To paraphrase, if there's silence long enough, opus enters Celt-only mode,
which has no DTX.
Is this still correct ? And is the suggested work-around effective?
sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jan 30
1
A Hardware Observation (and Thank You To John Pierce)
A few days ago, John Pierce made a comment about Intel network cards and that they are more reliable and a better overall card than most. (This is not exactly what he said, but rather I am paraphrasing) My small cluster of servers all had generic PCI nics in them (I was not using any onboard NICS).
Today, I replaced the NICS with Intel Pro 1000 PCI-E NICS and replaces our small 5 port TP-Link GB
2010 Feb 26
1
match.call to obtain the name of a function
Within a function I'd often like to obtain a text string equal to the name of the function.
One use for this: To generate a filename for use in pdf(). This enables me to keep track of which function generated a particular graphic came.
match.call() puts parentheses at the end of the name. I don't want parentheses in a filename.
The following kludgey function gives the desired result.
2007 Mar 31
2
[LLVMdev] native libraries
In a previous post (included at the end of the message), Reid stated
that in August 2006, llvm-ld did not support native libraries. I have a
few questions about that. Is it still true that llvm does not support
native libraries? Furthermore, what exactly is meant by that?
In particular, I have bytecode that I want to turn into a native
executable and it needs to be linked against a dynamic
2004 Feb 23
1
DLLs and the Floating Point Control Word.
Greetings.
One for the developers I guess... I am having problems in using a
(non-recommended) Fortran compiler (Salford ftn95 Windoze), and
the crashes do seem to be associated with the ftn95-dervived DLL
changing the Floating Point Control Word. The compiler people are
suggesting (and I paraphrase!) that if R minds what the FPCW is it
is up to R to make sure it is the value it wants and