Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit ccb5752

Browse files
authored
Merge pull request #2782 from xexyl/stats
2 parents 2a151b9 + 7b2f3f7 commit ccb5752

File tree

2 files changed

+80
-40
lines changed

2 files changed

+80
-40
lines changed

README.html

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -424,26 +424,60 @@ <h2>About the IOCCC GitHub repo</h2>
424424
<!-- START: this line starts content for HTML phase 21 by: bin/pandoc-wrapper.sh via bin/md2html.sh -->
425425

426426
<!-- BEFORE: 1st line of markdown file: README.md -->
427-
<h1 id="the-international-obfuscated-c-code-contest">The International Obfuscated C Code Contest</h1>
428-
<h2 id="obfuscate-verb-with-object"><strong>Obfuscate</strong> | <em>verb</em> [with object]</h2>
427+
<h1 id="read-only-mode">READ-ONLY MODE</h1>
428+
<p>As this is the <strong>temp-test-ioccc</strong> repo and the <strong>Great Fork Merge</strong>
429+
has already happened, it is time to retire this repo that has served the
430+
<a href="https://www.ioccc.org">IOCCC</a> well since it was forked way back on 2022 Sep 18 17:30 🕠 Pacific time.</p>
431+
<p>We plan to, on 2024 Dec 30, archive this repo and make it <strong>Read Only</strong>.</p>
432+
<p>We <strong>THANK</strong> the many people who put <strong>THOUSANDS OF HOURS OF HARD WORK</strong> in this repo since
433+
it was forked back in 2022.</p>
434+
<p>If you are reading this after we have archived and put this repo
435+
into <strong>Read Only</strong> mode, then we invite you to visit the winner repo,
436+
the merge target of this repo:</p>
437+
<ul>
438+
<li><a href="https://github.com/ioccc-src/winner">Official
439+
IOCCC winner repo</a></li>
440+
</ul>
441+
<p>And to visit the website the winner repo generates:</p>
429442
<ul>
430-
<li><p>render obscure, unclear, or unintelligible: the spelling changes will deform
443+
<li><a href="https://www.ioccc.org">Official IOCCC web site</a></li>
444+
</ul>
445+
<p>Thank you 🙏</p>
446+
<h1 id="great-fork-merge-stats">Great Fork Merge stats</h1>
447+
<p>The <strong>Great Fork Merge</strong> was commit 0b6326676dc0d3c12cf3ba47958244fc34b4f32f
448+
and took place on 2024 Dec 29, a total span of <strong>833 days</strong> ‼️</p>
449+
<p>For details see <a href="https://github.com/ioccc-src/temp-test-ioccc/commit/0b6326676dc0d3c12cf3ba47958244fc34b4f32f">GH-commit/0b6326676dc0d3c12cf3ba47958244fc34b4f32f</a>
450+
and the <a href="https://github.com/ioccc-src/winner/pull/24">Pull Request 24 in the winner repo</a> that it produced.</p>
451+
<p>The <strong>Great Fork Merge</strong> <em>changed 5,157 files</em> with <em>843,045 additions</em> and <em>137,758
452+
deletions</em>, in <em>6,169 commits</em> ‼️</p>
453+
<h1 id="content-below-is-now-obsolete">Content below is now Obsolete</h1>
454+
<p>The rest of this <code>README.md</code> file is now obsolete. The <strong>Great Fork Merge</strong> has
455+
occurred. The new <a href="https://github.com/ioccc-src/winner">Official IOCCC winner
456+
repo</a> has already had important work
457+
performed on it since the <strong>Great Fork Merge</strong>, making this repo behind by
458+
several important commits.</p>
459+
<h1 id="the-international-obfuscated-c-code-contest">The International Obfuscated C Code Contest</h1>
460+
<blockquote>
461+
<p><strong>Obfuscate</strong> | <em>verb</em> [with object]</p>
462+
<p>render obscure, unclear, or unintelligible: the spelling changes will deform
431463
some familiar words and obfuscate their etymological origins.</p>
432464
<ul>
433-
<li>bewilder (someone): it is more likely to obfuscate people than enlighten them.
434-
obfuscatory | adjective</li>
465+
<li>bewilder (someone): it is more likely to obfuscate people than enlighten them.</li>
435466
</ul>
467+
<p><strong>obfuscatory</strong> | <em>adjective</em></p>
468+
<p><strong>ORIGIN</strong></p>
436469
<p>late Middle English (as adjective): from late Latin <strong>obfuscat-</strong>
437-
‘darkened’, from the verb <strong>obfuscare</strong>, based on Latin <strong>fuscus</strong> ‘dark’.</p></li>
438-
</ul>
439-
<h2 id="obfuscation-noun"><strong>Obfuscation</strong> | <em>noun</em></h2>
440-
<ul>
441-
<li><p>the action of making something obscure, unclear, or unintelligible: when
470+
‘darkened’, from the verb <strong>obfuscare</strong>, based on Latin <strong>fuscus</strong> ‘dark’.</p>
471+
</blockquote>
472+
<blockquote>
473+
<p><strong>Obfuscation</strong> | <em>noun</em></p>
474+
<p>the action of making something obscure, unclear, or unintelligible: when
442475
confronted with sharp questions they resort to obfuscation | ministers put up
443476
mealy-mouthed denials and obfuscations.</p>
477+
<p><strong>ORIGIN</strong></p>
444478
<p>late Middle English: from late Latin <strong>obfuscatio(n-)</strong>, from <strong>obfuscare</strong>
445-
‘to darken or obscure’ (see <em>obfuscate</em>).</p></li>
446-
</ul>
479+
‘to darken or obscure’ (see <em>obfuscate</em>).</p>
480+
</blockquote>
447481
<p>The official IOCCC website is <a href="https://www.ioccc.org">www.ioccc.org</a>.</p>
448482
<h2 id="how-it-was-started">How it was started:</h2>
449483
<p>The original inspiration of the International Obfuscated C Code Contest came

README.md

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# READ-ONLY MODE
22

33
As this is the **temp-test-ioccc** repo and the **Great Fork Merge**
4-
has happened, it is time to retire this repo that has served the
5-
IOCCC well since it was forked way back on 2022 Sep 18 17:30 🕠 Pacific time.
4+
has already happened, it is time to retire this repo that has served the
5+
[IOCCC](https://www.ioccc.org) well since it was forked way back on 2022 Sep 18 17:30 🕠 Pacific time.
66

77
We plan to, on 2024 Dec 30, archive this repo and make it **Read Only**.
88

9-
We **THANK** the many people who put **THURSANDS OF HOURS OF HARD WORK** on this repo since
9+
We **THANK** the many people who put **THOUSANDS OF HOURS OF HARD WORK** in this repo since
1010
it was forked back in 2022.
1111

1212
If you are reading this after we have archived and put this repo
@@ -16,7 +16,7 @@ the merge target of this repo:
1616
- [Official
1717
IOCCC winner repo](https://github.com/ioccc-src/winner)
1818

19-
And to visit the website the winner repo to generates:
19+
And to visit the website the winner repo generates:
2020

2121
- [Official IOCCC web site](https://www.ioccc.org)
2222

@@ -26,45 +26,51 @@ Thank you 🙏
2626
# Great Fork Merge stats
2727

2828
The **Great Fork Merge** was commit 0b6326676dc0d3c12cf3ba47958244fc34b4f32f
29-
and took place on 2024 Dec 29.
29+
and took place on 2024 Dec 29, a total span of **833 days** ‼️
3030

3131
For details see [GH-commit/0b6326676dc0d3c12cf3ba47958244fc34b4f32f](https://github.com/ioccc-src/temp-test-ioccc/commit/0b6326676dc0d3c12cf3ba47958244fc34b4f32f)
3232
and the [Pull Request 24 in the winner repo](https://github.com/ioccc-src/winner/pull/24) that it produced.
3333

34-
The **Great Fork Merge** changed 5,157 files with 843,045 additions and 137,758 deletions. ‼️
34+
The **Great Fork Merge** _changed 5,157 files_ with _843,045 additions_ and _137,758
35+
deletions_, in _6,169 commits_ ‼️
3536

3637

3738
# Content below is now Obsolete
3839

39-
The rest of this `README.md` file is now obsolete. The **Great Fork Merge** has occured.
40-
The new [Official
41-
IOCCC winner repo](https://github.com/ioccc-src/winner) has already has importand work
42-
performed on it since the **Great Fork Merge**, making this repo behind by several important commits.
40+
The rest of this `README.md` file is now obsolete. The **Great Fork Merge** has
41+
occurred. The new [Official IOCCC winner
42+
repo](https://github.com/ioccc-src/winner) has already had important work
43+
performed on it since the **Great Fork Merge**, making this repo behind by
44+
several important commits.
4345

4446

4547
# The International Obfuscated C Code Contest
4648

47-
48-
## **Obfuscate** | *verb* [with object]
49-
50-
- render obscure, unclear, or unintelligible: the spelling changes will deform
49+
> **Obfuscate** | _verb_ [with object]
50+
>
51+
> render obscure, unclear, or unintelligible: the spelling changes will deform
5152
some familiar words and obfuscate their etymological origins.
52-
53-
- bewilder (someone): it is more likely to obfuscate people than enlighten them.
54-
obfuscatory | adjective
55-
56-
late Middle English (as adjective): from late Latin **obfuscat-**
57-
'darkened', from the verb **obfuscare**, based on Latin **fuscus** 'dark'.
58-
59-
60-
## **Obfuscation** | *noun*
61-
62-
- the action of making something obscure, unclear, or unintelligible: when
53+
>
54+
> - bewilder (someone): it is more likely to obfuscate people than enlighten them.
55+
>
56+
> **obfuscatory** | _adjective_
57+
>
58+
> **ORIGIN**
59+
>
60+
> late Middle English (as adjective): from late Latin **obfuscat-**
61+
> 'darkened', from the verb **obfuscare**, based on Latin **fuscus** 'dark'.
62+
63+
64+
> **Obfuscation** | _noun_
65+
>
66+
> the action of making something obscure, unclear, or unintelligible: when
6367
confronted with sharp questions they resort to obfuscation | ministers put up
6468
mealy-mouthed denials and obfuscations.
65-
66-
late Middle English: from late Latin **obfuscatio(n-)**, from **obfuscare**
67-
'to darken or obscure' (see *obfuscate*).
69+
>
70+
> **ORIGIN**
71+
>
72+
> late Middle English: from late Latin **obfuscatio(n-)**, from **obfuscare**
73+
> 'to darken or obscure' (see *obfuscate*).
6874
6975
The official IOCCC website is [www.ioccc.org](https://www.ioccc.org).
7076

0 commit comments

Comments
 (0)