Slashdot Mirror


22nd International Obfuscated C Code Contest Starts Thursday 1 Aug 2013

achowe writes "The 22nd International Obfuscated C Code Contest opens 2013-Aug-01 03:14:15 UTC through to 2013-Oct-03 09:26:53 UTC. The rules have been updated, in particular Rule 2 (size rule) has changed. The draft rules and guidelines are available online. In addition there is now an IOCCC Size Rule Tool to aid with counting the secondary size rule. Questions and comments for the Judges can be emailed to q.2013@ioccc.org and must include 'IOCCC 2013' in the subject. Or contact them via Twitter @IOCCC." Anyone planning on entering?

13 of 48 comments (clear)

  1. I was going to enter the contest by Dishwasha · · Score: 2

    But it was just way too confusing.

  2. Re:You want obfuscated code? by mwvdlee · · Score: 2

    since there are ways to write redable Perl ).

    You mean like Perl code written on paper for an exam where mistakes are marked with a red pen?

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  3. Re:You want obfuscated code? by TheCarp · · Score: 4, Informative

    While I agree perl can be written readable, and I do try to do that whenever I am writting perl... it also has so much syntactic sugar and idiom that writing obfuscated perl is a bit too easy.

    I used to give people a perl code test that included the line:

    "split //;"

    Where else can you operate on one variable, save your result in another, and specify neither? Never mind functions that operate differently depending on whether or not they are called in scalar context.

    --
    "I opened my eyes, and everything went dark again"
  4. Here's my submission: by I'm+New+Around+Here · · Score: 2

    10 GOTO 10;

    /* I'm not saying what it does, but it's powerful.

    --
    If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
    1. Re:Here's my submission: by egamma · · Score: 2

      10 GOTO 10;

      /* I'm not saying what it does, but it's powerful.

      Shouldn't that say:

      10 GOTO 10

      Without the semicolon?

  5. Re:A contest to code poorly? by Pikewake · · Score: 2

    NASCAR?

  6. Re:A contest to code poorly? by achowe · · Score: 3, Interesting

    IOCCC 1991 Best Utility was a vi like editor in 1536 bytes; Debian went on to use the unobfuscated version "ae" as a small editor for the rescue floppy for many many years.

  7. Obscure dates/times, too by Anonymous Coward · · Score: 4, Interesting

    2013-Aug-01 03:14:15 UTC through to 2013-Oct-03 09:26:53

    Umm, where'd those dates/times come from?

    03:14:15 looks like pi truncated to 4 decimal places, but why Aug 1? And where'd the close date/time come from?

    1. Re:Obscure dates/times, too by Anonymous Coward · · Score: 5, Informative

      pi = 3.1415 92653 589...
      That explains the close time anyway, I didn't look at the dates.

    2. Re:Obscure dates/times, too by leob · · Score: 2

      Retrospectively,
      Aug. 1 is the birthday of Otto Toeplitz, German mathematician, author of The enjoyment of mathematics. Selections from mathematics for the amateur (with Hans Rademacher).
      Oct. 3 is the day Edouard Lucas, French mathematician, known for his study of the Fibonacci sequence, died.

  8. Good old days by fruey · · Score: 2

    At least one of the judges (^chongo^) was a contributor to this very site many moons ago, not sure if he's still here. (Had|Has) some fine prime number & math pages.

    I strongly suggest taking time to look at just what previous entries have been able to do, including print musical notation, a working spreadsheet implementation, and a flight simulator. With obfuscation & size limits.

    Ahhh memories. Never could enter myself though, can't even write normal C with any proficiency.

    --
    Conversion Rate Optimisation French / English consultant
  9. And this is for people who by azav · · Score: 3, Funny

    think that C isn't obfuscated enough.

    --
    - Zav - Imagine a Beowulf cluster of insensitive clods...
  10. I've got one by slashmydots · · Score: 2

    I should send a co-worker of mine. Nobody can ever tell what the hell his code does.