Newest Questions
14,357 questions
11
votes
10
answers
633
views
Albuququerquerquerquerque challlengenge
Introduction
Esolangs.org user "Tommyaweosme", after getting 3-4 hours into a 17-hour video called "albuquerque but every time a word repeats it loops (normal speed)", created this ...
2
votes
0
answers
79
views
63 ways to split your string in YAML
There are 63 ways you can split a string across multiple lines in YAML. Your task is to write a program that outputs a YAML array that demonstrates all of them and their key features, in any order.
A ...
-2
votes
0
answers
89
views
Prime ASCII Mock Text Converter [closed]
Prime ASCII Mock Text Converter
Task: Write a program that transforms input text by selectively alternating the case of alphabetic characters (A-Z, a-z) if their ASCII codes are prime numbers. The ...
-4
votes
7
answers
254
views
Produce 2025 in any human language, without those characters in your code
It's 2025! Write a function/program that outputs this number in words.
There are two twists:
You can write it out in (almost) any human language (including English).
None of the characters in your ...
6
votes
0
answers
92
views
How many polygons overlap? (hard)
Write a program or function which, given 1 or more polygons, determines the greatest number of polygons overlapping at a single point. That is, if each polygon was a piece of paper positioned ...
12
votes
14
answers
2k
views
Noise Cancelling Headphones
Alex ([email protected]) Hey champ, we've just had a huge order for those new noise-cancelling headphones we're meant to be making. Unfooooorrttunately... ...
10
votes
1
answer
165
views
Draw the caustics in a cup
If you have ever consumed liquid from a shallow cup in sunlight, you may have noticed a shape like the following at the bottom:
You might notice a nephroid shaped bright outline, a brighter area on ...
-3
votes
0
answers
38
views
I need help in solving following template error when compiling a solver in openfoam7 [closed]
Making dependency list for source file phaseModel.C
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter ...
-5
votes
1
answer
142
views
Daily Motto Finder
The daily motto is a project by me, allowing unique and dynamic motto every day.
Here, you’ll attempt to rewrite my code, making it code-golf style. The motto uses a specific algorithm, determining ...
13
votes
8
answers
1k
views
Chisanbop complexity
Chisanbop is a simple method of counting from zero to ninety-nine on two hands invented by Sung Jin Pai and revised by his son Hang Young Pai.
To make numbers, zero, one, or more digits are raised, ...
3
votes
7
answers
390
views
Custom variations of Niemöller's poem ("First They Came")
The "First They Came" poem(*) by German pastor Martin Niemöller:
First they came for the socialists, and I did not speak out—
Because I was not a socialist.
Then they came for the trade ...
8
votes
2
answers
153
views
Primitive words
Given a list of values, 1, 2, -1, or -2, we will allow the following simple moves:
Remove adjacent values which are negatives of each other. e.g. ...
3
votes
4
answers
185
views
Fill in the blanks of this equation
Your task is to write a program or function that can fill in the blanks of an equation provided in this form:
_ + _ / _ = 4
In this case, a valid solution would be:
2 + 8 / 4 = 4
Each blank must be ...
15
votes
6
answers
455
views
Block covered cycles
Given a cycle of non-zero numbers we say a "block" is a substring appearing immediately after \$n\$ and immediately before \$-n\$, which contains neither \$n\$ nor \$-n\$.
Here is an example ...
22
votes
24
answers
2k
views
Output the 32 points of the compass
The 32 points of the compass are:
N, NbE, NNE, NEbN, NE, NEbE, ENE, EbN, E, EbS, ESE, SEbE, SE, SEbS, SSE, SbE, S, SbW, SSW, SWbS, SW, SWbW, WSW, WbS, W, WbN, WNW, NWbW, NW, NWbN, NNW, NbW
(SEbE is ...