
Generate Matlab plot markers - Code Golf Stack Exchange
Nov 12, 2018 · Output: corresponding image for that marker, which is one of the following 13 icons: To make it clearer, here are the same icons enlarged, so the pixels can be easily seen:
ASCII clock with dot & comma time markers - Code Golf Stack Exchange
Dec 23, 2015 · Introduction Imagine that line of chars is in fact two rows. Upper row - dots - represents hours (24 hour system), while lower - commas - represents minutes. One character …
Build an ice puzzle generator + solver - Code Golf Stack Exchange
Mar 7, 2014 · A position marker representing where the puzzle is entered from. This position marker consists of a letter L, R, T, or B, representing left, right, top, and bottom, followed by a …
Generate an ascii-art non-intersecting path - Code Golf Stack Exchange
Read the width and height of the field, and push the start coordinates along with a 0 type marker to indicate a potential path rather than a backtracking location.
code golf - Antiparallel 12-hour Clock Hands - Code Golf Stack …
Mar 2, 2025 · Iterates the sequence starting at the dateserial value 1/44.01 = 0.02272210861, i.e., the time value 0:32:43.190, and increments by 1 / 22 ten times. Renders the resulting …
I reverse the source code, you negate the output!
Sep 17, 2019 · As it turns out, the only command that really does anything here is _ which turns our EOF marker into a 1. Output at the end of the program is implicit, and the EOF marker is …
Escape control characters in a C string - Code Golf Stack Exchange
Sep 30, 2015 · No need to handle the null character (code 0) in input - let it be an end-of-string marker, or a regular byte like others - whatever is more convenient Code golf: shortest code is …
Consistent Overhead Byte Stuffing (COBS) - Code Golf Stack …
Apr 3, 2019 · We choose a frame marker (we'll use 0x00) and wherever 0x00 occurs in the stream it is replaced with the number of bytes until the next 0x00 occurs (we'll call this a milestone). …
Print all alphanumeric characters plus underscore - Code Golf …
Jul 19, 2016 · jmp ; Set an entry marker and jump to the jnz instruction. rwd 1 ; Retrocede to cell 0. put ; Print its content (initially 'A'). add 32 ; Add 32 to convert to lowercase ('A' -> 'a', etc.). …
Binary to decimal converter - Code Golf Stack Exchange
Dec 6, 2016 · After replacing each marker with the prefix for the first time, we need to remember where the beginning of the input was, so we insert linefeeds as well and use the % option to …