Displaying 3 results from an estimated 3 matches for "aphabet".
Did you mean:
alphabet
2006 Mar 26
3
merge two vectors of the same length into one?
...er vectors of the same
length into one.
For example:
X= c('A', 'B', 'C', 'A', 'D', .......) # 26 possible
alphabet values with length 1000
Y=c('B', 'A', 'C', 'A', 'C', ........) # 26 possible
aphabet values with length 1000
after using table ( X,Y ), I will get a matrix of 26*26. But I
want to sort these values from large to small, that is to say, I want
to get an output like this;
AB 75
AC 60
CC 58
....
How can I get this kind of output?
Thank you very...
2014 Jun 24
1
where are going my packets?
...39;t found any way to work with that (or troubleshoot it)
Should be also interesting to know the routing path of my packets to troubleshoot the routing.
Q1) how I can force Subnet to be reachead via a preferred path?
Q2) what is the logic choosed by tinc for routing between nodes? I read that is aphabetical by node name but I saw that is not actually true
Q3) how I can do a traceroute-like command to see the passed through nodes? I tried the USR2 signal but the output is not useful, subnets section say only the owner of it and not the path. I read in the mailing list someone said that is equal to...
2003 Apr 29
6
callerid send to shell script with system command
hi!
anyone has a idea how to send caller id (incoming number)
to shell script like:
exten => s,1,wait,2
exten => s,2,System(/bin/script callerid-number)
exten =>s,3,answer
i need to run script in shell with command line like "/bin/script -a
123456789 "
this 123456789 must be callerid (incoming call) number.
tnx,
Thomas