User contributions for Kenneth

A user with 9,706 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)

26 September 2025

25 September 2025

24 September 2025

17 September 2025

16 September 2025

  • 19:5819:58, 16 September 2025 diff hist +1,852 N Python/enumCreated page with "== enum — Support for enumerations == Python 3: enum — Support for enumerations https://docs.python.org/3/library/enum.html <pre> from enum import Enum # class syntax class Color(Enum): RED = 1 GREEN = 2 BLUE = 3 # functional syntax Color = Enum('Color', ['RED', 'GREEN', 'BLUE']) </pre> Convert string name or value to enum: <pre> def value_to_enum(color_value_str): try: return Color(color_value_str) except ValueError: retu..."
  • 03:4603:46, 16 September 2025 diff hist +421 N Games/FoundryCreated page with "== Steam == https://store.steampowered.com/app/983870/FOUNDRY/ Release Date: May 2, 2024 Developer: Channel 3 Entertainment Publisher: Paradox Interactive == FOUNDRY == https://www.paradoxinteractive.com/games/foundry/about == Wiki == https://wiki.foundry-game.com/ == Server == amp/FoundryLaLa01/foundry/2915550/save/[SAVENAME]/_autosave_0 .. amp/FoundryLaLa01/foundry/2915550/save/[SAVENAME]/_autosave_4" current

15 September 2025

14 September 2025

8 September 2025

6 September 2025

5 September 2025

4 September 2025

1 September 2025

29 August 2025

27 August 2025

22 August 2025

  • 16:4416:44, 22 August 2025 diff hist +1,133 N Windows/SHA256Created page with "== certutil == certutil -hashfile [FILE] SHA256 certutil -hashfile [FILE] sha256 certutil -hashfile [FILE] SHA256 > file.certutil # does not appear to be designed for compare other than visually Example: <pre> C:\test> certutil -hashfile SOMEFILE sha256 SHA256 hash of SOMEFILE: 2f4a20cca5fce6f872bcfc17828fe7cc4f398ce69de25f5798b0d3ffbxxxxxxx CertUtil: -hashfile command completed successfully. </pre> == get-filehash == Get-FileHash -Algorithm SHA256 [FILE] get-f..." current

21 August 2025

20 August 2025

  • 18:0318:03, 20 August 2025 diff hist +460 WinDbgNo edit summary
  • 18:0118:01, 20 August 2025 diff hist +961 N AluminumCreated page with "== Aluminum 20-2020 Extrusion == https://8020.net/20-2020.html 20-2020 20mm X 20mm T-Slotted Profile - Four Open T-Slots 20-2020 is a 20mm x 20mm metric 20 series square T-slot profile with four open T-slots, one on each 20mm face. The profile is smooth, which makes it resistant to dirt and debris buildup while also being easy to clean. The 20-2020 profile is compatible with all 20 series fasteners. The 20-2020 profile is part of the smallest profile series 80/20..." current

19 August 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)