search for: paraphrasing

Displaying 20 results from an estimated 242 matches for "paraphrasing".

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
...teract.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 (paraphrasing from lib/Transfoms/Instrumentation/AddressSanitizer.cpp): // call __asan_allocas_unpoison(uptr top, uptr bottom); // NB "top" here means lowest address and "bottom" means highest! IRB.CreateCall( AsanAllocasUnpoisonFunc, { IRB.CreateLoad(DynamicAllocaLayout...
2006 Mar 23
6
I'm FED UP with BroadVoice
...ng up on porting between VoIP providers, but is there a remote chance I can save my phone number? I'd sure hate to change numbers again -- this has been a NIGHTMARE. Everyday, calls are dropping, and I'm calling people back 2 to 3 times to establish a decent connection. And their response (paraphrasing): "We've made the best effort to ensure your service is functional ... but there are some things beyond our control with VoIP." Not good enough! I had great service with Vonage, and the times I use VoipJet, it works perfectly! Thanks in advance for any pointers. Ronald Lewis Denver,...
2015 Nov 17
3
asan for allocas on powerpc64
...c64. 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 (paraphrasing from > lib/Transfoms/Instrumentation/AddressSanitizer.cpp): > > // call __asan_allocas_unpoison(uptr top, uptr bottom); > // NB "top" here means lowest address and "bottom" means highest! > > IRB.CreateCall( > AsanAllocasUnpoiso...
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
...connection, I can access the domain controller. I get asked for my username and pass - type in DOMAIN\user + pass, and can see a list of the shares in explorer. But I can't access anything. I just get a message saying something like I don't have permission to access this resource (sorry, paraphrasing). Has anybody done this sort of thing before? Any tips? Thanks -- Kind regards Hans du Plooy SagacIT (Pty) Ltd hansdp at sagacit dot com
2009 Jul 20
2
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
...enes operations. > Why? Exceptions are supposed to occur in exceptional situations. In general, one should try to optimize for the common case, which does not include invoke/unwind. One should certainly not slow down a function call which never throws just because other functions may throw. Paraphrasing Bjarne Stroustrup, "If you don't use it, you shouldn't pay for it." Nick
2013 Oct 22
3
QueuePFN peculiarity in virtio-mmio
...virtio-mmio support to TianoCore, and Mark tested it (using OVMF) with a Linux guest and found problems. Namely, OVMF itself can drive the virtio devices via virtio-mmio, but the Linux kernel booted from OVMF can not. The reason is the missing zeroing of QueuePFN when OVMF is exiting. (I'm just paraphrasing the analysis.) I think - that resetting the device (via its status register) should make the host forget *all* prior configuration, including QueuePFN, - and that the Linux driver should reset the device as first step. So: - What's the motivation for the "acquire/release" semantics...
2013 Oct 22
3
QueuePFN peculiarity in virtio-mmio
...virtio-mmio support to TianoCore, and Mark tested it (using OVMF) with a Linux guest and found problems. Namely, OVMF itself can drive the virtio devices via virtio-mmio, but the Linux kernel booted from OVMF can not. The reason is the missing zeroing of QueuePFN when OVMF is exiting. (I'm just paraphrasing the analysis.) I think - that resetting the device (via its status register) should make the host forget *all* prior configuration, including QueuePFN, - and that the Linux driver should reset the device as first step. So: - What's the motivation for the "acquire/release" semantics...
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
...oups, obviously. From everything i've read in the man pages and god only know how many online troubleshooting and/or help docs, this just doesn't happen. Everything that mentions using wbinfo and getent for testing just says "and you can try this and oh, look it works". i'm paraphrasing slightly. i have joined the RH server to the domain. i can get a Kerberos ticket issued if i want one. i have been through smb.conf, nsswitch.conf and /etc/pam.d so often, i no longer remember what my originals looked like. i'm happy to post excerpts from any or all of these of they will he...
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...
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 =>
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 switch with a nice 8 port Cisco GB switch and what a world of difference. The network is zippier for...
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
...he following messages: > > > > llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library. > > The -l option is used to link libraries into the resulting executable. > I'm hoping "SOME_OTHER_LIB" is not the actual name and you're just > paraphrasing the actual command line. Note that native libraries are > not > supported by llvm-ld at this time. It is expecting a bytecode library > that it can link into the program, hence the warning.
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