BMTD 's Yard of Fun

    Technology, Sports, Music, Chinese Essays

    Browsing Posts in Internet and Web

    ASP.NET: by default app pool identity ASP/CGI: impersonated as authenticated user FASTCGI ( PHP fastcgi): app pool identity in order for php fastcgi to impersonate as authenticated user like cgi, need to set the following in php.ini: fastcgi.impersonate = 1

    Looking at cheap storage for hosting backup/archive… driving force: cost.  NetApp is too expensive. The following can be taken into consideration: – Amazon S3 web services. Since it’s only used for backup/archive the cost should not be too high. Need to analyze the cost though. Another potential issue is legal/privacy…      Technically the best way [...]

    前一段时间做一个中文全文检索的东东需要一个中文的停用词表 (stopwords list), 网上搜索了半天找到了一些但都不是很满意,于是干脆自己根据词性加手工筛选,再加上英文的还有网上找到的, 合在一起作了一个新的stopwords文件。 有需要的朋友可以从这里下载: http://www.smartpeer.net/files/stopwords-utf8.txt 注意这是utf-8编码的,下载后根据自己的需要转成gbk/big5或其他编码。

    东拉西扯BBS

    BBS history

    BBS表格形 (flat view) VS 树形 (threaded view, tree view)的比较

    刚写了个小工具可用于将escaped unicode中文乱码(中文字变成好像舵那样的)还原成中文。在非中文操作系统上用yahoo 之类的web mail client发中文邮件时接受方经常会收到这样的乱码;用此工具就可以方便地将其还原成中文显示了。 “转换器”在这里: http://www.smartpeer.net/jiescripts/decode.php.

    I tried to import my firefox bookmarks into blogrolling and found that it only accepts OPML but not html. So i wrote a small utility that converts html to opml. html2opml is a php script that simply converts html to a opml file, and every URL in the HTML input will become an entry in [...]

    Ganux simulates a linux terminal through a browser. According to the author: “I have changed it into a hacking-game. The objective of this game is to gain root of this “machine”. I can assure you that this’s not easy! A surprise will be given to those who can hack into it!” So this is a [...]

    quoted from Greasemonkey’s web site (http://greasemonkey.mozdev.org/) : Greasemonkey is a Firefox extension which lets you to add bits of DHTML (“user scripts”) to any webpage to change it’s behavior. In much the same way that user CSS lets you take control of a webpage’s style, user scripts let you easily control any aspect of a [...]