MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{
"batchcomplete": "",
"continue": {
"lecontinue": "20250908195740|890",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 900,
"ns": 6,
"title": "File:Dendro colorbars.png",
"pageid": 737,
"logpage": 737,
"revid": 42978,
"params": {},
"type": "create",
"action": "create",
"user": "Brb",
"timestamp": "2025-12-01T15:48:30Z",
"comment": "<syntaxhighlight lang='r'>\nlibrary(ComplexHeatmap)\nlibrary(circlize)\nlibrary(RColorBrewer)\n\nset.seed(123)\n\n# --- Example data (10 samples) ---\nmat <- matrix(rnorm(30), nrow = 10)\nrownames(mat) <- paste0(\"Sample\", 1:10)\nmat[1:5, ] <- mat[1:5, ]\nmat[6:10, ] <- mat[6:10, ] + 2\n\n# Cluster on samples (rows)\nhc <- hclust(dist(mat))\n\n# Annotations in ORIGINAL sample order\ngroups <- rep(c(\"A\", \"B\"), each = 5)\nscore <- seq(0, 1, length = 10)\ncl2 <- cutree(hc, 2)\ncl3 <- cutree(hc, 3)\ncl4 <- cutree(hc,..."
},
{
"logid": 899,
"ns": 6,
"title": "File:Dendro colorbars.png",
"pageid": 737,
"logpage": 737,
"revid": 42978,
"params": {
"img_sha1": "0ozrcod1b4zjhg03r36ck3zm9gi5s1s",
"img_timestamp": "2025-12-01T15:48:30Z"
},
"type": "upload",
"action": "upload",
"user": "Brb",
"timestamp": "2025-12-01T15:48:30Z",
"comment": "<syntaxhighlight lang='r'>\nlibrary(ComplexHeatmap)\nlibrary(circlize)\nlibrary(RColorBrewer)\n\nset.seed(123)\n\n# --- Example data (10 samples) ---\nmat <- matrix(rnorm(30), nrow = 10)\nrownames(mat) <- paste0(\"Sample\", 1:10)\nmat[1:5, ] <- mat[1:5, ]\nmat[6:10, ] <- mat[6:10, ] + 2\n\n# Cluster on samples (rows)\nhc <- hclust(dist(mat))\n\n# Annotations in ORIGINAL sample order\ngroups <- rep(c(\"A\", \"B\"), each = 5)\nscore <- seq(0, 1, length = 10)\ncl2 <- cutree(hc, 2)\ncl3 <- cutree(hc, 3)\ncl4 <- cutree(hc,..."
},
{
"logid": 898,
"ns": 6,
"title": "File:Umap-iris.png",
"pageid": 736,
"logpage": 736,
"revid": 42818,
"params": {},
"type": "create",
"action": "create",
"user": "Brb",
"timestamp": "2025-11-10T22:16:54Z",
"comment": "<syntaxhighlight lang='r'>\nlibrary(umap)\n\n# Load the built-in Iris dataset\ndata(iris)\n\n# Separate the features (variables) from the species labels\niris_features <- iris[, 1:4]\niris_species <- iris[, 5]\n\n# Run UMAP, reducing the 4 dimensions down to 2\n# n_neighbors: Controls how UMAP balances local vs. global structure.\n# min_dist: Controls how tightly points are packed together.\niris_umap_results <- umap(iris_features, random_state = 42)\n\n# The result is a list. The actual 2D coordinates are..."
},
{
"logid": 897,
"ns": 6,
"title": "File:Umap-iris.png",
"pageid": 736,
"logpage": 736,
"revid": 42818,
"params": {
"img_sha1": "4ispmxkjohymce9gygrnde32w78wpse",
"img_timestamp": "2025-11-10T22:16:54Z"
},
"type": "upload",
"action": "upload",
"user": "Brb",
"timestamp": "2025-11-10T22:16:54Z",
"comment": "<syntaxhighlight lang='r'>\nlibrary(umap)\n\n# Load the built-in Iris dataset\ndata(iris)\n\n# Separate the features (variables) from the species labels\niris_features <- iris[, 1:4]\niris_species <- iris[, 5]\n\n# Run UMAP, reducing the 4 dimensions down to 2\n# n_neighbors: Controls how UMAP balances local vs. global structure.\n# min_dist: Controls how tightly points are packed together.\niris_umap_results <- umap(iris_features, random_state = 42)\n\n# The result is a list. The actual 2D coordinates are..."
},
{
"logid": 896,
"ns": 6,
"title": "File:Paletteer d.png",
"pageid": 735,
"logpage": 735,
"revid": 42713,
"params": {},
"type": "create",
"action": "create",
"user": "Brb",
"timestamp": "2025-10-29T00:07:22Z",
"comment": "<syntaxhighlight lang='r'>\npaletteer_d(\"RColorBrewer::RdBu\")\n#<colors>\n#67001FFF #B2182BFF #D6604DFF #F4A582FF #FDDBC7FF #F7F7F7FF #D1E5F0FF #92C5DEFF #4393C3FF #2166ACFF #053061FF \n\npaletteer_d(\"ggsci::uniform_startrek\")\n# <colors>\n#CC0C00FF #5C88DAFF #84BD00FF #FFCD00FF #7C878EFF #00B5E2FF #00AF66FF \n</syntaxhighlight>"
},
{
"logid": 895,
"ns": 6,
"title": "File:Paletteer d.png",
"pageid": 735,
"logpage": 735,
"revid": 42713,
"params": {
"img_sha1": "gfnra5jku9ymc83k1h5ixla1wkse9g0",
"img_timestamp": "2025-10-29T00:07:22Z"
},
"type": "upload",
"action": "upload",
"user": "Brb",
"timestamp": "2025-10-29T00:07:22Z",
"comment": "<syntaxhighlight lang='r'>\npaletteer_d(\"RColorBrewer::RdBu\")\n#<colors>\n#67001FFF #B2182BFF #D6604DFF #F4A582FF #FDDBC7FF #F7F7F7FF #D1E5F0FF #92C5DEFF #4393C3FF #2166ACFF #053061FF \n\npaletteer_d(\"ggsci::uniform_startrek\")\n# <colors>\n#CC0C00FF #5C88DAFF #84BD00FF #FFCD00FF #7C878EFF #00B5E2FF #00AF66FF \n</syntaxhighlight>"
},
{
"logid": 894,
"ns": 0,
"title": "Mediawiki-docker",
"pageid": 734,
"logpage": 734,
"revid": 42563,
"params": {},
"type": "create",
"action": "create",
"user": "Brb",
"timestamp": "2025-10-09T16:26:30Z",
"comment": "Created page with \"= Directories = * Backup directory '''~/backups''' * Mediawiki directory '''~/mediawiki-docker''' = Accounts = * Note the mediawiki admin and user accounts are embedded in the SQL database. * DB account (defined in compose.yml and LocalSettings.php): ** database: wikidb ($wgDBname) ** user: ($wgDBuser) ** password: ($wgDBpassword) * Mediawiki admin: * Mediawiki user: = Backup = Assume the mediawiki directory on the host is '''/var/www/html/wiki''' <ul> <li>MySQL <...\""
},
{
"logid": 893,
"ns": 6,
"title": "File:Massage.png",
"pageid": 733,
"logpage": 733,
"revid": 42521,
"params": {},
"type": "create",
"action": "create",
"user": "Brb",
"timestamp": "2025-10-04T20:12:11Z",
"comment": ""
},
{
"logid": 892,
"ns": 6,
"title": "File:Massage.png",
"pageid": 733,
"logpage": 733,
"revid": 42521,
"params": {
"img_sha1": "207qeq1gumxb0n35unbksap5coxhdb1",
"img_timestamp": "2025-10-04T20:12:11Z"
},
"type": "upload",
"action": "upload",
"user": "Brb",
"timestamp": "2025-10-04T20:12:11Z",
"comment": ""
},
{
"logid": 891,
"ns": 6,
"title": "File:MacSettingKeyboardShortcut.png",
"pageid": 732,
"logpage": 732,
"revid": 42372,
"params": {},
"type": "create",
"action": "create",
"user": "Brb",
"timestamp": "2025-09-08T19:57:40Z",
"comment": ""
}
]
}
}