Skip to content

Instantly share code, notes, and snippets.

View tulpenkiste's full-sized avatar
😠
GitHub I do not care for your "AI" nonsense

Tulpen tulpenkiste

😠
GitHub I do not care for your "AI" nonsense
View GitHub Profile
@tulpenkiste
tulpenkiste / setpow.nut
Last active September 15, 2022 22:09
STA Mod - setpow
/*
Convenience mod for single level speedrunners.
Set the weapon you want and the subitem before launching or set the variables in game via the "terminal".
Changelog:
0.2:
Allow mod to set game.canres (doll)
0.1:
Initial version
*/
print("Preparing setpow...")
@tulpenkiste
tulpenkiste / csv_to_falkon_xml.py
Last active August 13, 2022 16:24
Basic Firefox CSV to Falkon XML Converter
"""
Basic script to convert a Firefox logins.csv into something kwallet can understand.
Still results in some unusable entries so make sure to manually erase certain entries.
"""
copy = """ <entry>
<server>NET</server>
<username>NAME</username>
<password>PASS</password>
<data></data>