Archive for June, 2009

Bizarre Visual Studio 2008 Error Message

Posted on June 10th, 2009 by macskeptic

This remembers me of the good ol’ crazy nonsense errors from Oracle:

The screen is all blurred to maintain privacy because that’s my work PC.
I’ve got this pretty awesome message by trying to save a file during a build. That’s the kind of thing that makes a programmer day.

Another credit card validator code

Posted on June 7th, 2009 by Koiti Takahashi

For the last few weeks, I’ve been working with PayPal API at my job. Besides the usual PayPal payment method, PayPal provides a direct credit card transaction solution too and it’s named Website Payments Pro. When we’re dealing with credit card numbers, we should be careful with fraudulent, illegal and false number cards. In my [...]