How to Learn a New Computer Language?
In one of my previous posts , I mentioned that which computer languages you know and use now might be […]
In one of my previous posts , I mentioned that which computer languages you know and use now might be […]
Converting from floating point numbers (e.g. double, single) to integers can be tricky.
A reasonably sized software project is rarely delivered in time and under budget. This is a known fact in the […]
Download UniquePermutation.zip The numbers of permutations on a set of n elements is n! (see definition).
If you are looking for a programming position, chances are that you will be required to have x years of […]
Download Trie.zip Trie is a tree like data structure that can be used for fast text search.
We were supposed to have a winter storm last Thursday. But as it turned out, we just had some light […]
In my post a week ago, I mentioned three ways to reverse a string. OK, I really meant three alternative […]
In my previous post “How to Tab Through Controls on a Form With Alternative Keys using C#” I talked about […]
OK, conceptually, it’s quite easy. A couple of my friends got asked this question when interviewing. Here are what my […]
Download RegExpBench.zip I created this little utility a while ago. It is a work bench for creating/validating regular expressions.
Download ColorPicker.zip I put this ColorPicker up for download about a year ago. Recently, I have updated it (some minor […]
Any good things can become bad when overused, and Code Generator is one such example.
Download DataGridComboBoxTest.zip I recently needed a datagrid combobox for a project that I was working on.
We recently ran into an interesting issue while running .Net applications compiled with framework 1.1 on machines that have both […]