Swimming with the Razorfishes

Thursday, September 09, 2004

Oh, what a wonderful site for software developers: The Daily WTF.

Collections of asinine code snippets, like the following gem, intended to convert bytes to kilobytes:

numSize = len(fa.size) - 3
strSize = left(fa.size, numSize) & "K

I have plenty of things to submit to them.

0 Comments:

Post a Comment

<< Home