Author Topic: Has anyone else just counted to see how long they can?  (Read 4448 times)

0 Members and 2 Guests are viewing this topic.

Braveskin

  • Goblin Pup
  • *
  • Posts: 9
  • Reputation: +0/-0
Has anyone else just counted to see how long they can?
« on: April 15, 2006 10:29 pm CDT »
I do that, but everyone else I know usually stops before 200. I myself have gotten to 600. Does anyone else count to a high number just to see if they can?
« Last Edit: December 31, 1969 06:00 pm CST by Braveskin »

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,437
  • Reputation: +14/-6
(No subject)
« Reply #1 on: April 15, 2006 11:00 pm CDT »
Chuck Norris has counted to infinity.


Twice.
« Last Edit: December 31, 1969 06:00 pm CST by KoRo »

12Stones

  • Minotaur Rager
  • ******
  • Posts: 967
  • Reputation: +2/-0
(No subject)
« Reply #2 on: April 17, 2006 01:45 pm CDT »
Iv'e never been THAT bored, although you know how on calculators if you press +1 = and then keep hitting = over and over, it keeps adding 1?  Iv'e done that through a couple classes in highschool when I was bored.
« Last Edit: December 31, 1969 06:00 pm CST by 12Stones »

Quote from: "Aphex"
mmm so many different types of music, so little time.

|\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ASCII FAN\\\|]

Bovidi

  • Undead Hero
  • ****
  • Posts: 216
  • Reputation: +1/-0
    • http://www.geocities.com/mygamepage101/orc
(No subject)
« Reply #3 on: April 17, 2006 03:25 pm CDT »
Yea I don't count to myself when I am bored instead I just turn over my paper and start writing
1
10
11
100
101
110
111
...

Largest number I got up to was like 300 or something
« Last Edit: December 31, 1969 06:00 pm CST by Bovidi »

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,437
  • Reputation: +14/-6
(No subject)
« Reply #4 on: April 17, 2006 06:32 pm CDT »
is there a pattern to that? Or is it in binary?
« Last Edit: December 31, 1969 06:00 pm CST by KoRo »

Bovidi

  • Undead Hero
  • ****
  • Posts: 216
  • Reputation: +1/-0
    • http://www.geocities.com/mygamepage101/orc
(No subject)
« Reply #5 on: April 17, 2006 08:38 pm CDT »
It is just counting in base 2
1 = 1
10 = 2
11 = 3
100 = 4
101 = 5
....
« Last Edit: December 31, 1969 06:00 pm CST by Bovidi »

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,437
  • Reputation: +14/-6
(No subject)
« Reply #6 on: April 17, 2006 08:43 pm CDT »
I can count to 31 on one hand :lol:
« Last Edit: December 31, 1969 06:00 pm CST by KoRo »

slorge_gridlock

  • Undead Hero
  • ****
  • Posts: 384
  • Reputation: +0/-0
(No subject)
« Reply #7 on: April 18, 2006 11:05 pm CDT »
one of my first BASIC programs did this, however, I never found the need to  simply count for no reason

10 a=o
20 let a=a+1
30 print a
40 goto 20
« Last Edit: December 31, 1969 06:00 pm CST by slorge_gridlock »

Particle

  • Chief Codemonger
  • Administrator
  • Centurian Lord
  • ********
  • Posts: 5,904
  • Reputation: +20/-4
    • Particle's Custom RPG
(No subject)
« Reply #8 on: April 18, 2006 11:21 pm CDT »
Code: [Select]
public class Thing{
     public static void main(String[] comm){
          int var = 0;
          while(true){
               var++;
          }
     }
}

Code: [Select]
Module Thing
     Sub Main()
          Dim var As Integer
          While True
               var += 1
          End While
     End Sub
End Module


Now here's a useful program.
« Last Edit: April 18, 2006 11:23 pm CDT by Particle »
As a point of history:  Our last server clear was on September 27, 2004.  That is 4963 days ago (13.6 years) as of today.

If you're visiting after a long hiatus and have forgotten your password, try emailing me via the support form at http://www.pcrpg.org.

If your character is from after the 2004 clear but appears to have been deleted or reset, chances are it was caught in one of the inactive account purges over the years.  Backups were made before such events, so try the support form.

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,437
  • Reputation: +14/-6
(No subject)
« Reply #9 on: April 18, 2006 11:22 pm CDT »
Someone care to translate that? :D
« Last Edit: December 31, 1969 06:00 pm CST by KoRo »

Particle

  • Chief Codemonger
  • Administrator
  • Centurian Lord
  • ********
  • Posts: 5,904
  • Reputation: +20/-4
    • Particle's Custom RPG
(No subject)
« Reply #10 on: April 18, 2006 11:24 pm CDT »
Now available in two languages.
« Last Edit: December 31, 1969 06:00 pm CST by Particle »
As a point of history:  Our last server clear was on September 27, 2004.  That is 4963 days ago (13.6 years) as of today.

If you're visiting after a long hiatus and have forgotten your password, try emailing me via the support form at http://www.pcrpg.org.

If your character is from after the 2004 clear but appears to have been deleted or reset, chances are it was caught in one of the inactive account purges over the years.  Backups were made before such events, so try the support form.

Bovidi

  • Undead Hero
  • ****
  • Posts: 216
  • Reputation: +1/-0
    • http://www.geocities.com/mygamepage101/orc
(No subject)
« Reply #11 on: April 19, 2006 08:37 pm CDT »
Quote
Someone care to translate that?


Won't it cause infinite loops.......ah the computer crashing
« Last Edit: December 31, 1969 06:00 pm CST by Bovidi »

GE

  • Minotaur Rager
  • ******
  • Posts: 830
  • Reputation: +0/-0
(No subject)
« Reply #12 on: April 20, 2006 06:44 pm CDT »
Code: [Select]
public class Thing{

Public Nudity at School? ..Thats how I translate it.
« Last Edit: December 31, 1969 06:00 pm CST by GE »
"Satisfaction Is The Death Of Desire"

   "The End Of The Road Is My End. It Justifies My Means." -Slipknot

Particle

  • Chief Codemonger
  • Administrator
  • Centurian Lord
  • ********
  • Posts: 5,904
  • Reputation: +20/-4
    • Particle's Custom RPG
(No subject)
« Reply #13 on: April 20, 2006 06:51 pm CDT »
It's more or less the same thing Slorge posted, only written in Java a VB.NET and it doesn't display the number as it counts.  It's more or less an infinite counting machine (which will error after var reaches 2,147,483,648).
« Last Edit: December 31, 1969 06:00 pm CST by Particle »
As a point of history:  Our last server clear was on September 27, 2004.  That is 4963 days ago (13.6 years) as of today.

If you're visiting after a long hiatus and have forgotten your password, try emailing me via the support form at http://www.pcrpg.org.

If your character is from after the 2004 clear but appears to have been deleted or reset, chances are it was caught in one of the inactive account purges over the years.  Backups were made before such events, so try the support form.

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,437
  • Reputation: +14/-6
(No subject)
« Reply #14 on: April 20, 2006 07:36 pm CDT »
why such a random number?
« Last Edit: December 31, 1969 06:00 pm CST by KoRo »