Skip to content

Commit 1628145

Browse files
committed
Make Catalan’s Constant live
Slightly change the name to be possessive. Don't ship the other hole yet as we might change the length.
1 parent 986732e commit 1628145

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

config/holes.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,14 @@ preamble = '''
214214
and execute each program in turn.
215215
'''
216216

217-
['Catalan Constant']
217+
['Catalan’s Constant']
218218
category = 'Mathematics'
219-
experiment = -1
220219
links = [
221220
{ name = 'OEIS A006752', url = '//oeis.org/A006752' },
222-
{ name = 'Wikipedia', url = '//en.wikipedia.org/wiki/Catalan%27s_constant' },
221+
{ name = 'Wikipedia', url = "//www.wikipedia.org/wiki/Catalan's_constant" },
223222
]
224223
preamble = '''
225-
<p>Print the Catalan constant to the first 1,000 decimal places.
224+
<p>Print Catalan’s constant to the first 1,000 decimal places.
226225
'''
227226

228227
['Catalan Numbers']
@@ -231,7 +230,7 @@ experiment = -1
231230
links = [
232231
{ name = 'OEIS A000108', url = '//oeis.org/A000108' },
233232
{ name = 'Rosetta Code', url = '//rosettacode.org/wiki/Catalan_numbers' },
234-
{ name = 'Wikipedia', url = '//en.wikipedia.org/wiki/Catalan_number' },
233+
{ name = 'Wikipedia', url = '//www.wikipedia.org/wiki/Catalan_number' },
235234
]
236235
preamble = '''
237236
<p>

db/a-schema.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ CREATE TYPE connection AS ENUM (
1919

2020
CREATE TYPE hole AS ENUM (
2121
'12-days-of-christmas', '99-bottles-of-beer', 'abundant-numbers',
22-
'arabic-to-roman', 'arrows', 'brainfuck', 'christmas-trees', 'css-colors',
23-
'cubes', 'diamonds', 'divisors', 'emirp-numbers', 'emojify',
24-
'evil-numbers', 'fibonacci', 'fizz-buzz', 'foo-fizz-buzz-bar',
25-
'fractions', 'happy-numbers', 'happy-numbers-long', 'intersection',
26-
'kolakoski-constant', 'kolakoski-sequence', 'leap-years',
22+
'arabic-to-roman', 'arrows', 'brainfuck', 'catalans-constant',
23+
'christmas-trees', 'css-colors', 'cubes', 'diamonds', 'divisors',
24+
'emirp-numbers', 'emojify', 'evil-numbers', 'fibonacci', 'fizz-buzz',
25+
'foo-fizz-buzz-bar', 'fractions', 'happy-numbers', 'happy-numbers-long',
26+
'intersection', 'kolakoski-constant', 'kolakoski-sequence', 'leap-years',
2727
'levenshtein-distance', 'leyland-numbers', 'look-and-say',
2828
'lucky-tickets', 'morse-decoder', 'morse-encoder', 'musical-chords',
2929
'niven-numbers', 'odious-numbers', 'ordinal-numbers', 'pangram-grep',

0 commit comments

Comments
 (0)