Source of Nothingness - -Scrapbook

* Menu

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

* 2007-03-06


* そこそこまとまっていて役に立つかもしれないもの

* RandomNote : ChangeLog (改造記録)


→[[Todo self:1140534666.txt]]

* memo :

なんか最近Lisp書いてないので書き捨ててみた
C++用
(defun foo ()
  (interactive)
  (let ((l nil))
    (save-excursion
      (goto-char (point-min))
      (while (scan-buffer "\\bstd::\\(\\sw\\|\\s_\\)+" :regexp t :no-dup t)
        (pushnew (match-string 0) l :test #'string=)))
    (dolist (x l)
      (insert (format nil "using ~a;~%" x)))))

(defun bar ()
  (interactive)
  (perform-replace "\\bstd::\\(\\(\\sw\\|\\s_\\)+\\)" "\\1" nil t nil nil))

* 2007-03-01

* 2007-02-28

root/
 ├original/
 │ └trunk/      亀井さんのオリジナルのソース
 ├nanri/
 │ ├trunk/      ユーザーごとのHEAD
 │ ├tags/
 │ └branches/
 └user/
  ...

* 2007-02-24

* 2007-02-23

* 2007-02-19

* xyzzy : bregex.dll