search for: askming

Displaying 5 results from an estimated 5 matches for "askming".

Did you mean: asking
2006 May 26
2
large duration calls
Hello mates, im having calls of about 120 o 130 minutes in my accounting DB but these are calls not made by users. I guess my asterisk is not catching some BYE requests and after some timeout it hangs up the call. Is this issue known? Is there a way to trace this problem? Im using Asterisk 1.0.10 on a i686 linux and mysql for the accounting. I have this problem with different protocols, like SIP
2005 Sep 01
1
Newbie question
Hi, my name is Andr?s Rusconi, from Tucum?n, Argentina. Sorry my English, please. I am a very happy new user of Dovecot: I gained speed and simplicity with him. But I noticed that in clients who use Outlook, the deleted messages do not copy to the trash folder. This is not critical, but did not happen with Courier, and the users askme about this behavior. If some of you has somehow solved this
2023 Apr 04
2
on lexical scoping....
obviously, everyone has different opinions on what's useful but I always found this document quite helpful. I think, in the past, someone said that there are some incorrect statements in but I'm not sure what they are. https://askming.github.io/study_notes/Stats_Comp/Note-How%20R%20searches%20and%20finds%20stuff.html On Tue, Apr 4, 2023 at 7:06?PM Bert Gunter <bgunter.4567 at gmail.com> wrote: > The following *might* be of use to you. If you can predict what the various > function invocations will do, I think you...
2023 Apr 05
1
on lexical scoping....
...7:53 p.m., Mark Leeds wrote: > obviously, everyone has different opinions on what's useful but I always > found this document quite > helpful. I think, in the past, someone said that there are some incorrect > statements in but I'm not sure > what they are. > > https://askming.github.io/study_notes/Stats_Comp/Note-How%20R%20searches%20and%20finds%20stuff.html > > > On Tue, Apr 4, 2023 at 7:06?PM Bert Gunter <bgunter.4567 at gmail.com> wrote: > >> The following *might* be of use to you. If you can predict what the various >> function invoc...
2023 Apr 04
2
on lexical scoping....
The following *might* be of use to you. If you can predict what the various function invocations will do, I think you have a reasonable grasp of how lexical scoping works in R (contrary or supplementary opinions welcome). It is the sort of thing you will find in the references also. If this is all obvious, sorry for wasting your time. ####################### search() ls() dat <- list(x =2)