Slashdot Mirror


Short Coding Projects?

sapped asks: "Whenever somebody advocates a new programming language for you to try, they will usually suggest writing something in it that will take you an hour or two to code, so that you can get a feel for it. My problem is that I tend to go from extremely trivial ideas straight to stuff which will keep me busy, for at least a few days. I don't seem to have a handy in-between size project that I can test stuff in. The closest I came to this was writing a little ad-blocking proxy for my browser, a few years back. Any ideas on neat small non-trivial projects?"

8 of 122 comments (clear)

  1. Pfff lots of things by arcanumas · · Score: 4, Funny

    There are lots of things you can write in two hours man!!
    voice recognition software, compilers, parser generators , browsers , OS kernels etc etc.
    Come on, be creative... :)

    --
    Slashdot Sig. version 0.1alpha. Use at your own risk.
  2. My issue by robotoil · · Score: 2, Funny

    My issue is not that I can't think of anything to write, but that I have writers block.

  3. how about... by Anonymous Coward · · Score: 5, Funny

    A random idea generator?

  4. Short coding project? by Andreas(R) · · Score: 3, Funny

    How about solving NP-problems in polynomial time? That should keep you busy for a few hours.

    1. Re:Short coding project? by Anonymous Coward · · Score: 2, Funny

      Or coding an algorithm for generating Slashdot humor. Actually, that might be trivial.

      1. If the question is for something that is easy, suggest something that is hard.
      2. ???
      3. Laugh!

      Yeah, real funny. Sheesh.

  5. Pr0n to the rescue! by Bob+Cat+-+NYMPHS · · Score: 3, Funny

    Write a porn collector that will crawl through unlinked collections on free porn sites. I'll bet you've done this by hand already (no pun intended). It will have to figure out the directories and filenames from evidence in the linked parts. You'll be using simple AI and network stuff, but if you also want to look only for redheads, you'll be doing some graphics work too.

    If you use my idea, you should send me some redhead pix. Thank you.

  6. Re:Couple I've done by Anonymous Coward · · Score: 2, Funny

    Lisp is a multiparadigm language, not a pure functional one. Mature web servers written in lisp have existed for years, and are typically not written in a functional style. AllegroServe and Araneida are probably the big two (they have different focuses, think apache vs. zope). http://www.cliki.net/Web

  7. Re:Tic Tac Toe... by OneDeeTenTee · · Score: 2, Funny

    Cool.

    I did a self learning tic-tac-toe game once, using Martin Gardner's matchbox learning algorithm.

    It learned so well that it started to cheat.

    --
    Stop the world; I need to get off.