I hereby claim:
- I am umrysh on github.
- I am umrysh (https://keybase.io/umrysh) on keybase.
- I have a public key whose fingerprint is CB52 F88F C12C 8C20 2C5F 2D16 91FF 74B4 E946 E9D2
To claim this, I am signing this object:
| Verifying that +umrysh is my openname (Bitcoin username). https://onename.io/umrysh |
| #!/bin/bash | |
| # Example Dovecot checkpassword script that may be used as both passdb or userdb. | |
| # | |
| # Originally written by Nikolay Vizovitin, 2013. | |
| # Assumes authentication DB is in /etc/dovecot/users, each line has '<user>:<password>' format. | |
| # Place this script into /etc/dovecot/checkpassword.sh file and make executable. | |
| # Implementation guidelines at http://wiki2.dovecot.org/AuthDatabase/CheckPassword |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| $key = "<API Key>"; | |
| $from = "info@example.com"; | |
| $to = "dave@example.com"; | |
| if ($_SERVER['REQUEST_METHOD'] == 'POST') { | |
| if(isset($_POST['timestamp']) && isset($_POST['token']) && isset($_POST['signature']) && hash_hmac('sha256', $_POST['timestamp'] . $_POST['token'], $key) === $_POST['signature']) | |
| { | |
| if($_POST['event'] == 'complained') { |
| import libtorrent as lt | |
| import time | |
| import pickle | |
| import MySQLdb as mdb | |
| #import sqlite3 as lite | |
| #import BeautifulSoup as bs | |
| import bs4 as bs | |
| import pickle | |
| import urllib2 | |
| import sys |
| import requests | |
| import json | |
| import subprocess as sp | |
| import time | |
| from bittrex import Bittrex | |
| import hmac | |
| import urllib | |
| import hashlib | |
| import base64 | |
| import sys |
| ####################################################################### | |
| # You will need gmusicapi (https://github.com/simon-weber/gmusicapi) | |
| # You can install it with: | |
| # pip install gmusicapi | |
| ####################################################################### | |
| import sys,warnings,subprocess,os,time | |
| from gmusicapi import Mobileclient | |
| from random import shuffle | |
| import curses |
| import urllib.request | |
| import sys | |
| import os | |
| import re | |
| import sqlite3 as lite | |
| from bs4 import BeautifulSoup, Comment | |
| # Using https://fediverse.network to get the list of Mastodon Instances | |
| url = 'https://fediverse.network/mastodon' |