hacker

Python Modules Intro 20091123

2009/11/23
By

神奇的 PyMOTW 模組…

Read more »

google test 1.4.0 is buggy

2009/11/18
By

It raises lots of error about … testing::internal::AssertHelper::AssertHelper(testing::TestPartResultType, char const*, int, char const*)… More Info

Read more »

From UnitTest++ to GoogleTest

2009/06/25
By

We’ve decided to replace UnitTest++ with googletest

Read more »

Passing UTF-8 String from C# to Unmanaged C++ DLL

2009/02/05
By

我有個 DLL ,輪入 keystroke 可以傳出文字(不限英文中文)。今年寫了個應用程式,還可以把選出來的文字再傳回去算詞頻。

Read more »

由 C# 傳 Callback function 給 C++ DLL

2008/12/25
By

一般來說,在 C# 呼叫 C++ 寫的 DLL ,可以用下面的方式來宣告:

Read more »

The FreeBSD Forums Official Site

2008/11/19
By

Here.

Read more »

BSD vs. GPL

2008/10/17
By

這個議題好像一陣子就會被拿出來講,這種爭論是永無止盡的。可是回頭看看國內某些人斷章取義的解釋,然後還愛拿國外也是如此之類的話來搪塞。NYCBSDCon 中的一段 presentation剛好可以狠狠地打某些人一巴掌,哈哈。

Read more »

2008 Yahoo Hackday

2008/09/22
By

累,然後不好睡,食物飲料有待加強…..

Read more »

how to clear ostringstream?

2008/09/18
By

下面這程式真有清掉嗎? ostringstream os; … os.clear(); cerr < < os.str()

Read more »

openmp tutorials – scheduling

2008/09/07
By

目前會的,就是 在 for loop 中, schedule 設為 dynamic 與 guided 的不同。

Read more »