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 18:54, 28 March 2024
   
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

27 March 2024

     13:28  Template:Realstub‎‎ 3 changes history +47 [PrySigneToFry‎ (3×)]
     
13:28 (cur | prev) +5 PrySigneToFry talk contribs
     
13:28 (cur | prev) 0 PrySigneToFry talk contribs
     
13:28 (cur | prev) +42 PrySigneToFry talk contribs
     13:26  B sharp diffhist +152 PrySigneToFry talk contribs
 m   03:37  Binin++ diffhist +144 CreeperBomb talk contribs

26 March 2024

N    15:04  Shortest Code Challenge‎‎ 3 changes history +571 [PythonshellDebugwindow‎; PrySigneToFry‎; None1‎]
 m   
15:04 (cur | prev) +9 PythonshellDebugwindow talk contribs (Stub)
 m   
11:59 (cur | prev) +27 None1 talk contribs
N    
11:58 (cur | prev) +535 PrySigneToFry talk contribs (Created page with "Shortest Code Challenge is arranged from One Line Challenge. Here is something of this challenge. == Python == One! print("Hello, world!") Two! a = int(input()); b = int(input()); c = a + b; print(c) Note: PEP-8 makes it clear that it's best not to write code like this. == C++ == One! #include<iostream> using namespace std; int a, b, c; int main(){cin >> a >> b; c = a + b; cout << c << endl; return 0;} Two! #include<bits/stdc++.h> using namespace std; int main(...")

22 March 2024

 m   15:19  Flobnar diffhist +9 PythonshellDebugwindow talk contribs (Fix category)
     14:13  Dots‎‎ 2 changes history +2,165 [Kaveh Yousefi‎ (2×)]
     
14:13 (cur | prev) +127 Kaveh Yousefi talk contribs (Added a hyperlink to my implementation of the Dots programming language on GitHub and modified the “Unimplemented” category tag to “Implemented”.)
     
14:11 (cur | prev) +2,038 Kaveh Yousefi talk contribs (Extended the specification's instruction and syntax description based upon the extant example and added a second example program utilizing a variable.)