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. I have this suspicion

I have this suspicion

Scheduled Pinned Locked Moved The Lounge
26 Posts 8 Posters 2 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.
  • J Jorgen Andersson

    And there I was, thinking your real name was Glinda.

    Wrong is evil and must be defeated. - Jeff Ello

    honey the codewitchH Online
    honey the codewitchH Online
    honey the codewitch
    wrote on last edited by
    #15

    I'm no good-witch. 3=)

    When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

    J 1 Reply Last reply
    0
    • honey the codewitchH honey the codewitch

      I'm no good-witch. 3=)

      When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

      J Offline
      J Offline
      Jorgen Andersson
      wrote on last edited by
      #16

      But chaos isn't bad either.

      Wrong is evil and must be defeated. - Jeff Ello

      1 Reply Last reply
      0
      • N Nand32

        "honey the codewitch" is an advanced bot developed by Chris Maunder. Bot Objective : Actively engage CP users with all possible tech topics. :rolleyes: :cool: Honey the codewitch - please dont be offended. It's a compliment for your unrelenting/interesting tech posts. Personally, I find it useful. :thumbsup: :-D

        N Offline
        N Offline
        Norman Landing
        wrote on last edited by
        #17

        Nand32 wrote:

        honey the codewitch" is an advanced bot developed by Chris Maunder.

        Nah. Codewitch is @Marc-Clifton 's bot cat. :-\

        honey the codewitchH 1 Reply Last reply
        0
        • N Norman Landing

          what if codewitch codeflirt hit on you. :-O

          Sander RosselS Offline
          Sander RosselS Offline
          Sander Rossel
          wrote on last edited by
          #18

          That took a weird turn :~ I'll never be with someone who uses single line if statements though.

          Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

          N 1 Reply Last reply
          0
          • Sander RosselS Sander Rossel

            That took a weird turn :~ I'll never be with someone who uses single line if statements though.

            Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

            N Offline
            N Offline
            Norman Landing
            wrote on last edited by
            #19

            So that why you need the

            break;

            :-\

            1 Reply Last reply
            0
            • honey the codewitchH honey the codewitch

              Developer sander;
              if(RosselFactory.TryCreateSander(out sander))
              sander.ComplainAboutSingleLineIfStatements();

              :-D

              When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #20

              I FIND THIS VERY OFFENSIVE! :mad: The single line if statement that is... X|

              Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

              honey the codewitchH 2 Replies Last reply
              0
              • Sander RosselS Sander Rossel

                I FIND THIS VERY OFFENSIVE! :mad: The single line if statement that is... X|

                Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                honey the codewitchH Online
                honey the codewitchH Online
                honey the codewitch
                wrote on last edited by
                #21

                you should see this microsoft code I'm messing with. they actually have for loops like this

                for(;;) {
                // stuff here (actual code omitted)
                }

                When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

                Sander RosselS 1 Reply Last reply
                0
                • N Norman Landing

                  Nand32 wrote:

                  honey the codewitch" is an advanced bot developed by Chris Maunder.

                  Nah. Codewitch is @Marc-Clifton 's bot cat. :-\

                  honey the codewitchH Online
                  honey the codewitchH Online
                  honey the codewitch
                  wrote on last edited by
                  #22

                  can i just say i love all this speculation? #mysterious :laugh:

                  When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

                  1 Reply Last reply
                  0
                  • Sander RosselS Sander Rossel

                    I FIND THIS VERY OFFENSIVE! :mad: The single line if statement that is... X|

                    Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                    honey the codewitchH Online
                    honey the codewitchH Online
                    honey the codewitch
                    wrote on last edited by
                    #23

                    Adding, this is another part of their code. You didn't like my single line ifs? check this out.

                    var path = new TreePath(this, pair.Key);
                    if (path.IsFound)
                    if (pair.Value.Equals(path.LeafValue))
                    {
                    _Delete(path);
                    return true;
                    }

                    When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

                    Sander RosselS 1 Reply Last reply
                    0
                    • honey the codewitchH honey the codewitch

                      Adding, this is another part of their code. You didn't like my single line ifs? check this out.

                      var path = new TreePath(this, pair.Key);
                      if (path.IsFound)
                      if (pair.Value.Equals(path.LeafValue))
                      {
                      _Delete(path);
                      return true;
                      }

                      When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

                      Sander RosselS Offline
                      Sander RosselS Offline
                      Sander Rossel
                      wrote on last edited by
                      #24

                      I'm switching to Java :|

                      Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                      1 Reply Last reply
                      0
                      • honey the codewitchH honey the codewitch

                        you should see this microsoft code I'm messing with. they actually have for loops like this

                        for(;;) {
                        // stuff here (actual code omitted)
                        }

                        When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

                        Sander RosselS Offline
                        Sander RosselS Offline
                        Sander Rossel
                        wrote on last edited by
                        #25

                        It's horrible, but I'm going to upvote it anyway because the RosselFactory deserves more than one :laugh:

                        Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                        1 Reply Last reply
                        0
                        • N Nand32

                          "honey the codewitch" is an advanced bot developed by Chris Maunder. Bot Objective : Actively engage CP users with all possible tech topics. :rolleyes: :cool: Honey the codewitch - please dont be offended. It's a compliment for your unrelenting/interesting tech posts. Personally, I find it useful. :thumbsup: :-D

                          B Offline
                          B Offline
                          BillWoodruff
                          wrote on last edited by
                          #26

                          Yes, HTCW is a bot, but the programmer who created it is not Maunder. It's created and run by a former scriptwriter for the Wachovski brothers, Laurence, and Andrew sisters, Lana, and Lilly, who was fired while working on the pilot for Sense8, and has since been sighted in Iran, wearing a Revolutionary Guard uniform. The programmer running this bot, is, obviously, quite gifted, technically.

                          «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali

                          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