From 4c821112406477e193e0f4bf08eadeca4299a02b Mon Sep 17 00:00:00 2001 From: Cody Boone Ferguson <53008573+xexyl@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:41:22 -0800 Subject: [PATCH] Update/improve two entries' abstracts 1985/sicherman now has an abstract of: rot13 w/strange #defines that create comment headers etc. I note that this is longer than what I believe was what was desired. However it is the same length as it was before, only that it now has #defines instead of #defs. 1988/phillipps has: 12 Days of Christmas recursive main() calls w/tables instead of 'days of christmas heavily main() calling with tables'. The rewording was necessary to keep the length the same but to be more clear. I just remembered however, that to fix it for modern systems, a new function had to be added which is the recursive function, so it no longer is strictly true that it it is recursive main() calls. It might be better to keep it main(), however, as that was the original award. The difference here is that it is now a bit more correct in the output. --- 1985/sicherman/.entry.json | 2 +- 1985/sicherman/index.html | 2 +- 1988/phillipps/.entry.json | 2 +- 1988/phillipps/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/1985/sicherman/.entry.json b/1985/sicherman/.entry.json index 8dbb9a59b9..80abfa8af5 100644 --- a/1985/sicherman/.entry.json +++ b/1985/sicherman/.entry.json @@ -6,7 +6,7 @@ "dir" : "sicherman", "entry_id" : "1985_sicherman", "title" : "1985.sicherman", - "abstract" : "rot13 with strange #defs that create comment headers etc.", + "abstract" : "rot13 w/strange #defines that create comment headers etc.", "author_set" : [ { "author_handle" : "Col_G_L_Sicherman" diff --git a/1985/sicherman/index.html b/1985/sicherman/index.html index b2f5bbf11b..7482249652 100644 --- a/1985/sicherman/index.html +++ b/1985/sicherman/index.html @@ -406,7 +406,7 @@

The International Obfuscated C Code Contest

1985/sicherman - Worst abuse of the C preprocessor

-

rot13 with strange #defs that create comment headers etc.

+

rot13 w/strange #defines that create comment headers etc.

diff --git a/1988/phillipps/.entry.json b/1988/phillipps/.entry.json index 4e50da56f2..0a7186ad7a 100644 --- a/1988/phillipps/.entry.json +++ b/1988/phillipps/.entry.json @@ -6,7 +6,7 @@ "dir" : "phillipps", "entry_id" : "1988_phillipps", "title" : "1988.phillipps", - "abstract" : "days of christmas heavily main() calling with tables", + "abstract" : "12 Days of Christmas recursive main() calls w/tables", "author_set" : [ { "author_handle" : "Ian_Phillipps" diff --git a/1988/phillipps/index.html b/1988/phillipps/index.html index 3fdefac53c..d0e5f147ac 100644 --- a/1988/phillipps/index.html +++ b/1988/phillipps/index.html @@ -406,7 +406,7 @@

The International Obfuscated C Code Contest

1988/phillipps - Least likely to compile successfully

-

days of christmas heavily main() calling with tables

+

12 Days of Christmas recursive main() calls w/tables