Archive for August, 2007


Windows Live Space says:"Server is too busy"

What the hell is going on?Too many users or bad design?I would rather believe it’s the first case. because there are ton of amazing articles written by Microsoft about Scalability and Availability,such as “Scalability, Sweet Scalability” or “Improving Both Availability and Scalability“. they can\’t possibly have made an incredibly dumb mistake.

August 31st, 2007 in Windows | 12 comments


可爱的小刺猬

cw_lanqiu

公司最近在举行篮球赛,今天整理硬盘,翻出了这张UI以前做的篮球小刺猬,太可爱了。

August 30th, 2007 in Life | 6 comments


Compiler warning C4022 when building OpenSSL 0.9.8e On Windows

I got the following compiler error when building OpenSSL-0.9.8e in Windows environments with Visual studio 2005:

.\apps\enc.c(380) : error C2220: warning treated as error - no ‘object’ file generated
.\apps\enc.c(380) : warning C4022: ‘BIO_ctrl’ : pointer mismatch for actual parameter 4

August 25th, 2007 in Programming, Windows | 3 comments


URL rewriting for WordPress on IIS upgraded to version 2.0

URL rewriting for WordPress on IIS version 2.0 is now available.

the new version includes improved features and performance,ability to automatically generate URL rewriting rules for each WordPress sites  on the same server.know more about version 2.0…

August 21st, 2007 in wordpress | No comments yet


盈盈一水间,脉脉不得语:又至七夕节

现在很多人把七夕称为”中国的情人节“,总觉得这种叫法有点牵强,牛郎织女虽然在这一天相会,但是最终也还是个悲剧:“情知此会无长计,咫尺凉蟾亦未圆”,牛郎织女之间的这种无奈和凄凉,想必是相爱的人都不愿意去体会的。

关于七夕的诗词很多,最喜欢的还是这首鹊桥仙:

August 19th, 2007 in Life | 4 comments


Dancing around the world

Where the hell is Matt? The truth is that Matt is everywhere he wants to be.”For the past few years, video game designer Matt Harding has pursued an unlikely avocation as a worldwide wanderer. His videos of himself dancing (rather badly) at various exotic locales turned into the “Where the Hell Is Matt?” website and a hit video series on YouTube.”

August 17th, 2007 in Life | 1 comment


I have created a MSN Chat bot: alice@35.cn

I Have created a MSN chat bot based on the A.L.I.C.E(Artificial Linguistic Internet Computer Entity) and AIML(Artificial Intelligence Markup Language).you can add alice@35.cn to your contact and  chat with her all day long on MSN messager:)

August 14th, 2007 in 35.com, Programming, Technology | 49 comments


how to sort CAtlArray using qsort

This is nothing new at all,here is the source code:

CAtlArray< CSomeClass*> m_myArray;
qsort(m_myArray.GetData(), m_myArray.GetCount(), sizeof(CSomeClass*),
  (int(*)(const void*, const void*))SortTheArray);

 

the Comparison function would look like the following:

August 12th, 2007 in Programming | 3 comments


Song:When You Say Nothing At All

It’s amazing how you can speak right to my heart
Without saying a word, you can light up the dark
Try as I may I could never explain
What I hear when you don’t say a thing

August 6th, 2007 in Life | 34 comments