Jump to content

Need project idea

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
Danerd100

Danerd100

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
Hi all,
I by no means am an expert, or even good programmer. I need an idea as a summer project to do in a VB-like language

Here is an example of a program I wrote this year

Quiz Bowl

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Are you using .NET?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
Danerd100

Danerd100

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
No, I develop for mac and windows, so I use what's called Kbasic (www.KBasic.com • Index page) it allows you to write the code once, and bring the code to a mac, and compile it there with very few code changes

#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Nice. How about:

~ a prime number generator.
~ an RSS reader.
~ a password generator.
~ a hotel management system.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#5
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts
A encryption/decryption program.
Make it so you can encrypt or decrypt a file, or a just a string.
Make multiple algorithms, even if they are only slightly different.
http://logickills.org
Science - Math - Hacking - Tech

#6
Danerd100

Danerd100

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
Again, I am not by any means an advanced programmer. I would have no idea how to do that (Encryptor/Decryptor)

Xav, all good ideas, but I want one that I could work on as a summer project. Those could (If I really wanted to) be finished in a day (Except RSS and hotel)

Edited by Danerd100, 27 May 2008 - 07:44 PM.


#7
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts
That is not an advanced skill, besides you do want to learn right?
What is the point of a "project" if you learn nothing.
http://logickills.org
Science - Math - Hacking - Tech

#8
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts
All of Xav's ideas are easily done in minutes.
When you said "Summer Projects" I assumed you meant something you could work on and optimize all summer. Easy projects like that can be found with google.
http://logickills.org
Science - Math - Hacking - Tech

#9
Danerd100

Danerd100

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
I could very easily find an algorithm in minutes that would do that, (seeing as I do not fully understand algorithms) on google

#10
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts

Danerd100 said:

I could very easily find an algorithm in minutes that would do that, (seeing as I do not fully understand algorithms) on google

Yes you could, the point is to learn.
Not hone your google skills.

The encryption scheme doesn't have to be anything advanced.
http://logickills.org
Science - Math - Hacking - Tech

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Encryption schemes are easily researched on Wikipedia. Having several hashes/encryptions could extend the project as needed.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#12
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Or, you could just encrypt it using one of the .NET Framework's built in classes. But where's the fun in that?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums