Recent comments

Yoshihiro Togashi
So true.

Wally
This thing uses energy so it is doomed to fail. I am very smart!

ভাব-সম্প্রসারণ
Why full stop at ladt

Kevin Flynn
Unrelated but this is the quote I've gotten the most, as of typing this I've …

Henry Rollins
You. Yes, you. Go get some sleep.

More

esplin2966's quotes

All quotes

Anonymous - Programming Snippet #1
for ii = 100:-1:1 if mod(ii,2) == 1 'The number ',num2str(ii),' is an odd number.'; else 'The number ',num2str(ii),' is an even number.'; end end.