Skip to content

Instantly share code, notes, and snippets.

View hl2guide's full-sized avatar
👋
away from office

Dean hl2guide

👋
away from office
  • Australia
View GitHub Profile
@hl2guide
hl2guide / create_hourglass_timer.ps1
Created February 3, 2016 11:46
Creates a new timer in Hourglass Timer 1.1 using Powershell
# Creates a new timer in Hourglass Timer 1.1 using Powershell
# This simple script can run on any modern Windows OS.
# Version: 1.0b
# Author: Deanoman
# Source App: http://chris.dziemborowicz.com/apps/hourglass/
# (Powershell is installed by default on Windows Server 2012 R2, Windows 8, 8.1, 10)
# Powershell Requirements: https://technet.microsoft.com/en-au/library/hh847769.aspx
# 1) The title/name of the timer
@hl2guide
hl2guide / download_and_install_madvr.ps1
Last active June 13, 2016 07:26
This script automates the installation and updating of MadVR (http://madvr.com). Script Version: 1.0e, Date Last Updated: 13th of June, 2016
# This script automates the installation and updating of MadVR (http://madvr.com).
# All checks and downloads are done with the official website.
# Version: 1.0e
# Date Last Updated: 13th of June, 2016
# Author: Deanoman
# Requirements: Windows 7 or later, NET Framework 4.5 or later, available internet connection
# Variables
# A) Set this to the folder MADVR is installed in (the only thing you need to set)
# This folder must exist, have enough space on the drive
@hl2guide
hl2guide / launch_stream.bat
Created August 12, 2016 02:30
Stream Launcher for Livestreamer 1.12.2 (twitch, crunchy roll or youtube) This file helps with starting a stream (such as twitch.tv) in a video player (MPC-HC) using Livestreamer. Allows for playing twitch, crunchy roll or youtube videos in a video player.
:: Stream Launcher for Livestreamer 1.12.2 (twitch, crunchy roll or youtube)
:: This file helps with starting a stream (such as twitch.tv) in a video player (MPC-HC) using Livestreamer.
:: Allows for playing twitch, crunchy roll or youtube videos in a video player.
:: Script Version: 1.0
:: Last Updated: 12-08-2016
:: Author: Deanoman
:: Requires MPC-HC and Livestreamer.
:: Sources:
@hl2guide
hl2guide / mod.settings
Last active January 2, 2020 05:49
Customized mod.settings file for The Witcher 3 - Full
; Basic mod.settings file for The Witcher 3
; This file goes in your Documents\The Witcher 3 folder.
; So if you installed the game to your C drive on Win7, it would go in C:\Users\USERNAME\Documents\The Witcher 3
; Intro and instructions from "W3 Tutorials - Using the mods.settings file" by Kad_Venku
; Original PDF can be downloaded at http://www.moddb.com/mods/the-witcher-3-wild-hunt-launcher/downloads/using-the-modssettings-file
; You can use the semicolon to comment your file, the game will ignore lines which start with a semicolon
; [section] this is a section, in our case it marks the beginning of a mod's entry
@hl2guide
hl2guide / skytorrents.py
Created February 5, 2020 08:17 — forked from kernc/skytorrents.py
SkyTorrents.lol search plugin for qBittorrent
# -*- coding: utf-8 -*-
#VERSION: 2.0
#AUTHORS: Joost Bremmer (toost.b@gmail.com)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@hl2guide
hl2guide / sabnzbd_queue_snapshot.ps1
Created April 4, 2020 12:41
Gets the full queue of SABnzbd as a snapshot text file using the official API.
# Name: SABqueueSnapShot for PowerShell
# Decription: Gets the full queue of SABnzbd as a snapshot text file using the official API
# Version: 1.0B
# Required Edits: 1-4
# To troubleshoot issues ensure that all firewalls are configured properly :D
# Start Edits:
# Edit 1) Edit this to your API key in SABnzbd's General > Security settings section
@hl2guide
hl2guide / upgrade_ffmpeg_windows.ps1
Created August 15, 2020 06:54
A PowerShell script that downloads and upgrades ffmpeg Nightly for Windows
# Downloads and upgrades ffmpeg Nightly for Windows
# Saves time by changing a manual process to auto
# Start Edits
$destinationFolderTemp = "C:\Temp"
$finalDestinationFolder = "D:\Portable Software\Command Line Apps"
# End Edits
$uri = "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip"
$destinationFileTemp = "$destinationFolderTemp\ffmpeg-latest-win64-static.zip"
@hl2guide
hl2guide / sabnzbd_guide.md
Created August 24, 2020 10:41
A guide that contains useful tips for sabnzbd.

Guide for sabnzbd

This guide contains useful tips for sabnzbd that you may or may not know.

*Unofficial Fallout 4 Patch.esp
*Mod-NWTransCenLOD.esl
*Mod-Nuka World Creature XP Tweaks.esl
*Mod-Quintessential Quarries.esl
*Mod-StarlightLOD.esl
*Mod-Vault111LOD.esl
*Mod-AORobcoReconScope.esl
*Mod-BetterRoboticsDisposal.esl
*Mod-Burly Bunkers.esl
*Mod-DeanomanEasiestHacking.esl