View RSS Feed

cdg10620

Let's Be Original

Rate this Entry
by , 09-02-2009 at 05:05 AM (923 Views)
I'm currently working towards finishing my CIS degree at the University of Houston. This semester I'm taking a Software Engineering class. Our project for this semester is to come up with an original piece of software that people or businesses would find useful, begin an execution plan, build, test, and release the software. I don't have a problem thinking of a real world scenario, building a plan, coding, testing, or releasing the software... I have a problem with the "original" part. It just seems that everything has already been done. I want to do something that is original or at least a better way to do something that is already out there, I just can't think of anything... (neither can my group)

So here is my question for all of you here at CodeCall (if you don't mind me picking your brain). If you could have a piece of software to assist you with a certain task either professionally or just something you would use on your own, what would it be?

Your time and thoughts are always appreciated.

Code:
foreach( string idea in brain )
{
	if( !idea.original )
		continue; // Keep Thinking
	else
		OriginalIdea(); // You've figured it out!!!
}

Submit "Let's Be Original" to Digg Submit "Let's Be Original" to del.icio.us Submit "Let's Be Original" to StumbleUpon Submit "Let's Be Original" to Google

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments

  1. WingedPanther's Avatar
    Here's what my wife and I would like: a networked, cross-platform text editor so we can edit the same document on two different computers and see each others' updates in real time.
  2. cdg10620's Avatar
    Quote Originally Posted by WingedPanther
    Here's what my wife and I would like: a networked, cross-platform text editor so we can edit the same document on two different computers and see each others' updates in real time.
    You mean something like this?
  3. Jordan's Avatar
    I'll be stuck in this loop for a while (if not forever).

    Code:
    foreach( string idea in brain )
    {
    	if( !idea.original )
    		continue; // Keep Thinking
    	else
    		OriginalIdea(); // You've figured it out!!!
    }
  4. cdg10620's Avatar
    Quote Originally Posted by Jordan
    I'll be stuck in this loop for a while (if not forever).

    Code:
    foreach( string idea in brain )
    {
    	if( !idea.original )
    		continue; // Keep Thinking
    	else
    		OriginalIdea(); // You've figured it out!!!
    }
    I think most of us will...
  5. WingedPanther's Avatar
    Quote Originally Posted by cdg10620
    You mean something like this?
    Exactly
  6. Vswe's Avatar
    Even if you find the Original Idea you haven't got a break to end the loop so you will have to through all ideas anyway
    I'll tell you if I come up with something.
  7. Jordan's Avatar
    The problem with my "original ideas" is that someone else already had them. I think this is a population issue.
  8. cdg10620's Avatar
    Quote Originally Posted by Vswe
    Even if you find the Original Idea you haven't got a break to end the loop so you will have to through all ideas anyway
    I'll tell you if I come up with something.
    The true problem is that it seems that there is nothing new under the sun. I feel that if I come up with something that seems original I will eventually end back up in the loop anyway.
  9. ZekeDragon's Avatar
    I can think of a lot of original ideas, actually.

    The hard part is coming up with an original GOOD idea.
  10. cdg10620's Avatar
    Quote Originally Posted by ZekeDragon
    I can think of a lot of original ideas, actually.

    The hard part is coming up with an original GOOD idea.
    Very good point.