by | Nov 22, 2012 | General Development
Let’s get right to the 3rd problem on ProjectEuler.net. Question 3: The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 600851475143 ? That’s a good question, and one that had me scratching my head for a second or two. I will...
by | Nov 22, 2012 | General Development
I am working my way through the second question on the website ProjectEuler.net. This one involves the Fibonacci Sequence: Question 2: Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms...
by | Nov 21, 2012 | General Development
Today I am writing about the first question on the website http://projecteuler.net. This site is dedicated to fun math puzzles which require computer programming knowledge to solve. Question 1: If we list all the natural numbers below 10 that are multiples of 3 or 5,...
by | Aug 29, 2012 | Opinion
So I have been playing Guild Wars 2 since early launch started. I have probably spent more time thinking about it since then than actually playing. Something about the game strikes a chord with me, and has made me want to write this. Let me start by prefacing that I...
by | Jul 15, 2012 | General Development
This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site. Part 12.0: Working with Databases Part 12.1:...