Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Posts by WheatWizard‭

30 posts
81%
+7 −0
Challenges Efficient censorship

You are a low-level censor working for the Ministry of Media Accuracy. Part of your job is to make sure that certain words don't appear in publications. Every morning you get a fresh stack of next...

4 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 3y ago by Shaggy‭

Question code-golf string
75%
+4 −0
Challenges Is it stuck in a counting loop?

Given a list of non-negative integers the function $f$ replaces every integer with the number of identical integers preceding it (not necessarily contiguously). So f [1,1,2,2,1,3,3] = [1,2,1,2,3,1...

2 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 5mo ago by Shaggy‭

Question code-golf decision-problem list
71%
+3 −0
Challenges How many umbrellas to cover the beach?

You work at a beach. In the afternoon, the sun gets quite hot and beachgoers want to be shaded. So you put out umbrellas. When you put out umbrellas you want to shade the entire beach, with as few ...

2 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 3y ago by justhalf‭

Question code-golf array
71%
+3 −0
Challenges Prove commutativity on this monoid presentation.

Given two binary strings $A$ and $B$ such that $A$ is an anagram of $B$, output a third binary string $S$ such that both $A$ and $B$ can be created by iterated removals of the substring $10101$ fro...

2 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 1y ago by m90‭

Question code-golf abstract-algebra
70%
+5 −1
Challenges Calculate the Z-array

Task Given a list of numbers $X$ produce a second list of numbers $Y$ such that $Y_i$ is the length of the longest common prefix of $X$ and $X$ with the first $i$ elements removed. For example if...

4 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 5mo ago by Shaggy‭

Question code-golf list array
66%
+2 −0
Challenges Find the garden of Eden

The Fibonacci sequence starts with [1,1] and then continues to the right with each number being the sum of the previous number. For example the first 10 terms are [1,1,2,3,5,8,13,21,34,55]. We ca...

1 answer  ·  posted 2mo ago by WheatWizard‭  ·  last activity 1mo ago by jhnc‭

Question code-golf sequence array
66%
+2 −0
Challenges Single letter HTML

Haskell + hgl, 9 bytes fe"abipq" Attempt This Online! This is the obvious solution and it's pretty much unbeatable. I also tried this solution avoiding the hardcoded string: 27 bytes ('x'&g...

posted 5mo ago by WheatWizard‭

Answer
66%
+2 −0
Challenges Identifying returning paths.

Let's imagine a point in three dimensional space. We will start it located at $(0,0,0)$. Then we will receive a series of instructions. x, y, and z indicate moving unit distance in the positive $x$...

1 answer  ·  posted 5mo ago by WheatWizard‭  ·  last activity 5mo ago by jhnc‭

Question code-golf math decision-problem
66%
+2 −0
Challenges Output a Sturmian sequence

A Sturmian sequence is an infinite binary sequence satisfying two properties: It is balanced. This can be stated a number of equivalent ways: There is no pair of equal length subwords whose d...

0 answers  ·  posted 5mo ago by WheatWizard‭  ·  edited 5mo ago by WheatWizard‭

Question code-golf sequence open-ended-function
66%
+2 −0
Challenges Determine if a string is Sturmian

A finite binary string is "Sturmian" if for every two contiguous substrings $x$ and $y$ of the same length, the number of $0$s in $x$ and $y$ differs by at most 1. Your program should take a finit...

0 answers  ·  posted 5mo ago by WheatWizard‭  ·  edited 5mo ago by WheatWizard‭

Question code-golf math decision-problem binary
66%
+2 −0
Challenges Construct the Irish possessive

In this challenge you will take an Irish word and a personal pronoun and create the possessive pronoun construction combining the two. For example sé, madra becomes a mhadra. Translated to English...

1 answer  ·  posted 2y ago by WheatWizard‭  ·  last activity 2y ago by Arpad Horvath‭

Question code-golf natural-language
66%
+2 −0
Challenges Can I follow this recipe?

You work in a kitchen which has a peculiar rule. When you mix something into a pot you must always add at least one new ingredient. So you can add pasta, oil, salt then pesto, but not pasta, pesto...

1 answer  ·  posted 2y ago by WheatWizard‭  ·  last activity 2y ago by isaacg‭

Question code-golf decision-problem
66%
+2 −0
Challenges Is it a valid hidden word?

The Universal Crossword has a set of guidelines for crossword puzzle submissions. In this challenge we are going to be concerned with their rules for hidden word themes. A hidden word clue consis...

2 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 5mo ago by jhnc‭

Question code-golf string decision-problem
66%
+4 −1
Challenges Give the fool's fibonacci sequence

Recently I asked for tips on improving some code-golf of mine. The code was supposed to output every third value of the Fibonacci sequence starting with 2: 2,8,34,144,610,2584,10946,46368,196418,...

4 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 5mo ago by Shaggy‭

Question code-golf sequence open-ended-function fibonacci
66%
+2 −0
Challenges Find near miss prime multiples.

Given a number $n \geq 3$ as input output the smallest number $k$ such that the modular residues of $k$ by the first $n$ primes is exactly $\{-1,0,1\}$. That is there is a prime in the first $n$ p...

0 answers  ·  posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Question code-golf number-theory
66%
+2 −0
Challenges Are these reduced forms of the same thing?

Task You are going to take three strings as input $A$, $B$ and $X$. And your goal is to determine if there exists a third string $S$ such that both $A$ and $B$ can be formed by iteratively removin...

0 answers  ·  posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Question code-golf string abstract-algebra
66%
+2 −0
Challenges Build a replacement ball in regex.

In this challenge you will take a number $n$ and a string $X$ of length $\geq n$, and produce a regular expression which matches all strings that are within $n$ character substitutions of $X$. Spe...

4 answers  ·  posted 3y ago by WheatWizard‭  ·  last activity 6mo ago by jhnc‭

Question code-golf string regex
66%
+2 −0
Challenges Efficient censorship

Haskell + hgl, 14 bytes xBl<<ss><fn<iw Attempt This Online! Explanation ss gets all substrings of the input fn filters out the substrings that don't ... iw checks if the fo...

posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Answer
66%
+2 −0
Meta Codidact Fractional Byte Consensus

I'm going to reiterate and build off ideas I laid out on this post on PPCG. First let's point out that at current the leader board does not support fractional scores. In this answer I am going to ...

posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Answer
66%
+2 −0
Challenges Connect the corners without 4 in a row

Haskell + hgl, 134 bytes k=cy"X.XX" x#1=[4,0,9,9]!x 2#y=8 3#y=[8,9,4,4]!y x#3=[0,3]!x _#_=0 x?y|(n,j)<-fvD 4$x%4#(y%4)=tk y$dr j$tk x<dr n<cy[dr2 k,k,cy".X",k] Attempt This Onlin...

posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Answer
66%
+2 −0
Challenges Count polyomino bisections

An polyomino is a non-empty connected subset of the square tiling consisting of squares joined along their edges. We will not require that polyominos be simply connected, that is they can have hole...

0 answers  ·  posted 3y ago by WheatWizard‭

Question code-golf polyominos
66%
+2 −0
Challenges Determine if a polyomino is "prime"

An $n$-polyomino is a connected subset of the square tiling consisting of $n$ squares. We will not require that polyominos be simply connected, that is they can have holes. We will say a $n$-polyo...

1 answer  ·  posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Question code-golf polyominos
60%
+1 −0
Challenges Expand a greyscale/colour hex code

Haskell + hgl, 32 24 bytes tlM$tk6<cy<fiI(rl2~<)eL3 Explanation tlM map a over the tail of the input ... fiI if ... el3 the length is 3 (rl2~<) repeat each letter in place twi...

posted 1y ago by WheatWizard‭  ·  edited 1y ago by trichoplax‭

Answer
60%
+1 −0
Challenges I irradiate your source code, you irradiate your output

Your task is to write a program $p$ which outputs a string $s$ with the same length as $p$, where $s \neq p$. If I remove the $n$th byte from your program to get program $q$, then either $q$ outpu...

0 answers  ·  posted 3y ago by WheatWizard‭  ·  edited 3y ago by WheatWizard‭

Question radiation-hardening
60%
+1 −0
Challenges Reverse engineer the colors for a layout.

At my job we have to sometimes lay out materials. Materials come in large long rolls and are cut into smaller pieces when being laid out. When we order the rolls we draw up a layout document which...

0 answers  ·  posted 3y ago by WheatWizard‭

Question code-golf