Monthly Archive for July, 2009

PTAM + AR on an iPhone 3G

Talking plazma

яндекс–фотки / скрипт для скачивания всех фотографий пользователя

user="gasubasu"
mkdir "$user-images"
aurl="http://api-fotki.yandex.ru/api/users/$user/albums/"
aids=(`curl --silent $aurl | grep 'urn' | sed 's/[^0-9]*//g'`)
for aid in ${aids[@]}
do
	echo $aid
	iurl="http://api-fotki.yandex.ru/api/users/$user/album/$aid/photos/"
        # _orig _XS _L _XXS _XL
	iids=(`curl --silent $iurl | grep 'href.*_XL' | sed 's/.*href=\"\([^"]*\)".*/\1/g; s/_XL/_XXS/'`)
	for i in ${iids[@]}
        do
		echo "get $i"
		wget -P "$user-images" $i
    done
done

FFFFound through Yahoo pipes

Continue reading ‘FFFFound through Yahoo pipes’

Yahoo pipes died

So, nice, looks like my pipe kill yahoo servers ;)

Picture 2

AS3 – Efficient programming practicies

READ HERE: LOST IN ACTION SCRIPT
Continue reading ‘AS3 – Efficient programming practicies’

Edge, simple and beautiful

Slice-based volume rendering using Pixel Bender

Continue reading ‘Slice-based volume rendering using Pixel Bender’

mcbees

painting photo–session