Thread: What is your project?

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    589

    What is your project?

    What kind of programs are you guys working on, at work or at home? Are they PC based. main frame or embeded? I am currently wrapping up a cad program and I am thinking about to do some sort of ado data base after that.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    I'm doing a little "pet project" based on minix.


  3. #3
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    I'm making a font library for use with SDL. I just finished the basics of it today.
    Currently designing a library for making 2D games with SDL. The font library stemmed from that.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  4. #4
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Standard NBS/DES Encryptor - already done in a VB (horror) ActiveX DLL - trying to implement in C++.
    Visit entropysink.com - It's what your PC is made for!

  5. #5
    I'm making a hex editor, not much fun but it is a school project

  6. #6
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    I am working on BomberLAN, a 2d SDL game.
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  7. #7
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I'm attempting to put the entire Internet into one big photoshop collage.

  8. #8
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    Ihave already done that. If you want I can e mail you the collage. I also have a hardcopy of the internet that can be handy. I will attach it as a zip

  9. #9
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Can you send it un-zipped, cos I don't have WinZip.
    Last edited by RobR; 03-19-2002 at 05:09 PM.
    Visit entropysink.com - It's what your PC is made for!

  10. #10
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    I'm about to implement a client-server User-Interface to our 50 tables, 150.000.000 records database including CRM/Callcenter Management and everything that belongs to any client server system ( users, passwords, security, networking etc ) using .NET/C#.

    Obviously we are doing this in a team. It would take years to try this alone.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  11. #11
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    Sure can do. Although my Hotmail acount keep on giving me these strange buffer overflow errors.

  12. #12
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    nvoigt
    Sounds like my next project * 10000.

    C# .NET + databases sounds like a match made in heaven. Although I will stay to C++/mfc/ado/sql on my project

  13. #13
    Originally posted by Govtcheez
    I'm attempting to put the entire Internet into one big photoshop collage.
    looks like you're doing a pretty good job. if you know what I mean. And I bet you do

    GC, BTW you're dead

  14. #14
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Looks at pitifull list of half finished projects....

    [list=1][*]"The screensaver to end all screensavers"[*]A program to run dos programs in windows (with def commands..etc)[*]A kind of a WINPOPUP thing for my home LAN (with file transfer)[*]A resource ripper[*]A packet sniffer (Miles off completion.......loads to understand first)[*]Anything that will wind people up in work...[/list=1]

  15. #15
    Registered User dharh's Avatar
    Join Date
    Jan 2002
    Posts
    51
    Im trying to create a simple package of programs. Two packages are planned, one for online the other for offline.

    Some of the offline packages include:

    a sort program (not much use just wanted to do it) that will sort 1-1001 numbers 1-1001 times using about 9 different sorts and then display their average compares and swaps. Almost finished with this one.

    a command line calculator that can take one line such as:
    1+4+(3-4)*2+2^2^2/8%4 and be able to output a correct answer. As well as some other commands like /prime 5, or /fib 5, or /curs 5, *5. There will be two versions of this, one for the command prompt and another in a window.

    a node outline program. Its pretty simple.

    a self correcting node program that requires every node be connected as evenly as possible with im thinking a max of 3 connections. Self correcting in that if a node suddenly drops or apears the network of nodes can easily restructure themselves. A list of 2 generations will be kept at each node in case of an entire split in the network.

    another self correcting node program, probably will be just an add on part of the previous one, but this time it will accomidate load abilities on each node so that though there is still a max number of nodes it is not requires to be that many connections. This is so that low load nodes dont take on more than they can handle and high load nodes take more responsibility but are not themselves overbalanced.

    There are other ideas but I am focusing mostely on offline for now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM