Archive for the ‘java’ Category

Wubi and Ubuntu For Me

Saturday, July 12th, 2008

For a project at work we have the requirement to make one of our Java programs run on Ubuntu Linux and sure enough we didn't have a box setup for that. I was tasked with doing this setup on one of our monster server machines. I have had something of ...

Finding Combinations Using Java

Sunday, January 13th, 2008

For a recent project at work I needed to generate all of the possible combinations of config parameters to be used in a parameter sweeping tool. We are using this tool to tune our software. When I first wrote the tool, the number of parameters was not changing so I ...