Derek Liang
<%=Braindump()%>
Thursday, September 22, 2011
C++ part 2 returning an object
›
The following code in C++ is not the same. Fraction multiply ( Fraction * f2 ) { return Fraction ( m_Numer * f2 -> m_N...
1 comment:
Wednesday, September 21, 2011
c++
›
After spending so many years programming in C#, I really appreciate how life make it so simple by language designers. Consider the following...
Friday, September 05, 2008
Error with Nant
›
It seems that the following error message can be fixed by create a new registry entry. I am not sure why it is missing. Solution: [HKEY_LO...
Monday, August 25, 2008
LizardTF : a much better alternative than Visual Studio TFS client
›
I highly recommend anyone whom works with TFS as his/her primary source control tool to give LizardTF a try. I especially likes the review ...
Tuesday, August 12, 2008
things that I do like in TFS
›
1. No shell integration. I do not understand why it is not a priority. I spend lots of time in Windows Explorer for adding, moving, deleting...
Tuesday, July 15, 2008
How to extending default MSBuild script for Teambuild
›
I have been configuring and using Cruise Control .NET and NANT combination for my last project in my company. Everyone loves it, it takes on...
Tuesday, March 18, 2008
GWT(google Web Toolkit)
›
Recently I was doing feasibility study of implementation GWT for our next project. The tool kit allows programmers write plain Java which b...
›
Home
View web version