An Appraisal
This post was actually done by Mukit Bhai on SQABD mailing list.
The following is an appraisal of an employee from his Project Leader…Read on…
Appraisal:
—————
Bob Smith, my assistant programmer, can always be found
hard at work in his cubicle. Bob works independently, without
wasting company time talking to colleagues. Bob never
thinks twice about assisting fellow employees, and he [...]
The Mayonnaise Jar and 2 Cups of Coffee
When things in your life seem almost too much to handle, when 24 hours in a day are not enough, remember the mayonnaise jar and the 2 cups of coffee.
A professor stood before his philosophy class and had some items in front of him. When the class began, he wordlessly picked up a very large [...]
Hello world!
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
JQuiery
Once it used to be stated that to be a good developer one should learn a language every year. Why? The basic reason was to widen up ones view. By learning new language we can come to know about new techniques to solve a problem. Following that rule, I tasted some languages like C/C++(:P), java, [...]
JQuiery
Once it used to be stated that to be a good developer one should learn a language every year. Why? The basic reason was to widen up ones view. By learning new language we can come to know about new techniques to solve a problem. Following that rule, I tasted some languages like C/C++(:P), java, [...]
Play game here
Just added 2 free games from DynamicDrive. I love this site for its great resources. Besides, I added fading effect to pop up the game div at center. You can now play these games from this page, just click any of the game link from the top left menu !!
Would you please play [...]
Play game here
Just added 2 free games from DynamicDrive. I love this site for its great resources. Besides, I added fading effect to pop up the game div at center. You can now play these games from this page, just click any of the game link from the top left menu !!
Would you please play [...]
Macadamian’s Code Review Checklist
At Macadamian, we practice what we preach with peer code reviews. Before we commit any code to source control, we check it for compliance with this list.
We’ve made the checklist public for the use of software development teams implementing code review as part of their process. For more information about code [...]
Macadamian’s Code Review Checklist
At Macadamian, we practice what we preach with peer code reviews. Before we commit any code to source control, we check it for compliance with this list.
We’ve made the checklist public for the use of software development teams implementing code review as part of their process. For more information about code [...]
Parse command line and some utility functions
I was assigned to write a dictionary module for a huge MFC project. The library as well as the executable has to be fully compliance with standard c++.
Now, I have to write a parser. I know I don’t really have to write one, as there is already many out in the net. Why to make [...]