similar to: is '9' needed for "outside" numbers

Displaying 20 results from an estimated 10000 matches similar to: "is '9' needed for "outside" numbers"

2012 Oct 11
2
simple parsing question?
I am using the getQuote function in the Quantmod package to retrieve the % change for a stock as follows: > getQuote("aapl",what=yahooQF(c("Change Percent (Real-time)"))) Trade Time %Change (RT) aapl 2012-10-11 03:41:00 N/A - -1.67% How can I extract the numeric "change %" which is being returned as a factor so that I can use it in other
2007 Dec 03
2
Hoteling
I'm sure this has been discussed many times, but I have a question about hoteling. My understanding would be this: A phone sitting on a desk. A user hits 9000 and it asks what extension you'd like to become. You type "1001" and then it asks for your password. You type 1234, and it says you're "logged in". You now are accepting calls at your phone and you're
2004 Aug 24
3
Bell Canada Caller-ID
Has anyone gotten CID from Bell Canada to work properly with *? We have our * box down at our datacentre in St Louis, and whenever we call it from a Bell Canada Telephone line, all we see is '' for the CID. I did some digging on google and the mailing lists and couldn't find anything pertaining directly to Bell-Canada and * CID, but didn't find much. I did however find :
2015 Jun 24
2
[Announce] Samba 4.1.19 Available for Download
I show the file size as 19M on the FTP site. 95MB is the gunzipped size. I suspect something unzipped it as it downloaded, I've seen browsers do that. I also pulled the file personally, and found the sizes lined up: ira at ira-t430:~/Downloads [/dev/pts/1](64/0)$ ls -la samba-4.1.19.tar.gz -rw-rw-r--. 1 ira ira 19558250 Jun 23 20:16 samba-4.1.19.tar.gz ira at ira-t430:~/Downloads
2014 Nov 25
0
Prohibit transfer to one extension
Hello all, first post, need help. I'm running a complex asterisk 1.8 install with five machines. I inherited it and don't fully understand it, nor the deep mysteries of asterisk either. I would appreciate any insight you might have. I scoured the 'net and the Digium wiki and my Google-Fu has failed me. I've been asked to somehow prohibit transfers to extension 3232. It has to be
2019 Jun 26
2
[PATCH 04/25] mm: remove MEMORY_DEVICE_PUBLIC support
[ add Ira ] On Wed, Jun 26, 2019 at 5:27 AM Christoph Hellwig <hch at lst.de> wrote: > > The code hasn't been used since it was added to the tree, and doesn't > appear to actually be usable. > > Signed-off-by: Christoph Hellwig <hch at lst.de> > Reviewed-by: Jason Gunthorpe <jgg at mellanox.com> > Acked-by: Michal Hocko <mhocko at suse.com>
2013 Aug 18
4
Am I being hacked?
Hello Asterisk-users, [2013-08-18 05:56:29] NOTICE[17089][C-000000a8] chan_sip.c: Failed to authenticate device 390<sip:390 at xx.xx.xxx.xxx>;tag=2762c06e [2013-08-18 05:56:34] NOTICE[17089][C-000000a9] chan_sip.c: Failed to authenticate device 390<sip:390 at xx.xx.xxx.xxx>;tag=7b909220 I keep getting messages like this where the IP, xx.xx.xxx.xxx, is my own IP. How do I figure
2009 Feb 05
4
eval and as.name
I'm sure there is a more general way to ask this question but how do you use the elements of a character vector as names of objects in an expression? For example, say you have: a = c(1,3,5,7) b = c(2,4,6,8) n=c("a","b") and you want to use the names a and b in a function (e.g. sum) sum(eval(as.name(n[1])),eval(as.name(n[2]))) works but what is a simpler way to
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes
2002 Sep 09
1
impulse response function
Hi, Is there a function in any of R-packages that can produce and plot the impulse response function for any model.. Thank you Ahmad Abu Hammour -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body",
2017 Dec 15
0
Register Allocation Graph Coloring algorithm and Others
On 12/14/2017 10:18 PM, Leslie Zhai wrote: > Hi GCC and LLVM developers, > > I am learning Register Allocation algorithms and I am clear that: > > * Unlimited VirtReg (pseudo) -> limited or fixed or alias[1] PhysReg > (hard) > > * Memory (20 - 100 cycles) is expensive than Register (1 cycle), but > it has to spill code when PhysReg is unavailable > It might be
2019 Jun 28
2
[PATCH 16/25] device-dax: use the dev_pagemap internal refcount
On Fri, Jun 28, 2019 at 10:08 AM Dan Williams <dan.j.williams at intel.com> wrote: > > On Fri, Jun 28, 2019 at 10:02 AM Jason Gunthorpe <jgg at mellanox.com> wrote: > > > > On Fri, Jun 28, 2019 at 09:27:44AM -0700, Dan Williams wrote: > > > On Fri, Jun 28, 2019 at 8:39 AM Jason Gunthorpe <jgg at mellanox.com> wrote: > > > > > > >
2019 Jun 28
2
[PATCH 16/25] device-dax: use the dev_pagemap internal refcount
On Wed, Jun 26, 2019 at 02:27:15PM +0200, Christoph Hellwig wrote: > The functionality is identical to the one currently open coded in > device-dax. > > Signed-off-by: Christoph Hellwig <hch at lst.de> > Reviewed-by: Ira Weiny <ira.weiny at intel.com> > --- > drivers/dax/dax-private.h | 4 ---- > drivers/dax/device.c | 43
2019 Jun 28
2
[PATCH 16/25] device-dax: use the dev_pagemap internal refcount
On Fri, Jun 28, 2019 at 09:27:44AM -0700, Dan Williams wrote: > On Fri, Jun 28, 2019 at 8:39 AM Jason Gunthorpe <jgg at mellanox.com> wrote: > > > > On Wed, Jun 26, 2019 at 02:27:15PM +0200, Christoph Hellwig wrote: > > > The functionality is identical to the one currently open coded in > > > device-dax. > > > > > > Signed-off-by: Christoph
2015 Mar 06
6
New Asterisk build
Hello Asterisk, Back in 2009 I built a small Intel Atom based computer running Centos 5 for my asterisk system. 5 phones, 2 people 1 POTs line and six or so SIP numbers. So basically no load. I'm feeling like it's time to build another machine. It's probably silly, but it's been six years and I can't upgrade the OS which is falling behind. I'd likely just put
2010 Jul 23
6
Asterisk 1.8.0-beta1 is Now Available!
The Asterisk Development Team has announced the release of Asterisk 1.8.0-beta1. This release marks the beginning of the testing process for the eventual release of Asterisk 1.8.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ All interested users of Asterisk are encouraged to participate in the 1.8 testing process. Please report any
2010 Jul 23
6
Asterisk 1.8.0-beta1 is Now Available!
The Asterisk Development Team has announced the release of Asterisk 1.8.0-beta1. This release marks the beginning of the testing process for the eventual release of Asterisk 1.8.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ All interested users of Asterisk are encouraged to participate in the 1.8 testing process. Please report any
2015 Mar 04
3
[LLVMdev] Self-hosting failure in ARM again
Folks, It seems we got the same issue with Clang alignment as before: http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/3025 http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost-neon/builds/485 http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/118 Commits between 231213 and 231255. There are a few issues that could have brought it: *
2002 Apr 22
4
Question about Journaling Root Filesystem.
I am trying to use data=journal on my root file system. I have separate slices on which journal=data works fine on all of them, except root. I have tried putting rootflags=journal=data on my kernel line in Grub, but I get a kernel panic. I'm missing something simple, I jut know it. It can't be the kernel version because it works on the other slices. My etc/fstab file is as follows: