Archive for April, 2008
Couple of things to add to yesterday’s post about problem 4. As is so often the case in life, no sooner had I finished the article than I realised there was an obvious additional step I could make, which I’d somehow failed to spot. Regarding the C# solution, an easy win having implemented the Reverse extension [ READ MORE ]
Problem 4 is as follows: A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Find the largest palindrome made from the product of two 3-digit numbers. Bit of an easy one, this. The approach is pretty simple to understand – first calculate [ READ MORE ]
We’re currently on a fairly major kick to increase automated test coverage of our software. This doesn’t just mean ‘get the unit test coverage up to scratch’, it also means we are working towards full end-to-end integration testing using, amongst other tools, some front-end automation tools such as QTP and Selenium. Of course, nothing is ever [ READ MORE ]
Learned from Weiqi, who learned from KageSenshi, about a Fedora Planet shell history meme – post the results of running the following command on your linux box: history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head I won’t bother repeating the inevitable warning about the dangers of executing random shell scripts you find on [ READ MORE ]
OK, I know I shouldn’t even acknowledge spam blogs, but this one amused me. Some filthy credit-crunch link bait site took an extract from my previous post (this is obviously what happens when you say the phrase ‘credit card’ … oops) and ran it though an automated word substitution program. The result is fascinating. It [ READ MORE ]