similar to: Anyone got a dialplan for SPA ATAs for ISN?

Displaying 20 results from an estimated 3000 matches similar to: "Anyone got a dialplan for SPA ATAs for ISN?"

2011 Mar 16
1
License of the nutshell package
Hello, I wish to package the nutshell package. I need help to understand which license is relevant. The upstream page at http://cran.r-project.org/web/packages/nutshell/index.html says that the license is "file LICENSE". This is further explained at http://cran.r-project.org/web/packages/nutshell/LICENSE as [snip] The audioscrobbler data is made avaialable under the following
2013 Oct 15
0
[LLVMdev] [lld] Handling a whole bunch of readers
On 10/14/2013 8:20 PM, Sean Silva wrote: > On Mon, Oct 14, 2013 at 8:41 PM, Michael Spencer <bigcheesegs at gmail.com>wrote: > >> On Wed, Oct 9, 2013 at 11:23 AM, Shankar Easwaran <shankare at codeaurora.org >>> wrote: >>> Hi, >>> >>> We have a whole bunch of readers(we would have some more too), and was >>> thinking if we should
2013 Oct 15
2
[LLVMdev] [lld] Handling a whole bunch of readers
On Mon, Oct 14, 2013 at 11:33 PM, Shankar Easwaran <shankare at codeaurora.org>wrote: > On 10/14/2013 8:20 PM, Sean Silva wrote: > >> On Mon, Oct 14, 2013 at 8:41 PM, Michael Spencer <bigcheesegs at gmail.com >> >wrote: >> >> On Wed, Oct 9, 2013 at 11:23 AM, Shankar Easwaran < >>> shankare at codeaurora.org >>> >>>>
2006 Jun 07
1
Good ATAs from companies other than Sipura/Linksys?
First of all, I'm not knocking Sipura/Linksys. I have heard very good things about their products. I'm just wondering if they are the only quality shop on the market. I know about the zoom 5801 where you can't dial out the FXO from SIP, only from the FXS port. And I have heard similar about the HT-488 also. I want to know if anyone else makes ATAs where all of the features work
2013 Oct 15
0
[LLVMdev] [lld] Handling a whole bunch of readers
Here at CERT we've written some prototype tools that use YAML files to hold a minimal subset of the Clang parse tree. We then combine these files to perform cross-TU static analysis. We write out *only* the minimal information required for the particular static analysis being performed, so it's a tiny subset of the entire parse tree. Of course, that's all a hack-around to enable the
2013 Oct 15
1
[LLVMdev] [lld] Handling a whole bunch of readers
On Tue, Oct 15, 2013 at 12:01 PM, Dean Sutherland <dsutherland at cert.org>wrote: > Here at CERT we've written some prototype tools that use YAML files to > hold a minimal subset of the Clang parse tree. We then combine these files > to perform cross-TU static analysis. We write out *only* the minimal > information required for the particular static analysis being
2013 Oct 15
3
[LLVMdev] [lld] Handling a whole bunch of readers
On Mon, Oct 14, 2013 at 8:41 PM, Michael Spencer <bigcheesegs at gmail.com>wrote: > On Wed, Oct 9, 2013 at 11:23 AM, Shankar Easwaran <shankare at codeaurora.org > > wrote: > >> Hi, >> >> We have a whole bunch of readers(we would have some more too), and was >> thinking if we should have a vector of Readers, and have a function >> isMyFormat in
2008 Aug 06
1
Matching a period in grep...
Hi folks, Can anyone enlighten me as to why I get the following when I search for ".csv" at the end of a string? > grep("\.csv$","Blah.csv",value=TRUE) [1] "Blah.csv" Warning messages: 1: '\.' is an unrecognized escape in a character string 2: unrecognized escape removed from "[\.]csv$" R reference for regular expressions says
2008 Apr 04
1
java-1.6.0-openjdk packages for testing
Johnny, Thought I'd try these out for you. Looks like a prerequisite is missing? yum --enablerepo=c5-testing install java-1.6.0-openjdk\* <snip the usual gobbledygook> 330 packages excluded due to repository priority protections Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package
2011 Apr 07
1
Two questions about metacharacter in regexprs and function return
for the script, please kindly see the script below. At line 10 and line 13, my problems occurs. The first one is I try to retrieve the gene official name from a column of a table. The pattern of official name is something starting with gene_name. For detail problems, please see the according lines. Any suggestions are appreciated example of matching source (extract the Nnat, sometime it would
2019 Jan 25
0
[klibc:update-dash] expand: Do not quote backslashes in unquoted parameter expansion
Commit-ID: afc40b4eb057b08d8cc2eebefdf6cac05849e8ae Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=afc40b4eb057b08d8cc2eebefdf6cac05849e8ae Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 28 Mar 2018 18:37:51 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] expand: Do not quote
2020 Mar 28
0
[klibc:update-dash] dash: expand: Do not quote backslashes in unquoted parameter expansion
Commit-ID: 6b0cf885180cfb08f7ec5139e67e581bbba5d6be Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6b0cf885180cfb08f7ec5139e67e581bbba5d6be Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Wed, 28 Mar 2018 18:37:51 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: expand: Do not
2005 Sep 20
3
sipuras 841 bad sound
Hi Guys! I have a problems with some sipuras 841 and asterisk 1.0.9. Im using 841 with asterisk 1.0.9 with a digium card (single e1 span) with steve's unicall. Everything compiled fine and in fact I can make and receive calls but I have a problem with bad sound when the sipuras call the outside E1's lines. I can listen to the caller without problems but they heard me with a choppy
2014 Apr 24
1
The regular expressions in compareVersion()
Hi, I guess the backslash should not be used as the separator for strsplit() in compareVersion(), because the period in [.] is no longer a metacharacter (no need to "escape" it using a backslash): https://github.com/wch/r-source/blob/trunk/src/library/utils/R/packages.R#L866-L867 > compareVersion function (a, b) { .... a <- as.integer(strsplit(a, "[\\.-]")[[1L]])
2001 Apr 26
1
list.files wildcard
Hello all, I have a simple question: I have filenames that look like these: "n031ku09.10msmeanc" "n031ku10.10msmeanc" "n031ku11.10msmeanc" [22] "n031ku12.10msmeanc" "n031ti01.10msmeanc" "n031ti02.10msmeanc" I also have a set of the same without the "c" at the end. When I run list.files(".",
2005 May 23
1
Backslash
Why sometimes one has to put a double backslash in regular expressions, but often simple backslashes work too? Is only a \ required for giving a metacharacter its usual meaning? --------------------------------------- u=grep('\\{[\\-u]x',a,perl=T) # equivalent to u=grep('\{[\-u]x',a,perl=T) # but u=grep('\w',a,perl=T) # is not correct and requires
2010 Jan 07
2
[LLVMdev] Two suggestions for improving LLVM error reporting
I realize that LLVM assertion results aren't intended to be seen by end-users ever - they are there to tell front-end developers that they screwed up. Even so, I can think of two things that would make it easier for front-end developers to track down what they did wrong without having to jump into the debugger: 1) Be able to set a "default module" for dump(). The version of dump()
2002 Dec 04
0
RArcInfo 0.4-2 and tutorial (draft) available
Hi, A new release of RArcInfo is avaialable from CRAN and http://matheron.uv.es/~virgil/Rpackages/RArcInfo/ The changes made are: *V 0.4-2 - 'index' argument added to plotarc to select the arcs to plot. - 'index' argument added to plotpal to select the polygons to plot. - New function 'get.nb', which, given a set of polygons, returns the neighbouring polygons of
2009 Apr 01
1
VAR with binary endogenous variables
Hi all! Does anyone know if a vector autoregression package is avaialable that allows binary variables as part of the endogenous system? I'm looking for something along the lines of what is implemented in "Dynamic Forecasts of Qualitative Variables: A Qual VAR Model of US Recessions" by Michael Dueker, 2003, Fed Reserve Bank of St. Louis. Another possibility is the autoregressive
2008 Dec 13
1
Upcoming LCA presentation
As some of you may know, I'm going to be presenting CELT at the upcoming linux.conf.au conference in January. See http://linux.conf.au/programme/schedule/view_talk/187?day=thursday for details about the talk. I would like to include some references to real world applications, demos, etc., where your are already using (or planning to use) CELT. If you want me to mention your project in front of