]
トップ «前の日(12-18) 最新 次の日(12-20)» 追記

Yukiharu YABUKI の tDiary



このtDiaryを検索します。

2005-12-19

_ [OpenOffice.org] 自動ビルド in Good-day

Good-day社内で,OpenOffice.org の SRC680_mXXX 系の自動ビルドがテスト稼働始めた.この件では,各位に御助力いただいたが,とりわけ中本くんには実働部隊として動いでもらって,ありがとうございました.


2006-12-19

_ 朝帰り

家にもどる途中に、朝ご飯兼お昼ご飯の買いだしをする。駅の近くにあるスーパー玉出でミンチカツを買ったつもりが帰って食べたら、コロッケだった。売場のおばちゃんに確認したのになあ。値段が同じだから別状ないのかしら。

_ emacs lisp cont'd

家に帰って、助言に従いEmacs Lispのローカルバインディングの部分に目を通して、作業したら「さっくり」できてしまった。
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian yc-el package
;;
;; Originally contributed by Nils Naumann 
;; Modified by Dirk Eddelbuettel 
;; Adapted for dh-make by Jim Van Zandt 
 
;; The yc-el package follows the Debian/GNU Linux 'emacsen' policy and
;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; xemacs19, emacs20, xemacs20...).  The compiled code is then
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
 
(let ((package-dir (concat "/usr/share/"
                           (symbol-name flavor)
                           "/site-lisp/yc-el")))
  (when (file-directory-p package-dir)
    (if (fboundp 'debian-pkg-add-load-path-item)
      (debian-pkg-add-load-path-item package-dir)
      (setq load-path (cons package-dir load-path))
    )
  )
  (if (not (file-exists-p (concat package-dir "/yc.elc")))
    (message "Package yc-el not fully installed.  Skipping setup.") ;; ----- Not Found
    ;; ----- Found
    (progn
      (message "Package yc-el fully installed.")
      ;
      ; Do you have mule(MULti-ingual Enancement to GNU Emacs) feature?
      ;
      (message "before checking MULE feature")
      (when (featurep 'mule)
        (progn
          (global-set-key "\M-\ " 'yc-mode)
          (setq yc-stop-chars "(){}<>")
          (setq yc-server-host "unix")
          (setq yc-use-color t)
          (setq yc-icanna-path "/usr/lib/yc-el/icanna")
            
          ;; comment the following 3 lines to not to activate yc-el per default.
          (setq yc-connect-server-at-startup nil)
          (load-library "yc")
          (force-yc-input-mode)
        )
      )
    )
  )
)

2007-12-19

_ 一部家具が到着

家具、とくに机が足りてないので注文していた分が到着。Garageは自分でも組み立てることができるけど、今回は机(1600cm x 71cm)と120cm収納2つをオーダしたのできっと一人で作り上げる事はできないと判断して、組み立て業者さんをお願いしていたのだった。

結果からいうと、組み立てをお願いしたのは正解でした。こんなの一人でやっていたら大変な事になっていた。組あがった家具の重さは35kg程度であり、ひとりで階段を移動させるなんてふらついたら自分の身が危険だっただろう。


2008-12-19

_ 判ってない人に背景から説明すると膨大なコストがかかること。

何とバカな・・・(http://slashdot.jp/~QwertyZZZ/journal/460892)

うむむ

_ タイムラインによるメール管理方法

時間によりアーカイブ化するのは良い。ただ、検索をどうするかはもうちょい考えないといけないから、今すぐには使わないけど有用な組み合わせツールだと思う。Archivemailを用いたメールボックスの清掃法(http://sourceforge.jp/magazine/08/12/10/0141240)

_ 開放開発型のプロジェクトでやった方がいいことリスト

たしかにやったほうがいいことも書いてある。が、アマチュアじゃなくてもできてないこともあるんじゃないかな。リソースが足りているならやったほうがいいけど。Linuxは意図的に、いろいろと変えてあるので本listを金科玉条のように守るべきかどうかも検討するのがいいんじゃないでしょうか。implicit tasks(http://slashdot.jp/~tabatee/journal/461249)

_ EM のアクティベーションに windows を使わないで良さそうな方法

EMのDW02の初期化に苦労していたのですが、どうやら EMの初期化は、3Gの電話のモデムに使われるTFTなどのコマンドで初期化すれば良さそうとのこと。