⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 64830

📁 神经网络昆斯林的新闻组分类2006
💻
📖 第 1 页 / 共 3 页
字号:
Xref: cantaloupe.srv.cs.cmu.edu comp.lang.c:65945 comp.sources.d:9009 comp.unix.wizards:34201 alt.sources:7705 misc.misc:19347 comp.windows.x:64830Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!ogicse!network.ucsd.edu!pacbell.com!toad.com!chongoFrom: chongo@toad.com (Landon C. Noll)Newsgroups: comp.lang.c,comp.sources.d,comp.unix.wizards,alt.sources,misc.misc,comp.windows.xSubject: 10th International Obfuscated C Code Contest Opening (1 of 2)Keywords: iocccMessage-ID: <32194@toad.com>Date: 1 Mar 93 12:08:28 GMTArticle-I.D.: toad.32194Expires: 7 May 93 00:00:00 GMTReply-To: chongo@toad.com.UUCP (Landon C. Noll)Distribution: worldOrganization: Nebula Consultants in San FranciscoLines: 850Enclosed are the rules, guidelines and related information for the 10thInternational Obfuscated C Code Contest.  (This is part 1 of a 2 partshar file).Enjoy!chongo <Landon Curt Noll> /\oo/\ Larry Bassel=-=#!/bin/sh# This is a shell archive (shar 3.32)# made 03/01/1993 12:01 UTC by chongo@toad.com# Source directory /tmp## existing files WILL be overwritten## This shar contains:# length  mode       name# ------ ---------- ------------------------------------------#   8585 -r--r--r-- rules#  25375 -r--r--r-- guidelines#  33961 -r--r--r-- mkentry.c#   6257 -r--r--r-- obfuscate.info## ============= rules ==============echo "x - extracting rules (Text)"sed 's/^X//' << 'SHAR_EOF' > rules &&X10th International Obfuscated C Code Contest RulesXXCopyright (c) Landon Curt Noll & Larry Bassel, 1993.  XAll Rights Reserved.  Permission for personal, education or non-profit use is Xgranted provided this this copyright and notice are included in its entirety Xand remains unaltered.  All other uses must receive prior permission in writing Xfrom both Landon Curt Noll and Larry Bassel.XX    Obfuscate:  tr.v.  -cated, -cating, -cates.  1. a.  To render obscure.X		b.  To darken.  2. To confuse:  his emotions obfuscated hisX		judgment.  [LLat. obfuscare, to darken : ob(intensive) +X		Lat. fuscare, to darken < fuscus, dark.] -obfuscation n.X		obfuscatory adj.XXXGOALS OF THE CONTEST:XX    * To write the most Obscure/Obfuscated C program under the rules below.X    * To show the importance of programming style, in an ironic way.X    * To stress C compilers with unusual code.X    * To illustrate some of the subtleties of the C language.X    * To provide a safe forum for poor C code.  :-)XXXRULES:XX    To help us with the volume of entries, we ask that you follow these rules:XX    1) Your entry must be a complete program.XX    2) Your entry must be <= 3217 bytes in length.  The number of charactersX       excluding whitespace (tab, space, newline), and excluding any ; { or }X       followed by either whitespace or end of file, must be <= 1536.XX    3) Your entry must be submitted in the following format:XX---entry---Xrule:	1993Xfix:	y or n   (n => this is a new entry, y => this replaces an older entry)Xtitle:	title of entry  		    (see comments below)Xentry:	Entry number from 0 to 7 inclusive  (your 1st entry should by 0)Xdate:	Date/time of submission in UTC	    (see comments below)Xhost:	Machine(s) and OS(s) under which your entry was testedX	Use tab indented lines if neededX---remark---X    Place remarks about this entry in this section.  It would be helpful ifX    you were to indent your remarks with 4 spaces, though it is not aX    requirement.  Also, if possible, try to avoid going beyond the 79thX    column.  Blank lines are permitted.X---author---Xname:	your nameXorg:	School/Company/OrganizationXaddr:	postal addressX	use tab indented lines to continueX	don't forget to include the countryXemail:  Email address from a well known site or registered domain.X        If you give several forms, list them on separate tab indented lines.Xanon:	y or n   (y => remain anonymous, n => ok to publish this info)X---info---XIf your program needs an info file, place a uuencoded copy of it inXthis section.  In the case of multiple info files, use multiple infoXsections.  If your entry does not need a info file, skip this section.X---build---XPlace a uuencoded copy of the command(s) used to compile/build your programXin this section.  It must uudecode into a file named 'build'.  The resultingXfile must be 255 bytes or less.X---program---XPlace a uuencoded copy of your program in this section.  It must uudecodeXinto a file named is 'prog.c'.  The resulting file must follow rule #2.X---end---XX      Regarding the above format:XX	* The title must match the expression: [a-zA-Z0-9_=][a-zA-Z0-9_=+-]*X	  and must be 1 to 12 characters in length.XX	  It is suggested, but not required, that the title shouldX	  incorporate your username; in the case of multiple authors,X	  consider using parts of the usernames of the authors.XX	* The date in the ---entry--- section should be given with respectX	  to UTC.  The format of the date should be as returned by asctime() X	  using the C locale.  (see guidelines for more info)XX	* You may correct/revise a previously submitted entry by sendingX	  it to the contest email address.  Be sure to set 'fix' in the X	  ---entry--- section to 'n'.  The corrected entry must use the same X	  title and entry number as submittion that is being corrected.  Be X	  sure that you note the resubmittion in the ---remark--- as well.XX	* With the exception of the header, all text outside of the above X	  format may be ignored by the judges.  If you need tell the judgesX	  something, put it in the ---remark--- section, or send a separateX	  Email message to the judges.XX	* Information from the ---author--- section will be published unless X	  'y' was given to the respective author's 'anon' line.XX	* To credit multiple authors, include an ---author--- section forX	  each author.  Each should start with ---author--- line, andX	  should be found between the ---entry--- and ---build--- sections.XX	* The entry's remarks should include:X	    - what this program doesX	    - how to run the program (sample args or input)X	    - special compile or execution instructions, if anyX	    - special filename requirements (see rule 4 and 5)X	    - information about any ---data--- filesX	    - why you think the program is obfuscatedX	    - note if this entry is a re-submission of a previous entry.X	    - any other remarks (humorous or otherwise)XX	* Do not rot13 your entry's remarks.  You may suggest that certainX	  portions of your remarks be rot13ed if your entry wins an award.XX        * Info files should be used only to supplement your entry.  They X	  should not be required to exist.XX	  If your entry does not need an info file, skip the ---info---X	  section.  If your entry needs multiple info files, use multiple X	  ---info--- sections, one per info file.  You should describeX	  each info file in the ---remark--- section.XX    4) If your entry is selected as a winner, it will be modified as follows:XX	   'build' is incorporated into a makefile, and 'build' is removedX	   'prog.c' is renamed to your entry's title, followed by an optionalX	       digit, followed by '.c'X	   your entry is compiled into a file with the name of your entry'sX	       title, possibly followed by a digitXX       If your entry requires that a build file exist, state so in yourX       entry's remark section.  The makefile will be arranged to execute aX       build shell script containing the 'build' information.  The name ofX       this build shell script will be your entry's title, possibly followedX       by a digit, followed by '.sh'.XX       If needed, your entry's remarks should indicate how your entry mustX       be changed in order to deal with the new filenames.XX    5) The build file, the source and the resulting executable should beX       treated as read-only files.  If your entry needs to modify these files,X       it should make and modify a copy of the appropriate file.  If thisX       occurs, state so in your entry's remarks.XX    6) Entries that cannot be compiled by an ANSI C compiler will be rejected.X       Use of common C (K&R + extensions) is permitted, as long as it does not X       cause compile errors for ANSI C compilers.XX    7) The program must be of original work.  All programs must be in theX       public domain.  All copyrighted programs will be rejected.XX    8) Entries must be received prior to 07-May-93 0:00 UTC.  (UTC isX       essentially equivalent to Greenwich Mean Time)  Email your entries to:XX		...!{apple,pyramid,sun,uunet}!hoptoad!obfuscateX		obfuscate@toad.comXX       We request that your message use the subject 'ioccc entry'.XX       If possible, we request that you hold off on Emailing your entriesX       until 1-Mar-93 0:00 UTC.  Early entries will be accepted, however.X       We will attempt to email a confirmation to the the first author forX       all entries received after 1-Mar-93 0:00 UTC.XX    9) Each person may submit up to 8 entries per contest year.  Each entryX       must be sent in a separate Email letter.XX   10) Entries requiring human interaction to be built are not allowed.  X       Compiling an entry produce a file (or files) which may be executed.XX   11) Programs that require special privileges (setuid, setgid, super-user,X       special owner or group) are not allowed.X    XXFOR MORE INFORMATION:XX    The Judging will be done by Landon Noll and Larry Bassel.  Please sendX    questions or comments (but not entries) about the contest, to:XX	...!{apple,pyramid,sun,uunet}!hoptoad!judgesX	judges@toad.comXX    The rules and the guidelines may (and often do) change from year toX    year.  You should be sure you have the current rules and guidelinesX    prior to submitting entries.  To obtain all 3 of them, send EmailX    to the address above and use the subject 'send rules'.XX    One may also obtain them via anonymous ftp from:XX	host: ftp.uu.net	(137.39.1.9)X	user: anonymousX	pass: yourname@yourhostX	dir:  /pub/iocccXXXchongo <Landon Curt Noll> /\cc/\  	hoptoad!chongoXLarry Bassel			  	{uunet,ucbvax,cbosgd}|sun!labSHAR_EOFchmod 0444 rules ||echo "restore of rules failed"set `wc -c rules`;Wc_c=$1if test "$Wc_c" != "8585"; then	echo original size 8585, current size $Wc_cfi# ============= guidelines ==============echo "x - extracting guidelines (Text)"sed 's/^X//' << 'SHAR_EOF' > guidelines &&X10th International Obfuscated C Code Contest Guidelines, Hints and CommentsXXCopyright (c) Landon Curt Noll & Larry Bassel, 1993.  XAll Rights Reserved.  Permission for personal, education or non-profit use is Xgranted provided this this copyright and notice are included in its entirety Xand remains unaltered.  All other uses must receive prior permission in writing Xfrom both Landon Curt Noll and Larry Bassel.XXABOUT THIS FILE:XX    This file is intended to help people who wish to submit entries toX    the International Obfuscated C Code Contest (IOCCC for short).XX    This is not the IOCCC rules, though it does contain comments aboutX    them.  The guidelines should be viewed as hints and suggestions.X    Entries that violate the guidelines but remain within the rules areX    allowed.  Even so, you are safer if you remain within the guidelines.XX    You should read the current IOCCC rules, prior to submitting entries.X    The rules are typically sent out with these guidelines.XXXWHAT IS NEW IN 1993:XX    The entry format is better (for us anyway).  The program mkentry.cX    has been updated.  See ENTRY FORMAT.XX    We will reject entries that cannot be compiled using an ANSI CX    compiler.  Certain old Obfuscation hacks that cause ANSI C compilers X    fits are no longer permitted.  Some of the new issues deal with X    non-integral array types, variable number of arguments, C preprocessor X    directives and the exit() function.  See OUR LIKES AND DISLIKES.XXXHINTS AND SUGGESTIONS:XX    You are encouraged to examine the winners of previous contests.  See

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -