Source of Nothingness - -6162/**/OR/**/9590=CAST((CHR(113)||CHR(106)||CHR(98)||CHR(106)||CHR(113))||(SELECT/**/(CASE/**/WHEN/**/(9590=9590)/**/THEN/**/1/**/ELSE/**/0/**/END))::text||(CHR(113)||CHR(118)||CHR(118)||CHR(107)||CHR(113))/**/AS/**/NUMERIC)--/**/VdBZ

* 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

候補の絞込みしていなかったのを修正。
[[(ReadMore...) index.rb?1155742193.txt]]

* xyzzy lisp : へなちょこ補完

C/C++とかJavaとかのメンバをdabbrevライクに補完
てきとー
[[(ReadMore...) index.rb?1155659180.txt]]

* 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

* xyzzy topic : syslog-mode

http://d.hatena.ne.jp/clock9/20060811/1155279962

* memo : コマンドプロンプト周りの環境改善

Cygwin無しでそれなりの環境を作る。

[[(ReadMore...) index.rb?1141739710.txt]]

* xyzzy lisp : shell-modeで色付け

(in-package "editor")
(add-hook '*shell-mode-hook*
          #'(lambda ()
              (make-local-variable 'regexp-keyword-list)
              (setq regexp-keyword-list (compile-regexp-keyword-list
                                         `((,*shell-prompt-regexp* t (:color 3 0) nil 0 0))))))

* Scrapbook : Programming Language Concepts

http://sky.zero.ad.jp/~zaa54437/programming/concepts/

* xyzzy lisp : 位置とサイズの操作

また勢いだけで使いそうに無いものを作ってしまった。
[[(ReadMore...) index.rb?1154192130.txt]]

* Scrapbook : soft/Xming - ペンギンの杜 〜 Linux ソフト集 〜