Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 16:03, 6 October 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

6 October 2025

     12:36  ?brainfuck diffhist +1,603 Ais523 talk contribs (set top revision after history merge) Tag: Manual revert
     12:36 Deletion log Ais523 talk contribs undeleted page ?brainfuck (7 revisions) ‎(part two of history merge)
     12:35  (Move log) [TheSpiderNinjas‎; Ais523‎]
     
12:35 Ais523 talk contribs moved page ?barinfuck to ?brainfuck without leaving a redirect ‎(history merge to ?brainfuck – page was created at the wrong title, then moved via cut-and-paste) Tag: Reverted
     
11:57 TheSpiderNinjas talk contribs moved page Autism to Autism (Unary)(Disambiguation)
N    11:02  LogicGates diffhist +1,840 None1 talk contribs (Created page with "{{lang|a=User:None1}} ==Memory== It uses a bit accmulator, an unbounded bit tape and a pointer. All bits are initially 0. ==Commands== * {{cd|<}}/{{cd|>}}: Move the pointer to the left/right. * {{cd|[''CODE'']}}: While accmulator isn't 0, do ''CODE''. * Logic gates represented by uppercase and lowercase letters. <pre> Gate (0,0) (0,1) (1,0) (1,1) A 0 0 0 0 B 0 0 0 1 C 0 0 1 0 D 0 0 1 1 E 0 1 0 0 F...")

5 October 2025

     11:45  Fuckbrain diffhist +29 TheSpiderNinjas talk contribs

4 October 2025

N    21:59  ?barinfuck‎‎ 5 changes history 0 [HyperbolicϝireworksPen‎ (5×)]
     
21:59 (cur | prev) −649 HyperbolicϝireworksPen talk contribs (Blanked the page) Tag: Blanking
     
21:59 (cur | prev) +166 HyperbolicϝireworksPen talk contribs
     
21:57 (cur | prev) −1 HyperbolicϝireworksPen talk contribs
     
21:55 (cur | prev) +109 HyperbolicϝireworksPen talk contribs
N    
21:54 (cur | prev) +375 HyperbolicϝireworksPen talk contribs (Created page with "?brainfuck is a simple derivative of brainfuck that allows it to be non-deterministic. It adds one command. the command: ? if cell is 0 it stays that way, if the cell is positive it is set to a random number in the set {1,2,...,x} where x is the value of the cell; if the cell is negative, it is set to a random number in set {-1,-2,...,x} where x is the value of the cell")

3 October 2025

     03:25  Incomplete BrainFuck‎‎ 2 changes history +53 [Jk.NDC‎; Corbin‎]
     
03:25 (cur | prev) +36 Corbin talk contribs (Categories.)
     
02:39 (cur | prev) +17 Jk.NDC talk contribs

2 October 2025

N    09:14  Incomplete BrainFuck‎‎ 4 changes history +683 [Jk.NDC‎ (4×)]
     
09:14 (cur | prev) +77 Jk.NDC talk contribs
 m   
09:07 (cur | prev) +2 Jk.NDC talk contribs
 m   
09:06 (cur | prev) +69 Jk.NDC talk contribs
N    
08:55 (cur | prev) +535 Jk.NDC talk contribs (Created page with "'''Incomplete BrainFuck''' is made by User:Jk.NDC to be functional almost exactly like brainfuck, except it is turing incomplete. This is achieved via limiting the machine to only do a maximum of 1.2696403e+73 operations or 55!(factorial), making it practically unchanged, yet definitely incomplete. This also allows for a complicated halting problem solution, which is shown in python below; <pre> Halt=True </pre> Category:Languages Category:2025 Catego...")

30 September 2025

N    14:53  N3STS‎‎ 2 changes history +951 [JIT‎; Aadenboy‎]
     
14:53 (cur | prev) +35 Aadenboy talk contribs (category)
N    
10:23 (cur | prev) +916 JIT talk contribs (Created page with "N3STS is an esolang by User:JIT, 2025 ''"What if brainfuck but nests?"'' -User:JIT, 2025 {| class="wikitable" |+ nests! |- ! nest binary number !! BF commands |- | 000 || > |- | 001 || < |- | 010 || + |- | 011 || - |- | 100 || . |- | 101 || , |- | 110 || [ |- | 111 || ] |} here's what its referring to: ()()() what might be placed inside of these nests? more nests! then after the main nest is complete, it goes inside the nests and runs those, if t...")