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

Commit

Permalink
Merge pull request #2773 from xexyl/minor-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 authored Dec 26, 2024
2 parents a2b64fe + bb64e58 commit 482d001
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 36 deletions.
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -3831,7 +3831,7 @@ <h3 id="q-6.0-why-dont-certain-ioccc-entries-compile">Q 6.0: Why don’t certain
<p>Jump to: <a href="#">top</a></p>
<div id="macos_errors">
<div id="macos_compile">
<h4 id="q-6.1.1-why-do-some-ioccc-entries-fail-to-compile-under-macos">Q 6.1.1: Why do some IOCCC entries fail to compile under macOS?</h4>
<h4 id="q-6.1.1-why-do-some-ioccc-entries-fail-to-compile-andor-run-under-macos">Q 6.1.1: Why do some IOCCC entries fail to compile and/or run under macOS?</h4>
</div>
</div>
<p>If the entry requires gcc and you did not explicitly install gcc in macOS you
Expand Down
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4603,7 +4603,7 @@ Jump to: [top](#)

<div id="macos_errors">
<div id="macos_compile">
#### Q 6.1.1: Why do some IOCCC entries fail to compile under macOS?
#### Q 6.1.1: Why do some IOCCC entries fail to compile and/or run under macOS?
</div>
</div>

Expand Down
28 changes: 12 additions & 16 deletions thanks-for-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -5179,25 +5179,19 @@ <h3 id="cody-boone-ferguson">Cody Boone Ferguson</h3>
often <strong>EXTREMELY HARD</strong> (for certain
definitions of ‘<code>HARD</code>’ :-) ), such as
<a href="thanks-for-help.html#1988_phillipps">1988/phillipps</a>,
<a href="thanks-for-help.html#1992_vern">1992/vern</a>,
<a href="thanks-for-help.html#2001_anonymous">2001/anonymous</a>,
<a href="thanks-for-help.html#2004_burley">2004/burley</a> and
<a href="thanks-for-help.html#2005_giljade">2005/giljade</a>; fixing entries like
<a href="thanks-for-help.html#1985_sicherman">1985/sicherman</a> and
<a href="thanks-for-help.html#1986_wall">1986/wall</a> to
<a href="thanks-for-help.html#2001_anonymous">2001/anonymous</a> and
<a href="thanks-for-help.html#2004_burley">2004/burley</a>; fixing entries like
<a href="thanks-for-help.html#1985_sicherman">1985/sicherman</a> to
not require <code>-traditional-cpp</code>; fixing
entries like <a href="thanks-for-help.html#1991_dds">1991/dds</a> to work with
<a href="faq.html#clang">clang</a> (or, as in the case of
entries like <a href="thanks-for-help.html#1991_dds">1991/dds</a> (or, as in the case of
<a href="thanks-for-help.html#1989_westley">1989/westley</a>, a true masterpiece in
obfuscation, to work as much as possible); porting entries like
obfuscation, as much as possible) to work with <a href="faq.html#clang">clang</a>; porting entries like
<a href="thanks-for-help.html#1998_schweikh1">1998/schweikh1</a> to
<a href="faq.html#macos_compile">macOS</a>; fixing code like
<a href="faq.html#macos_compile">macOS</a>; porting entries like
<a href="thanks-for-help.html#2001_herrmann2">2001/herrmann2</a> to work in <a href="faq.html#32bit">both 32-bit and
64-bit</a>; providing <a href="faq.html#alt_code">alternate code</a> where useful/necessary;
improving all <a href="#makefiles">Makefiles</a>; writing <a href="#try">scripts</a> to greatly simplify running many
of the entries; and other important fixes.</p>
<p>Cody also wrote the feature-rich <a href="https://github.com/xexyl/sgit">sgit</a> to easily
run <code>sed(1)</code> on files in git repos which we sometimes use to help edit the website.</p>
<p>Cody Boone Ferguson also used one of his own tools to detect many dead links.
While the tool was not perfect it went a long way to uncover a good number of
bad, broken or otherwise invalid links. It was a very laborious task to copy and
Expand All @@ -5206,15 +5200,17 @@ <h3 id="cody-boone-ferguson">Cody Boone Ferguson</h3>
content. A good number of links that now refer to something in the <a href="https://web.archive.org">Internet
Wayback Machine</a> replace bad, broken, or otherwise
invalid links are thanks to Cody’s efforts! Another tool he wrote detected
inconsistent award titles in the <code>README.md</code> files (used to generate the
inconsistent award titles in the <code>README.md</code> files (that we use to generate
<code>index.html</code> files) and the CSV file that he generated from our SQL file.</p>
<p>Cody also greatly improved the manifests and checked that the generated html
<p>He also wrote the feature-rich <a href="https://github.com/xexyl/sgit">sgit</a> to easily
run <code>sed(1)</code> on specified files under git that we sometimes use to edit the
website, greatly improved the manifests and checked that the generated html
files look good and are presentable, suggested CSS rules for
image responsiveness and other improvements, and he greatly improved the FAQ.</p>
image responsiveness (and other CSS improvements) and he greatly improved the FAQ.</p>
<p>Cody also wrote some of the <a href="bin/index.html">website scripts</a>, improved and
bug fixed others, co-developed the <a href="https://github.com/xexyl/jparse">JSON parser and tools</a> with
us, as we now make extensive use of JSON, and helped test and fix the submit
server for IOCCC28 and beyond.</p>
server and mailing list for IOCCC28 and beyond.</p>
<p><strong>THANK YOU VERY MUCH</strong> for your extensive efforts in helping improve the IOCCC
presentation of past IOCCC entries, fixing almost all entries that no
longer worked and getting the IOCCC where it is today!</p>
Expand Down
31 changes: 13 additions & 18 deletions thanks-for-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -7118,27 +7118,20 @@ worked](faq.html#unsupported),
often **EXTREMELY HARD** (for certain
definitions of '`HARD`' :-) ), such as
[1988/phillipps](thanks-for-help.html#1988_phillipps),
[1992/vern](thanks-for-help.html#1992_vern),
[2001/anonymous](thanks-for-help.html#2001_anonymous),
[2004/burley](thanks-for-help.html#2004_burley) and
[2005/giljade](thanks-for-help.html#2005_giljade); fixing entries like
[1985/sicherman](thanks-for-help.html#1985_sicherman) and
[1986/wall](thanks-for-help.html#1986_wall) to
[2001/anonymous](thanks-for-help.html#2001_anonymous) and
[2004/burley](thanks-for-help.html#2004_burley); fixing entries like
[1985/sicherman](thanks-for-help.html#1985_sicherman) to
not require `-traditional-cpp`; fixing
entries like [1991/dds](thanks-for-help.html#1991_dds) to work with
[clang](faq.html#clang) (or, as in the case of
entries like [1991/dds](thanks-for-help.html#1991_dds) (or, as in the case of
[1989/westley](thanks-for-help.html#1989_westley), a true masterpiece in
obfuscation, to work as much as possible); porting entries like
obfuscation, as much as possible) to work with [clang](faq.html#clang); porting entries like
[1998/schweikh1](thanks-for-help.html#1998_schweikh1) to
[macOS](faq.html#macos_compile); fixing code like
[macOS](faq.html#macos_compile); porting entries like
[2001/herrmann2](thanks-for-help.html#2001_herrmann2) to work in [both 32-bit and
64-bit](faq.html#32bit); providing [alternate code](faq.html#alt_code) where useful/necessary;
improving all [Makefiles](#makefiles); writing [scripts](#try) to greatly simplify running many
improving all [Makefiles](#makefiles); writing [scripts](#try) to greatly simplify running many
of the entries; and other important fixes.

Cody also wrote the feature-rich [sgit](https://github.com/xexyl/sgit) to easily
run `sed(1)` on files in git repos which we sometimes use to help edit the website.

Cody Boone Ferguson also used one of his own tools to detect many dead links.
While the tool was not perfect it went a long way to uncover a good number of
bad, broken or otherwise invalid links. It was a very laborious task to copy and
Expand All @@ -7147,17 +7140,19 @@ Machine](https://web.archive.org) in an effort to try and find otherwise lost
content. A good number of links that now refer to something in the [Internet
Wayback Machine](https://web.archive.org) replace bad, broken, or otherwise
invalid links are thanks to Cody's efforts! Another tool he wrote detected
inconsistent award titles in the `README.md` files (used to generate the
inconsistent award titles in the `README.md` files (that we use to generate
`index.html` files) and the CSV file that he generated from our SQL file.

Cody also greatly improved the manifests and checked that the generated html
He also wrote the feature-rich [sgit](https://github.com/xexyl/sgit) to easily
run `sed(1)` on specified files under git that we sometimes use to edit the
website, greatly improved the manifests and checked that the generated html
files look good and are presentable, suggested CSS rules for
image responsiveness and other improvements, and he greatly improved the FAQ.
image responsiveness (and other CSS improvements) and he greatly improved the FAQ.

Cody also wrote some of the [website scripts](bin/index.html), improved and
bug fixed others, co-developed the [JSON parser and tools](https://github.com/xexyl/jparse) with
us, as we now make extensive use of JSON, and helped test and fix the submit
server for IOCCC28 and beyond.
server and mailing list for IOCCC28 and beyond.

**THANK YOU VERY MUCH** for your extensive efforts in helping improve the IOCCC
presentation of past IOCCC entries, fixing almost all entries that no
Expand Down

0 comments on commit 482d001

Please sign in to comment.