Skip to content

Commit

Permalink
Slight change in 'greater challenge' line
Browse files Browse the repository at this point in the history
In the line in README.md and index.html files that said:

    ### NOTICE to those who wish for a greater challenge

I added a ':' at the end of the line.

There were some entries that had a link fix in the index.html file but I
only looked up through 1995/leo as those still have to have a 'look and
feel' check and it would just slow things down.
  • Loading branch information
xexyl committed Jul 9, 2024
1 parent 1e16109 commit 41abeda
Show file tree
Hide file tree
Showing 94 changed files with 104 additions and 102 deletions.
5 changes: 3 additions & 2 deletions 1989/paul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ better debugger or trace could easily be added.

## Judges' remarks:

The author's comments is a detailed program explanation, if you wish to learn more about the obfuscation method used.
The author's comments are a detailed program explanation, if you wish to learn
more about the obfuscation method used.


### Historical note:
Expand All @@ -54,7 +55,7 @@ However as this is no longer a problem the trailing `\` has been restored in all
versions, both the original and the fixed for modern systems version.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
5 changes: 3 additions & 2 deletions 1989/paul/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,15 @@ <h3 id="alternate-build">Alternate build:</h3>
<h3 id="alternate-use">Alternate use:</h3>
<pre><code> ./paul.alt</code></pre>
<h2 id="judges-remarks">Judges’ remarks:</h2>
<p>The author’s comments is a detailed program explanation, if you wish to learn more about the obfuscation method used.</p>
<p>The author’s comments are a detailed program explanation, if you wish to learn
more about the obfuscation method used.</p>
<h3 id="historical-note">Historical note:</h3>
<p>The original source contained a long line which caused many mailers to barf.
The original file may be re-constructed by removing the trailing <code>\</code> on line 12
and joining lines 12 and 13 together without a space.</p>
<p>However as this is no longer a problem the trailing <code>\</code> has been restored in all
versions, both the original and the fixed for modern systems version.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1990/dg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If my preprocessor could hack it, I could write this as one single line rather
than 4, but when I do that I get a complaint "defines nested too deeply".


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1990/dg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ <h2 id="judges-remarks">Judges’ remarks:</h2>
<h2 id="authors-remarks">Author’s remarks:</h2>
<p>If my preprocessor could hack it, I could write this as one single line rather
than 4, but when I do that I get a complaint “defines nested too deeply”.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1990/pjr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ By use of pointers to functions returning a struct of pointers
to functions!


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1990/pjr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h2 id="judges-remarks">Judges’ remarks:</h2>
it is done?</p>
<p>By use of pointers to functions returning a struct of pointers
to functions!</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1991/davidguy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ haven't) the relation of the computation performed to the specification of what
the program was supposed to do would still be hard to understand.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1991/davidguy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ <h2 id="authors-remarks">Authors’ remarks:</h2>
haven’t) the relation of the computation performed to the specification of what
the program was supposed to do would still be hard to understand.</p></li>
</ol>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1993/plummer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ compilers) complain that there is no control path leading to a return from
who don't mind ruining our eyes with 132 column screens).


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1993/plummer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ <h2 id="authors-remarks">Author’s remarks:</h2>
compilers) complain that there is no control path leading to a return from
<code>main()</code>. At 125 characters, it still fits on a single line (for those of us
who don’t mind ruining our eyes with 132 column screens).</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1994/horton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ numbers to get a pleasing result, or use it for your high school algebra
class.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1994/horton/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h2 id="authors-remarks">Author’s remarks:</h2>
<p>Run it with any 4 numeric arguments, e.g. <code>./horton 3 2 1 0</code>. Play with the
numbers to get a pleasing result, or use it for your high school algebra
class.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1994/imc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ maximum parameter is determined only by the amount of CPU time, virtual
memory and display (or file) space available.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1994/imc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h2 id="authors-remarks">Author’s remarks:</h2>
parameter or an invalid parameter is given, then 5 is assumed. The
maximum parameter is determined only by the amount of CPU time, virtual
memory and display (or file) space available.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1994/schnitzi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You might also wish to redirect the output to another file,
compile it and compare how it works to the original code.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1994/schnitzi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h2 id="judges-remarks">Judges’ remarks:</h2>
find out why?</p>
<p>You might also wish to redirect the output to another file,
compile it and compare how it works to the original code.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
4 changes: 2 additions & 2 deletions 1994/tvr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```


The author provided a spoiler version as alternate code. See [Alternate
The author provided a less obfuscated version as alternate code. See [Alternate
code](#alternate-code) below.


Expand Down Expand Up @@ -40,7 +40,7 @@ Mode may be a value from 0 to 12.
## Alternate code:


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program without looking at the Alternate code.
Expand Down
4 changes: 2 additions & 2 deletions 1994/tvr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ <h2 id="author">Author:</h2>
<!-- BEFORE: 1st line of markdown file: 1994/tvr/README.md -->
<h2 id="to-build">To build:</h2>
<pre><code> make all</code></pre>
<p>The author provided a spoiler version as alternate code. See <a href="#alternate-code">Alternate
<p>The author provided a less obfuscated version as alternate code. See <a href="#alternate-code">Alternate
code</a> below.</p>
<h3 id="bugs-and-misfeatures">Bugs and (Mis)features:</h3>
<p>The current status of this entry is:</p>
Expand All @@ -416,7 +416,7 @@ <h2 id="try">Try:</h2>
<pre><code> ./try.color.sh # for colour displays
./try.bw.sh # for Black &amp; White displays</code></pre>
<h2 id="alternate-code">Alternate code:</h2>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program without looking at the Alternate code.</p>
<p>If you get stuck, come back and look at the Alternate code.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1994/westley/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To see the game from start to complete, try:
Not all compiler errors are bad.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1994/westley/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h3 id="original-try">Original try:</h3>
<pre><code> ./try.sh</code></pre>
<h2 id="judges-remarks">Judges’ remarks:</h2>
<p>Not all compiler errors are bad.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
4 changes: 2 additions & 2 deletions 1995/leo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Special thanks:
[isotopes](https://en.wikipedia.org/wiki/Isotope).


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand All @@ -264,7 +264,7 @@ If you get stuck, come back and read below for additional hints and information.

### Secret switch

See [secret.html[(secret.html) for a bit if secret switch information.
See [secret.html](secret.html) if you wish to know the secret switch.


<!--
Expand Down
4 changes: 2 additions & 2 deletions 1995/leo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,12 @@ <h2 id="authors-remarks">Author’s remarks:</h2>
<li>to <a href="https://en.wikipedia.org/wiki/Hydrogen">Hydrogen</a> for having 2 more
<a href="https://en.wikipedia.org/wiki/Isotope">isotopes</a>.</li>
</ul>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
<h3 id="secret-switch">Secret switch</h3>
<p>See [secret.html[(secret.html) for a bit if secret switch information.</p>
<p>See <a href="secret.html">secret.html</a> if you wish to know the secret switch.</p>
<!--
Copyright © 1984-2024 by Landon Curt Noll. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion 1995/vanschnitz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more detailed information see [1995/vanschnitz in bugs.html](../../bugs.html
```


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program without looking at the Alternate code.
Expand Down
2 changes: 1 addition & 1 deletion 1995/vanschnitz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ <h2 id="to-use">To use:</h2>
<pre><code> ./vanschnitz</code></pre>
<h2 id="try">Try:</h2>
<pre><code> ./try.sh</code></pre>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program without looking at the Alternate code.</p>
<p>If you get stuck, come back and look at the Alternate code.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1996/huffman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ the source and it will be clear as mud!
And for a misleading hint, consider who won! :-)


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program without running the command below.
Expand Down
2 changes: 1 addition & 1 deletion 1996/huffman/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h2 id="judges-remarks">Judges’ remarks:</h2>
<p>If you are still confused, check out
the source and it will be clear as mud!</p>
<p>And for a misleading hint, consider who won! :-)</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program without running the command below.</p>
<p>If you get stuck, come back and run the following command:</p>
Expand Down
2 changes: 1 addition & 1 deletion 1998/df/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ I decided it would be better this way...
These restrictions have been removed for your convenience.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1998/df/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ <h2 id="authors-remarks">Author’s remarks:</h2>
My first private version would only run when compiled on a Friday.
I decided it would be better this way…
These restrictions have been removed for your convenience.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
4 changes: 2 additions & 2 deletions 1998/dorssel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ is the same as
```


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program without running the command below.
Expand All @@ -124,7 +124,7 @@ If you get stuck, come back and run the following command:
```


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
4 changes: 2 additions & 2 deletions 1998/dorssel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,12 @@ <h3 id="hints">Hints</h3>
<pre><code> ./dorssel &lt; dorssel.c | ./dorssel | ./dorssel | ./dorssel</code></pre>
<p>is the same as</p>
<pre><code> ./dorssel &lt; dorssel.c | ./dorssel</code></pre>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program without running the command below.</p>
<p>If you get stuck, come back and run the following command:</p>
<pre><code> ./dorssel &lt; dorssel.md</code></pre>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge-1">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge-1">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1998/schnitzi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ looping. To see the resulting program run, redirect the output from
and then compile it.


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
2 changes: 1 addition & 1 deletion 1998/schnitzi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2 id="authors-remarks">Author’s remarks:</h2>
<code>schnitzi</code> into another file, like this</p>
<pre><code> ./schnitzi 4 &gt; sort.c</code></pre>
<p>and then compile it.</p>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge</h3>
<h3 id="notice-to-those-who-wish-for-a-greater-challenge">NOTICE to those who wish for a greater challenge:</h3>
<p><strong>If you want a greater challenge, don’t read any further</strong>:
just try to understand the program via the source.</p>
<p>If you get stuck, come back and read below for additional hints and information.</p>
Expand Down
2 changes: 1 addition & 1 deletion 1998/tomtorfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Count the number of non-whitespace characters in the source
file to find out what dark force drove me to write this ;-).


### NOTICE to those who wish for a greater challenge
### NOTICE to those who wish for a greater challenge:

**If you want a greater challenge, don't read any further**:
just try to understand the program via the source.
Expand Down
Loading

0 comments on commit 41abeda

Please sign in to comment.