2009-08-22から1日間の記事一覧

C# アプリに組み込める、超軽量な ASP コンテナ付きの HTTP サーバってどこかにないかなー。

public static DiffResult[] Diff( string textA, string textB, DiffOption option ) { if ( string.IsNullOrEmpty( textA ) || string.IsNullOrEmpty( textB ) ) return StringNullOrEmpty( textA, textB ); FastDiff diff = new FastDiff(); if ( textA.L…