Displaying 3 results from an estimated 3 matches for "a120".
Did you mean:
120
2005 Oct 26
0
Bug in ip -6?
Hi,
this appeared on Red Hat bugzilla and I''m not sure if customer
presumption is correct
`ip -6 route add 10::a120/124 via 10::a111`
returns
RTNETLINK answers : invalid argument
His expected result is that route table to subnet 10::a120/124 should be
added
<snip>
I know RFC3587 described prefix 001b is the unicast global address range
assigned by IANA, and all other unicast address rage is ''una...
2010 Jul 26
1
gapped sequence data summary
...112 1 3017821 102 0.05 2
a113 2 3027730 103 0.02 3
a114 2 3036220 104 0.04 4
a115 1 3053984 105 0.03 5
a118 1 3090500 106 0.02 8
a119 1 3103304 107 0.03 9
a120 2 3090500 106 0.02 10
a121 2 3103304 107 0.03 11
what I am trying to accomplish is:
for sequence 1:5
cat1 start of the location end of the location, peak value
of the item_values
1 3002737 30...
2010 Jul 28
1
error: arguments imply differing number
....01 1
a112 1 3017821 102 0.05 2
a113 2 3027730 103 0.02 3
a114 2 3036220 104 0.04 4
a115 1 3053984 105 0.03 5
a118 1 3090500 106 0.02 8
a119 1 3103304 107 0.03 9
a120 2 3090500 106 0.02 10
a121 2 3103304 107 0.03 11
"), header = TRUE)
closeAllConnections()
first <- function(x)c(TRUE, diff(x)!=1)
last <- function(x)c(diff(x)!=1, TRUE)
mydata$start <- first(mydata$sequence)
mydata$end <- last...