home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1989 …il & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Obfuscated_C / 1987 / rules < prev    next >
Encoding:
Text File  |  1989-04-13  |  5.6 KB  |  162 lines  |  [TEXT/MPS ]

  1. WARNING: The rules and mailing address for the contest change from year
  2.          to year.  Be sure that you consult the current set of rules
  3.      before submitting entries.
  4. ------------------------------------------------------------------------------
  5.  
  6. Subject: 4th International Obfuscated C Code Contest Rules
  7. Newsgroups: comp.lang.c,comp.unix.wizards
  8. Keywords: rules,1987,obfuscate,contest
  9.  
  10. GOALS OF THE CONTEST:
  11.  
  12.     * To write the most Obscure/Obfuscated C program under the rules below.
  13.     * To show what should NOT be done in C programs.
  14.     * To provide a safe forum for poor C code.  :-)
  15.  
  16. RULES:
  17.     1) The source must be 1024 characters long or less.  NO EXCEPTIONS!
  18.  
  19.     2) To help us process your entries, we ask that you submit entries
  20.        in the following format:   (please include the --- lines)
  21.  
  22. ---start of header items---
  23. name:
  24. org:
  25. email address:
  26. postal address:
  27. environment:
  28. remarks:
  29. ---start of entry---
  30. X    <place obfuscated source of 1024 characters or less here>
  31. X    <add a leading X to each line to avoid problems with mailers>
  32. X    <leading X's do not count toward the source character count>
  33. X    <the first X of each source line will be removed prior to compilation>
  34. X    <newlines count as 1 character>
  35. X    <assume a standard 8 character tab stop>
  36. ---end of entry---
  37.  
  38.     3) Regarding the header items:
  39.  
  40.         * All header items except 'remark' are optional.  If you do not
  41.           wish to answer an item, indicate so by the string:   ***NONE***
  42.           Any text outside of the above format will be kept confidential.
  43.  
  44.         * You can remain anonymous.   If the name item is:  ***ANONYMOUS***
  45.           all items except the 'remarks' item will not be relased.
  46.  
  47.         * Indicate the name of your Company or School in the 'org' item.
  48.  
  49.         * The 'email address' item asks for a network path from a major
  50.           site (such as amdahl) to your mailbox.
  51.  
  52.         * If you give a 'postal address', please include your Country.
  53.  
  54.         * Give the machine and operating system (i.e., Un*x version) on
  55.           which your program ran.
  56.  
  57.         * The 'remarks' item is not optional.  Please indicate:
  58.         - how to execute or compile if something special is required
  59.         - type of input or argument needed, if applicable
  60.         - what this program does
  61.         - any other remarks you wish to make
  62.  
  63.         * If you need more than one line on a header item, place
  64.           tab or space characters at the beginning of each additional line.
  65.  
  66.     4) The entry should be written in a common C. (K&R + common extensions)
  67.  
  68.     5) The program must be of original work.  All programs must be
  69.        in the public domain.  All copyrighted programs will be rejected.
  70.  
  71.     6) Entries must be received before 30-May-87 0:00 GMT.
  72.        Email your entries to:
  73.        
  74.             ...!amdahl!obfuscate
  75.  
  76.        Amdahl talks to hplabs, decwrl, pyramid, seismo and cbosgd.
  77.        We will attempt to Email a confirmation of receipt of contest
  78.        entries, however since Email is not reliable you may not receive it.
  79.        People are encouraged to submit entries via Email, however
  80.        one may mail entries the following postal address:
  81.  
  82.         Landon Curt Noll
  83.         Amdahl Corp.
  84.         1250 E. Arques Ave.   M/S 316
  85.         P.O. Box 3470
  86.         Sunnyvale, CA
  87.         94088-3470
  88.         U.S.A.
  89.  
  90.       Write the words: "International Obfuscated C Code Contest" near the
  91.       bottom left corner of the envelope.
  92.  
  93.     8) Contest entries sent in by post should indicate where TAB characters
  94.        are to be placed, otherwise space characters will be assumed.  Each
  95.        line will be assumed to contain a newline character.  The leading
  96.        'X' will serve to indicate where each source line starts.
  97.  
  98.     9) Each person may submit up to 5 entries.  Multiple entries must
  99.        be sent in separate Email letters or postal envelopes.
  100.  
  101.     10) People are encouraged to examine winners of the previous
  102.         contests.  A copy of these entries was posted to mod.sources
  103.         on or about 12-Mar-87.  Contact the mod.sources moderator
  104.         if you missed that article.  Keep in mind that rules change from
  105.         year to year, so some winning entries may not be valid
  106.         entries this year.  Also what was unique and novel one
  107.         year can get 'old' the next year.
  108.  
  109.  
  110. ANNOUNCEMENT OF WINNERS:
  111.  
  112.     * First announcement will be at the Summer 87 Usenix BOF.
  113.  
  114.     * An announcement will be posted to mod.announce near
  115.       mid June 1987 stating to which newsgroup the winners
  116.       have been posted.
  117.  
  118.     * An article containing the winning entries will be published
  119.       in a future issue of the "Micro/Systems Journal".
  120.  
  121.     * Winners receive international fame and flames!  :-)
  122.  
  123.  
  124. JUDGING:
  125.     Awards will be given to the best entry in a number of categories.
  126.     The actual category list will vary depending on the types of entries
  127.     we receive.  At the moment, we are considering using the following:
  128.  
  129.         * The best small one line program
  130.         * The most obscure algorithm
  131.         * The worst abuse of the C preprocessor  (note warnings below)
  132.         * The strangest source layout
  133.         * The most useful obfuscated program
  134.         * <anything else so strange that it deserves an award>
  135.  
  136.     Extra points will be given for programs which:
  137.  
  138.         * pass lint without complaint
  139.         * do something quasi-interesting
  140.         * are portable
  141.         * are unique in their obfuscation style
  142.         * are concise
  143.  
  144.     Points will be taken away for programs that:
  145.  
  146.         * are very hardware or Un*x version specific
  147.         * dump core or have compiler warnings
  148.           (we won't take points away if you warn us in the remark item)
  149.         * fail to compile
  150.         * obfuscate only by overuse of #defines
  151.           (you should do this ONLY if your use is unusual)
  152.         * are similar to previous winners
  153.         * are similar to previous losers  :-)
  154.  
  155.     The Judging will be done by Landon Noll and Larry Bassel.  
  156.     Comments & questions (not entries) about the contest can be Emailed to:
  157.  
  158.              ...!amdahl!judges
  159.  
  160. chongo <Landon Curt Noll> /\cc/\
  161. Larry Bassel
  162.