2008-04-12から1日間の記事一覧

いただいたもの

めーる くつ ご飯茶碗 珈琲のつめあわせ かすていら おやき おかし

my first Python

#!/usr/bin/python import httplib h=httplib.HTTPConnection('watcher.server') h.request('GET','/cgi-bin/alivereceive.cgi?source=hostname') h.close()