Jump to content

When you count...

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
39 replies to this topic

#1
Guest_Jordan_*

Guest_Jordan_*
  • Guests
When you count items do you start at 0 or at 1? I was at a website and the captcha stated: "Please type the fourth item in this captcha phrase: 'ijdf dfes eglkljf oijlkjf pllkj'"

I started at 0 (ijdf) and took the 3rd item (oijlkjf). I realized that was completely wrong. Do you ever do this?

#2
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
Yes, sadly ;(

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
My counting is usually more an issue of whether my calculator will be able to display all the digits... 27!*52! anyone?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I only start from 0 when counting array indexes. Everything else I start from 1.

#5
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
When I am coding, 0, otherwise 1.

#6
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Yeah I always start counting at 0. ;) I've got so used to counting array indexes that I start counting everything at 0. :D

#7
Chewie

Chewie

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,579 posts

MeTh0Dz|Reb0rn said:

When I am coding, 0, otherwise 1.

Ditto.

#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”


#8
Guest_Jordan_*

Guest_Jordan_*
  • Guests

WingedPanther said:

My counting is usually more an issue of whether my calculator will be able to display all the digits... 27!*52! anyone?

What in the world are you counting?

#9
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts

"Jordan" said:

What in the world are you counting?
I'm not sure but, I think what he means is: factorial of 27 times factorial of 52. It's such a big number, that most calculators are showing it as 8.7827634 * 10^95, and thus he's talking about whether or not calculators can show it.

#10
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Maybe he is counting the money he makes per month?

#11
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
lol!

#12
Chewie

Chewie

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,579 posts
Lol true that brother!

#!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
“The cure for boredom is curiosity. There is no cure for curiosity.”