IOCCC image by Matt Zucker

The International Obfuscated C Code Contest

Current status of the IOCCC

The IOCCC is closed

The IOCCC is NOT accepting new submissions at this time. See the IOCCC winning entries page for the entries that have won the IOCCC.

Watch both this IOCCC status page and the @IOCCC mastodon feed for information about future IOCCC openings.

status.json

    {
        "no_comment" : "mandatory comment: because comments were removed from the original JSON spec",
        "IOCCC_status_version" : "1.0 2024-03-09",
        "contest_status" : "closed",
        "news_update" : "2024-06-08T16:23:00+00:00",
        "status_update" : "2024-04-30T22:51:32+00:00"
    }

format

The following JSON members are required to be present status.json.

no_comment

This is a mandatory comment for which we offer no comment other than this comment. :-)

The JSON member value must be the following JSON quoted string:

    "mandatory comment: because comments were removed from the original JSON spec"

IOCCC_status_version

This is the version of format of the status.json file.

The JSON member value of is a JSON quoted string the form “version YYYY-MM-DD”.

This document describes version “1.0 2024-03-09”.

contest_status

The current status of the IOCCC.

The following JSON member value string may be one of the following JSON quoted strings:

pending

The IOCCC is not yet open, however there is a tentative scheduled date and time by which the IOCCC will open for submissions.

A preliminary IOCCC rules, guidelines, and tools have been posted. Comments and suggestions on these preliminary items are welcome. See the IOCCC news for details including the tentative scheduled opening date.

open

The IOCCC is open for submissions.

See the FAQ on “how to submit” for more information.

See the IOCCC news page for details on rules, guidelines, tools and deadlines.

Be sure to review the official IOCCC rules, guidelines, and tools for any changes that may have been made while the IOCCC was “pending”.

judging

The IOCCC is closed to new submissions. The IOCCC judges are in the process of judging the submissions they received while the IOCCC was open.

Watch the @IOCCC mastodon feed for updates.

Once the IOCCC closes, the judges will:

closed

The IOCCC is closed and is NOT accepting submissions.

See the IOCCC winning entries page for the entries that have won the IOCCC.

NOTE: From time to time, winning IOCCC entries may have their write-ups updated, Makefiles improved, source code fixed etc. See IOCCC news for details.

Watch both this IOCCC status page and the @IOCCC mastodon feed for information about future IOCCC openings.

See the FAQ on “how to submit” for more information on the submission process when the IOCCC reopens.

news_update

This shows the latest modification date for the IOCCC news page.

The JSON member value is a JSON quoted string obtained from the date field of the following ls(1) command:

    TZ=UTC ls -D '%FT%T+00:00' -ld news.html

NOTE: The date and time are given with respect to UTC timezone.

NOTE: It is possible that for some reason, the IOCCC news page was modified without the content being changed. While we will try to minimize the cases where this happen, we apologize in advance (Sorry tm Canada 🇨🇦) when it does.

status_update

This shows the latest modification date of status.json file.

The JSON member value is a JSON quoted string obtained from the date field of the following ls(1) command:

    TZ=UTC ls -D '%FT%T+00:00' -ld status.json

NOTE: The date and time are given with respect to UTC timezone.

NOTE: It is possible that for some reason, the status.json file was modified without the content being changed. While we will try to minimize the cases where this happen, we apologize in advance (Sorry tm Canada 🇨🇦) when it does.


Jump to: top