2010-11-01から1ヶ月間の記事一覧

Photox, オンライン画像編集

http://photox.chicappa.jp/Picnik より軽い気がする。

Alexander the Great, Penguin Readers, Level 4

駄目だ。興味が湧かない。I gave up.

bdfresize を gcc-4. 以降でビルド出来るように

charresize_gcc4_fix.patch --- charresize.c.org 2010-11-23 23:59:03.000000000 +0900 +++ charresize.c 2010-11-23 23:54:10.000000000 +0900 @@ -46,7 +46,7 @@ void processChar(void) { - char *malloc(); + void *malloc(); char *srcimage; int *dst…

ベビー用品レンタルの大クボ商会

あのじいちゃんたち大丈夫か。サイトは至って普通なんだが。http://www.okuboltd.com/index.html

vimperator のステータスバー

今更気がついたのだけど、ステータスバーの [n/m] って、開いているタブの数と、現在のタブ番号だったのね。これで心置き無く set showtabline=0

firefox-3.6.12

about:buildconfig Build platform target i686-pc-linux-gnu Build tools Compiler Version Compiler flags gcc gcc version 4.4.3 (GCC) -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -Wno-long-long -pedantic -fno-strict-aliasing -pthread -…

レジのごみ袋

アオキやスギは 2〜3 円でゴミ袋をくれるが、店に商品として置いてあるのは 1 枚あ たり 6 〜 8 円だ。これからは買い物袋なんてやめて、毎回レジでゴミ袋もらおうと思 う。

Ruby で書いたストップウォッチ

きっと超へたなんでしょうね。でもやりたいことは出きてるから良いや。 #!/usr/local/bin/ruby chr=["|", "/", "ー", "\", "|", "/", "ー", "\"] time1=Time.now puts "終ったら enter を押します。" t=Thread.new do while true chr.each {|c| print …