Recent posts

Some quines in C#

In computer programming, a quine is a program which produces a copy of its own source code as its output. They serve absolutely no purpose, but it is sometimes considered a challenge to see which is the shortest or the most complicated quine someone can produce for a given language.  read full post

Project Euler: Problem 6

Alright, so yesterday’s Euler problem didn’t really count. Here’s another one:  read full post

Project Euler: Problem 5

Euler problem 5 asks the following:  read full post

Project Euler: Problem 4

Time for another Project Euler problem:  read full post

Visual Studio color schemes

Is it me, or can any piece of code be made to look better simply by viewing it in the correct color scheme?  read full post

Project Euler: Problem 3

Taking on the next Project Euler problem:  read full post

Project Euler: Problem 2

Tackling another Project Euler problem:  read full post