News

I'm about to start with a small hobby project of mine that I've been thinking about for a long time. In short, it will consist of two parts: gather data and visualize data. I would like to visualize ...
GraphViz is a collection of tools for manipulating graph structures and generating graph layouts. Graphs can be either directed or undirected. GraphViz offers both graphical and command-line tools. A ...
Documenting your code is a critical part of development, but too many developers pay too little attention to proper commenting. C++ devs have a tool that can help. Javadoc is a standard tool that ...