Source of Nothingness

* Menu

[[About:self:AboutPage.txt]] | [[Profile:file/southly/]] | [[まとめ:self:1163859357.txt]] | [[オリジナル:http://ninjinix.x0.com/rn/]] | [[xyzzy:lisp/]] | [[あんてな:listall]] | [[■:lisp]] | [[buzz:files/southly#buzz]]

* 2006-04-01

★カドルコア世代☆ // ソフト部屋
http://tekipaki.jp/~clock/software/

4月1日だし普段やらないようなことを。

NANRIの成分解析結果 :

NANRIの78%は心の壁で出来ています。
NANRIの11%はマイナスイオンで出来ています。
NANRIの5%は真空で出来ています。
NANRIの2%は見栄で出来ています。
NANRIの2%は電波で出来ています。
NANRIの1%は果物で出来ています。
NANRIの1%は白インクで出来ています。

心の壁って(^^;

Source of Nothingnessの成分解析結果 :

Source of Nothingnessの51%は不思議で出来ています。
Source of Nothingnessの20%は苦労で出来ています。
Source of Nothingnessの16%は犠牲で出来ています。
Source of Nothingnessの5%は月の光で出来ています。
Source of Nothingnessの5%はビタミンで出来ています。
Source of Nothingnessの3%は真空で出来ています。

イイ線いっているかも♪

* Scrapbook : LispUser.net : 最高にキモい Lisp コードを書いてみよう with 100 行リーダーマクロ

lisp/2006-03-30-23-58.html

一見Lispに見えないよなぁ

* Scrapbook : LIVE! ECLIPSE 2006:トップページ

eclipse.org/

本日
[[(ReadMore...) index.rb?1143603076.txt]]

* Scrapbook : Hyper Estraier: a full-text search system for communities

http://athlon64.fsij.org/~mikio/wikipedia/estseek.cgi

Wikipedia日本語版を検索

* Scrapbook : 「プログラミングをしない人が考えていること」を聞いてみた:ITpro

http://itpro.nikkeibp.co.jp/article/OPINION/20060324/233229/

LispとFORTRANについて確認しているのが高評価(笑)

* Scrapbook : Monospace/Fixed Width Programmer's Fonts

http://www.lowing.org/fonts/

* xyzzy lisp : center-line

使ってみた感じだとこっちのほうがよさそう。
(in-package "editor")
; from $XYZZY/lisp/textmode.l
(defun center-line (&optional (arg 1))
  (interactive "*p")
  (center-region (progn (goto-bol) (point))
                 (progn
                   (forward-line arg)
                   (point))))

同じ感じでこういうのも。
(defun fill-line (&optional (arg 1))
  (interactive "*p")
  (fill-region (progn (goto-bol) (point))
               (progn (forward-line arg) (point))))

* Scrapbook : FrontPage - Doc-ja Archive Project