Displaying 3 results from an estimated 3 matches for "gagu".
Did you mean:
gag
2006 Jan 17
3
[Asterisk-Dev] WAS: click-to-call cleint NOW: XML Manager I/F str aw poll
Disclaimer: Not trolling. Cross-posting to -users to gague support.
-users : Straw poll - if an XML based Manager Interface was avaliable as an
option in asterisk.conf, would that be a good thing, or a stupid thing?
>Have you ever tried initiating a session via XML with a terminal that
>doesn't support backspace...
I'm actually proposin...
2006 Feb 15
0
[CAVPdiscussion] OT: RFC: Canadian Association o f Voice over IP Users (CAVU)
...loose, ad-hoc association without
too much formal pomp and circumstance. It is further proposed that
meaningful work or recommendations produced by CAVU be forwarded to CAVP for
presentation to regulatory bodies in a formal fashion.
As this is a "testing the waters" phase, I'm just gaguing interest. If you
are interested in participating, or have a positive or negative comment, one
way or another, ping me an email at cavu.asterusk.users@gmail.com - who you
are, what your take on this is, and where you are. If there are enough
people to form a group, we can form the (loose) associa...
2006 Dec 26
2
sequential row selection in dataframe
Dear all;
I'm wondering if there is any 'efficient' approach for selecting a
sample of 'every nth rows' from a dataframe. For example, let's use
the dataframe GAGurine in MASS library:
> length(GAGurine[,1])
[1] 314
# select an 75% of the dataset, i.e. = 236 rows, every 2 rows starting
from row 1
> test<-GAGurine[seq(1,314,2),]
> length(test[,1])
[1] 157
# so, I still need another 79 rows, one way could be:
test2<-GAGurine[-seq(1,314,2),]
&g...