User contributions for Kenneth

A user with 8,809 edits. Account created on 10 May 2014.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

17 May 2025

16 May 2025

15 May 2025

13 May 2025

  • 21:3221:32, 13 May 2025 diff hist +1,420 N Python/ProblemsCreated page with "== Roman Numeral to Integer == My favorite solution I found online: <ref>https://leetcode.com/problems/roman-to-integer/solutions/264743/clean-python-beats-99-78/</ref> <pre> class Solution: def romanToInt(self, s: str) -> int: translations = { "I": 1, "V": 5, "X": 10, "L": 50, "C": 100, "D": 500, "M": 1000 } number = 0 s = s.replace("IV", "IIII").repl..." current

12 May 2025

  • 21:0621:06, 12 May 2025 diff hist +623,865 DnD/Random Magical EffectsNo edit summary current
  • 21:0321:03, 12 May 2025 diff hist +24,192 N DnD/Random Magical EffectsCreated page with " https://centralia.aquest.com/downloads/NLRMEv2.pdf The Net Libram of Random Magical Effects version 2.00 By Orrex <pre> 0001 1d10 of casterís fingers turn to stone 0002 1d100 bees swarm harmlessly around the caster for several weeks 0003 1d100 sparkling motes dance about the casterís head until dawn 0004 1d100% of casterís body turns to iron for that many rounds 0005 1d12 ducklings identify the caster as their mother 0006 1d4 of casterís fingers move from his..."

9 May 2025

8 May 2025

6 May 2025

3 May 2025

2 May 2025

1 May 2025

29 April 2025

  • 22:1822:18, 29 April 2025 diff hist +115 Linux/motherboard→‎Query Motherboard Model current
  • 22:1622:16, 29 April 2025 diff hist +394 N Linux/motherboardCreated page with "== Query Motherboard Model == sudo dmidecode -t 2 sudo dmidecode --string baseboard-product-name sudo dmidecode | more sudo lshw | grep -A5 "Mot" sudo dmesg | grep DMI: cat /sys/devices/virtual/dmi/id/board_* cat /sys/devices/virtual/dmi/id/board_{vendor,name,version} ref: <ref>https://askubuntu.com/questions/179958/how-do-i-find-out-my-motherboard-model</ref> == keywords =="
  • 19:0219:02, 29 April 2025 diff hist +1,961 N Git/WSLCreated page with "~/.gitconfig <pre> [user] name = Mr User email = mr.user@example.com signingkey = /home/mruser/.ssh/signing [commit] gpgsign = true [gpg] format = ssh [gpg "ssh"] allowedSignersFile = /home/mruser/.allowed_signers [filter "lfs"] required = true process = git-lfs filter-process smudge = git-lfs smudge -- %f clean = git-lfs clean -- %f [pull] rebase = true [core] fileMode = false [gpg] # program = gpg program =..." current
  • 18:4818:48, 29 April 2025 diff hist +31 Git→‎Branches
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)