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
gsettings set org.gnome.desktop.interface enable-animations false |
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
// This file was initially generated by Windows Terminal 1.2.2381.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |
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
curl -b cookies.txt -L '<URL from developer tool>' -C - --retry 999 --retry-max-time 0 -o movie.mkv | |
# OR repeatively | |
while true; do curl -b cookies.txt -L '<URL from developer tool>' -C - --retry 999 --retry-max-time 0 -o movie.mkv; date; sleep 5; done |
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
package com.b.a.a.a.c; | |
import com.b.a.a.a; | |
import com.b.a.a.a.b.b; | |
import java.util.WeakHashMap; | |
public class a implements a { | |
private static WeakHashMap<Object, byte[]> b = (WeakHashMap)new WeakHashMap<>(); | |
public static Object a(byte[] paramArrayOfbyte) { |
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
#!/bin/bash | |
######################### | |
# | |
# NAME: | |
# downsampler-threaded.sh - A Bash script to automate resampling of 24 bit FLAC files using multiple threads. | |
# | |
# SYNOPSIS: | |
# downsampler-threaded.sh [OPTION [ARGUMENT]...] [--] FILE_OR_FOLDER [FILE_OR_FOLDER...] | |
# |
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 Disquz auto full mode | |
// @namespace http://mewx.org/ | |
// @version 0.1 | |
// @description Automatically load the full text version. | |
// @author MewX | |
// @match https://www.oursteps.com.au/bbs/archiver/* | |
// @match http://www.oursteps.com.au/bbs/archiver/* | |
// @match https://oursteps.co/bbs/archiver/* | |
// @match http://oursteps.co/bbs/archiver/* |
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
import deluge_client | |
import time | |
import logging | |
import traceback | |
LOG_FORMAT = "%(asctime)s - %(levelname)s - %(message)s" | |
logging.basicConfig(level=logging.INFO, format=LOG_FORMAT) | |
client = deluge_client.DelugeRPCClient("10.0.0.1", 53274, "xxxxxxx", "xxxxxxxxxx") | |
client.connect() | |
logging.info("is connected: {}".format(client.connected)) |
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 MewX Row Free Highlight | |
// @version 0.7 | |
// @description A script for highlighting free and 2xfree items in PT sites. | |
// @author MewX, LostMelody | |
// @note 大量站点未测,特别是CHD,影客,U2,HDChina | |
// @note 网址和入口参考PT-Plugin-Plus内置地址 | |
// @note 部分识别接口参考Juszoe的flexget-nexusphp但具体未测 | |
// @require https://code.jquery.com/jquery-3.4.1.min.js | |
// @match *://*.52pt.site/* |
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 HDBits Showing Free Leech Info | |
// @namespace http://tampermonkey.net/ | |
// @version 0.12 | |
// @description Let HDB torrent list show freeleech information (and auto download). | |
// @author MewX | |
// @match https://hdbits.org/browse.php* | |
// @icon https://hdbits.org/pic/favicon/favicon.ico | |
// @require https://code.jquery.com/jquery-3.4.1.min.js | |
// @grant GM_download |
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
# Not required after running "$ oci session authenticate". | |
provider "oci" { | |
region = "<your region>" | |
config_file_profile = "<your profile> | |
} | |
resource "oci_core_instance" "generated_oci_core_instance" { | |
agent_config { | |
is_management_disabled = "false" | |
is_monitoring_disabled = "false" |