search for: anumber

Displaying 9 results from an estimated 9 matches for "anumber".

Did you mean: number
2009 Jul 24
9
getting extra characters with printf(copyin(a, b))
...my generating operations, I get junk in there. For example: set setop length 5, FOUND KEY, STORED set setop length 5, FOUND KEY, STORED get setop, FOUND KEY get nothere, NOT FOUND add addop, NOT FOUND add addop, NOT FOUND set replaceop length 9, FOUND KEY, STORED replace replaceop, FOUND KEY set anumber length 7, FOUND KEY, STORED incr anumber, FOUND KEY, 101 decr anumber, FOUND KEY, 100 set setopceoreplaceop length 5, FOUND KEY, STORED set setop length 5, FOUND KEY, STORED get setop, FOUND KEY get nothere, NOT FOUND add addop, NOT FOUND add addop, NOT FOUND set replaceopnumber length 9, FOUND KE...
2015 Jan 26
2
asterisk 11.14 - voicemail incorrect duration
...uspect that the voicemail application counts the time wrong. In my voicemail.conf: [general] minsecs=3 maxsilence=5 format=wav maxsecs=180 silencethreshold=140 [...cut..] In the asterisk-cli: [Jan 26 15:23:49] -- Executing [s at macro-voicemail:77]VoiceMail("SIP/XY-0005175a", "aNumber,su") in new stack [Jan 26 15:24:04] -- <SIP/YX-0005175a> Playing 'beep.gsm' (language 'de') [Jan 26 15:24:04] -- x=0, open writing: /var/spool/asterisk/voicemail/default/aNumber/tmp/rVBkAm format: wav, 0x7fd884a33128 [Jan 26 15:24:10] -- User hung up [Jan 26 1...
2007 Mar 03
3
How to convert List object to function arguments?
...pe2"]] ); # Works! goftests( x, "beta", parms ) # Don't Works! parms <- list( aNum = 5, aVector = c(1,2,3), aMatrix = matrix(c(4,5,6,7,8,9),nrow=2,byrow=T) ); goftests( x, "my-special-distr", parms[["aVector"]], parms[["aMatrix"]], parms[["aNumber"]] ); # Works! goftests( x, "my-special-distr", parms ) # Don't Works! ##### END CODE SNIP ##### Obviously I have to use the "don't work" form. How can I do this in R (if possible)? Thank you very much in advance! Best regards, -- Marco
2007 Mar 08
0
multiplexers
...Ogg, it would be trivial to implement. I gave it a shot earlier today, and there are a whole number of issues that I didnt consider when writing a MUX, like QoS. You would think you could just have a big loop in the heart of the mux that select()s and does the read/write accordingly, but there are anumber of issues introduced when you dynamically add a "channel", or if a channel hangs, etc. So the multiplexer has to be a little beefier than I was first assuming. Its still pretty surprising that a generic library to multiplex over TCP is not more common. Something that would let you create...
2004 Jan 16
2
No subject
Hello! > Date: Thu, 15 Jan 2004 16:53:18 +0100 > From: Kirill Ponomarew <krion@FreeBSD.org> > > > freshly updated ports tree on a 4.9 box is exactly the same as a > > > freshly updated ports tree on a 5.2 box. > >=20 > > Read the users email. They're using specific tags, not "." so there are > > (or may be) some
2007 Mar 08
2
multiplexers
Hey folks, I just unsubscribed from the vorbis-dev mailinglist (several days ago) after a year or so of being subscribed, and today I run into a project that will probably require using Ogg :-). The project I am working on has a fairly quick timeline, and as a result have to cut corners. The core of it will be wrapped around a multiplexer. Ogg is obviously ideal for this, but I was wondering if
2005 Jul 11
4
exact values for p-values - more information.
Hi there, If I do an lm, I get p-vlues as p-value: < 2.2e-16 This is obtained from F =39540 with df1 = 1, df2 = 7025. Suppose am interested in exact value such as p-value = 1.6e-16 (note = and not <) How do I go about it? stephen
2018 May 29
6
weird messages in logs
Mandi! Emmanuel Florac via samba In chel di` si favelave... > > I can fire up bug for the manpage?! > At least it should mention the default of 100 and why you would want > it at 0 instead. the bug is exactly for that, manpage lie! ;-) usershare max shares (G) This parameter specifies the number of user defined shares that are allowed to be created by users
2020 Jul 10
2
RFC: Removing ptrtoint from asan instrumentation
[AMD Official Use Only - Internal Distribution Only] Hi everyone, Asan instrumentation introduces a ptrtoint instruction which is used as an argument to a number of runtime functions. Every instrumented load/store ends up having at least one ptrtoint attached to its address. However, the community has now raised a number of concerns about the use of LLVM generated ptrtoint & inttoptr [1]