One of my most favourite guitarists of all times.
We may be human but we are still animals.
all in Wiesbaden
One of my most favourite guitarists of all times.
We may be human but we are still animals.
Really great!
Nice new metal song I do not know about the singer. I guess the singing kind of sucks but I would not say it is a FAIL.
http://www.youtube.com/watch?v=c_QjKWmeNN4
Nicely done with a synthesiser. Great effects with distortion and echo.
With 28 images I took I thought it was nice to make an animated gif of the Prague New Year firework January 1st 2010 at 6 pm from the „Střelecký ostrov“.
Niabot found it hard to create Angular Maps for the backgrounds in Blender. So he wrote a little programme in Java that can convert Environmentmaps (also called Cubemaps) to an Angular Map.
http://www.youtube.com/watch?v=ReX5KGILV40
Great performance from this drummer. Video and soundtrack are a bit out of sync (for flash sake). He got the music and took it beyond!
A story about an old woman who has not yet realised how old she actually is. Great stuff but so real it gives you the creeps.
This worked pretty well for me:
“NB:“ Entities such as „en dash“ – which results in: – have to be substituted before using tidy.
for i in *.html; do recode windows-1252..u8 $i;done
for i in *.html; do sed -i ’s#<html>#<html xmlns=“http://www.w3.org/1999/xhtml“ xml:lang=“en“ lang=“en“>#‘ $i;done
for i in *.html; do tidy -c -m -utf8 -asxml $i;done
for i in *.html; do sed -i ‚1i\<!DOCTYPE html PUBLIC „-//W3C//DTD XHTML 1.0 Transitional//EN“ „http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>‘ $i;done
for i in *.html; do sed -i ’s#</title>#</title>\n<meta http-equiv=“Content-Type“ content=“text/html; charset=utf-8″ />#‘ $i;done