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 11:08, 25 November 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

23 November 2025

N    11:51  Meow/libs/meowlib.meow‎‎ 2 changes history +182 [None1‎ (2×)]
 m   
11:51 (cur | prev) +20 None1 talk contribs
N    
11:45 (cur | prev) +162 None1 talk contribs (Created page with "meowlib.meow: Imports all other standard libraries (Just like <code>bits/stdc++.h</code> in C++) <pre> library math library logic library rand library time </pre>")
N    11:51  Meow/libs/time.meow‎‎ 3 changes history +304 [None1‎ (3×)]
 m   
11:51 (cur | prev) +20 None1 talk contribs
 m   
11:38 (cur | prev) +3 None1 talk contribs
N    
11:32 (cur | prev) +281 None1 talk contribs (Created page with "time.meow: Functions for sleeping. <pre> func slp run clock popret t sub t u g small g l run slp end endf func wait poparg h run clock popret u add 0 h l run slp endf </pre> Functions: * <code>wait</code>: wait for given time (in milliseconds). Helper functions: * <code>slp</code>")
N    11:51  Meow/libs/rand.meow‎‎ 3 changes history +559 [None1‎ (3×)]
 m   
11:51 (cur | prev) +20 None1 talk contribs
 m   
11:41 (cur | prev) +7 None1 talk contribs
N    
11:41 (cur | prev) +532 None1 talk contribs (Created page with "rand.meow: RNGs. <pre> func rint mul rintseed 37 rintseed add rintseed 2017 rintseed mod rintseed 65537 rintseed addret rintseed endf func rflt mul rfltseed 1.61803339887 rfltseed add rfltseed 0.61803339887 rfltseed mod rfltseed 1 rfltseed addret rfltseed endf </pre> Functions: * <code>rint()</code>: Random integer within <code>[0,65537)</code>. * <code>rflt()</code>: Random real within <code>[0,1)</code>. Variables: * <code>rintseed</code>: Seed used by <code>rint</code...")
N    11:49  Meow/libs/math.meow‎‎ 2 changes history +1,468 [None1‎ (2×)]
 m   
11:49 (cur | prev) +20 None1 talk contribs
N    
11:38 (cur | prev) +1,448 None1 talk contribs (Created page with "math.meow: Math functions. <pre> func pow poparg arg1 poparg arg2 equal arg2 0 addret 1 end big arg2 0 sub arg2 1 arg2 run pow popret ret mul ret arg1 ret addret ret add arg2 1 arg2 end endf add 0 1 fby func fb poparg arg1 add fbx fby temp add 0 fby fbx add 0 temp fby equal arg1 0 addret 0 end equal arg1 1 addret fbx end big arg1 1 sub arg1 1 arg1 run fb end endf func fbclear del fbx add 0 1 fby endf func fpow poparg arg1 poparg arg2 equal arg2 0 addret 1 end big arg2 0...")
N    11:49  Meow/libs/logic.meow‎‎ 3 changes history +519 [None1‎ (3×)]
     
11:49 (cur | prev) +20 None1 talk contribs
 m   
11:36 (cur | prev) +13 None1 talk contribs
N    
11:24 (cur | prev) +486 None1 talk contribs (Created page with "logic.meow: Logic gates. <pre> func and poparg arg1 poparg arg2 addret 0 big arg1 0 big arg2 0 addret 1 end end endf func or poparg arg1 poparg arg2 addret 1 small arg1 1 small arg2 1 addret 0 end end endf func not poparg arg1 sub 1 arg1 ret endf add 0 1 TRUE </pre> Functions: * <code>and</code>: AND gate. * <code>or</code>: OR gate. * <code>not</code>: NOT gate. Variables: * <code>TRUE=1</code> * <code>FALSE=0</code> (Not in source code because variables in meow are 0 b...")
     11:48  Meow (None1) diffhist +104 None1 talk contribs

19 November 2025

N    09:24  Template:Sub diffhist +170 None1 talk contribs (Created page with "<includeonly>[[{{{1}}}/{{{2}}}|{{{2}}}]]</includeonly><noinclude>==Usage== <nowiki>{{Sub|Deadfish|Constants}}</nowiki> Results in: {{Sub|Deadfish|Constants}}</noinclude>")