Monthly Archives: July 2011

Project Euler Problem 3 (PHP)

Problem 3 The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 600851475143 ? Answer Show ▼ 6857 Script Execution Time: 18.15 seconds function isPrime($n) { for ($x=2; $x

Posted in PHP, Programming, Project Euler | Tagged , , , | 2 Comments

Project Euler Problem 2 (PHP)

Problem 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 will be: 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, … … Continue reading

Posted in PHP, Programming, Project Euler | Tagged , , , | Comments Off on Project Euler Problem 2 (PHP)

Project Euler Problem 1 (PHP)

Problem 1 If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of … Continue reading

Posted in PHP, Programming, Project Euler | Tagged , , , | Comments Off on Project Euler Problem 1 (PHP)

Legal and Moral Ramifications of Marriage Laws

I know this is a pretty hot topic, but I wanted to put out my thoughts regarding it. I came across this article while reading about a programming issue.  It primarily discusses California’s Proposition 8 (also known as the “California … Continue reading

Posted in Family, Personal, Politics, Random Musings | Tagged , , , , , , , | 1 Comment

The first rule

Posted in Favorite Comics | Tagged , , | Comments Off on The first rule

World’s Whiniest: Batman or Superman

I think this is my new favorite strip. Or at least right there at the top.

Posted in Favorite Comics, Hobbies | Tagged , , , , , | Comments Off on World’s Whiniest: Batman or Superman