I hereby claim:
- I am tuxuser on github.
- I am tuxuser (https://keybase.io/tuxuser) on keybase.
- I have a public key ASAVCSEflT-wFmJwlRUeccYBImM1WXyOhVSCBSJg-6rv2go
To claim this, I am signing this object:
| """ | |
| Extracts individual files from Kerbal Space Program (KSP) Xbox / Playstation Savegame blobs | |
| Dependency: | |
| - dissect.cstruct (`pip install dissect.cstruct`) | |
| """ | |
| import io | |
| import os | |
| import argparse |
| #!/bin/sh | |
| ## Some device only accept a Fiddler certificate. | |
| ## What if you don't like Fiddler and want to use mitmproxy instead? | |
| ## -> Generate your own Fiddler key/root ca! | |
| # Usage: | |
| # - Start mitmproxy / mitmweb once, to populate the `.mitmproxy` dir | |
| # - Execute this script | |
| # - Copy the mitmproxy certs into `C:\Users\<username>\.mitmproxy` aka. `/home/<username/.mitmproxy`, overwriting existing files | |
| # - Start mitmproxy / mitmweb |
| # Copyright 1999-2020 Gentoo Authors | |
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=7 | |
| inherit cmake-utils git-r3 | |
| DESCRIPTION="Sunshine is a gamestream host for Moonlight" | |
| HOMEPAGE="https://github.com/SunshineStream/Sunshine" | |
| EGIT_REPO_URI="https://github.com/SunshineStream/Sunshine.git" |
| #include <Adafruit_NeoPixel.h> | |
| #ifdef __AVR__ | |
| #include <avr/power.h> // Required for 16 MHz Adafruit Trinket | |
| #endif | |
| /************************************** | |
| S E T U P | |
| set following values to your needs | |
| **************************************/ |
| /* | |
| * Uses hack from https://www.partsnotincluded.com/fastled-rgbw-neopixels-sk6812/ | |
| * At least the LED Count is correct now.... | |
| * | |
| */ | |
| #include "FastLED.h" | |
| #include "FastLED_RGBW.h" | |
| #define ANALOG_MODE_AVERAGE 0 |
| # Copyright 1999-2020 Gentoo Authors | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # This ebuild requires globally installed npm package: typescript | |
| EAPI=7 | |
| inherit gnome2-utils | |
| if [[ ${PV} == "9999" ]]; then | |
| EGIT_REPO_URI="https://github.com/pop-os/shell.git" |
| """ | |
| Sign in to Xbox Live with OAUTH2 | |
| 1. Go to https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade | |
| 2. Register new app ("+ New registration") | |
| 2.1. Enter a name for your app | |
| 2.2. Set "Supported account types" to "Personal Microsoft accounts only" | |
| 2.3. Click register | |
| 2.4. Choose "Redirect URIs" -> "Add a Redirect URI" | |
| 2.5. Click "Add a platform" -> "Mobile and desktop applications" |
| import logging | |
| import argparse | |
| from logging.handlers import RotatingFileHandler | |
| """ | |
| argparse_subcommands.py | |
| # Argparse with subcommands |
| OUTPUT_FORMAT(elf32-littlearm) | |
| OUTPUT_ARCH(arm) | |
| ENTRY(code_start) | |
| PHDRS | |
| { | |
| code PT_LOAD AT(M4_CODE_ADDR); | |
| } | |
| SECTIONS |
I hereby claim:
To claim this, I am signing this object: