New pages
Jump to navigation
Jump to search
- 17:30, 26 September 2025 Windows/WinDbg (hist | edit) [14 bytes] Kenneth (talk | contribs) (Created page with "See WinDbg")
- 19:58, 16 September 2025 Python/enum (hist | edit) [1,850 bytes] Kenneth (talk | contribs) (Created 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:46, 16 September 2025 Games/Foundry (hist | edit) [421 bytes] Kenneth (talk | contribs) (Created 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")