Thread: Have You Programmed Anything Cool?

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    204

    Cool Have You Programmed Anything Cool?

    If you have, tell us all what it is.

    I myself have programmed audio effects software plugins that plug into host programs such as Cubase and Fruity Loops.

  2. #2
    Registered User
    Join Date
    Nov 2005
    Posts
    545
    Show off!!!

  3. #3
    Registered User Kurisu's Avatar
    Join Date
    Feb 2006
    Posts
    62
    I wrote a program that outputted "YOU SUCK" infinitely on a school computer and left it there.
    Last edited by Kurisu; 04-25-2006 at 10:38 AM.

  4. #4
    Banned SniperSAS's Avatar
    Join Date
    Aug 2005
    Posts
    175
    no

  5. #5
    Climber spoon_'s Avatar
    Join Date
    Jun 2002
    Location
    ATL
    Posts
    182
    Quote Originally Posted by Kurisu
    I wrote a program that outputted "YOU SUCK" infinitely on a school computer and left it there.
    Awesome. Not really, but seriously.

    I think this guy wins the thread.
    {RTFM, KISS}

  6. #6
    Dump Truck Internet valis's Avatar
    Join Date
    Jul 2005
    Posts
    357
    I just finished a compiler with an LL parser and I'm currently writing a virtual machine (much RISCyness but has some very high level instructions) that runs objects for a 2d game engine I may finish someday :|

    edit:
    I should also probably point out there's really no good reason for not just making binary loadable objects, my motivation for the machine is purely academic.
    Last edited by valis; 04-25-2006 at 12:29 PM.

  7. #7
    ♥Sexy Coding Hunk♥ CartoonLarry's Avatar
    Join Date
    Dec 2003
    Location
    Michigan
    Posts
    50
    I developed an application titled FlaBatch. It runs on Windows 9x/Me/XP.
    It is freeware.
    It batch Processes the Trace Bitmaps and Break Apart features in Macromedia Flash 4/5/MX/MX2004.

    I don't know if it would be considered cool, but it has saved me a lot of time while producing my cartoons.

  8. #8
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Quote Originally Posted by spoon_
    Awesome. Not really, but seriously.

    I think this guy wins the thread.
    Second.

  9. #9
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I programmed a document tracking system for work. It's not cool, but man is it useful.

    (but it's in Access and VBA. yech)

  10. #10
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    I recently wrote a brain.......... interpreter. Sure it was a poor attempt compared but it was the first (working) interpreter / compiler I've written.

    EDIT: Compared to the original 3 line implementation. Well, 3 physical lines, not statements.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  11. #11
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Quote Originally Posted by Kurisu
    I wrote a program that outputted "YOU SUCK" infinitely on a school computer and left it there.
    heh I wrote a program like this at school too. The computers were old enough to have BASIC built into the ROM so the program was only 2 lines
    Code:
    10 PRINT "I hate school!"
    20 GOTO 10

  12. #12
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    hrm lets see,

    *-An eclipse plug-in that integrates bugzilla bug tracking http://people.redhat.com/jpound
    *-Continous level of detail terrain renderer http://jeff.bagu.org/
    *-Gmail notification tool (which runs on many platforms including linux) jeff.bagu.org again
    &-Ray tracer
    &-Spline surface demo (OpenGL/C++, terrains and arbitrary topology models)
    &-Speech recognizer (phoneme streams to sentences, acoustic part was done for us)
    &-Document genre classifier (input document, out comes genre like "fiction")
    &-Document segmenter (Segments large texts by detecting topic change)
    &-AI Soccer team (RoboCup - simulation)


    * - Personal/Work projects - Open Source
    & - School projects

  13. #13

    Join Date
    May 2005
    Posts
    1,042
    I just finished a compiler with an LL parser and I'm currently writing a virtual machine (much RISCyness but has some very high level instructions) that runs objects for a 2d game engine I may finish someday :|

    edit:
    I should also probably point out there's really no good reason for not just making binary loadable objects, my motivation for the machine is purely academic.
    Cool.

    >>robocup

    Wait, you wrote a program that simulates the robocup tournament, or you programmed one of the robots? impressive list of projects, Per.
    I'm not immature, I'm refined in the opposite direction.

  14. #14
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by BobMcGee123

    >>robocup

    Wait, you wrote a program that simulates the robocup tournament, or you programmed one of the robots?

    RoboCup has different genres: 2 legged robots, 4 legged robots, etc etc.. One of them is pure simulation (no robots, just software). I wrote a team for the simulation server, a set of "intelligent agents" (as did everyone else in the class). Then we had our own tournament, it was a pretty fun class.

    Quote Originally Posted by BobMcGee123
    impressive list of projects, Per.
    Thanks, there are more but those are the ones that came to mind.

  15. #15

    Join Date
    May 2005
    Posts
    1,042
    What sorts of AI constructs did you use, e.g. finite state machines, neural networks, fuzzy logic...I've dabble with those, including FANN, read the quake3 AI thesis, wrote simple applications with FSM inside a simple virtual machine coupled with 'genetics' dictating the probability of each instruction being executed next, etc. Fascinating stuff.

    EDIT: good link, don't think I've read that one before. Bookmarked.
    I'm not immature, I'm refined in the opposite direction.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Cheap way to cool down an external harddrive
    By cyberfish in forum Tech Board
    Replies: 13
    Last Post: 06-19-2009, 06:10 PM
  2. Needing a really cool programming idea...
    By Kleid-0 in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 07-26-2005, 08:12 AM
  3. cool programs
    By volk in forum C Programming
    Replies: 5
    Last Post: 12-20-2002, 12:39 AM
  4. My very cool game idea
    By Unregistered in forum Game Programming
    Replies: 1
    Last Post: 07-31-2002, 10:09 AM
  5. Trying to be cool
    By Theologian in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 08-19-2001, 06:17 AM