September 2010
M T W T F S S
« Jun «-»  
 12345
6789101112
13141516171819
20212223242526
27282930  

Leaving Chris World?

Why not bring back a souvenir?

Archives

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

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Security Code: