Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Too fast

Too fast

Scheduled Pinned Locked Moved The Lounge
comtoolsquestion
14 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Peter Zajac

    Hey, if you want the site to be slower just let me know. I am sure I can find something that will bring the performance back down :rolleyes::~ :zzz::-D Pz

    L Offline
    L Offline
    Looney Tunezez
    wrote on last edited by
    #5

    Peter Zajac wrote: I am sure I can find something that will bring the performance back down bool condition = true; while( condition ) { condition = true; } :) ;) ;P :-D "Creating tomorrow's LEGACY systems today..... .... One CRISIS at a time!" -- Unknown "If you build it.... .....BUGS will come!" -JB
    this.Dispose();

    I J L 3 Replies Last reply
    0
    • P Peter Zajac

      Hey, if you want the site to be slower just let me know. I am sure I can find something that will bring the performance back down :rolleyes::~ :zzz::-D Pz

      C Offline
      C Offline
      ColinDavies
      wrote on last edited by
      #6

      What tool or methodology helped you find the glitch, or was it just hand searching? Regardz Colin J Davies

      *** WARNING *
      This could be addictive
      **The minion's version of "Catch :bob: "

      It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

      J 1 Reply Last reply
      0
      • L Looney Tunezez

        Peter Zajac wrote: I am sure I can find something that will bring the performance back down bool condition = true; while( condition ) { condition = true; } :) ;) ;P :-D "Creating tomorrow's LEGACY systems today..... .... One CRISIS at a time!" -- Unknown "If you build it.... .....BUGS will come!" -JB
        this.Dispose();

        I Offline
        I Offline
        Ian Darling
        wrote on last edited by
        #7

        I always preferred:

        bool bored = false;
        while(!bored)
        {
        }
        

        :-)


        Ian Darling The world is a thing of utter inordinate complexity ... that such complexity can arise ... out of such simplicity ... is the most fabulous extraordinary idea ... once you get some kind of inkling of how that might have happened - it's just wonderful ... the opportunity to spend 70 or 80 years of your life in such a universe is time well spent as far as I am concerned - Douglas Adams

        1 Reply Last reply
        0
        • P Peter Zajac

          Hey, if you want the site to be slower just let me know. I am sure I can find something that will bring the performance back down :rolleyes::~ :zzz::-D Pz

          J Offline
          J Offline
          Jeremy Falcon
          wrote on last edited by
          #8

          Hey, no pr0n streaming at work! Well, that is unless you share it with David. ;P Jeremy Falcon

          1 Reply Last reply
          0
          • L Looney Tunezez

            Peter Zajac wrote: I am sure I can find something that will bring the performance back down bool condition = true; while( condition ) { condition = true; } :) ;) ;P :-D "Creating tomorrow's LEGACY systems today..... .... One CRISIS at a time!" -- Unknown "If you build it.... .....BUGS will come!" -JB
            this.Dispose();

            J Offline
            J Offline
            Jorgen Sigvardsson
            wrote on last edited by
            #9

            void fun() { fun(); }

            There's a stack. Use it! ;P -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

            1 Reply Last reply
            0
            • C ColinDavies

              What tool or methodology helped you find the glitch, or was it just hand searching? Regardz Colin J Davies

              *** WARNING *
              This could be addictive
              **The minion's version of "Catch :bob: "

              It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

              J Offline
              J Offline
              Jorgen Sigvardsson
              wrote on last edited by
              #10

              Brain v2.0, Hunch v1.4 and Long Distance Phone v1.0 perhaps? :) -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter

              1 Reply Last reply
              0
              • L Looney Tunezez

                Peter Zajac wrote: I am sure I can find something that will bring the performance back down bool condition = true; while( condition ) { condition = true; } :) ;) ;P :-D "Creating tomorrow's LEGACY systems today..... .... One CRISIS at a time!" -- Unknown "If you build it.... .....BUGS will come!" -JB
                this.Dispose();

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #11

                for( ; ; ) The tigress is here :-D

                D 1 Reply Last reply
                0
                • L Lost User

                  for( ; ; ) The tigress is here :-D

                  D Offline
                  D Offline
                  Dave Goodman
                  wrote on last edited by
                  #12

                  Trollslayer wrote: for (;;) I've always loved that construct, which I read in my head as "for ever" and I've even seen programmers write a macro like that: #define FOREVER for (;;) Too bad there's no Valley Girl equivalent: what (;;) { // } Dave Goodman dgoodman@infoway.com www.dkgoodman.com "Actio sequitur esse."

                  R 1 Reply Last reply
                  0
                  • N Nemanja Trifunovic

                    This site is too fast now ;P


                    My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

                    J Offline
                    J Offline
                    Jerry Hammond
                    wrote on last edited by
                    #13

                    Nemanja Trifunovic wrote: This site is too fast now Sheesh, now you're starting to sound like my wife...huh? What do you mean he was talking about a web site?

                    The only way of discovering the limits of the possible is to venture a little past them into the impossible.--Arthur C. Clark

                    Toasty0.com

                    1 Reply Last reply
                    0
                    • D Dave Goodman

                      Trollslayer wrote: for (;;) I've always loved that construct, which I read in my head as "for ever" and I've even seen programmers write a macro like that: #define FOREVER for (;;) Too bad there's no Valley Girl equivalent: what (;;) { // } Dave Goodman dgoodman@infoway.com www.dkgoodman.com "Actio sequitur esse."

                      R Offline
                      R Offline
                      Ryan Binns
                      wrote on last edited by
                      #14

                      How about:

                      #define ever ( ;; )
                      ...
                      for ever
                      {
                      }

                      :)

                      Ryan

                      "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups