Skip to content

Instantly share code, notes, and snippets.

View God-damnit-all's full-sized avatar

God-damnit-all

View GitHub Profile
@God-damnit-all
God-damnit-all / Get-CRC32.ps1
Last active October 2, 2021 20:28 — forked from r3t3ch/crc32.ps1
Powershell CRC32 Function
Add-Type -TypeDefinition @"
// Copyright (c) Damien Guard. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
/// <summary>
@God-damnit-all
God-damnit-all / steam_console_params.txt
Created October 23, 2020 04:48 — forked from davispuh/steam_console_params.txt
Steam client parameters, consoles commands and variables
-480p - Run tenfoot in 480p rather than 1080p
-720p - Run tenfoot in 720p rather than 1080p
-accountrecovery - Perform account recovery
-all_languages - show longest loc string from any language
-bigpicture - Start in Steam Big Picture mode
-cafeapplaunch - Launch apps in a cyber cafe context
-candidates - Show libjingle candidates for local connection as they are processed
-ccsyntax - Spew details about the localized strings we load
-community - Set the community URL
-complete_install_via_http - Run installation completion over HTTP by default
From 3ece1d7a935a2960372e2ef75599fc434c2e63bb Mon Sep 17 00:00:00 2001
From: ImportTaste <[email protected]>
Date: Wed, 1 Jul 2020 12:33:24 -0500
Subject: [PATCH] Replace deprecated libsrt calls
---
libavformat/libsrt.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c