Posted by: usmanahmad on: January 12, 2007
Now a days, For my fun job, i am learning How to Play with RUBY and RUBY on Rails. I can not describe properly in words how passionate i am about this language but let me try.
“if this is the Real RUBY, I believe IT WILL RULE ONE DAY”
Some one of you will agree [...]
Posted by: usmanahmad on: January 11, 2007
For my graduation research work, i got my first reseach pubication in IEEE in December 2004. The title of my paper is “Language Independent Optical Character Recognition(OCR) for handwritten text”. If you have a valid IEEE login , you can access this research paper at following link.
http://ieeexplore.ieee.org/iel5/9991/32103/01492850.pdf
Project Abstract:
Handwritten Language Independent Optical Character Reader [...]
Posted by: usmanahmad on: January 11, 2007
Posted by: usmanahmad on: January 11, 2007
Today i solved a puzzle, The name of the game is Petals Around the Rose. The name of the game is important. The computer will roll five dice and ask you to guess the score for the roll. The score will always be zero or an even number. Your mission is to work out how [...]
Posted by: usmanahmad on: January 8, 2007
Today i was reading an Interview of Bjrane Stroustrup. This document clears on of my confusion about overloading in C++. Copy of that text is below.
–
That question (in many variations) are usually prompted by an example like this:
#include<iostream>
using namespace std;
class B {
public:
[...]