Displaying 20 results from an estimated 6947 matches for "convenient".
2009 Aug 16
5
Plot(x,y)
Hi ,
I am using the plot function for some data , and the plot is coming back
pure black , with scales on the side .
Regards
Malcolm
[[alternative HTML version deleted]]
2003 Dec 02
3
How to restart * thru phone "when convenient"
Hi there,
here is my attempt to initiate a "restart when convenient" from a
software SIP phone.
exten => 588,1,Answer
exten => 588,2,Wait(1)
exten => 588,3,Playback(restart-convenient)
exten => 588,4,Wait(1)
exten => 588,5,Authenticate(00000)
exten => 588,6,System(/usr/sbin/asterisk -rx "restart when convenient")
exten => 588,7...
2014 May 28
1
'restart when convenient'
Hi,
I want to do a scripted 'restart when convenient' on a daily basis. This
used to work, but since i've upgraded to Asterisk 11.7 it seems it's
never convenient to restart the server.
My question: how can i tell *why* it's not convenient to restart the
server?
It used to be some colleague left the receiver OffHook or something lik...
2011 Feb 01
2
[LLVMdev] Convenience methods in ConstantExpr et al
I notice that there's a lot of inconsistency in the various LLVM classes
with respect to convenience methods. Here's some examples:
For creating GEPS, IRBuilder has:
CreateGEP (2 overloads)
CreateInBoundsGEP (2 overloads)
CreateConstGEP1_32
CreateConstInBoundsGEP1_32
CreateConstGEP2_32
CreateConstInBoundsGEP2_32
CreateConstGEP1_64
CreateConstInBoundsGEP1_64
2005 Dec 02
0
Bernie Now you can enjoy the convenience of ordering mitigating products from your house at a time that is convenient for you. (PR#8362)
Bernie
Much thanks for letting me see this. It is just what I was trying to find
Rumiko
-------Original Message-------
From: Lindsey [mailto:yqqvog at ohavso.com]
Sent: Fri, 02 Dec 2005 03:57:42 -0400
To: Aleta
Subject: Chang This on line health products e outlet is the greatest I have
ever used.
Hi Nicol,
Manage your PMS by consuming our item. You will definitely find all the
brand
2011 Feb 02
0
[LLVMdev] Convenience methods in ConstantExpr et al
On Mon, Jan 31, 2011 at 10:57 PM, Talin <viridia at gmail.com> wrote:
> I notice that there's a lot of inconsistency in the various LLVM classes
> with respect to convenience methods. Here's some examples:
>
> For creating GEPS, IRBuilder has:
>
> CreateGEP (2 overloads)
> CreateInBoundsGEP (2 overloads)
> CreateConstGEP1_32
>
2011 Feb 02
2
[LLVMdev] Convenience methods in ConstantExpr et al
Talin wrote:
> On Mon, Jan 31, 2011 at 10:57 PM, Talin <viridia at gmail.com
> <mailto:viridia at gmail.com>> wrote:
>
> I notice that there's a lot of inconsistency in the various LLVM
> classes with respect to convenience methods. Here's some examples:
>
> For creating GEPS, IRBuilder has:
>
> CreateGEP (2 overloads)
>
2011 Feb 03
0
[LLVMdev] Convenience methods in ConstantExpr et al
...a special helper class "StructBuilder" that
automates a lot of the work of building constant structs, such as adding the
standard object header and so on.)
I guess what I'm asking is, would there be any *resistance* to adding
additional static members to ConstantExpr to make it more convenient to do
constant GEPs?
>
> Another thing I'd like to see is for ConstantArray::get(),
>> ConstantStruct::get() and ConstantVector::get() to have an overload
>> that takes an iterator pair like IRBuilder's CreateGEP and
>> CreateCall methods. Also useful f...
2007 Nov 04
5
Restart when convenient
I've moved 1 of our facilities over from 1.2 to 1.4 two weeks back. So
far, the only issue that I've encounted is.
I have a scheduled CRON job that runs at 3am every Sunday, that issues a:
asterisk -rx 'restart when convenient'
The first Sunday that it ran, Asterisk never restarted. The CRON logs
show that it issued the command successfully. This Sunday, it ran but
never started back up.
Anybody else encountered this?
Doug
2020 Nov 13
6
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
We've pretty happy now with a patch that adds two wrappers around
SmallVector that make it 1) more convenient to use and 2) will tend to
mitigate misuse of SmallVector. We think it's ready for wider discussion:
https://reviews.llvm.org/D90884
SVec<T> is a convenience alias for SmallVector<T, N> with N chosen
automatically to keep its size under 64 Bytes (that heuristic is easy to
change th...
2004 Nov 12
2
How to updating R to the newest version conveniently
Dear R users
I have been using R for a while. However, I don't know what is the
convenient way to update R to the newest version while keep all packages
I previously downloaded and installed from CRAN, if updating all those
packages the same will be even better.
for the time being, I reinstall all those package evrytime after updating
the version.
Thank you.
best regards
yong
2012 Oct 30
0
[LLVMdev] [RFC] Extend LLVM IR to express "fast-math" at a per-instruction level
Hi Michael,
> Flags
> ---
> no NaNs (N)
> - ignore the existence of NaNs when convenient
> no Infs (I)
> - ignore the existence of Infs when convenient
> no signed zeros (S)
> - ignore the existence of negative zero when convenient
while the above flags make perfect sense for me, the other two seem more
dubious:
> allow fusion (F)
> - fuse FP operations whe...
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
On Nov 13, 2020, at 2:06 PM, Sean Silva via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> We've pretty happy now with a patch that adds two wrappers around SmallVector that make it 1) more convenient to use and 2) will tend to mitigate misuse of SmallVector. We think it's ready for wider discussion: https://reviews.llvm.org/D90884 <https://reviews.llvm.org/D90884>
>
> SVec<T> is a convenience alias for SmallVector<T, N> with N chosen automatically to keep its size u...
2020 Nov 16
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...> would suffice then maybe Vec<T> could be
ZeroSmallVector<T>? Not sure.
On Fri, Nov 13, 2020 at 2:06 PM Sean Silva via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> We've pretty happy now with a patch that adds two wrappers around SmallVector that make it 1) more convenient to use and 2) will tend to mitigate misuse of SmallVector. We think it's ready for wider discussion: https://reviews.llvm.org/D90884
>
> SVec<T> is a convenience alias for SmallVector<T, N> with N chosen automatically to keep its size under 64 Bytes (that heuristic is easy to...
2015 Jul 30
1
Fedora change that will probably affect RHEL
...re (and that could be for
arbitrary reasons, including political ones). This is, of course, the
case to a more limited degree with CentOS and signed packages, since
packages can be removed from repositories and installation of packages
by default requires signed packages (but it's not as inconvenient, nor
is it as secure, as the OS X model of only allowing signed binaries to
run). For that comparison, repository = store.
> What is the inconvenience of encrypting your device compared to the
> security? Zero vs a ton more secure (either when turned off and data
> is at rest or a remot...
2012 Jul 24
1
Convenience function to get unevaluated ... function arguments
...)
$w
warning("Yikes")
It turns out that (surprisingly to me) the substitute idiom is faster
than the match.call idiom, although the difference appears
unimportant, since both are so fast. And it is a little slower when
wrapped into a function, anyway -- I wasn't able to figure out a
convenient way to wrap the match.call version into a function.
The question is where -- if anywhere -- should this little one-liner
go? Seems to me that there are 3 possibilities:
1. Nowhere. Unnecessary and trivial. An entirely reasonable response,
imho; I leave it to guRus to make this judgment.
2. In wi...
2010 Oct 06
7
XCP community call
...community manager to organise such things as these calls. Until we get someone (or two!) to fill Stephens role, I''ll temporarily try to organise at least the next call.
Previously there was some discussion about time zones, in particular I believe we were trying to make time a little more convenient for our Asian participants. So if you''d like to attend the call, please give me a mail and let me know your time zone, and I''ll try and maximise the number of people that can join us conveniently.
I''d also like to ask if there is anyone who would particularly like to t...
2010 Oct 06
7
XCP community call
...community manager to organise such things as these calls. Until we get someone (or two!) to fill Stephens role, I''ll temporarily try to organise at least the next call.
Previously there was some discussion about time zones, in particular I believe we were trying to make time a little more convenient for our Asian participants. So if you''d like to attend the call, please give me a mail and let me know your time zone, and I''ll try and maximise the number of people that can join us conveniently.
I''d also like to ask if there is anyone who would particularly like to t...
2023 Oct 30
1
Dynamically create a (convenience) function in a package
Hi,
n a package, I have a data object with attributes, and I want to
dynamically create a convenience function to access those attributes.
This way, instead of using attr(x, "number"), I would like to use number(x).
Because I don't know in advance which attributes the data object may
have, I've used the following algorithm:
x <- structure(pi, number=exp(1))
a <-
2007 Jun 26
0
[1086] trunk/wxruby2/lib/wx/classes/evthandler.rb: Restore evt_mouse_events convenience handler, fixing bug in printing sample
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: