Archive for July, 2007

Update your software!

July 19, 2007
By SeanJA

Since Linux is so good at checking to see whether or not something is out of date, you would think that there would be a program for Windows that does the same… None that I know of, but there is a website that will do a quick scan of the software you have and...
Read more »

Posted in Computer, Linux, Mac, Vista, XP | No Comments »

Very Cool things coming from Microsoft

July 19, 2007
By SeanJA

This video demonstrating Microsoft’s Photosynth project left me speechless and made me think the unthinkable; that computers are finally delivering on what they promised. It’s good news even if it is a mere 30 years late. Thanks to Lex Davidson for this link. Note that you need broadband to view this. Check it out:...
Read more »

Posted in Microsoft | No Comments »

The answer in Ruby (so far)

July 19, 2007
By SeanJA

a = [1,2,3,5,7,8,9,10,12,13,19,200,900,901,902,903,904,905,1000] l = a[0] f = a[0] z = a.length i = 0 s = "" until i == z if (a[i]+1 == a[i+1]) l = a[i+1] end if (a[i]+1 != a[i+1]) if f == l s = s+"#{f}" if i+1 != z s = s+"," end end if f != l...
Read more »

Posted in Code Golf, Programming, Ruby | No Comments »