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. General Programming
  3. C#
  4. need code for project

need code for project

Scheduled Pinned Locked Moved C#
csharpcomalgorithmshelp
19 Posts 6 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.
  • L Lost User

    I had really expected Comic Sans there :-D

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

    I'm glad I didn't disappoint. But Wedgie is better.

    Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

    "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
    • L Lost User

      Doesn't look like homework to me :)

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

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

      It's a data mining algorithm that only ever gets used on university courses, AFAIK :laugh:

      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

      "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

      L 1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        Comic Sans, or better still Wedgie[^] A collogue once faxed in his weekly status report in Wedgie. They didn't have a sense of humour. They had even less the following week when I faxed them a photocopy of the floppy mine was on... :sigh:

        Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #12

        OriginalGriff wrote:

        A collogue once faxed

        A Cologne wearing colleague?

        OriginalGriffO 1 Reply Last reply
        0
        • P Pete OHanlon

          OriginalGriff wrote:

          A collogue once faxed

          A Cologne wearing colleague?

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

          It was a few years ago, so I have forgotten what he smelled like... ;)

          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

          "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
          • OriginalGriffO OriginalGriff

            Eddy Vluggen wrote:

            There is no urgency here

            Yes there is! He has to hand it in to his tutor tomorrow! :laugh:

            Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

            A Offline
            A Offline
            Alaric_
            wrote on last edited by
            #14

            (see signature) SEND THE CODEZ NOWZ!!!!!

            "I need build Skynet. Plz send code"

            OriginalGriffO 1 Reply Last reply
            0
            • A Alaric_

              (see signature) SEND THE CODEZ NOWZ!!!!!

              "I need build Skynet. Plz send code"

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

              using System;
              namespace MyHomework
              {
              class Homework
              {
              static void Main()
              {
              Console.WriteLine("Hello World!");

                      ExerciseForTheReader.DoFPAlgorithm();
              
                      Console.WriteLine("Press any key to exit.");
                      Console.ReadKey();
                  }
              }
              

              }

              Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

              "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

              A 1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                It's a data mining algorithm that only ever gets used on university courses, AFAIK :laugh:

                Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

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

                Jacking up the curriculum with useless bullshit.

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                OriginalGriffO 1 Reply Last reply
                0
                • L Lost User

                  Jacking up the curriculum with useless bullshit.

                  Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

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

                  How much of the stuff they force-fed you during the last ten years at school have you used in anger since you stopped formal education? Probably as much as I have: little or nothing! :laugh:

                  Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                  "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

                  L 1 Reply Last reply
                  0
                  • OriginalGriffO OriginalGriff

                    How much of the stuff they force-fed you during the last ten years at school have you used in anger since you stopped formal education? Probably as much as I have: little or nothing! :laugh:

                    Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

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

                    Touché.

                    1 Reply Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      using System;
                      namespace MyHomework
                      {
                      class Homework
                      {
                      static void Main()
                      {
                      Console.WriteLine("Hello World!");

                              ExerciseForTheReader.DoFPAlgorithm();
                      
                              Console.WriteLine("Press any key to exit.");
                              Console.ReadKey();
                          }
                      }
                      

                      }

                      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                      A Offline
                      A Offline
                      Alaric_
                      wrote on last edited by
                      #19

                      Awesome sauce...but I don't care about an FP Algorithm. I need your codes for Skynet. I know you're holding out on me. Send code to 69inGCh1pmunks@gmail.com. Thanks!

                      "I need build Skynet. Plz send code"

                      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