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. The joy of being a programmer

The joy of being a programmer

Scheduled Pinned Locked Moved The Lounge
salesquestioncareerlearning
29 Posts 22 Posters 4 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.
  • A AspDotNetDev

    devj wrote:

    Ten of my programmer friends (including me)

    You are a programmer and you have a whole ten friends!? Suuuuuure you do.

    [Forum Guidelines]

    E Offline
    E Offline
    Edgar Prieto
    wrote on last edited by
    #20

    so... now Imaginary friends count?

    Edgar Prieto Software Engineer

    A B 2 Replies Last reply
    0
    • C Chris Losinger

      Phil Martin... wrote:

      The trouble with that of course is that humans being fickle creatures won't necessary answer all the questions according to what the C++ standard requires for sorting.

      nope. but the function chugs right along nevertheless.

      Phil Martin... wrote:

      Therefore I officially proclaim everyone who buys Spice Girls music to have to read the entire C++ standard before they can listen to any of it

      cruel !

      image processing toolkits | batch image processing

      D Offline
      D Offline
      DragonsRightWing
      wrote on last edited by
      #21

      Chris Losinger wrote:

      Phil Martin... wrote: Therefore I officially proclaim everyone who buys Spice Girls music to have to read the entire C++ standard before they can listen to any of it cruel !

      Which one is cruel - reading the entire C++ standard, or listening to Spice Girls music?

      1 Reply Last reply
      0
      • E Edgar Prieto

        so... now Imaginary friends count?

        Edgar Prieto Software Engineer

        A Offline
        A Offline
        AspDotNetDev
        wrote on last edited by
        #22

        In that case, I have HUNDREDS of friends!

        [Forum Guidelines]

        1 Reply Last reply
        0
        • T thisraja

          Ten of my programmer friends (including me) planned a trip to Australia. Jetstar airlines were having a great sale yesterday. When sales prices are so good you will expect the website to have increased traffic and often it is impossible to get the tickets at the discounted price. So, we wrote an application that automated the process of booking the ticket from Jetstar. I am happy to say that we got tickets at a great price. The time and effort spent on writing the application paid off. I feel so sorry for non-programmers who might have tried to manually book the tickets and failed to do so as the web site may have crashed on them. Have you ever used your programming skills, outside of your job, to automate mundane tasks such as these?

          L Offline
          L Offline
          Larry G Grimes
          wrote on last edited by
          #23

          Back in the late 90's a DOT COM start up named TixToGo.com (they sold tickets online for other people's events) was giving away a Porsche Boxter (worth about $60,000 at the time) to someone who picked a new company domain name for them. I wrote a program to take a list of names and search each one on Network Solutions (to see if it was available), the USPTO (to see if it was trademarked) and the five top search engines at the time to see how and how much the name was used. I submitted 248 names that met all the constraints of my software. Then I emailed the CEO about why all my names were clean. They were doing all the searching manually and wanted my software desperately. Anyway, they had received over 55,000 names and were able to sift through them in short order and just pick a good one. By the way, they changed the name to acteva.com. activa.com was one of my names, but as a temporary sub-contractor of the company, my names were invalid.

          1 Reply Last reply
          0
          • C Chris Losinger

            devj wrote:

            Have you ever used your programming skills, outside of your job, to automate mundane tasks such as these?

            all the time. on of my favorites is a little app that i used to help me figure out my top 100 favorite albums. it reads album names from a file, then does a std::sort on them, where the sorting function is:

            bool compareRecords(const string &a, const string &b)
            {
            printf(“\n \”%s\” > \”%s\” ?”, a.c_str(), b.c_str());
            string yns;
            cin >> yns;
            return (toupper(yns.at(0))==’Y');
            }

            so, it asks me questions of the form: "Spoon, Kill The Moonlight" > "The Beatles, Help!" ? and i just press Y or N and it moves to the next pair. asking until it's done sorting. takes forever, but it works.

            image processing toolkits | batch image processing

            E Offline
            E Offline
            englebart
            wrote on last edited by
            #24

            Does std:sort call you a liar if during something like this happens. a > b ? Y b > c ? Y a > c ? N ERROR: You are a liar! The answer must be Y!

            C 1 Reply Last reply
            0
            • E englebart

              Does std:sort call you a liar if during something like this happens. a > b ? Y b > c ? Y a > c ? N ERROR: You are a liar! The answer must be Y!

              C Offline
              C Offline
              Chris Losinger
              wrote on last edited by
              #25

              nope. it just keeps on going.

              image processing toolkits | batch image processing

              1 Reply Last reply
              0
              • E Edgar Prieto

                so... now Imaginary friends count?

                Edgar Prieto Software Engineer

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

                If you include Rosy Palm and her five sisters...

                Psychosis at 10 Film at 11

                F 1 Reply Last reply
                0
                • T thisraja

                  Ten of my programmer friends (including me) planned a trip to Australia. Jetstar airlines were having a great sale yesterday. When sales prices are so good you will expect the website to have increased traffic and often it is impossible to get the tickets at the discounted price. So, we wrote an application that automated the process of booking the ticket from Jetstar. I am happy to say that we got tickets at a great price. The time and effort spent on writing the application paid off. I feel so sorry for non-programmers who might have tried to manually book the tickets and failed to do so as the web site may have crashed on them. Have you ever used your programming skills, outside of your job, to automate mundane tasks such as these?

                  T Offline
                  T Offline
                  typeRice
                  wrote on last edited by
                  #27

                  All the time, as necessary. Here are a few:

                  • screen recognition bot to automate tedious repetitive tasks in 2D Java based MMORPG game. (based on wxWidgets / OpenCV)
                  • Mutual Fund data aggregation with graphs to aid in choosing Mutual Funds for investment.
                  • Chore tracker to track which roommates are doing chores, with custom features not available on any online chore tracker I could find.
                  • Financial tracker similar to the chore tracker to track and encourage equal share in expenses by roommates.
                  • A quick little web app to allow entry and search of recipes by ingredients they use.
                  • A brute force tool to determine the most optimized set of folders (or files) to burn to a DVD and waste as little space as possible.
                  • An app to quickly sort duplicate files into good/bad folders from a music folder which is constantly filled with new files most of which are the same name as ones that were previously deleted. Names are stored in a database and user is queried to manually tag new names as good or bad for the next run on a new set of files.

                  And if you want to go really far back, how about autoexec.bat and config.bat files with built in menus to allow boot time selection of unique memory configurations for various DOS based games so they would actually run.

                  1 Reply Last reply
                  0
                  • B BrainiacV

                    If you include Rosy Palm and her five sisters...

                    Psychosis at 10 Film at 11

                    F Offline
                    F Offline
                    Faddel
                    wrote on last edited by
                    #28

                    I am a programmer since 1 year, and still having tens of friends, I see them regularly, communicate using emails, I don't know things might become after some years, but I expect to stay in a good relationships with people,

                    1 Reply Last reply
                    0
                    • T thisraja

                      Ten of my programmer friends (including me) planned a trip to Australia. Jetstar airlines were having a great sale yesterday. When sales prices are so good you will expect the website to have increased traffic and often it is impossible to get the tickets at the discounted price. So, we wrote an application that automated the process of booking the ticket from Jetstar. I am happy to say that we got tickets at a great price. The time and effort spent on writing the application paid off. I feel so sorry for non-programmers who might have tried to manually book the tickets and failed to do so as the web site may have crashed on them. Have you ever used your programming skills, outside of your job, to automate mundane tasks such as these?

                      L Offline
                      L Offline
                      Lilith C
                      wrote on last edited by
                      #29

                      Quite some time ago a local newspaper was running a contest where they gave you a large list of cities in Texas then give you daily hints on two cities. They'd give you the letters in the two cities' name but have them scrambled. Those who turned in the most correct daily responses got to compete in a head to head finale. I didn't play the game but I wrote a program for some friends where I included the list of cities. I'd input the scrambled letters, determined the character count then run through every combination of two cities from the list. If the combined character count was equal to the count for the scrambled letters I'd sort the combined letters of both and compare against the sorted letters of the daily scrambled letters and if they matched I was pretty certain to have the right answer that day.

                      I'm not a programmer but I play one at the office

                      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