出社。

by typester / at 2006-12-13T10:43:00 / life / Comment

退社。

by typester / at 2006-12-13T02:19:00 / life / Comment

--keeperr カワユス

いままでlightyのはく微妙にみにくいstderrで開発してたけど、最近myapp_fastcgi.plに追加されたkeeperrに以降。

見やすいな、やっぱw

by typester / at 2006-12-12T17:13:00 / perl · catalyst / Comment

出社。

寝坊しすぎた

by typester / at 2006-12-12T12:18:00 / life / Comment

退社。

by typester / at 2006-12-11T23:33:00 / life / Comment

出社。

by typester / at 2006-12-11T09:01:00 / life / Comment

JSコンソールにログをはくActionScript

いままではLocalConnection使うロガーをつかってたんだけど、JSと同じところで見れたほうが楽かなと思って作ってみた。

import flash.external.ExternalInterface;

class Logger {
    public static function trace(msg) {
        return ExternalInterface.call("window.console.log", msg)
            || ExternalInterface.call("opera.postError", msg)
            || ExternalInterface.call("printfire", msg)
            || ExternalInterface.call("Debug.writeln", msg)
            || ExternalInterface.call("debug.trace", msg)
        ;
    }
}

こんな感じの、もてきっとからぱくってきただけだけど。

MTASCから利用するときはコマンドラインパラメータに -trace Logger.trace とかすればasソース内のtrace()がコンパイル時かってに置換されるのでアプリ内からは普通にtrace()るだけでおk

by typester / at 2006-12-09T20:38:00 / flash · javascript · mtasc / Comment

dnsmasq調子悪い @ debian etch

うちのLAN内の名前解決に使ってるdnsmasqだけど最近反応なくなることが多いなぁ。なんだろう

起動しなおしてやると動く。。

by typester / at 2006-12-09T16:27:00 / debian / Comment

退社。

by typester / at 2006-12-09T07:20:00 / life / Comment

Flaxとかダサいので、ネーミング募集。

by typester / at 2006-12-09T01:32:00 / life / Comment

51 52 53 54 55 56 57 58 59 60

(Page 55 of 203)