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:\Programs\t-rex-0.24.7-win\t-rex.exe --pl 60 --cclock 0 --mclock 1300 -a ethash --lhr-tune 74 --lhr-autotune-mode "off" -o stratum+tcp://eu1.ethermine.org:4444 -u 0xF86BED0c4eeE8CCA329Af01f798B2C9DB421Ef9d -p x -w rig0 --api-key bwAAAAAAAADfX0JBE+qw3yaPWoTpXvE2wvs7KmzvjokDHrg0wGmFjSlvXCsu3D29jHk1Gbzt7LpvZviXnZHkq6zDfDRoJEde0s97u41N+R4= | |
pause |
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
// ==UserScript== | |
// @name 0bin.net auto-select never expire | |
// @namespace https://greasyfork.org/en/users/12725-alistair1231 | |
// @version 0.1 | |
// @description auto selects never expire when making a paste | |
// @author Alistair1231 | |
// @match https://0bin.net/ | |
// @grant none | |
// @downloadURL https://gist.github.com/Auncaughbove17/1efc6138988425c938e6289736ada85d/raw/0binExpire.user.js | |
// @license GPL-3.0 |
make bookmark with following content
javascript: (function (s, url = 'https://www.deepl.com/translator#___/___/___') {
let valsRaw = s.split(" ");
let vals = [];
for (let i = 0; i < 2; i++) {
vals.push(valsRaw.shift());
}
vals.push("");
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com] | |
"DefaultPackPath"="D:\\Games\\" |
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
$dateShort=$(Get-Date -F "yyyyMMdd") | |
$dateLong=$(Get-Date -F "dd.MM.yyyy") | |
$folderName=$(split-path -leaf $(get-location)) | |
new-item -path . -name "$folderName-$dateShort-notes.md"-ItemType "file" -Value "# $folderName Notes: $dateLong`r`n" |
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
# Split MP3/M4A/M4B files into 5 min parts | |
# Known Issues: | |
# recursive folders don't work. seperate files I also screwed up. Just give it 1 folder, or use _splitAll.ps1 for multiple folders. | |
# afterwards you can search in the folder with everything (https://www.voidtools.com/support/everything/) | |
# like this : "D:\!!Downloads\!audiobook\" !_ to find everything without an underscore (_) which should most likely only be the | |
# original files and delete them | |
# if windows refuses to execute the scripts try something like this in an admin powershell (Win+X A): | |
# Set-ExecutionPolicy Unrestricted | |
for ($i = 0; $i -lt $args.Count; $i++) { |
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
# path to mkvpropedit | |
$propedit = "mkvpropedit" | |
# path where files are | |
$path="D:\!USENET\!Anime\Hunter X Hunter (2011)" | |
#substring vals | |
$skipCharacters=14 | |
$saveCharacters=28 | |
#example: skip 14, save 28 |
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
version: "2.0" | |
services: | |
neko: | |
image: m1k1o/neko:latest | |
restart: always | |
shm_size: "1gb" | |
ports: | |
- "8080:8080" | |
- "59000-59100:59000-59100/udp" | |
environment: |