Bug : showing serial number with zero instead of 1
-
Hello, I found one bug code project site. at the "Top Experts in 24hrs" and "Top Experts this month" section which is display top 5 members with serial no 0 (zero) instead of 1 (one). to see click here (you can see center right section) http://www.codeproject.com/script/Answers/List.aspx?tab=unanswered[^] Bug Screen Note: i have captured screen but i couldn't find option to upload image over here :( Thanks, Imdadhusen
sunaSaRa Imdadhusen +91 99095 44184
It's a running joke as most devs here come from zero-indexed array backgrounds, so item 0 is the first.
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
“One of the greatest problems of our time is that many are schooled but few are educated”Sir Thomas More (1478 – 1535)
-
Thanks for your information, but ideally it should be start from 0
sunaSaRa Imdadhusen +91 99095 44184
It does. So what are you complaining about?
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)
-
Ya, got it. I will take care for next time
sunaSaRa Imdadhusen +91 99095 44184
You should think about removing your telephone number from your signature. What if you change your telephone number in the future? If you then edit your signature, all your old messages you have posted DO NOT also change, and you will then end up with an incorrect telephone number all over the place.
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Folding Stats: Team CodeProject
-
Hello, I found one bug code project site. at the "Top Experts in 24hrs" and "Top Experts this month" section which is display top 5 members with serial no 0 (zero) instead of 1 (one). to see click here (you can see center right section) http://www.codeproject.com/script/Answers/List.aspx?tab=unanswered[^] Bug Screen Note: i have captured screen but i couldn't find option to upload image over here :( Thanks, Imdadhusen
sunaSaRa Imdadhusen +91 99095 44184
-
You should think about removing your telephone number from your signature. What if you change your telephone number in the future? If you then edit your signature, all your old messages you have posted DO NOT also change, and you will then end up with an incorrect telephone number all over the place.
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Folding Stats: Team CodeProject
Right, you are correct. i will remove my phone from signature. Thanks for your valuable suggestion
sunaSaRa Imdadhusen +91 99095 44184
-
Right, you are correct. i will remove my phone from signature. Thanks for your valuable suggestion
sunaSaRa Imdadhusen +91 99095 44184
Alternatively you should put some keywords to make the SMS ads you will receive more context aware. :)
-
Alternatively you should put some keywords to make the SMS ads you will receive more context aware. :)
Could please explain more about "making SMS ads"?
sunaSaRa Imdadhusen +91 99095 44184
-
Could please explain more about "making SMS ads"?
sunaSaRa Imdadhusen +91 99095 44184
It was a joke. The fact that you have your number in your sig allows Bots to scoop your number and send SMS junk to your phone. Enjoy ;P
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.
-
Counting and indices start at zero as any self respecting computer afficionado knows! This is indeed intentional. Cheers! BTW, you were not the 0. to notice this "bug". ;)
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian
Manfred R. Bihy wrote:
Counting and indices start at zero
I'd concur with indices, but for counting I think the 0 is implicit.
"If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.
-
Hello, I found one bug code project site. at the "Top Experts in 24hrs" and "Top Experts this month" section which is display top 5 members with serial no 0 (zero) instead of 1 (one). to see click here (you can see center right section) http://www.codeproject.com/script/Answers/List.aspx?tab=unanswered[^] Bug Screen Note: i have captured screen but i couldn't find option to upload image over here :( Thanks, Imdadhusen
sunaSaRa Imdadhusen +91 99095 44184
Sunasara Imdadhusen wrote:
with serial no 0 (zero) instead of 1
It's not a serial number. It's an index. What does an index start at in most sensible languages?
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP