* Menu
[[About:self:AboutPage.txt]] | [[Profile:http://iddy.jp/profile/southly/]] | [[まとめ:self:1163859357.txt]] | [[オリジナル:http://ninjinix.x0.com/rn/]] | [[xyzzy:http://raido.sakura.ne.jp/southly/xyzzy/site-lisp/]] | [[あんてな:http://i-know.jp/southly/listall]] | [[■:http://raido.sakura.ne.jp/southly/lisp/ni/view.lisp]] | [[buzz:http://www.google.com/profiles/southly#buzz]]
- xyzzy lisp : へなちょこ補完その2
- xyzzy lisp : へなちょこ補完
- xyzzy lisp : なんとなく
- Scrapbook : 翔ソフトウェア (Sho's) - XP (エクストリーム プログラミング) - C++ コーディング標準
- Scrapbook : C++で読むデザインパターン(Design Patterns read by C++)
- xyzzy topic : syslog-mode
- memo : コマンドプロンプト周りの環境改善
- xyzzy lisp : shell-modeで色付け
- Scrapbook : Programming Language Concepts
- xyzzy lisp : 位置とサイズの操作
- Scrapbook : soft/Xming - ペンギンの杜 ~ Linux ソフト集 ~
- Scrapbook : IBM JavaScriptを作成するための関数型プログラミングの使用 - Japan
- Scrapbook : nDiki: xyzzy を WSHで起動できるように (2004-07-29)
- Scrapbook : うろんなページ
- xyzzy lisp : format ~*
page 20 - << : 0 : 1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 : 16 : 17 : 18 : 19 : 20 : 21 : 22 : 23 : 24 : 25 : 26 : 27 : 28 : 29 : 30 : 31 : 32 : 33 : 34 : 35 : 36 : 37 : 38 : >>
* xyzzy lisp : へなちょこ補完その2
* xyzzy lisp : へなちょこ補完
* xyzzy lisp : なんとなく
(defun sort-by-column-region (beg end &optional (f #'<)) (interactive "*r") (let ((lines (split-string (buffer-substring beg end) #\LFD t)) (pred #'(lambda (x y) (funcall f (length x) (length y))))) (setq lines (sort lines pred)) (goto-char (min beg end)) (delete-region beg end) (insert (format nil "~{~A~%~}" lines))))
* Scrapbook : 翔ソフトウェア (Sho's) - XP (エクストリーム プログラミング) - C++ コーディング標準
http://www.shos.info/develop/xp/cplusstd.html
* Scrapbook : C++で読むデザインパターン(Design Patterns read by C++)
http://www.01-tec.com/document/cpp_design_pattern.html