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. Other Discussions
  3. The Weird and The Wonderful
  4. From the C# forum

From the C# forum

Scheduled Pinned Locked Moved The Weird and The Wonderful
helpcsharpcomdata-structurestools
11 Posts 10 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.
  • M Mirko1980

    I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

    OriginalGriffO Offline
    OriginalGriffO Offline
    OriginalGriff
    wrote on last edited by
    #2

    "Raise your hands above your head, and step away from the keyboard, Sir."

    No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
    "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

    1 Reply Last reply
    0
    • M Mirko1980

      I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

      F Offline
      F Offline
      Fatbuddha 1
      wrote on last edited by
      #3

      Thats really a nice example for not thinking while coding. Cheers

      You have the thought that modern physics just relay on assumptions, that somehow depends on a smile of a cat, which isn’t there.( Albert Einstein)

      1 Reply Last reply
      0
      • M Mirko1980

        I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #4

        We should request the thread to be clipped from there and pasted over here.

        Vasudevan Deepak Kumar Personal Homepage
        Tech Gossips
        The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

        1 Reply Last reply
        0
        • M Mirko1980

          I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #5

          Might I suggest using a permalink[^] to the horror instead? Otherwise it'll soon be necessary to click the next page button 20x before getting to the post in question.

          It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains. -- Pride and Prejudice and Zombies

          modified on Wednesday, June 17, 2009 3:27 PM

          P M 2 Replies Last reply
          0
          • M Mirko1980

            I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

            A Offline
            A Offline
            akyriako78
            wrote on last edited by
            #6

            Wow...Just wow !!! I live for piece of crap like that... :omg: And after the laughter eventually one thing crosses my mind. "Is that man paid for his programming services ?".

            1 Reply Last reply
            0
            • M Mirko1980

              I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

              L Offline
              L Offline
              Lutoslaw
              wrote on last edited by
              #7

              I have fallen in love in this part:

              int num = 0x20;
              int num2 = num / 4;
              int num3 = num / 2;
              int num4 = 13;
              int num5 = 0x37;
              int num6 = 10;
              int num7 = 10;
              double num8 = double.Parse(this.lblZoomFactor.Text) / 100.0;
              int num9 = (int)(num * num8);
              int num10 = (int)(num2 * num8);
              int num11 = (int)(num3 * num8);
              int width = (int)(num5 * num8);
              int num13 = (int)(num6 * num8);
              int height = ((num4 + num9) + num10) + num11;
              int num15 = ((bitmapWidth - 0x10) - (2 * num13)) / width;
              int num16 = (bitmapWidth - (2 * num6)) - (width * num15);
              ...
              int num18 = (num17 / num15) + 4;
              int num19 = num18 * (height + num13);
              int y = num13;
              int num21 = 0;
              num21++;
              int num23 = num21 % num15;
              ...
              int num25 = (y + num4) + num10;

              :laugh: (not so funny, though)

              Greetings - Jacek Gajek

              1 Reply Last reply
              0
              • D Dan Neely

                Might I suggest using a permalink[^] to the horror instead? Otherwise it'll soon be necessary to click the next page button 20x before getting to the post in question.

                It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains. -- Pride and Prejudice and Zombies

                modified on Wednesday, June 17, 2009 3:27 PM

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #8

                Yeah, that got me there, the other didn't.

                1 Reply Last reply
                0
                • M Mirko1980

                  I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

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

                  Parts of it look like some autogenerated VS code :D

                  1 Reply Last reply
                  0
                  • D Dan Neely

                    Might I suggest using a permalink[^] to the horror instead? Otherwise it'll soon be necessary to click the next page button 20x before getting to the post in question.

                    It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains. -- Pride and Prejudice and Zombies

                    modified on Wednesday, June 17, 2009 3:27 PM

                    M Offline
                    M Offline
                    Mirko1980
                    wrote on last edited by
                    #10

                    Right! Message edited.

                    1 Reply Last reply
                    0
                    • M Mirko1980

                      I think the following post deserves to be here: http://www.codeproject.com/Messages/3084175/Help-me-iam-getting-stack-overflow-exeception-while-my-solution-build-successfully-but-it-threw-the-stack-overflow-error.aspx EDIT: used a permalink as per dan neely suggestion.

                      C Offline
                      C Offline
                      cybertone
                      wrote on last edited by
                      #11

                      I think, this code is a result of Reflector disassembling :-D

                      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