User contributions for Brb
Appearance
24 February 2026
- 12:0312:03, 24 February 2026 diff hist +405 VPN →List of free and fast VPNs
- 11:1411:14, 24 February 2026 diff hist +33 Venn diagram →Online tools
- 11:1211:12, 24 February 2026 diff hist +9 Venn diagram →Online tools
- 11:1211:12, 24 February 2026 diff hist +174 Venn diagram →Online tools
- 10:1910:19, 24 February 2026 diff hist +132 Images →Convert a color image to black and white/grayscale current
- 09:2109:21, 24 February 2026 diff hist +201 Github →Undo git pull or merge current
- 08:5908:59, 24 February 2026 diff hist +41 Github →Undo git pull or merge
- 08:5408:54, 24 February 2026 diff hist +230 Github →Undo git pull or merge
23 February 2026
- 19:5819:58, 23 February 2026 diff hist +95 RetroPie →8bitdo
- 17:0917:09, 23 February 2026 diff hist +161 3dprint →General current
- 17:0517:05, 23 February 2026 diff hist +92 Ggplot2 →ggforce - Annotate areas with ellipses current
- 17:0417:04, 23 February 2026 diff hist +407 DNS →Cloudflare Tunnel current
- 16:4716:47, 23 February 2026 diff hist +132 Desktop environment →Window Manager
- 16:4516:45, 23 February 2026 diff hist −2 Linux →aria2 - command line downloader supports torrents and multi-connection
- 11:1411:14, 23 February 2026 diff hist +130 Docker →LazyDocker (TUI) current
- 11:0411:04, 23 February 2026 diff hist +25 AI →Khoj
- 11:0311:03, 23 February 2026 diff hist +379 AI →Documents
- 10:5010:50, 23 February 2026 diff hist +10 Reproducible →Building Your First Container in VSCode
- 10:2110:21, 23 February 2026 diff hist +46 Online tools →Excalidraw current
22 February 2026
- 07:3907:39, 22 February 2026 diff hist +2,272 Hardware No edit summary
21 February 2026
- 12:0312:03, 21 February 2026 diff hist +969 Recipes →Espresso
- 10:3510:35, 21 February 2026 diff hist −12 RetroPie →ArkOS
- 10:1910:19, 21 February 2026 diff hist +696 RetroPie →Knulli
20 February 2026
- 20:1420:14, 20 February 2026 diff hist +2,115 RetroPie →RG40xx
- 18:2818:28, 20 February 2026 diff hist +37 RetroPie →Knulli
- 13:0713:07, 20 February 2026 diff hist +11 Heatmap →Jaccard index - cluster stability current
- 13:0513:05, 20 February 2026 diff hist +667 Heatmap →Jaccard index - cluster stability
- 10:0710:07, 20 February 2026 diff hist +20 RetroPie →Aspect ratio/resolution
- 09:2709:27, 20 February 2026 diff hist +423 Snappy →Flatpak current
- 09:0809:08, 20 February 2026 diff hist +74 Linux →dmesg command
- 08:5008:50, 20 February 2026 diff hist +517 Linux →Log files
- 07:0107:01, 20 February 2026 diff hist +9 Recipes →Instant Pot
19 February 2026
- 14:3314:33, 19 February 2026 diff hist +68 R web →3D current
- 14:3214:32, 19 February 2026 diff hist +458 N File:Plotly 3d cont.png <syntaxhighlight lang='r'> library(plotly) plot_ly( iris, x = ~Sepal.Length, y = ~Sepal.Width, z = ~Petal.Length, color = ~Petal.Width, # Now using a numeric/continuous variable type = "scatter3d", mode = "markers", marker = list( size = 10, opacity = 0.9, colorbar = list(title = "Petal Width") # Optional: adds a label to the color scale ) ) </syntaxhighlight> current
- 13:5413:54, 19 February 2026 diff hist +104 R web →Interactive html output
- 13:5113:51, 19 February 2026 diff hist +1,008 N File:Plotly shiny 3d.png <syntaxhighlight lang='r'> # method 3: install.packages(c("shiny","plotly")) library(shiny) library(plotly) ui <- fluidPage( titlePanel("3D scatter (plotly)"), sidebarLayout( sidebarPanel( selectInput("x", "X axis", choices = names(iris), selected = "Sepal.Length"), selectInput("y", "Y axis", choices = names(iris), selected = "Sepal.Width"), selectInput("z", "Z axis", choices = names(iris), selected = "Petal.Length") ), mainPanel(plotlyOutput("plot3d")) )... current
- 13:5013:50, 19 February 2026 diff hist +663 N File:Threejs 3d.png <syntaxhighlight lang='r'> # method 2. High-performance WebGL: threejs (great for large datasets) library(threejs) # numeric color vector by Species cols <- as.numeric(iris$Species) pal <- rainbow(length(unique(cols))) widget <- scatterplot3js( x = iris$Sepal.Length, y = iris$Sepal.Width, z = iris$Petal.Length, color = pal[cols], size = .8, # control marker sizes grid = TRUE, renderer = "auto", # or "webgl" (webgl recommended for speed) bg = "white", l... current
- 13:4813:48, 19 February 2026 diff hist +410 N File:Plotly 3d.png <syntaxhighlight lang='r'> library(plotly) p <- plot_ly( iris, x = ~Sepal.Length, y = ~Sepal.Width, z = ~Petal.Length, color = ~Species, type = "scatter3d", mode = "markers", marker = list( size = 10, # fixed size opacity = 0.9 ) ) p # displays in RStudio Viewer or browser # htmlwidgets::saveWidget(p, "iris_3d_plotly.html", selfcontained = TRUE) </syntaxhighlight> current
- 12:4312:43, 19 February 2026 diff hist +274 RetroPie →Android emulation
- 12:3212:32, 19 February 2026 diff hist +450 AI →Documents
- 11:3411:34, 19 February 2026 diff hist −1 Github →GitUI
- 11:3411:34, 19 February 2026 diff hist +3,597 Github →Helpful git commands
- 11:3111:31, 19 February 2026 diff hist −3,583 Github →GUI version of Git software
- 11:2311:23, 19 February 2026 diff hist +244 Snappy →Snappy (package manager)
- 10:5110:51, 19 February 2026 diff hist +34 Snappy →Flatpak
- 10:4610:46, 19 February 2026 diff hist +233 Snappy →Flatpak
- 10:3110:31, 19 February 2026 diff hist +318 Linux Distribution →Immutable current
- 10:2410:24, 19 February 2026 diff hist +177 Online tools →Google search
- 10:2310:23, 19 February 2026 diff hist +156 RetroPie →Wii remote
- 10:2010:20, 19 February 2026 diff hist +93 Rstudio →Positron current