Skip to content

Instantly share code, notes, and snippets.

@LXGaming
LXGaming / README.md
Last active June 23, 2025 13:22
Frostpunk - Cheat / Developer Mode

Developer Mode

  1. Start the game with -devconsole launch argument (Steam Guide / Epic Games Guide)
  2. Press the Backtick (Grave Accent) to toggle console

Commands

Command Description
SetGameTime(Day) Changes the day
SetResource("Id", Amount) Changes the resource amount. Quotes are required for the resource id
ShowDebugButtonsPanel Cheats / Debugging buttons
@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active August 8, 2025 13:32
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@bamanzi
bamanzi / ediff.py
Created June 13, 2012 01:47
[emacs] ediff command line launcher
#!/usr/bin/python
# on windows, you can use cx-freeze to make an exe for this
import os
import os.path
import sys
if len(sys.argv)<3:
sys.stderr.write("Usage: ediff file1 file2")
else: