Bothness
Apparently numbers can be both odd and even… If IsNumeric(StreetNumberValue) Then If 2 Mod CType(StreetNumberValue, Integer) = 0 Then OddEven = "E" ‘Even Else OddEven = "O" ‘Odd End If Else OddEven = "B" ‘Both…
Code Golf – Home On The Range
Home On The Range It’s as simple as “1 2 3 5 6 8″ => “1-3, 5-6, 8.” The Problem It’s difficult to spot what’s missing in a long list of numbers if they are…
BluRay drm
That took a while… well… maybe not, and it was all too easy for those people who really care about not being stopped by digital rights management. It is just fucking annoying. There is a…
A use for IE 7
So, I have finally found a use for Internet Explorer. I figured out that the default full screen view gets rid of almost all of the border that makes up the window that you are…
Recent Comments