Liaison


It felt like Christmas.This board is the
liaison between the computer and the
real world. I'm going to enjoy it very much.

This board... its a wonderful thing.

And the meaning in one flashy light....
Its indescribable. It is indeed the
very first thing modified.. I made
a light flash faster.

# Sentence Running # obj. Accepts text and separates out the sentences # so you can spot the longest ones and adjust # Ver 0.0 Assumes text is in a file called input.txt # March 3, 2008 # Chris B Stones (12 min) # f = open("input.txt") f_txt = f.read() i = 0 for x in f_txt.split("."): x = x.replace("\n"," ") i = i + 1 print "%3d %s." % (i,x.strip())
"What does air feel like to a bird?"
Notes Is it me or did all of the 90's television just wind up on youtube? That is the Ardunio Diecimila board