Skip to content

Instantly share code, notes, and snippets.

View pH200's full-sized avatar

pH pH200

  • Cytisan Software
  • Taipei, Taiwan
View GitHub Profile
@pH200
pH200 / gist:3672019
Created September 8, 2012 05:13
Encoding files with UTF8 BOM
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace UTF8BOM
{
class Program
@pH200
pH200 / gist:1806807
Created February 12, 2012 06:40
Modified DailyTextLogListener
using System;
using System.Diagnostics;
using System.IO;
using System.Security.Permissions;
namespace Darkthread
{
/// <summary>
/// 會依每天日期獨立個別檔案的TextWriterTraceListener
/// </summary>