Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make README.html more like the temp test repo #56

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,25 +425,27 @@ <h2>About the IOCCC GitHub repo</h2>

<!-- BEFORE: 1st line of markdown file: README.md -->
<h1 id="the-international-obfuscated-c-code-contest">The International Obfuscated C Code Contest</h1>
<h2 id="obfuscate-verb-with-object"><strong>Obfuscate</strong> | <em>verb</em> [with object]</h2>
<ul>
<li><p>render obscure, unclear, or unintelligible: the spelling changes will deform
<blockquote>
<p><strong>Obfuscate</strong> | <em>verb</em> [with object]</p>
<p>render obscure, unclear, or unintelligible: the spelling changes will deform
some familiar words and obfuscate their etymological origins.</p>
<ul>
<li>bewilder (someone): it is more likely to obfuscate people than enlighten them.
obfuscatory | adjective</li>
<li>bewilder (someone): it is more likely to obfuscate people than enlighten them.</li>
</ul>
<p><strong>obfuscatory</strong> | <em>adjective</em></p>
<p><strong>ORIGIN</strong></p>
<p>late Middle English (as adjective): from late Latin <strong>obfuscat-</strong>
‘darkened’, from the verb <strong>obfuscare</strong>, based on Latin <strong>fuscus</strong> ‘dark’.</p></li>
</ul>
<h2 id="obfuscation-noun"><strong>Obfuscation</strong> | <em>noun</em></h2>
<ul>
<li><p>the action of making something obscure, unclear, or unintelligible: when
‘darkened’, from the verb <strong>obfuscare</strong>, based on Latin <strong>fuscus</strong> ‘dark’.</p>
</blockquote>
<blockquote>
<p><strong>Obfuscation</strong> | <em>noun</em></p>
<p>the action of making something obscure, unclear, or unintelligible: when
confronted with sharp questions they resort to obfuscation | ministers put up
mealy-mouthed denials and obfuscations.</p>
<p><strong>ORIGIN</strong></p>
<p>late Middle English: from late Latin <strong>obfuscatio(n-)</strong>, from <strong>obfuscare</strong>
‘to darken or obscure’ (see <em>obfuscate</em>).</p></li>
</ul>
‘to darken or obscure’ (see <em>obfuscate</em>).</p>
</blockquote>
<p>The official IOCCC website is <a href="https://www.ioccc.org">www.ioccc.org</a>.</p>
<h2 id="how-it-was-started">How it was started:</h2>
<p><strong>It was a dark and stormy night…</strong></p>
Expand Down
39 changes: 22 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
# The International Obfuscated C Code Contest


## **Obfuscate** | *verb* [with object]

- render obscure, unclear, or unintelligible: the spelling changes will deform
> **Obfuscate** | _verb_ [with object]
>
> render obscure, unclear, or unintelligible: the spelling changes will deform
some familiar words and obfuscate their etymological origins.

- bewilder (someone): it is more likely to obfuscate people than enlighten them.
obfuscatory | adjective

late Middle English (as adjective): from late Latin **obfuscat-**
'darkened', from the verb **obfuscare**, based on Latin **fuscus** 'dark'.


## **Obfuscation** | *noun*

- the action of making something obscure, unclear, or unintelligible: when
>
> - bewilder (someone): it is more likely to obfuscate people than enlighten them.
>
> **obfuscatory** | _adjective_
>
> **ORIGIN**
>
> late Middle English (as adjective): from late Latin **obfuscat-**
> 'darkened', from the verb **obfuscare**, based on Latin **fuscus** 'dark'.


> **Obfuscation** | _noun_
>
> the action of making something obscure, unclear, or unintelligible: when
confronted with sharp questions they resort to obfuscation | ministers put up
mealy-mouthed denials and obfuscations.

late Middle English: from late Latin **obfuscatio(n-)**, from **obfuscare**
'to darken or obscure' (see *obfuscate*).
>
> **ORIGIN**
>
> late Middle English: from late Latin **obfuscatio(n-)**, from **obfuscare**
> 'to darken or obscure' (see *obfuscate*).

The official IOCCC website is [www.ioccc.org](https://www.ioccc.org).

Expand Down
Loading