Author: Andy
Problem descriptionGiven a directed or undirected graph, determine whether it is connected or not. Specifically is it possible for any pair of nodes to communicate with each other?This brief post …
IntroductionThe flow deviation algorithm as developed by Leonard Kleinrock et al is an efficient means of assigning routes and flows for a given network topology so as to minimize the …
A sample demonstration of using the Boost libraries as a means of finding matching words in a large array table, that match the given lookup criteria. Suppose you are wrestling …
Some hints and tips on how to overcome an annoying little gotcha that causes the Linux-based NetBeans IDE to freeze when trying to create a new project:Instead of presenting the …
To merge changes made in your branched project back into the trunk (re-integrate).For branching in TortoiseSVN see this previous post.So you’ve now made some changes to your branched project that …
Repository ConventionsWhen using Subversion / TortoiseSVN I tend to use the ‘conventional’ repository layout by adding branches/tags/trunk directories to the root: (Please click on any images shown here to enlarge.)
These instructions pertain to the use of Visual Studio 2010, but barring one or two differences should be reasonably applicable to other versions of Visual Studio as well. Much of …
A brief and hopefully to the point on getting up and running with OpenGL in an Ubuntu Linux environment. For setting up OpenGL in Windows / Visual Studio environments, please …
Listing1: Serialization of STL containers: a std::vector example using text archivesYour intuition may tell you to iterate through the STL container in order to serialize it, but it’s actually a …
1. Download and extract the SWiG interface:Windows version available here:http://prdownloads.sourceforge.net/swig/swigwin-2.0.9.zip