File: scc.dot

package info (click to toggle)
boost 1.33.1-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100,948 kB
  • ctags: 145,103
  • sloc: cpp: 573,492; xml: 49,055; python: 15,626; ansic: 13,588; sh: 2,099; yacc: 858; makefile: 660; perl: 427; lex: 111; csh: 6
file content (33 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
digraph SCC {
 size="3,4"
 ratio="fill"
 edge[style="bold"]
 "www.boost.org"
 "www.yahoogroups.com"
 "weather.yahoo.com"
 "nytimes.com"
 "www.boston.com"
 "sourceforge.net"
 "www.hp.com"
 "anubis.dkuug.dk"
 "www.lsc.nd.edu"
 "www.lam-mpi.org"

 "www.boost.org" -> "www.yahoogroups.com"
 "www.boost.org" -> "sourceforge.net"
 "www.boost.org" -> "anubis.dkuug.dk"
 "www.yahoogroups.com" -> "weather.yahoo.com" 
 "www.yahoogroups.com" -> "www.boost.org"
 "weather.yahoo.com" -> "nytimes.com" 
 "weather.yahoo.com" -> "www.yahoogroups.com"
 "nytimes.com" -> "www.boston.com"
 "www.boston.com" -> "nytimes.com"
 "sourceforge.net" -> "www.hp.com"
 "www.hp.com" -> "sourceforge.net"
 "www.hp.com" -> "nytimes.com"
 "anubis.dkuug.dk" -> "www.lsc.nd.edu"
 "www.lsc.nd.edu" -> "anubis.dkuug.dk"
 "www.lsc.nd.edu" -> "www.lam-mpi.org"
 "www.lsc.nd.edu" -> "www.boston.com"
 "www.lsc.nd.edu" -> "weather.yahoo.com"
}