search for: precursor

Displaying 20 results from an estimated 69 matches for "precursor".

Did you mean: recursor
2003 Oct 28
2
SIP Calls Don't Properly Connect (Continue Ringing) After CVS Update
...the GS plays busy and the x-lite detects hangup. 6. The x-lite goes back on hook. This scenario was working properly (the call completed as expected) prior to the CVS update. Oddly, calls from x-lite to the GS complete properly and without incident. The big difference is that there is a "precursor" script on the GS extension that answers and plays the use's name using the name file in the voicemail folder. THEN it uses Dial to send the call to the SIP device. I swear there was a thread about this last week but I can't find it for the life of me. Perhaps it was in the error lo...
2003 Dec 07
3
FARFON lives!
...s stocking stuffer for your favourite IAX-head read on. This invitation to express your interest in testing the preproduction unit is primarily meant for those who are: a) actively developing IAX and * and can give feedback b) thinking about deploying large * installations and need phones As a precursor to the order stage: a) you will be expected to sign an NDA and abide by it b) the price for the preproduciton units will be sub EUR100 c) you will be expected to pay 50% in advance, and 50% on shipping We expect to start manufacturing the 50 units this coming week, with first units shipping en...
2007 Apr 02
0
Object problems with Generic and rematchDefinition
...nction(object, cost=5, ppm=10) { metlinfile<-url("http://") # need to add URL met.xml<-read.metlin(metlinfile) Pcount<-object at env$peaksCount values<-matrix(nrow=length(Pcount), ncol= 6) colnames(values)<-c("Name", "Distance", "precursor MZ", "precursor Z", "rt", "MS/MS peaks") for(i in length(Pcount)){ if(MSMSpeaks){ MSMSpeaks<-as.vector(object at env$MSMSmz[Pcount[i-1]:Pcount[i]]) rtMSpeaks<-as.vector(object at env$MSMSrt[i]) preMZ<-as.vector(object at en...
2010 Feb 05
1
splint / lint-like syntax checker for R
...for R? I realize that both ESS and the debug package and similar tools have debugging and error analysis features, but those appear to require running the code through the R buffer. I'd like something that did basic syntax and object-name verification for code that was to run in batch, as a precursor to doing trial runs. Apologies if this already exists and I missed it, but nothing showed up on Google, CRAN, or r-help that I could find. Thanks, Mark Huberty
2009 Dec 21
1
sip show peers returns several notices
....1.6 box that I am running. Both of them use Debian Linux (lenny) on Dell PowerEdge 1950. My list of SIP peers is quite large (3000+). I have not noticed anything wrong with the asterisk installation apart from this notice, but it is worrying as the error seems to crop up in other bug reports as a precursor to crashes.
2018 Jan 17
6
Adding DWARF5 accelerator table support to llvm
...there's anyone else interested in this topic, and to try to synchronize our efforts. Our interest for this stems from a desire to make dwarf parsing fast on non-apple targets (specifically android). As you may know, apple targets already use a non-standard accelerator table format, which was a precursor to the dwarf5 one. Due to other differences in debug info deployment model, the apple tables are not directly applicable to other targets, so instead of trying to make them fit, we chose to go with the standard approach. I personally will have some time to work on this this quarter or two, and my...
2013 Feb 22
1
[LLVMdev] testing instruction selection
...y stuctures and then submitted to that phase and optionally propagated to later phases. You could also save off the state of any phase in ascii too. So you could write test cases for optimizations and code generation that were reproducible and such. In those days they used various YAML ancient precursors like LG and IDL. We used to jokingly call the PQCC project PQTG (Product Quality Thesis Generator). Reed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/d97052a7/attachment.html>
2008 Mar 21
1
NUT Enhancements
...more active interest in the project, > I'm now sending them to you. > > In a nutshell, here's what's included: > > Error notification for UPS overtemp. Several of my UPS monitor > temperature and I have found that serious overtemp readings are often > a precursor to battery failure (sometimes spectacular). > > A shell script that can be used to send notifications to users via > email and save them as messages in the UPS log. > > Parsing of and inclusion of selected log file messages in the UPS > status display (e.g. UPS on ba...
2003 Jan 29
2
calling sweave function from latex
...21.2.1 ------------------- Colleagues I've been calling R-code embedded in my LaTex document using Sweave, but would like to make things more convenient. At present as I understand it you first process the R chunks of code using the Sweave function called from within R to process a "precursor file" e.g. foo.sw to get a LaTex file (foo.sw.tex) that you then process with latex foo.sw.tex. ------------------------ example code segment %\item {\bf Matched trawl and acoustic data} \label{real data} \item {\bf Results} %%%% sweave code <<echo=false,results=hide>>= averag...
2003 Jan 29
2
calling sweave function from latex
...21.2.1 ------------------- Colleagues I've been calling R-code embedded in my LaTex document using Sweave, but would like to make things more convenient. At present as I understand it you first process the R chunks of code using the Sweave function called from within R to process a "precursor file" e.g. foo.sw to get a LaTex file (foo.sw.tex) that you then process with latex foo.sw.tex. ------------------------ example code segment %\item {\bf Matched trawl and acoustic data} \label{real data} \item {\bf Results} %%%% sweave code <<echo=false,results=hide>>= averag...
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...ly go in LLVM - yeah, they could be separate, but I'd expect the assembler and object file emission to be tested separately already - the only benefit to testing particular IR->object & separately testing particular IR->assembly is probably not worthwhile. If we could test against the precursor to those outputs then we might get the advantage of only having the right tests fail for the right reasons (debug info tests wouldn't fail when we broken the assembler/object emission). > Properly speaking they should each get their own tests. > Not to mention a unit-test (or debuginfo-t...
2018 Jan 17
0
Adding DWARF5 accelerator table support to llvm
...interested in this topic, and to try to synchronize our efforts. > > Our interest for this stems from a desire to make dwarf parsing fast > on non-apple targets (specifically android). As you may know, apple > targets already use a non-standard accelerator table format, which was > a precursor to the dwarf5 one. Due to other differences in debug info > deployment model, the apple tables are not directly applicable to > other targets, so instead of trying to make them fit, we chose to go > with the standard approach. > > I personally will have some time to work on this this...
2013 Jan 23
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...In many cases I think the same test _source_ can be used to check both asm and object, with appropriate RUN lines, and whether you want to count that as the same or separate depends on how you like to game the counts. What matters to me is both paths get tested. > If we could test against the precursor to those outputs then we might > get the advantage of only having the right tests fail for the right > reasons (debug info tests wouldn't fail when we broken the > assembler/object emission). > >> Properly speaking they should each get their own tests. >> Not to mention...
2009 Jul 02
2
working with texts
...ide): 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 This is the precursor to co-word analysis and some basic statistics on these titles and abstracts. I have always had a hard time working with text in R and still have no idea how to achieve the results above. I am probably overlooking something pretty straightforward. But right now, I am completely in the dark. Any he...
2013 Feb 22
2
[LLVMdev] testing instruction selection
It's kind of troubling that you can't create test cases that start with DAG as opposed to bitcode .ll. It's very tedious sometimes to go through and make sure that you have really tested all your patterns and sometimes the compiler changes and it stops generating those patterns but may resume generating them later. So if you make a change at a time when it's not generating
2013 Feb 22
0
[LLVMdev] testing instruction selection
Do you have any suggestions about how to address this? -- Sean Silva
2020 Aug 25
0
X.Org libX11 security advisory: August 25, 2020
Double free in libX11 locale handling code ========================================== CVE-2020-14363 There is an integer overflow and a double free vulnerability in the way LibX11 handles locales. The integer overflow is a necessary precursor to the double free. Patches ------- A Patch for this issue has been committed to the libX11 git repository. libX11 1.6.12 will be released shortly and will include this patch. https://gitlab.freedesktop.org/xorg/lib/libx11 commit acdaaadcb3d85c61fd43669fc5dddf0f8c3f911d (HEAD -> master)...
2015 Jul 29
2
Fedora change that will probably affect RHEL
On 07/28/2015 04:29 PM, Warren Young wrote: > They turned off "PermitRootLogin yes" and "Protocol 1" in EL6 or EL7, the previous low-hanging fruit. Do you think those were bad decisions, too? As far as I know, PermitRootLogin has not been set to "no" by default. At least, I've never seen that on a system I've installed. Am I missing something?
2006 Sep 19
1
Help/problems with blktap on xen-unstable
...2 0:17.56 blktapctrl 1 root 16 0 1744 124 92 S 0.0 0.0 0:00.87 init ------------------------------------------------------------------------------------------------------------------ Then, I am trying to follow the README to get an image file mounted via tap:aio in dom0 (as a precursor, or course, to using it for rootfs in a domU). So: [root@dom0-0-50-45-5d-59-aa tmp]# xm block-attach 0 tap:aio:/tmp/sparse.img /dev/xvda1 w 0 ... [root@dom0-0-50-45-5d-59-aa tmp]# xm block-list 0 Vdev BE handle state evt-ch ring-ref BE-path 51713 0 0 3 15 8 /local/domain...
2008 Jan 10
0
prob package: elementary probability on finite sample spaces
...addresses an ample proportion of material in a typical undergraduate course in elementary probability, or the probability material in an introductory statistics course. For details, see vignette("prob"). Since the focus is on sample/probability spaces, the prob package could be used as a precursor to the more sophisticated distrxxx-family of packages. Topics: * construction of sample spaces (in the sense of 'prob' ) of various kinds. Some standard sample spaces are included (toss a coin, roll a die, sample from an urn, draw cards, roulette, etc.) * counting and the Multiplication...