You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very simple script executable either in Google Colab or just in Python3 to go through your Gmail (I assume it would work with other email providers that support IMAP, but have not tested it)
A Powershell and Python3 script that creates PNG files for all of the maps in the game, and creates a ZIP file full of them.
Make PNG files of all the maps in the game as well as a ZIP file of all the maps
Setup Guide
Make sure that Python 3 is installed (I used 3.11, ymmv) and make sure to install Pillow via python3 -m pip install pillow
Change the $root variable in the powershell file to the folder immediately above where your installation of World of Warships is.
Make sure that wowsunpack.exe is in the World of Warships folder.
You may already have it, but if not, it is available here.
Here is a page about it and the GUI tool created for it: https://forum.worldofwarships.eu/topic/113847-all-wows-unpack-tool-unpack-game-client-resources/
WTRTI (War Thunder Real Time Information) is a helper program created by GitHub User MeSoftHorny, available on the project's GitHub page here.
With it, you can add custom indicators in addition to the built in ones, either by adding existing but not implemented State variables,
or by using a LUA script to do math on any number of State indicators to return a customized indicator.
For example, I regularly use SEP (Specific Excess Power, essentially how many m/s of power the engine is producing that can be used to either increase the speed of the plane or climb with.)
and the Climb rate (labeled as the State Vy), to help determine an optimal climb rate, so that I can get to speed then climb at the max speed possible without losing speed by keeping Vy below SEP.
To assist me in this, I created a custom indicator I called Excess Power, shortened to XSPWR using a lua script included in this.
Steam Store - Cheat Summar Sale 2022 Badge (originally by Revadike)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description: Automates downloading all of the available container images via the Proxmox tool pveam, with options for selectivity for certain categories.
# Author: Chemputer
# Date: Nov 2nd, 2021
#
# simply put the name of the storage, like local, or whatever you named it.
Install FFmpeg with libfdk_aac support (For Ubuntu)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
World of Warships Pirate Schedule Determine Tiers Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SFIA Subtitles Condensed up to Episode 290a: Laser Pistols & Lightsabers
What is this?
It's all the subtitles available in english from the "SFIA in Chronological Order" playlist for the channel Science and Futurism with Isaac Arthur.
Why is this?
Well, I wanted to know what all the First Rules of Warfare were. So, the only reasonable thing was to use youtube-dl to download all the subtitle files,
combine them together, strip most of the WebVTT formatting data, and then comb through it for "The First Rule of Warfare". It worked.
You can see it here.
What's with the weird stuff, like by lowering the Sun’s mass, well, I'm not 100% sure, but I believe it's a byproduct of them being
WebVTT files originally, and so things like ' would be encoded differently. Sadly, just replacing it doesn't work, as there are other things,
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
World of Warships - A General Overview/Guide to All Tech Tree Lines
A General Overview/Guide To All Tech Tree Lines
Credit to YURRA, based on the work shared on Pastebin, original available here. This has been heavily edited, but the original source, the bulk of it, and the idea came from that Pastebin article.