User contributions for GolferHome

A user with 14 edits. Account created on 8 November 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

16 December 2025

  • 15:2815:28, 16 December 2025 diff hist +337 N User:GolferHomeCreated page with "Mostly in [https://code.golf/golfers/JOrE20 Code Golf], sometimes in [https://codegolf.stackexchange.com/users/128434/qoo-ookalan Code Golf Stack Exchange.] I also own a very popular AI image generator tool, which you can visit this [https://perchance.org/realistic-people here.] (Note: I am known as JOrE20/QOO-OOKALAN not GolferHome)" current
  • 15:2515:25, 16 December 2025 diff hist +253 Brainfuck algorithmsAdd dedicated algorithm current

15 December 2025

13 December 2025

  • 15:4915:49, 13 December 2025 diff hist +1,808 N Brainfuck basic editionCreated page with "= Brainfuck basic edition = '''Brainfuck basic edition''' (also known as '''BBE''') is an brainfuck derivative which removes some instructions while still being Turing-complete. It removes <code>+</code> and <code>-</code> instructions; instead there is <code>~</code> instruction to toggle cell value (0 -> 1, 1 -> 0). The loop instructions are repeating as long as pointed memory cell is 0, not non-zero. The stan..." current

26 November 2025

  • 20:2220:22, 26 November 2025 diff hist +2,584 N Turing complete regexCreated page with "'''Turing-complete Regexes''' (commonly abbreviated as '''T-Regex''') is an esoteric programming language that extends standard regular expressions with stack operations and recursive execution, making it Turing complete. == Overview == Turing-complete Regexes maintains all the standard regex pattern matching capabilities while adding a stack memory model and control structures that enable arbitrary computation. The language processes input text through pattern matc..."

24 November 2025

22 November 2025

  • 17:1117:11, 22 November 2025 diff hist +1,055 N HalfTextCreated page with "= HalfText == HalfText is a non-turing-complete text format where assuming little-endianness, turning code to array of binary bits and grouping into 7 bit groups, printing character with ASCII code of each 7-bit group. It will limit maximum ASCII code to 127. Turning HalfText to normal ASCII may contain invisible characters. However, excluding the first character, any character which it's index is multiple of 7 will properly shown as ASCII character (from proper execut..."

8 November 2025