Pages

Sunday, May 15, 2011

Merchandise store just opened!

Check out the cool billy duncan Fan Club merchandise now available at the new store.
To take a look click on the link:
bd fan club store link

Saturday, May 14, 2011

bd Little Known Fact

billy became an Ordained Minister with the Universal Life Church circa 2003 and renewed in 2009. Displayed here is a copy of his certificate. You will notice that it has been issued in his official long form name.


Wednesday, May 11, 2011

Fan Club Definition refresher.

From Goolge definition:

A fan club is a group that is dedicated to a well known person, group, idea (such as history) or sometimes even an inanimate object (such as a famous building). Most fan clubs are run by fans that devote considerable time and resources to supporting them. Most fans consider it an honor to meet the object of their adulation and are often stricken silly when they find themselves in the presence of said person or thing.

or another definition from:

A fan club is an organized group of people who all admire the same person or thing, for example a pop singer or pop group. Members of the fan club receive information and can take part in activities such as trips to concerts. Fan club members support their object of admiration unconditionally, even in the face of obvious public scandals. 

Tuesday, May 3, 2011

The answer is 42 - What is the Question?

The answer to the ultimate question of Life, the Universe, and Everything is 42, but what is the Ultimate Question. Ask D. A. if the program is still running?

Program Code Block:
#include "douglas.h"
using namespace adams;
int main()
{
void theUltimateQuestion(int Earth, meaning Life, bang Universe, mouse Everything);
int answer = 42;
int secret;
int magic(int &secret);
answer  = *secret;
... // calculations performed by mouse 
cout << "The meaning of life is " << answer << \n; 
return answer;
}

Real programmers don't comment their code. What was hard to write in the first place should be just as hard to understand later on.