Antoine.st | 2003-06 |
2003-06-30Java ProgrammingC# Code formatDotMSNHow to detect Insert/Eject CD-ROM.2003-06-24blog at kawabata.com2003-06-23Emacs-Lisp without a Hustlenprof - the .NET profiler2003-06-22c2htmlCompiler Construction2003-06-21CLR Profiler2003-06-20Best practices for input validation with Active Server PagesEquivalent of C runtime routine.Physical Line以前から使っていた物理行移動の elisp の動きが Meadow 2.0 ではどうもおかしいので、phycical-line.el に代えてみました。結構いい感じです。Info-mode での動きがおかしいので、殺しておきます。 (setq physical-line-ignoring-mode-list '(Info-mode)) 2003-06-19UML Architectureblogmaxいろいろ試してるんですが、正直うーん... という感じです。txt ファイルに html で内容を記述していかなくちゃならない、ってのがちょっと物足りません。カレンダーが自動的にできたり、テンプレートから読み込めたりするのはいいんですけど。 Meadow 2.0 beta binary
も出ましたね。ダウンロードは、Ring Server の方からどうぞ。1.15 とは、font-lock の速度にかなりの違いがあるようです。emacs-wiki を使っていると、漢字変換のタイミングでちょっとストレスがあったんですが、それも無事解消されました。そろそろ本格的に移行しようかな...。 Java Platform 1.1 API and Documentationいまさらですが、awt つか、その辺のパターンについて情報があるらしいです。 2003-06-18How to detect connect/disconnect network cable.というか、列挙ですね。 Meadow 2.0 beta
をダウンロードし、Cygwin 上で展開 & ビルド。詳しい方法は、Meadow 2 を GCC でコンパイルする にあります。rsync を追加でダウンロードしただけ。Visual C++ だと、6.0 でも 7.0 でもうまく行きませんでした...。 M+ bitmap fontsThe Japanese Fonts Library for Windows.2003-06-17Meadow SendMessage(WM_SYSCOMMAND)
2003-06-16SQL Server Centric .NET Code Generator (OlyMars)SQL Buddy.NET PetShop 3.0CLR SpyBDF font on command prompt.ms-help mapping plug-in (by maoh).How to mapping ms-help to http.Date: Mon, 16 Jun 2003 12:53:22 +0900 From: "Koichi Nakamura" 2003-06-15MVC pattern on J2EE.Change buffer size.;; Change buffer size. (defun my-big-window () (interactive) (enlarge-window 1)) (defun my-small-window () (interactive) (enlarge-window -1)) (global-set-key [M-down] 'my-big-window) (global-set-key [M-up] 'my-small-window) Creating a Visual Studio .NET Add-In to Provide Windows XP Theme SupportVideo Capture BoxAbout Serial port programming in .NET.Serial Communication with VB.Net (gotdotnet に置いてあるのと同じみたい) Thomas Scheidegger's Serial Port FAQ: Extending the functionality of the VB TreeView controlsWebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NETMulti column ComboBoxDrop Shadow?Newsgroups: microsoft.public.dotnet.languages.vb Subject: Re: Drop Shadow under control - please help Date: Sat, 14 Jun 2003 22:35:03 +0000 (UTC) Message-ID: <bcg7u5$sm8$1@hercules.btinternet.com> PowerToys for Visual Studio .NET 20032003-06-14Variant Type.vbNull = VariantType.Null INFO: Visual Basic 6.0 Does Not Support Windows XP Themes or Visual StylesLicencing Component.Receiving COM events.Message-ID: <IaZt67jHDHA.548@cpmsftngxa06.phx.gbl> Newsgroups: microsoft.public.dotnet.languages.vb.upgrade Re-Install c/migemoを参考に migemo を再インストールするもののうまく行きません。何が悪いんだろう? というわけで、こちらを再度試すことにします。いろいろやってたら、いちおう動くようになったんですが、どうも検索で変なワードが引っかかったり (「you」「key」とか)、固まったり (C-s C-d) するので、使うのを止めました。occur とか、代わりに使えるのもありますしね。 2003-06-13another wiki name[[ リンク先 ][ 表示名 ]] としておくと、Wiki Name に限らず、どんな名前でもリンクにすることができます。ただし、C-c C-r での名前変更などでちょっと問題が発生する模様。 Wiki-Diary-Functionベタベタかつ手抜きですけど、それなりに役に立ってます。 (defun open-my-wiki-diary () (interactive) (let ((yyyymm (format-time-string "%Y-%m" (current-time)))) (let ((yyyymmdd (format-time-string "%Y-%m-%d" (current-time)))) (find-file (concat "~/Wiki/" yyyymm)) (beginning-of-buffer) (if (eq nil (looking-at (concat "\* " yyyymmdd))) (insert (concat "* " yyyymmdd "\n")) (forward-line 1)) (insert "\n") (insert "*** \n\n\n") (backward-char 3)))) (global-set-key "\C-xm" 'open-my-wiki-diary) BlogMax: Blogging in Emacsあるんかなーと思ったら、やっぱりありました。Emacs 版 blog。ダウンロードはしましたけど、中身はまだ確認してません。
|