System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
share
/
graphviz
/
gvpr
/
216.73.216.49
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
knbhd
/* knbhd - Return the k-neighborhood of a node, i.e., allnodes * whose path length from the given node is <= k. * ARGV[] = k node_name */ BEG_G { node_t ctr; int maxlen; graph_t comp = subg($, "kcomp"); int sid = 0, eid = 0; int curlen; node_t curnode; int nlen[node_t]; node_t stk[int]; node_t other; edge_t e; if (ARGC != 2) { printf (2, "Two arguments required\n"); exit(1); } if (!sscanf(ARGV[0],"%d",&maxlen)) { printf (2, "Improper length parameter \"%s\"\n", ARGV[0]); exit(1); } maxlen++; /* length of 0 means unset */ ctr = isNode ($, ARGV[1]); if (!ctr) { printf (2, "node %s not found\n", ARGV[1]); exit(1); } subnode (comp,ctr); nlen[ctr] = 1; curnode = ctr; while (curnode) { curlen = nlen[curnode]; if (curlen == maxlen) break; for (e = fstedge(curnode); e; e = nxtedge(e,curnode)) { other = e.head; if (other == curnode) other = e.tail; if (nlen[other]) continue; /* already seen */ subnode(comp,other); nlen[other] = curlen+1; stk[eid++] = other; } if (sid < eid) curnode = stk[sid++]; else curnode = NULL; } induce(comp); write(comp); }
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2024-06-24 12:46:47
..
DIR
-
drwxr-xr-x
2024-04-06 12:47:12
addedges
text/plain
291 B
-rw-r--r--
2024-04-06 12:47:07
addranks
text/plain
830 B
-rw-r--r--
2024-04-06 12:47:07
addrings
text/plain
1.29 KB
-rw-r--r--
2024-04-06 12:47:07
anon
text/plain
422 B
-rw-r--r--
2024-04-06 12:47:07
attr
text/plain
151 B
-rw-r--r--
2024-04-06 12:47:07
bb
text/plain
997 B
-rw-r--r--
2024-04-06 12:47:07
bbox
text/plain
532 B
-rw-r--r--
2024-04-06 12:47:07
binduce
text/plain
1.14 KB
-rw-r--r--
2024-04-06 12:47:07
bipart
text/plain
455 B
-rw-r--r--
2024-04-06 12:47:07
chkclusters
text/plain
532 B
-rw-r--r--
2024-04-06 12:47:07
chkedges
text/plain
916 B
-rw-r--r--
2024-04-06 12:47:07
cliptree
text/plain
178 B
-rw-r--r--
2024-04-06 12:47:07
col
text/plain
601 B
-rw-r--r--
2024-04-06 12:47:07
collapse
text/plain
469 B
-rw-r--r--
2024-04-06 12:47:07
color
text/plain
1.41 KB
-rw-r--r--
2024-04-06 12:47:07
cycle
text/plain
560 B
-rw-r--r--
2024-04-06 12:47:07
dechain
text/plain
264 B
-rw-r--r--
2024-04-06 12:47:07
deghist
text/plain
351 B
-rw-r--r--
2024-04-06 12:47:07
deledges
text/plain
116 B
-rw-r--r--
2024-04-06 12:47:07
delmulti
text/plain
397 B
-rw-r--r--
2024-04-06 12:47:07
delnodes
text/plain
249 B
-rw-r--r--
2024-04-06 12:47:07
depath
text/plain
547 B
-rw-r--r--
2024-04-06 12:47:07
dijkstra
text/plain
647 B
-rw-r--r--
2024-04-06 12:47:07
flatten
text/plain
88 B
-rw-r--r--
2024-04-06 12:47:07
get-layers-list
text/plain
277 B
-rw-r--r--
2024-04-06 12:47:07
group
text/plain
791 B
-rw-r--r--
2024-04-06 12:47:07
histogram
text/plain
319 B
-rw-r--r--
2024-04-06 12:47:07
indent
text/plain
378 B
-rw-r--r--
2024-04-06 12:47:07
knbhd
text/plain
1.2 KB
-rw-r--r--
2024-04-06 12:47:07
maxdeg
text/plain
307 B
-rw-r--r--
2024-04-06 12:47:07
path
text/plain
449 B
-rw-r--r--
2024-04-06 12:47:07
rotate
text/plain
1.17 KB
-rw-r--r--
2024-04-06 12:47:07
scale
text/plain
1.12 KB
-rw-r--r--
2024-04-06 12:47:07
scalexy
text/plain
1.1 KB
-rw-r--r--
2024-04-06 12:47:07
span
text/plain
139 B
-rw-r--r--
2024-04-06 12:47:07
topon
text/plain
429 B
-rw-r--r--
2024-04-06 12:47:07
treetoclust
text/plain
988 B
-rw-r--r--
2024-04-06 12:47:07
~ ACUPOFTEA - mail.ontime-ae.com