Entries from 2012-05-07 to 1 day

Making .tar.xz packages with dist target of waf - wafのdistターゲットで.tar.xzパッケージを生成する

tarfile module in Python3.3 can make .tar.xz packages. So all you must do is using Python3.3. Current Python3.3 is alpha version, but I have no trouble about it.Python3.3のtarfileモジュールは.tar.xzパッケージに対応しています。なので、単純…

Browser cannot play ogg - Webブラウザがoggファイルを再生しない

Problem - 問題 I placed foo.ogg in my web server and foo.html such as私はウェブサーバにfoo.oggというファイルと、以下のようなfoo.htmlを設置しました。 <html> <body> <audio controls><source src="foo.ogg"/></audio> </body> </html> I accessed foo.html to play foo.ogg. But my web browser (Filefox) does not play.私は…