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 »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
71%
+3 −0
Sandbox Obligatory factorial challenge

posted 4y ago by user‭  ·  edited 4y ago by user‭

71%
+3 −0
Challenges Golf me a polygonal loader

JavaScript (Browser), 670 bytes for(_="=1,w=):=0,w(=f(||(.join`w?q-w?q=-w(a,b=>A(L*5,a),g.innerText=N=L=D=T,I=,c,d)a-d?I,b(d,cd+1c,A=)I(a,(x,y)[...y,b(x)],[](U=_(Kf=({value:a})a==[a|]+[]&&a...

posted 4y ago by Hakerh400‭  ·  edited 4y ago by ArtOfCode‭

Answer
71%
+3 −0
Challenges Evaluate a single variable polynomial equation

Jelly, 1 byte ḅ Try it online! Essentially just Razetime's APL answer, except in that ḅ vectorizes rather than carrying out mixed base conversion--irrelevant if, as is the case here, the provi...

posted 4y ago by Unrelated String‭

Answer
71%
+3 −0
Challenges The Camelot Wheel

Python 3, 101, 98, 94 bytes First answer! lambda s:f"{(('FCGDAEB'.index(s[0])-~-ord(s[5])*('-'in s)-3*('i'in s)-6)%12)+1}"+'BA'['i'in s] Try it online! Readable version: def f(s): n="FCG...

posted 4y ago by DJMcMayhem‭  ·  edited 4y ago by DJMcMayhem‭

Answer
71%
+3 −0
Challenges Tile pyramids on top of each other!

V (vim), 11 bytes ÀñY>HGpé/Á\ Try it online! Hexdump: 00000000: c380 fe58 c3b1 593e 4847 70c3 a92f c381 ...X..Y>HGp../.. 00000010: 5cc3 bfc3 \...

posted 4y ago by DJMcMayhem‭

Answer
71%
+3 −0
Challenges "Hello, World!"

LOLCODE, 37 bytes HAI 1 VISIBLE "Hello, World!" KTHXBYE Try it online!

posted 4y ago by Lundin‭

Answer
71%
+3 −0
Challenges "Hello, World!"

05AB1E, 7 bytes ”Ÿ™,‚ï! Try it online!

posted 4y ago by Makonede‭

Answer
71%
+3 −0
71%
+3 −0
Challenges Towering Cistercian Representation

SE Sandbox Link, Codidact Sandbox Link Inspired by this video. Given a positive integer, draw its Cistercian representation as ascii art. The Challenge Cistercian numerals are a decimal-based...

1 answer  ·  posted 4y ago by Razetime‭  ·  edited 4y ago by General Sebast1an‭

Question code-golf ascii-art
71%
+3 −0
Sandbox Draw a line over ASCII

posted 4y ago by dzaima‭  ·  edited 4y ago by dzaima‭

71%
+3 −0
Challenges 1, 2, Fizz, 4, Buzz!

Shakespeare Programming Language, 11232 bytes My last attempt was nearing the 20000 byte zone, because it didn't use the stack at all. a.Ajax,.Puck,.Ford,.Act I:.Scene I:.[Enter Ajax and Puck]Aja...

posted 4y ago by Corsaka‭

Answer
71%
+3 −0
Challenges The Camelot Wheel

Given a musical key, output its number and letter on the Camelot Wheel (shown below). Input A musical key as a string, as shown on the wheel. The words "Sharp" and "Flat" may be replaced with s...

2 answers  ·  posted 4y ago by Quintec‭  ·  edited 4y ago by General Sebast1an‭

Question code-golf
71%
+3 −0
Challenges Reverse an ASCII string

Perl 5 -p, 10 bytes $_=reverse Try it online!

posted 4y ago by msh210‭  ·  edited 4y ago by General Sebast1an‭

Answer
71%
+3 −0
Challenges Length of a Sumac Sequence

C (gcc), 32 bytes f(a,b){return a>0?f(b,a-b)+1:0;} Try it online!

posted 4y ago by celtschk‭

Answer
71%
+3 −0
Sandbox Integer to Roman numeral

posted 4y ago by Lundin‭  ·  edited 4y ago by Lundin‭

71%
+3 −0
Sandbox Display a Progress Bar [FINALIZED]

posted 8mo ago by Sylvester‭  ·  edited 6mo ago by trichoplax‭

71%
+3 −0
Challenges Display a Progress Bar

Uiua, 19 bytes $"[_]"⊏⊙"-|">÷⟜⇡50÷ pad $"[_]"⊏⊙"-|">÷⟜⇡50÷­⁡​‎⁠‎⁡⁠⁢⁡⁣‏‏​⁡⁠⁡‌⁢​‎‎⁡⁠⁤⁢‏⁠‎⁡⁠⁤⁣‏⁠‎⁡⁠⁤⁤‏⁠‎⁡⁠⁢⁡⁡‏⁠‎⁡⁠⁢⁡⁢‏‏​⁡⁠⁡‌⁣​‎‎⁡⁠⁤⁡‏‏​⁡⁠⁡‌⁤​‎‎⁡⁠⁢⁣‏⁠‎⁡⁠...

posted 7mo ago by RubenVerg‭  ·  edited 7mo ago by RubenVerg‭

Answer
71%
+3 −0
Challenges Display a Progress Bar

Japt, 18 bytes "[{/V*50 ç| ú-50}] Try it

posted 7mo ago by Shaggy‭

Answer
71%
+3 −0
Challenges Convert to Hexadecimal

Vyxal, 24 bytes 16ʀẋfÞ×'ẏ16$e*∑?=;hṘk6i∑ Try it Online! All this when just H, 16R, or even k6τ would have sufficed. Times out for every input > 100 Explained 16ʀẋfÞ×'ẏ16$e*∑?=;hṘk6i∑­⁡...

posted 2mo ago by lyxal‭  ·  edited 2mo ago by lyxal‭

Answer
71%
+3 −0
Q&A Tips for golfing in Lean

Lean is an interactive theorem prover and a functional programming language created in 2013. What tips do you have for golfing in Lean? Tips should be specific to Lean ("remove comments" is not an...

0 answers  ·  posted 2mo ago by CrSb0001‭

Question code-golf tips
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 1y ago by WheatWizard‭  ·  last activity 1y ago by justhalf‭

Question code-golf array
71%
+3 −0
Sandbox 12-hour time is weird [finalized]

posted 1y ago by honnza‭  ·  edited 1y ago by honnza‭

71%
+3 −0
Challenges Plain black webpage

This is a language specific challenge, for HTML only. Your answer is the content of a self contained HTML file, that when opened in a web browser gives a plain black page. Requirements The HTM...

4 answers  ·  posted 1y ago by trichoplax‭  ·  last activity 1y ago by Razetime‭

Question code-golf internet html
71%
+3 −0
Challenges Is it part of the mandelbrot set?

Haskell, 66 bytes -7 bytes thanks to Razetime‭ import Data.Complex (\c->(<2).magnitude$(iterate(\z->z*z+c)c)!!16) I use the fact, that if the result is bigger than 2, it will be fore...

posted 1y ago by Arpad Horvath‭  ·  edited 1y ago by Arpad Horvath‭

Answer
71%
+3 −0
Challenges Towers of DC .:.

DC is a reverse-Polish calculator REPL that is available on most Linux distributions. In reverse-Polish notation, you can push values to a stack and then pop those values back off to perform operat...

0 answers  ·  posted 11mo ago by Andrew Ray‭  ·  edited 11mo ago by trichoplax‭

Question code-golf alternative-scoring