This file contains hidden or 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
############################################################################## | |
# RARBGRansomRecovery.ps1 | |
# v.0.1.1 | |
# by bengalih | |
# You may need to set your PoweShell Execution policy as below: | |
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force | |
# If that doesn't work try: | |
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass |
This file contains hidden or 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
# sonarr-blacklist.py | |
# bengalih | |
# v.0.2 | |
# This script will perform in two ways: | |
# 1) Pass a torrent ID/HASH as the first argument. In this method, the script will search the sonarr queue for that torrent and perform the OPERATIONS. | |
# 2) Run with no argument. In this method, the script will search all items in the sonarr queue for the STATUS_MESSAGES_TO_CHECK and if a match is found perform the OPERATIONS | |
# When passed a torrent ID/HASH the script will enumerate the sonarr queue every QUEUE_CHECK_WAIT seconds for QUEUE_CHECK_MAX_ATTEMPTS. | |
# The default is 5/24, which is 2 minutes. |
This file contains hidden or 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
#!D:\Program Files\Python37\python.exe | |
# UPDATE THE PATH ABOVE TO THE FULL PATH TO YOUR python.exe FILE!!!! | |
# deluge-banned-files-rpc.py | |
# bengalih | |
# v.0.1 | |
# The purpose of this script is to be run with the Execute plugin for Deluge | |
# Enable it to run on Torrent Add event | |
# If there are problems, enable Deluge debug logging and search for the name of this script. |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
;FLAVOR:Marlin | |
;TIME:11263 | |
;Filament used: 26.7137m | |
;Layer height: 0.3 | |
;MINX:46.285 | |
;MINY:55.586 | |
;MINZ:0.3 | |
;MAXX:173.825 | |
;MAXY:164.414 | |
;MAXZ:38.1 |
OlderNewer