Ever wondering if Task Manager for windows is enough.When I was developing some system services or dll packs, it is always a problem monitoring them in the windows system. Process Explore is a really useful tool to make the dirty background jobs apparent.
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
http://sourceforge.net/apps/mediawiki/procexp/index.php?title=Main_Page
SELECT * FROM Joseph.Thoughts WHERE Topics LIKE 'Pseudo' AND PostDateTime LIKE 'Random' DESC
Thursday, April 29, 2010
Diff and Merge for Windows
I am not aware of such an elegant tool until recently. I was always reluctant to use KDiff 'cause it is always make me confused.
Check out WinMerge.
http://winmerge.org/
Check out WinMerge.
http://winmerge.org/
Wednesday, April 21, 2010
Programming Jokes
Two bytes meet. The first byte asks, “Are you ill?”
The second byte replies, “No, just feeling a bit off.”

The second byte replies, “No, just feeling a bit off.”
~~~~~~~~~~~~~~~~~~~~~~~~~
How many programmers dose it take to change a light bulb?
None – It’s a hardware problem
None – It’s a hardware problem
~~~~~~~~~~~~~~~~~~~~~~~~~
Why do programmers always mix up Halloween and Christmas?
Because Oct 31 equals Dec 25.
Because Oct 31 equals Dec 25.
~~~~~~~~~~~~~~~~~~~~~~~~~
“Knock, knock.”
“Who’s there?”
very long pause….
“Java.”
“Who’s there?”
very long pause….
“Java.”
~~~~~~~~~~~~~~~~~~~~~~~~~
Programming is like sex:
One mistake and you have to support it for the rest of your life.
One mistake and you have to support it for the rest of your life.
~~~~~~~~~~~~~~~~~~~~~~~~~
A man is smoking a cigarette and blowing smoke rings into the air. His girlfriend becomes irritated with the smoke and says, “Can’t you see the warning on the cigarette pack? Smoking is hazardous to your health!”
To which the man replies, “I am a programmer. We don’t worry about warnings; we only worry about errors.”
~~~~~~~~~~~~~~~~~~~~~~~~~
Have you heard about the new Cray super computer? It’s so fast, it executes an infinite loop in 6 seconds.
~~~~~~~~~~~~~~~~~~~~~~~~~
The generation of random numbers is too important to be left to chance
~~~~~~~~~~~~~~~~~~~~~~~~~
Two strings walk into a bar and sit down. The bartender says, “So what’ll it be?”
The first string says, “I think I’ll have a beer quag fulk boorg jdk^CjfdLk jk3s d#f67howe%^U r89nvy~~owmc63^Dz x.xvcu”
“Please excuse my friend,” the second string says, “He isn’t null-terminated.”
Monday, April 19, 2010
Freezing GridView header. EP3
Finally, there is something works as I desired. (My desire is minimal amount of work, and maximal achievement).
http://johnsobrepena.blogspot.com/2009/09/extending-aspnet-gridview-for-fixed.html
A better explained mechanism can be found here.
http://www.developer.com/lang/jscript/article.php/10939_3696921_4/A-Better-Fixed-GridView-Header-for-ASPNET.htm
http://johnsobrepena.blogspot.com/2009/09/extending-aspnet-gridview-for-fixed.html
A better explained mechanism can be found here.
http://www.developer.com/lang/jscript/article.php/10939_3696921_4/A-Better-Fixed-GridView-Header-for-ASPNET.htm
Freezing GridView header. EP2
This is a hack: separate the header (as a fixed table) and the data (in a header-less gridview).
The problem is, it is difficult to align the columns, not mentioning that you could not dynamically generate the table as in autogenerate mode.
http://www.aspsnippets.com/Articles/Scrollable-GridView-with-Fixed-Headers-in-ASP.Net.aspx
The problem is, it is difficult to align the columns, not mentioning that you could not dynamically generate the table as in autogenerate mode.
http://www.aspsnippets.com/Articles/Scrollable-GridView-with-Fixed-Headers-in-ASP.Net.aspx
Freezing GridView header. EP1
Use style sheet only -- put the gridview in a div or a panel that with the container style below. The problem is, it only works for IE. Worst, it may not work correctly in new version of IE. Somehow, it works for most of DataGrid control, as DataGrid is older than GridView.
http://mattberseth.com/blog/2007/09/freezing_gridview_column_heade_1.html
(note: overflow-x or overflow-y are not standard CSS properties. Therefore, MS has their own version of the properties for IE, e.g. -ms-overflow-x:scroll; -ms-overflow-y:scroll)
http://mattberseth.com/blog/2007/09/freezing_gridview_column_heade_1.html
(note: overflow-x or overflow-y are not standard CSS properties. Therefore, MS has their own version of the properties for IE, e.g. -ms-overflow-x:scroll; -ms-overflow-y:scroll)
Thursday, April 8, 2010
Online Shopping
Yesterday, tried shopping on taobao. It sucks.
I had tried millions of times to shop online. Basically, find what I want, fill some delivery details, put a credit card number, submit and done. With taobao, it is a pain.
Finding what I want -- the pictures are usually so fake and so pretty while the price is so cheap, made me wonder if it is trustworthy.
Paying my purchase -- in most cases, credit card or cash-on-delivery is not an option. Options are online banking or something similar to bill-pay. Since I couldn't get myself to a convenient store or a post office to pay the bill, I have to try online banking. Most banks have basic online banking service ... charged; and advanced services at some expensive cost. When you want to pay somebody online, if you are lucky that they have an agreement with your bank to cooperate online business, you need to first install some software for that particular bank, then with your national ID number, username, password, passphrase card, and authorization code, you may be able to purchase anything under your payment limit. It takes more than three steps to pay my money! I don't feel protected, I felt totally pissed.
Overall, in China you as a buyer are not trusted; and in the same league, you don't want to trust anybody. Life is difficult for both parties. What a hell.
I had tried millions of times to shop online. Basically, find what I want, fill some delivery details, put a credit card number, submit and done. With taobao, it is a pain.
Finding what I want -- the pictures are usually so fake and so pretty while the price is so cheap, made me wonder if it is trustworthy.
Paying my purchase -- in most cases, credit card or cash-on-delivery is not an option. Options are online banking or something similar to bill-pay. Since I couldn't get myself to a convenient store or a post office to pay the bill, I have to try online banking. Most banks have basic online banking service ... charged; and advanced services at some expensive cost. When you want to pay somebody online, if you are lucky that they have an agreement with your bank to cooperate online business, you need to first install some software for that particular bank, then with your national ID number, username, password, passphrase card, and authorization code, you may be able to purchase anything under your payment limit. It takes more than three steps to pay my money! I don't feel protected, I felt totally pissed.
Overall, in China you as a buyer are not trusted; and in the same league, you don't want to trust anybody. Life is difficult for both parties. What a hell.
Subscribe to:
Posts (Atom)