Posts Tagged ‘project’


Google Code Prettify for wordpress

This small wordpress plugin enable syntax highlighting of code snippets in your post using Google Code Prettify.

Notice: you will need to have JavaScript enabled in your browser for this to work.

Continue Reading...

April 28th, 2007 in wordpress | 110 comments


Permalinks Migration Plugin for wordpress

With this plugin, you can safely change your permalink structure without breaking the old links to your website,and even doesn’t affect your search engine rankings.

Continue Reading...

November 3rd, 2006 in wordpress | 1,517 comments


Dean’s FCKEditor for WordPress plugin(V3.3)

This plugin Replaces the default WordPress editor with CKeditor 3.0.1.

image

Continue Reading...

October 23rd, 2006 in wordpress | 1,331 comments


Source Code syntax highlighting plugin for WordPress (V1.2)

Introduction

This WordPress plugin using Geshi to highlight source code in a wide range of popular languages.it aims to be a simple but powerful code highlighting plugin, with the following goals:

Continue Reading...

October 22nd, 2006 in wordpress | 293 comments


Convert Ip Address To Geographic Location

网上有不少关于如何使用纯真IP数据库(QQWRY.dat),来查找IP所在的地理位置的文档和源代码,但基本都是java实现,很少有C的,而且大部分都使用了打开文件句柄,通过文件指针的多次跳转来实现单次查找,运行效率很低,尤其是在短时间内需要执行大量IP->地理位置的转换的场合,这种方式的运行性能基本是难以接受的。

Continue Reading...

October 12th, 2006 in Programming | 4 comments


Download OpenSSL for windows

openssl-for-windows,host on google code,is an clean and lightweight OpenSSL library for windows(both 32bit and x64 version).

all versions are compiled in the assembly language routines with Microsoft Visual Studio 2005 and Microsoft MASM as “Multithreaded(/MT)”,you can using it with any version of MSVC.

Continue Reading...

October 3rd, 2006 in Programming | 71 comments