User contributions for Brb
Jump to navigation
Jump to search
16 August 2024
- 08:5208:52, 16 August 2024 diff hist +151 ICC →Concordance correlation coefficient/CCC
- 08:2908:29, 16 August 2024 diff hist +345 Benchmark →Geekbench and Geekbench browser
- 08:1808:18, 16 August 2024 diff hist +309 Self hosting →OpenWRT router
- 08:1108:11, 16 August 2024 diff hist +116 DNS →dig Command Examples - check DNS server
- 07:5507:55, 16 August 2024 diff hist −668 DNS →dig Command Examples
- 07:3407:34, 16 August 2024 diff hist +340 Online tools →Gmail tricks
15 August 2024
- 20:2120:21, 15 August 2024 diff hist +193 Docker Applications →Dashy
14 August 2024
- 14:4914:49, 14 August 2024 diff hist +892 RetroPie →RG556
- 07:4307:43, 14 August 2024 diff hist +135 Recipes →照燒雞翅,滷蘿蔔
13 August 2024
- 15:2515:25, 13 August 2024 diff hist +1,691 Ggplot2 →How to change the default color palette in geom_XXX
- 14:5614:56, 13 August 2024 diff hist +63 Ggplot2 →Simple example
- 14:5414:54, 13 August 2024 diff hist +446 N File:Geom bar reorder.png <syntaxhighlight lang='r'> library(ggplot2) library(forcats) data <- data.frame( category = c("A", "B", "C", "D"), value = c(3, 5, 2, 8) ) data$category <- fct_reorder(data$category, data$value) levels(data$category) # [1] "C" "A" "B" "D" ggplot(data, aes(x = category, y = value, fill = category)) + geom_bar(stat = "identity") + coord_flip() + labs(x = "Category", y = "Value") + theme_minimal() </syntaxhighlight> current
- 14:4814:48, 13 August 2024 diff hist +57 Ggplot2 →Ordered barplot and reorder()
- 14:4714:47, 13 August 2024 diff hist +418 N File:Geom bar simple.png <syntaxhighlight lang='r'> library(ggplot2) data <- data.frame( category = c("A", "B", "C", "D"), value = c(3, 5, 2, 8) ) ggplot(data, aes(x = category, y = value, fill = category)) + geom_bar(stat = "identity") + coord_flip() + labs(x = "Category", y = "Value") + # scale_fill_manual(values = c("A" = "red", "B" = "blue", "C" = "green", "D" = "purple")) theme_minimal() </syntaxhighlight> current
- 14:3214:32, 13 August 2024 diff hist +387 Heatmap →Generate sequential colors & grDevices::colorRampPalette(), color legend
- 13:2513:25, 13 August 2024 diff hist +14 Heatmap →Generate sequential colors & grDevices::colorRampPalette()
- 09:1009:10, 13 August 2024 diff hist −1,026 R →tibble
- 09:0009:00, 13 August 2024 diff hist +222 Virtualbox →Increase the guest machine space
- 08:5908:59, 13 August 2024 diff hist +76 Docker Applications →Speed test
- 08:2508:25, 13 August 2024 diff hist +120 Travel →Local
12 August 2024
- 16:0016:00, 12 August 2024 diff hist +417 Statistics →Spearman vs Pearson correlation
- 14:4314:43, 12 August 2024 diff hist −6 Regression →Partial Dependence Plot (PDP)
- 14:4214:42, 12 August 2024 diff hist +4,751 Regression →Partial Dependence Plot (PDP)
- 13:1113:11, 12 August 2024 diff hist +365 Regression →Partial Dependence Plot (PDP)
- 12:5612:56, 12 August 2024 diff hist +2,662 Regression →Quantile regression
- 12:4412:44, 12 August 2024 diff hist 0 N File:Nomogram.png No edit summary current
- 12:3412:34, 12 August 2024 diff hist +721 Statistics →Misuse of p-values
- 07:4507:45, 12 August 2024 diff hist +94 Backup →Syncthing (Dropbox alternative), P2P
- 07:3507:35, 12 August 2024 diff hist +111 RetroPie →Sega
11 August 2024
- 19:3219:32, 11 August 2024 diff hist +195 Browser →Midori
- 19:1619:16, 11 August 2024 diff hist +199 Ssh →Local port forwarding: view a certain port web page on a remote domain locally
- 18:4418:44, 11 August 2024 diff hist +221 Beaglebone →speedtest
- 18:3118:31, 11 August 2024 diff hist +1,447 Hardware →USB OTG (On-The-Go) adapter
- 18:0218:02, 11 August 2024 diff hist +23 Docker Applications →Speed test
- 16:0316:03, 11 August 2024 diff hist +123 Mac No edit summary
- 13:1513:15, 11 August 2024 diff hist +5 Ssh →ssh alias
- 13:0913:09, 11 August 2024 diff hist +134 Hardware →Wi-Fi Extender, Mesh Network, Booster, Repeater
- 13:0613:06, 11 August 2024 diff hist +376 Hardware →Wi-Fi Extender, Mesh Network, Booster, Repeater
- 13:0513:05, 11 August 2024 diff hist −406 Hardware →Wifi repeater/extender Tag: Manual revert
- 13:0413:04, 11 August 2024 diff hist +104 Hardware →Wifi repeater/extender
- 13:0413:04, 11 August 2024 diff hist +302 Hardware →WPS (Wi-Fi Protected Setup)
- 12:4812:48, 11 August 2024 diff hist +83 Recipes →How to Make Smashing Mashed Potatoes
- 12:4512:45, 11 August 2024 diff hist +163 Recipes →How to Make Smashing Mashed Potatoes
10 August 2024
- 16:0516:05, 10 August 2024 diff hist +142 Ssh →'L'ocal port forwarding: view a certain port web page on a remote domain locally
- 15:4215:42, 10 August 2024 diff hist +235 Hardware →Verizon ONT
- 14:2214:22, 10 August 2024 diff hist +115 RetroPie →RG556
- 13:5213:52, 10 August 2024 diff hist +57 Tai Chi →Masters
- 13:3013:30, 10 August 2024 diff hist +320 Glmnet →cornet: Elastic Net with Dichotomised Outcomes
- 13:2213:22, 10 August 2024 diff hist +149 RetroPie →DOS games DOXBox
- 13:1913:19, 10 August 2024 diff hist +866 Android →LocalSend