I hereby claim:
- I am tag-epic on github.
- I am epicuwu (https://keybase.io/epicuwu) on keybase.
- I have a public key ASBbeEdzdG_HhYeoI92OMclL_yc4Rzm9YMDrEjW0yOjQAQo
To claim this, I am signing this object:
| import os | |
| from typing import Dict, List, Any, Union | |
| # import requests | |
| from bs4 import BeautifulSoup | |
| from shutil import copyfileobj | |
| import os | |
| import json | |
| import pymongo | |
| import sys |
| // ==UserScript== | |
| // @name Monero f2pool stats | |
| // @namespace tag-epic | |
| // @version 1.0 | |
| // @description Gets your current monero stats | |
| // @author Epic | |
| // @match https://www.f2pool.com/xmr/* | |
| // @grant none | |
| // ==/UserScript== |
| ODA4MTEzNzg3NDY2MDIyOTEy.YCB0nA._X3irtTEouPt0AX2CFpaQ7TCfZw |
| ## Epic theme ## | |
| ## Built on clean theme ## | |
| if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="white"; fi | |
| PROMPT='%{$fg[$NCOLOR]%}%B%n%b%{$reset_color%}@%{$fg_bold[red]%}$(hostnamectl --static) %{$fg[blue]%}%B%c/%b%{$reset_color%} $(git_prompt_info)' | |
| # git theming | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[green]%}%B" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%})%{$reset_color%} " | |
| ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%} ✓" |
| from pathlib import Path | |
| from tqdm import tqdm, trange | |
| from math import ceil | |
| input_dir = Path("OneChunk-CRR") | |
| output_dir = Path("output") | |
| per_file = 10000 | |
| input_files = input_dir.glob("*.txt") |
I hereby claim:
To claim this, I am signing this object:
| import discord | |
| from discord.ext.commands import Bot | |
| from discord.ext import commands | |
| import asyncio | |
| import json | |
| import log | |
| import PIL.Image | |
| import datetime | |
| from PIL import Image, ImageFilter, ImageDraw, ImageFont | |
| from io import * |
| future>=0.16.0 | |
| requests>=2.9.1 | |
| paramiko>=1.16.0 | |
| pysnmp>=4.3.2 | |
| pycrypto==2.6.1 |
| Text upload test |
| import random | |
| from discord.ext import commands | |
| import json | |
| import discord | |
| import asyncio | |
| class random(): | |
| def __init__(self, bot): | |
| self.bot = bot | |
| self.client = bot |