• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

  • CF has always been a site that welcomes people from different backgrounds and beliefs to participate in discussion and even debate. That is the nature of its ministry. In view of recent events emotions are running very high. We need to remind people of some basic principles in debating on this site. We need to be civil when we express differences in opinion. No personal attacks. Avoid you, your statements. Don't characterize an entire political party with comparisons to Fascism or Communism or other extreme movements that committed atrocities. CF is not the place for broad brush or blanket statements about groups and political parties. Put the broad brushes and blankets away when you come to CF, better yet, put them in the incinerator. Debate had no place for them. We need to remember that people that commit acts of violence represent themselves or a small extreme faction.
  • We hope the site problems here are now solved, however, if you still have any issues, please start a ticket in Contact Us

  • The rule regarding AI content has been updated. The rule now rules as follows:

    Be sure to credit AI when copying and pasting AI sources. Link to the site of the AI search, just like linking to an article.

Program Suggestions?

Mister Ale

Crazy Dave
Nov 6, 2003
22
0
39
U.S.A.
Visit site
✟30,133.00
Faith
Christian
Next week in my computer programming class we're going to begin our quater projects. We can choose any type of program to make (as long as it's appropiate for school), and we'll be given about 3-4 weeks to work on it. The project seems like a pretty fun thing to do, that is if I could think of anything to do. Some people in my class are making clones of Pac-Man, Galaga, etc., but I'd really rather not do a game. I'd like to make a program that could actually be useful to someone.

Well, to my question, does anyone have any ideas to what I could do? Keep in mind that I'm still a bit of novice with programming.

P.S. I'll probably end up making it available for download. ;)
 

onajourney87

Contributor
Oct 28, 2003
3,596
267
✟28,963.00
Faith
Christian
Marital Status
Private
Hmm...

I'd suggest a simple utility type tool. Some suggestions:
- a MP3 catolog(sp) tool, read IDv3 tags outa MP3 files, and then catogorize the MP3s via folders. Auto-generating playlists for each artist and each CD would be cool too.
- a simple alarm/schedular program. Allow users to add new alarms(set the time, put in a little note), and then when the alarm goes off, pop a window up with the note
- a combination of notepad/wordpad perhaps... something with a very minimal interface that's extremely fast(notepad), but that can open DOC and RTF files, not just plain TXT files. You could toss in some simple things such as saving a text file to HTML too if you know how HTML works.

osm
 
Upvote 0

WeakButHopeful

Senior Member
Oct 25, 2003
612
40
72
East Coast of USA
Visit site
✟23,470.00
Faith
Catholic
You don't mention what language you're writing in (C++, Java, VB6, .Net) or for what platform (Linux or Microsoft).

And I don't want to discourage you, but *almost* anything you could think up has probably already been written. I only mean that, as kind and generous as your thought of writing something that would be useful to others is, I would suggest that you just pick something that you feel would help you learn the most.

For instance, a utility to compare two text files side by side and highlight in color the differences (additions, changes and deletions) between the two is harder than you'd probably think, and already exists (even in freeware) but would help you get a good handle on file manipulation, graphical presentation and analytical thinking. If that's too difficult you could just compare two hard disk directories (easier because the data is more structured).

I've been programming for 32 years, professionally for 28 (but only a few years on PCs), so if you want general advice (I won't be too specific since this is, after all, a school assignment) feel free to PM me.

Best wishes.
 
Upvote 0

Beta-guy

I am not a number, I am a free man!
Nov 19, 2003
133
13
Visit site
✟323.00
Faith
Christian
Marital Status
Single
Could you make an uptime Client that tells information about the OS install date, and various System Specs? me and a couple of friends of mine are trying to see who can go the longest without formatting, and I've been braggin about my uptime hehe it would be really cool to see this :)
 
Upvote 0