A dependency graph of my Unisa modules
- Ruby 100%
| .gitignore | ||
| ComputationalIntelligence.dot | ||
| ComputationalIntelligence.png | ||
| Rakefile | ||
| README.txt | ||
This is a GraphViz dot file. It is an attempt at creating a dependency graph of my Unisa modules, BSc Computer Science, the Computational Intelligence stream. It can be viewed on my WikiStudent page: http://wikistudent.ws/Unisa/User:Andreas Example to generate an SVG image: $ dot ComputationalIntelligence.dot -Tsvg -o ComputationalIntelligence.svg Example to generate a PNG image: $ dot ComputationalIntelligence.dot -Tpng -o ComputationalIntelligence.png Many other formats are supported: man dot