This file contains 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 Slack: Always Stay Active | |
// @namespace https://ericdraken.com/slack-always-stay-active | |
// @version 1.0.4b | |
// @description Always stay active on Slack. | |
// @author Eric Draken (ericdraken.com), THOUSAND-SKY, pannal | |
// @match https://app.slack.com/client/* | |
// @icon https://www.google.com/s2/favicons?domain=slack.com | |
// @grant unsafeWindow | |
// @run-at document-start |
This file contains 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 logging | |
import random | |
import time | |
import re | |
# based off of https://gist.github.com/doko-desuka/58d9212461f62583f8df9bc6387fade2 | |
# and https://github.com/Anorov/cloudflare-scrape | |
# and https://github.com/VeNoMouS/cloudflare-scrape-js2py | |
''''''''' |
This file contains 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
#!/usr/bin/python3 | |
import sys | |
import subprocess | |
import json | |
import logging | |
import argparse | |
import email | |
import mailparser |
This file contains 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
# coding=utf-8 | |
from rarfile import RarFile as _RarFile, UNRAR_TOOL, ORIG_OPEN_ARGS as OPEN_ARGS, custom_popen, check_returncode, \ | |
XTempFile, add_password_arg | |
class RarFile(_RarFile): | |
def read(self, fname, psw=None): | |
""" |
This file contains 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
; ---------------------------------------------------------------------------------------------------------- | |
; _____ _____ _____ _____ _____ _____ _____ _ _ | |
; | __ || __|| _ || _ || __|| __ | | | ___ ___ | |_ ___ ___ | | | |
; | -|| __|| || __|| __|| -| | --|| . || || _|| _|| . || | | |
; |__|__||_____||__|__||__| |_____||__|__| |_____||___||_|_||_| |_| |___||_| | |
; | |
; ---------------------------------------------------------------------------------------------------------- | |
; REAPER Control | |
; panni | |
; 2018 |