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 07:57, 28 February 2026
   
 
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 February 2026

 m   17:05  Functions, namespace, memory management‎‎ 4 changes history −2,362 [WikiSysop‎ (4×)]
 m   
17:05 (cur | prev) +1 WikiSysop talk contribs (→‎Exercises to be handed in)
 m   
17:04 (cur | prev) +254 WikiSysop talk contribs (→‎Exercises to be handed in)
 m   
07:48 (cur | prev) −410 WikiSysop talk contribs (→‎Exercises to be handed in)
 m   
07:48 (cur | prev) −2,207 WikiSysop talk contribs (→‎Exercises to be handed in)

24 February 2026

 m   09:28  Example code - parsing command line options diffhist +221 WikiSysop talk contribs

23 February 2026

 m   15:15  Solo git diffhist +268 WikiSysop talk contribs (→‎Exercises to be handed in)

21 February 2026

N    11:17  Example code - parsing command line options‎‎ 4 changes history +2,318 [WikiSysop‎ (4×)]
 m   
11:17 (cur | prev) +67 WikiSysop talk contribs
 m   
11:16 (cur | prev) +6 WikiSysop talk contribs
 m   
11:16 (cur | prev) +268 WikiSysop talk contribs
N    
11:12 (cur | prev) +1,977 WikiSysop talk contribs (Created page with "This is one selfmade way of dealing with command line parameters for your program. <pre> #!/usr/bin/env python3 # This program demonstrates a way to get arguments and options from command line import sys # You should use more appropriately named variable names than me. # I just don't know what your options are. # In my example two options are just present or not, but the third requires a number to follow. # By initalising the option to None, you can later tell that you...")