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

Cubes… I need Cubes…

Remember that scene from the matrix?
You know the part where Neo and Trinity are in the training program
when he loads all those guns which come flying in from the white
horizon until all the racks of weaponry are rushing past
them?

Yeah...

That part.

Well, I was going to be kickin it in a chair
whilst a whole lot of whatever-it-is-that-I-feel-like
will be flying past.

Least, that's what this screen shot is showing.
the primary setup.

Notes

http://www.popularmechanics.com/science/air_space/4266744.html

>>> n_lst = [ int(x) for x in list(str(n))]
>>> n_lst
[2, 5, 6]
>>> def to_lst(n):
...     return [ int(x) for x in list(str(n))]
...
>>> to_lst(2356)
[2, 3, 5, 6]
>>> def to_num_list(lst):
...     l = ''
...     for n in [str(x) for x in lst]:
...             l += n
...     return int(l)
...
>>> to_num_list([2,5,5])
255
>>>

yet to write: Symphony for the Computer

Happy birthday Vi!

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: