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.
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
13 March 2025
|
00:50 | User:I am islptng/My ideas 2 changes history −31 [I am islptng (2×)] | |||
|
00:50 (cur | prev) −565 I am islptng talk contribs (ok pls stop creating "poem" series) | ||||
|
00:49 (cur | prev) +534 I am islptng talk contribs |
12 March 2025
|
N 21:09 | User:I am islptng/My ideas 2 changes history +259 [MihaiEso; I am islptng] | |||
|
21:09 (cur | prev) +77 MihaiEso talk contribs | ||||
N |
|
01:51 (cur | prev) +182 I am islptng talk contribs (Created page with "Feel free to steal them! # An esolang that is based on AsciiDots but has universal contruction. # An esolang where every program is a long word that is pronounceable in English.") |
11 March 2025
|
15:12 | User:I am islptng/List of the users that is also in conwaylife.com 2 changes history +34 [Hotcrystal0 (2×)] | |||
|
15:12 (cur | prev) 0 Hotcrystal0 talk contribs (capitalization fix) | ||||
|
02:09 (cur | prev) +34 Hotcrystal0 talk contribs |
N 06:42 | 2 digits, 50 digytes diffhist +514 I am islptng talk contribs (Created page with "This language has 99 5-digit number memory, numbered 00-98. (99 is used for I/O.) Instruction set: 0 let f t: f = t 1 add f t: f += t 2 sub f t: f -= t 3 mul f t: f *= t (mod 10<sup>5</sup>) 4 div f t: f /= t 5 mod f t: f %= t 6 ant f t: f &= ~t 7 jez f i: if(f==0) goto i 8 jnz f i: if(f!=0) goto i 9 jlz f i: if(f<0) goto i Instructions are written in memory, this means, you can write 99 instructions at most. Take the instruction "09999" for example: opcod...") |
06:35 | User:I am islptng/List of "x bits, y bytes" diffhist +36 I am islptng talk contribs |
|
N 04:52 | StackBBQ2 5 changes history +1,286 [I am islptng (5×)] | |||
|
04:52 (cur | prev) −124 I am islptng talk contribs (→Interpreter) | ||||
|
04:47 (cur | prev) +793 I am islptng talk contribs | ||||
|
04:42 (cur | prev) −33 I am islptng talk contribs | ||||
|
04:36 (cur | prev) −98 I am islptng talk contribs | ||||
N |
|
04:29 (cur | prev) +748 I am islptng talk contribs (Created page with "StackBBQ2 is a computation model / esolang created by islptng. It has a stack that holds bits, a queue Q that holds bits, and a stack P that holds queues. == Instructions == <code>1</code> push True to stack. <br> <code>0</code> pops a, pops b, and pops c if !(a&&b), pops d if !(a||b),<br> then does the special commands: abcd 11 invert top bit of stack 101 if the stack has 2 or more values, pop the top two, OR them, and push result. - if it has one, pop it....") |