Monthly Archives: August 2010

Calculating Permutations

I recently came across this problem:

Tagged , | 2 Comments

Project Euler: Problem 11

This is problem 11 in Project Euler: In the 20 x 20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 … Continue reading

Tagged , , | 1 Comment

Project Euler: Problem 10

This is problem 10 on Project Euler: The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below two million. This is another problem where I … Continue reading

Tagged , , | 2 Comments

Project Euler: Problem 9

This is Problem 9 on Project Euler: A Pythagorean triplet is a set of three natural numbers, a < b < c, for which, a2 + b2 = c2 For example, 32 + 42 = 9 + 16 = 25 … Continue reading

Tagged , , | Leave a comment

Battles With the Android

As I have posted previously I am converting my PC application SecureIT to the Android smartphone platform.

Tagged , | 1 Comment