My dog shake like hell when there is lighting and storm. I actually afraid that she might get a heart attack since her small heart is working so fast.
VAIO Blue
Posts
-
Dog and Weather -
software development methodology for the small teamYou can't afford any pointless coding, so plan ahead is my best advise.
-
How can I study English?If your current English skill is good enough for your job, then I would suggest you let it be so. Instead, learn more about your own culture. Being fluent in English might help a bit in communication, but won't magically boost you up in peer relationship. As always, only ability counts, regardless of language and culture.
-
PS3 on eBay pulls in $10,100 -
Project structure [modified]Are there any advantages on having a src folder
-
Project structure [modified]I normally have a structure like this solution ---bin ---projectA ------source files ---sub-solution ------projectB ---------source files however, many projects I seens are structured like this solution ---bin ---projectA ---projectB ---src ------source files of projectA and B -- modified at 7:42 Friday 10th November, 2006
-
Chinas firewallYou will be fine as long as political sensitive site isn't your interest. But I guess you can't access wikipedia from China.
-
Pluto, bye.Pluto is no longer a planet.
-
What is Copyleft?Can someone please anwser my question?
-
What is Copyleft?What is copyleft?
-
Living in CanadaThe temp is around 0C to 25C if you are asking for the average extreme. However, if you had lived in a high humidity city, you will know that even a temperature of 12C could be cooler than a city at 2C with a low humidity. Unless you have uncommon weather perferences, otherwise, Vancouver has the best weather a hunman being would want to live in.
-
Source control system deleting source filesDo you unload your projects? Do you sometime work with disconnected source control system?
-
Living in CanadaWhat makes you think so?
-
Living in CanadaIMO, the best place in Canada is Vancouver.
-
Source control system deleting source filesI had encounter this situtation several time with VSS, and recently I tried Vault and it happens again. I am the only one who access the source control system and I often unload projects that I won't be touching for a while in a solution. Sometime, I might work in disconnected mode since I sometime shut down the server. However, somehow, some of my source files could be deleted by the source control system when I connect back to it. I am pretty sure it is my problem. Can anyone tell me the possible situtations where a source control system could delete my source files?
-
Assert>> In a release build, since the Assert gets ignored, the exception acts as a backup error-check perhaps? This is what I don't understand, if a condition must be met or else the program will fail, then why use Assert instead of throwing exceptions? Generally, error checking should be included in both debug and release build. When you assert something, you know there is a possibility that the condition might fail, but then if you assert the condition, it is only checked in debug build, which implies that such checking should be ignored in release build. But if such check can be ignored in release build, why checking it in a debug build then?
-
AssertI often see code like this. void foo(int i = -1) { Assert(i != -1); if(i == -1) throw; .... work with i ... } What is the point of using assert in this case?
-
If you don't believe in me, you will go to hell [modified]but if you believe in me, no matter what, I will give you a ticket to heaven. Your truly, God -- moved at 12:40 Saturday 19th August, 2006
-
OperaI personally think Opera is a very good web browser, but it isn't widely popular, can anyone not using it but had tried it tell me why?
-
Why MS wasn't interested in MacromediaConsidered that the Flash plugin is so popular and commonly installed, why MS wasn't interested in buying Macromedia??