2009年5月21日 星期四

PSP 3007 執行自製軟體方法

福克斯前陣子買了一台 PSP 3007,而且一直觀注 Davee 大神的 blog,期待他放出破解程式。當然,在上上週,他就已經放出破解程式。不過,依著 Davee 大神的指示,福克斯一直無法進入破解模式

經過了,好幾天及上百次的測試,福克斯發現,『進入破解模式』才是最困難的一件事。

直到,福克斯看到了以下這個討論(偉大的祖國同志們寫的):
http://www.cngba.com/thread-17917309-1-1.html

所以,請大家依照上述網址中的方法進行。

其實,福克斯認為,最重要的就是:一定要把語系及語言改掉,然後『依照下面的註解,把白與黑兩張照片拿掉』。

目前,福克斯進入破解模式的機率有大於 90%。這真是太 cool 了。

2009年5月4日 星期一

WikiSpider in Traditional Chinese version

As you known, Wikipedia has a plenty of versions in many languages. I also make another configuration for Traditional Chinese(zh_TW) as the following link:

http://code.google.com/p/spiderframework/downloads/detail?name=wiki_spider_zh_TW.xml&can=2&q=#makechanges

What you need to do is just replace the spider.xml with the downloaded one, please rename it to spider.xml.

The output of this configuration file is the same with English version, the plain text of wiki page.

2009年5月3日 星期日

Web Spider for Wiki

Recently, I wrote a web spider to crawling text from wikipedia website. This spider runs at 500ms per page and saves web page as text data which reside in the center area, like the following page:


The useless information are cropped.

After saving a page, this spider clicks the "Random article" link, see blow, to get another wiki content.



I had slow this spider down for 500ms after a page. After 10,000 random pages downloaded, this spider will stop running. So, it needs more than 5,000 seconds to finished the task.

You can download the source code from http://code.google.com/p/spiderframework/downloads/list.

This is written in C# of Visual Studio 2005.

If you need the binary code directly, please email me. I can build it for you.