Displaying 3 results from an estimated 3 matches for "dufus".
Did you mean:
rufus
2004 May 27
1
modes of objects
Hi R People:
I am looking for some objects:
>objects(pat="f")
[1] "dufus" "f" "f1" "fake.df" "ff" "fm1" "one.df"
"one1.df" "x.df" "xf"
>mode(objects(pat="f"))
[1] "character"
>
I would like to determine the mode of these ob...
2003 Mar 07
0
Re: AGI and fast-entered DTMF codes (SOLVED)
...set
busydetect=1 in zapata.conf as I wasn't sure if Asterisk could detect
hangup on Irish POTS lines (this was before I had implemented channel
checking in the AGI code).
Once busydetect was off, the digits could be entered as fast as
(humanly) possible with no problems.
God, I'm, such a dufus!
Alan.
2008 Jun 28
14
Date Field convert to Seconds since Epoch
Hi, I was wandering if anyone could help me with this problem:
Right now I am using a field in my database which is of type
''Date'' (in the form dd-mm-yyyy). I would like to convert this value
(for example 26-06-08) into a number of seconds since epoch or into
another form so I can compare it with todays date (from Date.now) so
that I can tell the difference between the two dates