Skip to content

Instantly share code, notes, and snippets.

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
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
Text upload test
future>=0.16.0
requests>=2.9.1
paramiko>=1.16.0
pysnmp>=4.3.2
pycrypto==2.6.1
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 *

Keybase proof

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:

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")
## 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]%} ✓"
@TAG-Epic
TAG-Epic / h
Created February 7, 2021 23:16
ODA4MTEzNzg3NDY2MDIyOTEy.YCB0nA._X3irtTEouPt0AX2CFpaQ7TCfZw
// ==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==