New pages
Jump to navigation
Jump to search
- 07:27, 14 December 2025 Steam/Steam Achievement Manager (hist | edit) [2,209 bytes] Kenneth (talk | contribs) (Created page with "== Steam Achievement Manager == Steam Achievement Manager https://github.com/gibbed/SteamAchievementManager <blockquote> Steam Achievement Manager (SAM) is a lightweight, portable application used to manage achievements and statistics in the popular PC gaming platform Steam. This application requires the Steam client, a Steam account and network access. Steam must be running and the user must be logged in. This is the code for SAM. The closed-source version original...")
- 07:25, 14 December 2025 Steam/Achievements (hist | edit) [2,654 bytes] Kenneth (talk | contribs) (Created page with "== Achivement Storage == C:\Program Files (x86)\Steam\appcache\stats UserGameStats_[AccountID]_[AppID].bin References: https://github.com/gibbed/SteamAchievementManager/issues/500")
- 22:04, 13 December 2025 Python/Flask (hist | edit) [5,668 bytes] Kenneth (talk | contribs) (Created page with "== Flask == == Installation == ## Linux / macOS mkdir myproject cd myproject # python3 -m venv .flask python3 -m venv .venv . .venv/bin/activate ## Windows mkdir myproject cd myproject py -3 -m venv .venv .venv\Scripts\activate ## Next Common Step # pip install Flask pip3 install Flask # End deactivate References: * https://flask.palletsprojects.com/en/stable/installation/ == Quick Start == Hello World helloworld.py <pre> from flask import Flask...")
- 21:56, 13 December 2025 Flask (hist | edit) [20 bytes] Kenneth (talk | contribs) (Created page with "See Python/Flask")