Weekend projects, a rocket stove some gravity physics and some frustum culling / collision detection
Weekend projects, a rocket stove some gravity physics and some frustum culling / collision detection
---------- Forwarded message ----------
From: "Michael Timm" <timmmr2@gmail.com>
Date: Nov 15, 2010 7:10 PM
Subject: set list?
To: "Chris Story" <stereostory@gmail.com>, "Marc Churchill" <marcchurchill170@comcast.net>, "Mikey Gardner" <mikeyg@liverybrew.com>, "Japhy Bartlett" <japhy@pearachute.com> We should do all the new songs plus the newer songs. Plus some of the older ones we did not do before. here is a start...Everlong
Kaw-liga
Oh Sweet Nothin>
Maggies Farm
Ball and Biscuit
Where is my Mind
Needle and the Spoon
All Apologies
Dead Drunk and Naked
You Cant do that
Wanted Man
Handshake Drugs
Box of Letters
Say it Aint So
Heart of Gold
Cinnimon Girl
Down by the River>breath>down by the river
Seven Nation Army
Let there Be Rock
Encore
3rd Planet
I've been teaching some beginners how to build web apps, using python
and tornado.
template = """
{{ foo }}
{{
bar = 'bar'
if foo:
print bar + foo
}}
"""
t = Loader.loadstring( 'footemplate', template)
print t.generate( foo='foo')renders:
"""