Entries from May 2007

May 25, 2007

Brainf*ck

++++++++++
[>+++>+++++++>++++++++++>+++++++++++>++++++++++++<<<<<-]
>>+++.<++.
>>>–.<+.—-.>++++++.—-.++++++.<<<.
>>+.>–.<-.++++++++.>—-.<—.>+++++++.<—.++++++++.<<.
>>>-.—–.<——-.—.>>+.<<<<.
>>.>-.<+++.<<.
>.<.
>>>–.+++.+++++++.<+.-.<<.
>>+++++.>–.<<<++++++++++++++.
If you do not understand what I have written above, check out this link first: http://en.wikipedia.org/wiki/Brainfuck

May 2, 2007

NUnit: A tutorial

Purpose of this article:
Till a few months back, I used to be one of those guys who think that testing is the worst thing a software developer could do under the sun. But then, I got introduced to NUnit recently and my perception about testing changed. In this article, I wish to sum up [...]