Home
last modified time | relevance | path

Searched refs:nns (Results 1 – 25 of 2515) sorted by relevance

12345678910>>...101

/dports/misc/xiphos/xiphos-4.2.1/win32/extras/festival/lib/dicts/
H A Dwsj.wp39.poslexR12 ("'60s" ((nns -10.255) ) () )
14 ("'70s" ((nns -9.562) ) () )
20 ("'90s" ((nns -10.255) ) () )
61 ("a-men" ((nns -10.949) ) () )
176 ("abuses" ((nns -9.850) ) () )
290 ("acids" ((nns -10.949) ) () )
342 ("actors" ((nns -8.384) ) () )
679 ("aides" ((nns -8.058) ) () )
690 ("ails" ((nns -10.949) ) () )
1522 ("arbs" ((nns -8.751) ) () )
[all …]
/dports/textproc/p5-Lingua-EN-Tagger/Lingua-EN-Tagger-0.31/Tagger/
H A Dwords.yml627 A-men: { nns: 1 }
925 acids: { nns: 1 }
1097 admen: { nns: 1 }
1154 Ads: { nns: 1 }
1155 ads: { nns: 89 }
1369 ages: { nns: 9 }
1454 ails: { nns: 1 }
1955 amps: { nns: 1 }
2315 ants: { nns: 1 }
2540 arbs: { nns: 5 }
[all …]
H A Dtags.yml6 …: 0.0261194, lrb: 0.0149254, md: 0.00746269, nn: 0.0708955, nnp: 0.201493, nns: 0.0298507, pos: 0.…
10 …00417711, md: 0.000835422, nn: 0.351713, nnp: 0.0108605, nnps: 0.00167084, nns: 0.155388, pdt: 0.0…
11 ….00119617, md: 0.00119617, nn: 0.0633971, nnp: 0.330742, nnps: 0.00179426, nns: 0.0161483, pdt: 0.…
17 nns: { cc: 0.0593685, cd: 0.00163635, det: 0.0170803, ex: 8.11414e-05, in: 0.23504, jj: 0.0166746, …
27 …0.0106435, lrb: 0.00087882, nn: 0.441656, nnp: 0.048921, nnps: 0.00058588, nns: 0.195293, pp: 9.76…
29 ….312644, jjr: 0.00045977, lrb: 0.00045977, md: 0.00229885, nn: 0.00505747, nns: 0.00045977, pp: 0.…
30 rbs: { det: 0.0036036, in: 0.045045, jj: 0.72973, lrb: 0.0018018, md: 0.0018018, nn: 0.0018018, nns
35 uh: { in: 0.017094, nn: 0.017094, nns: 0.00854701, pp: 0.196581, ppc: 0.529915, ppr: 0.0512821, pps…
42 …000187864, md: 0.134135, nn: 0.0146534, nnp: 0.0212286, nnps: 0.000187864, nns: 0.0174714, pos: 0.…
43 … 0.00034638, ls: 0.00034638, md: 0.0651195, nn: 0.0128161, nnp: 0.0193973, nns: 0.00969865, pdt: 0…
[all …]
/dports/devel/tcllibc/tcllib-1.20/apps/
H A Dnns25 package provide nns 1.2
59 logger::initNamespace ::nns
161 proc ::nns::blank {s} {
168 proc ::nns::My {} {
189 proc ::nns::Do.bind {} {
203 proc ::nns::Do.ident {} {
217 proc ::nns::Do.search {} {
273 proc ::nns::Do.who {} {
283 ::nns::ProcessCommandLine
285 ::nns::Do.$::nns::xcmd
[all …]
/dports/devel/tcllib/tcllib-1.20/apps/
H A Dnns25 package provide nns 1.2
59 logger::initNamespace ::nns
161 proc ::nns::blank {s} {
168 proc ::nns::My {} {
189 proc ::nns::Do.bind {} {
203 proc ::nns::Do.ident {} {
217 proc ::nns::Do.search {} {
273 proc ::nns::Do.who {} {
283 ::nns::ProcessCommandLine
285 ::nns::Do.$::nns::xcmd
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/network/
H A Dres_msend.c41 int nns = 0; in __res_msend_rc() local
55 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
56 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
59 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
60 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
64 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
65 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
66 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
H A Dresolvconf.c14 int nns = 0; in __get_resolv_conf() local
63 if (nns >= MAXNS) continue; in __get_resolv_conf()
67 if (__lookup_ipliteral(conf->ns+nns, p, AF_UNSPEC) > 0) in __get_resolv_conf()
68 nns++; in __get_resolv_conf()
86 if (!nns) { in __get_resolv_conf()
88 nns = 1; in __get_resolv_conf()
91 conf->nns = nns; in __get_resolv_conf()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/network/
H A Dres_msend.c41 int nns = 0; in __res_msend_rc() local
55 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
56 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
59 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
60 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
64 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
65 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
66 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
H A Dresolvconf.c14 int nns = 0; in __get_resolv_conf() local
63 if (nns >= MAXNS) continue; in __get_resolv_conf()
67 if (__lookup_ipliteral(conf->ns+nns, p, AF_UNSPEC) > 0) in __get_resolv_conf()
68 nns++; in __get_resolv_conf()
86 if (!nns) { in __get_resolv_conf()
88 nns = 1; in __get_resolv_conf()
91 conf->nns = nns; in __get_resolv_conf()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/network/
H A Dres_msend.c41 int nns = 0; in __res_msend_rc() local
55 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
56 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
59 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
60 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
64 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
65 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
66 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
H A Dresolvconf.c14 int nns = 0; in __get_resolv_conf() local
63 if (nns >= MAXNS) continue; in __get_resolv_conf()
67 if (__lookup_ipliteral(conf->ns+nns, p, AF_UNSPEC) > 0) in __get_resolv_conf()
68 nns++; in __get_resolv_conf()
86 if (!nns) { in __get_resolv_conf()
88 nns = 1; in __get_resolv_conf()
91 conf->nns = nns; in __get_resolv_conf()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/network/
H A Dres_msend.c41 int nns = 0; in __res_msend_rc() local
55 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
56 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
59 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
60 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
64 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
65 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
66 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
H A Dresolvconf.c14 int nns = 0; in __get_resolv_conf() local
63 if (nns >= MAXNS) continue; in __get_resolv_conf()
67 if (__lookup_ipliteral(conf->ns+nns, p, AF_UNSPEC) > 0) in __get_resolv_conf()
68 nns++; in __get_resolv_conf()
86 if (!nns) { in __get_resolv_conf()
88 nns = 1; in __get_resolv_conf()
91 conf->nns = nns; in __get_resolv_conf()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/network/
H A Dres_msend.c41 int nns = 0; in __res_msend_rc() local
55 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
56 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
59 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
60 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
64 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
65 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
66 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/network/
H A Dres_msend.c45 int nns = 0; in __res_msend_rc() local
59 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
60 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
63 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
64 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
68 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
69 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
70 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/network/
H A Dres_msend.c41 int nns = 0; in __res_msend_rc() local
55 for (nns=0; nns<conf->nns; nns++) { in __res_msend_rc()
56 const struct address *iplit = &conf->ns[nns]; in __res_msend_rc()
59 ns[nns].sin.sin_port = htons(53); in __res_msend_rc()
60 ns[nns].sin.sin_family = AF_INET; in __res_msend_rc()
64 ns[nns].sin6.sin6_port = htons(53); in __res_msend_rc()
65 ns[nns].sin6.sin6_scope_id = iplit->scopeid; in __res_msend_rc()
66 ns[nns].sin6.sin6_family = family = AF_INET6; in __res_msend_rc()
95 for (i=0; i<nns; i++) { in __res_msend_rc()
121 for (j=0; j<nns; j++) in __res_msend_rc()
[all …]
/dports/audio/festvox-cmu_us_ksp_arctic/cmu_us_ksp_arctic/festival/dur/feats/
H A Darctic_b0459.feats9 … 0 a l 0 0 0 - + 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 1 0 3 3 2 1 1 1 0 2 0 1 0 0 0 0 0 0 0 nns content n
11 … l 0 0 a 0 + 0 0 + 0 1 0 0 0 1 1 0 0 0 3 1 0 1 0 0 4 2 2 0 1 1 1 1 0 0 0 0 0 0 0 0 1 nns content n
12 … 0 0 a 0 p 0 0 + 0 + 1 0 0 0 1 1 0 0 0 3 1 0 1 0 0 4 2 2 0 1 1 1 1 0 0 0 0 0 0 0 0 1 nns content n
13 … 0 a 0 p 0 0 + 0 + 0 0 0 0 1 0 0 0 0 3 1 0 1 0 0 1 5 1 3 0 1 1 2 0 0 0 0 0 0 0 0 0 0 nns content n
14 … a 0 p 0 a + 0 + 0 - 0 0 0 1 0 0 0 0 3 1 0 1 0 0 1 5 1 3 0 1 1 2 0 0 0 0 0 0 0 0 0 0 nns content n
15 … 0 p 0 a a 0 + 0 - - 0 0 1 0 1 0 0 3 1 0 1 0 0 1 1 6 0 3 0 1 0 3 1 0 0 0 0 0 1 1 0 0 nns content n
16 … p 0 a a a + 0 - - - 0 0 1 0 1 0 0 3 1 0 1 0 0 1 1 6 0 3 0 1 0 3 1 0 0 0 0 0 1 1 0 0 nns content n
17 … 0 a a a 0 0 - - - - 0 0 1 0 1 0 0 3 1 0 1 0 0 1 1 6 0 3 0 1 0 3 1 0 0 0 0 0 1 1 0 0 nns content n
18 … a a a 0 0 - - - - - 0 0 1 0 1 0 0 3 1 0 1 0 0 1 1 6 0 3 0 1 0 3 1 0 0 0 0 0 1 1 0 0 nns content n
27 … 0 a 0 0 a 0 - 0 0 + 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 2 3 1 1 1 2 0 0 1 0 0 0 0 0 0 0 0 nns content n
[all …]
H A Darctic_b0013.feats3 … 0 0 a 0 v - - + 0 - 0 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 3 0 2 0 2 0 1 0 0 0 0 1 1 1 0 0 nns content n
4 … 0 a 0 v a - + 0 - - 0 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 3 0 2 0 2 0 1 0 0 0 0 1 1 1 0 0 nns content n
5 … a 0 v a 0 + 0 - - 0 0 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 3 0 2 0 2 0 1 0 0 0 0 1 1 1 0 0 nns content n
6 … 0 v a 0 a 0 - - 0 + 0 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 3 0 2 0 2 0 1 0 0 0 0 1 1 1 0 0 nns content n
10 … a a a 0 b + + + 0 + 1 0 1 1 1 1 1 0 3 0 1 1 1 0 1 2 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 nns content n
11 … a a 0 b 0 + + 0 + 0 1 0 1 1 1 1 1 0 3 0 1 1 1 0 1 2 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 nns content n
12 … a 0 b 0 a + 0 + 0 + 1 0 1 1 1 1 1 0 3 0 1 1 1 0 1 2 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 nns content n
13 … 0 b 0 a 0 0 + 0 + - 0 1 1 1 0 1 0 3 0 1 1 1 0 1 0 3 0 2 0 1 0 0 0 0 0 0 0 0 0 1 0 0 nns content n
14 … b 0 a 0 g + 0 + - - 0 1 1 1 0 1 0 3 0 1 1 1 0 1 0 3 0 2 0 1 0 0 0 0 0 0 0 0 0 1 0 0 nns content n
20 … a a a 0 a + + + 0 + 1 1 0 0 1 3 0 1 1 3 0 1 0 1 1 1 2 0 2 0 1 0 1 1 0 0 0 1 1 1 0 0 nns content n
[all …]
H A Darctic_a0489.feats8 … l 0 0 a a + 0 0 + - 1 0 1 1 0 1 1 0 3 1 1 0 1 0 1 2 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 nns content n
9 … 0 0 a a 0 0 0 + - 0 1 0 1 1 0 1 1 0 3 1 1 0 1 0 1 2 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 nns content n
10 … 0 a a 0 a 0 + - 0 - 1 0 1 1 0 1 1 0 3 1 1 0 1 0 1 2 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 nns content n
11 … a a 0 a a + - 0 - - 0 1 1 0 0 1 0 3 1 0 0 1 0 1 0 3 0 1 0 1 0 0 2 0 0 0 0 0 1 1 0 0 nns content n
12 … a 0 a a a - 0 - - - 0 1 1 0 0 1 0 3 1 0 0 1 0 1 0 3 0 1 0 1 0 0 2 0 0 0 0 0 1 1 0 0 nns content n
13 … 0 a a a 0 0 - - - - 0 1 1 0 0 1 0 3 1 0 0 1 0 1 0 3 0 1 0 1 0 0 2 0 0 0 0 0 1 1 0 0 nns content n
14 … a a a 0 a - - - - + 0 1 1 0 0 1 0 3 1 0 0 1 0 1 0 3 0 1 0 1 0 0 2 0 0 0 0 0 1 1 0 0 nns content n
19 … 0 a l 0 0 0 - + 0 0 1 0 0 1 0 3 1 0 0 0 0 1 0 1 0 1 3 0 1 0 2 1 0 1 1 0 0 0 0 0 0 0 nns content n
23 … 0 a 0 p 0 0 + 0 + 0 0 1 0 1 0 0 0 0 4 0 0 1 0 0 0 3 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 nns content n
26 … p 0 a a a + 0 - - - 1 0 1 0 0 0 0 4 0 0 1 0 0 0 0 4 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 nns content n
[all …]
H A Darctic_a0020.feats2 … 0 0 v a 0 0 - - + 0 0 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 5 0 4 0 3 0 1 0 1 0 0 1 1 1 0 0 nns content n
3 … 0 v a 0 l - - + 0 + 0 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 5 0 4 0 3 0 1 0 1 0 0 1 1 1 0 0 nns content n
4 … v a 0 l a - + 0 + + 0 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 5 0 4 0 3 0 1 0 1 0 0 1 1 1 0 0 nns content n
5 … a 0 l a 0 + 0 + + 0 0 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 5 0 4 0 3 0 1 0 1 0 0 1 1 1 0 0 nns content n
6 … 0 l a 0 a 0 + + 0 + 0 0 1 0 1 0 0 1 1 1 0 0 1 1 1 0 5 0 4 0 3 0 1 0 1 0 0 1 1 1 0 0 nns content n
10 … a a l 0 a + + + 0 + 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 2 3 1 2 0 2 1 1 0 1 0 0 0 0 1 0 1 nns content n
11 … a l 0 a a + + 0 + + 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 2 3 1 2 0 2 1 1 0 1 0 0 0 0 1 0 1 nns content n
12 … l 0 a a 0 + 0 + + 0 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 2 3 1 2 0 2 1 1 0 1 0 0 0 0 1 0 1 nns content n
13 … 0 a a 0 a 0 + + 0 + 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 2 3 1 2 0 2 1 1 0 1 0 0 0 0 1 0 1 nns content n
20 … 0 a 0 a 0 0 - 0 + - 0 1 1 0 0 1 0 3 1 1 1 1 0 1 0 5 0 4 0 2 0 0 3 0 0 0 0 0 0 1 0 0 nns content n
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/nns/
H A Dnns_intro.md2 [//000000001]: # (nns\_intro \- Name service facility)
42 *[nns](\.\./\.\./apps/nns\.md)* \(short for *nano nameservice*\) is a facility
61 __[nameserv::server](nns\_server\.md)__\.
63 Complementing this server is the __[nns](\.\./\.\./apps/nns\.md)__ client
72 __[nns](\.\./\.\./apps/nns\.md)__ can be used as both example and template\.
77 down form of the __[nns](\.\./\.\./apps/nns\.md)__ client application\. It is
87 __[nameserv](nns\_client\.md)__ and
94 application __[nns](\.\./\.\./apps/nns\.md)__\.
105 __[nameserv::server](nns\_server\.md)__\.
116 __[nameserv](nns\_client\.md)__ and
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/nns/
H A Dnns_intro.md2 [//000000001]: # (nns\_intro \- Name service facility)
42 *[nns](\.\./\.\./apps/nns\.md)* \(short for *nano nameservice*\) is a facility
61 __[nameserv::server](nns\_server\.md)__\.
63 Complementing this server is the __[nns](\.\./\.\./apps/nns\.md)__ client
72 __[nns](\.\./\.\./apps/nns\.md)__ can be used as both example and template\.
77 down form of the __[nns](\.\./\.\./apps/nns\.md)__ client application\. It is
87 __[nameserv](nns\_client\.md)__ and
94 application __[nns](\.\./\.\./apps/nns\.md)__\.
105 __[nameserv::server](nns\_server\.md)__\.
116 __[nameserv](nns\_client\.md)__ and
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/nns/
H A DChangeLog33 * nns.tcl: Fixed [Bug 2182378], reported by Joe Brandt
46 * nns.tcl: Fixed missing variable. Bumped version to 0.4.1.
79 * nns.tcl (::nameserv::configure): wrong#args in the code
88 * ../../apps/nns (::nns::ProcessCommandLine): Fixed incorrect
94 * ../../apps/nnslog.man: stripped down form of 'nns search
113 * ../../apps/nns.man:
141 * ../../apps/nns: Extended example client application with
166 * nns.tcl: nns.man of the command line client, and removed unwanted
171 * ../../apps/nns: application.
172 * ../../apps/nns.man
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/nns/
H A DChangeLog33 * nns.tcl: Fixed [Bug 2182378], reported by Joe Brandt
46 * nns.tcl: Fixed missing variable. Bumped version to 0.4.1.
79 * nns.tcl (::nameserv::configure): wrong#args in the code
88 * ../../apps/nns (::nns::ProcessCommandLine): Fixed incorrect
94 * ../../apps/nnslog.man: stripped down form of 'nns search
113 * ../../apps/nns.man:
141 * ../../apps/nns: Extended example client application with
166 * nns.tcl: nns.man of the command line client, and removed unwanted
171 * ../../apps/nns: application.
172 * ../../apps/nns.man
[all …]
/dports/math/flann/flann-1.9.1-29-g1d04523/test/
H A Dtest_nn_index.py40 nns = [None]*numtests
45 nns[i] = FLANN()
46 nns[i].build_index(x[i])
50 nns[i].kmeans(x[i], 5)
52 nns[i].nn(x[i], x[i])
56 nnidx,nndist = nns[i].nn_index(x[i])
61 nns[i].delete_index()
63 del nns[i]

12345678910>>...101