2003-01-01から1年間の記事一覧

独習 Scheme 三週間 http://www.sampou.org/scheme/t-y-scheme/t-y-scheme.html

etc

keyboard shortcut http://p-win.hp.infoseek.co.jp/short_cut_hyousi_light.shtm

IPA成果報告集 http://www.ipa.go.jp/SPC/report/pro_rep.html

linuxSH日本語ドキュメント http://linuxsh.sourceforge.net/docs.php3 素晴らしき Linux 2.4 の世界 http://www.changelog.net/log/1999/special/wwol2.4/ 詳解Linuxカーネル http://www.amazon.co.jp/exec/obidos/ASIN/4873111331/ref=sr_aps_b_/249-50838…

subversion http://shiba.zive.net/book.html

On Lisp 和訳 http://user.ecc.u-tokyo.ac.jp/~g340299/

オセロプログラムの作り方 http://hp.vector.co.jp/authors/VA015468/platina/algo/index.html

Bayesianってどういう考え方なんだろう http://hawaii.aist-nara.ac.jp/~shige-o/Tips/Bayes.html スパムへの対策 ---A Plan for Spam http://www.shiro.dreamhost.com/scheme/trans/spam-j.html

c++

templatechar const(&chars_long_as(T(&)[N]))[N]; #define lengthof(array) (sizeof(chars_long_as(array)))

ART-Linux 頒布サービス http://www.movingeye.co.jp/mi6/download.html

いたずらPhotoShop http://www.vega.or.jp/~wxt54425/

Algorithm Site http://www.people.or.jp/~fussy/algo/index.htm

gcc

知っていると便利な gcc のオプション http://www.unixuser.org/~euske/doc/gccopts/index.html

OCaml のすすめ http://www.biocaml.org/~bannai/ocaml-intro/ Ocaml http://www002.upp.so-net.ne.jp/mamewo/ml.html Ocaml http://web.yl.is.s.u-tokyo.ac.jp/~ganat/ocaml/ocaml.html OCaml.JP http://www.ocaml.jp/ Ocaml PXP Memo http://pitsaw.riken.…

銀座や丸の内でのお買い物や散策が無印良品の自転車で http://www.mujiyurakucho.com/news/News.asp?Ev=59

粒子法 http://www.utnl.jp/~rohonbu/lab/mps/mps-j.html

マクロの効用 http://www.shiro.dreamhost.com/scheme/wiliki/wiliki.cgi/Scheme:マクロの効用

c++

Expression templates http://www.osl.iu.edu/~tveldhui/papers/techniques/ ETはまだ不慣れなんで勉強しとく boost_spirit を使う http://www.fides.dti.ne.jp/%7Eoka-t/cpplab-boost-spirit.html

lua

Lua 5.0 リファレンスマニュアル http://www.uri.sakura.ne.jp/~cosmic/yuno/lab/lua5_manual_ja.html

GTA3 http://gta3.zoo.co.jp/guid.html

フリーソフトウェア徹底活用講座 http://www.cqpub.co.jp/interface/column/freesoft/default.htm Interface誌の連載。公開されてるなんてふとっぱらだなぁ。

webMathematica http://www.calc101.com/japanese/ 導出も。

pret a manger http://www.pret.jp/ サンドイッチの店

alsa http://pisa.csrs.is.uec.ac.jp/TechInfo/Linux/alsaSound/alsasound.html やれやれ、新しいマザボのオンチップサウンドはlinuxでは扱いがややこいらしい。同じくLANを認識しないのもつらいな。

玉屋 http://www.wagashi.or.jp/tokyo/shop/0814.htm いちご大福を発明したお店との事。来週行く!

http://www.idiom.com/free-compilers/TOOL/BNF-15.html

液相から固相への相転移は、引力より斥力が原因。 放送大学の非線形シミュレーションの講義でいってた。今度シミュレーションやってみたい。ちなみに、気相から液相へは引力由来との事。 リス釣り http://www.eecs.harvard.edu/~yaz/jp/risu.html

http://www.ice.nuie.nagoya-u.ac.jp/~h003149b/lang/block.html

gc

世代別GC(Generational GC): ゴミになるオブジェクトのほとんどが新規作成されたオブジェクトであるという 仮定の元に作られたGC。通常は新しいオブジェクトのみを対象としたGCを 行うことで、対象オブジェクト数を減らしGCのスピードを稼いでいる。 http:/…

lua

http://lua-users.org/wiki/BindingCodeToLua small http://www.compuphase.com/small.htm parser無しで50Kくらい。 JIT、デバッガつき。ポインタ、GCが無い。Cライク文法。 ICI http://ici.sf.net/