Skip to content

Instantly share code, notes, and snippets.

View Jackenmen's full-sized avatar
👀

Jakub Kuczys Jackenmen

👀
View GitHub Profile
@Jackenmen
Jackenmen / Update-AUPackages.md
Created September 19, 2018 19:26
Update-AUPackages Report #powershell #chocolatey
@Jackenmen
Jackenmen / Update-AUPackages.md
Created September 19, 2018 19:28
Update-AUPackages Report #powershell #chocolatey
@Jackenmen
Jackenmen / Update-AUPackages.md
Created September 19, 2018 19:28
Update-AUPackages Report #powershell #chocolatey
@Jackenmen
Jackenmen / Update-AUPackages.md
Created September 19, 2018 19:32
Update-AUPackages Report #powershell #chocolatey
@Jackenmen
Jackenmen / Update-AUPackages.md
Created September 19, 2018 19:35
Update-AUPackages Report #powershell #chocolatey
@Jackenmen
Jackenmen / github-dark-zenhub.user.css
Last active April 22, 2019 21:06
Zenhub addition to Github Dark
/* ==UserStyle==
@name Zenhub addition to Github Dark
@namespace jack1142
@version 1.0.1
@homepageURL https://gist.github.com/jack1142/e8f1cb483f109240658cca8a324605b0
@updateURL https://gist.githubusercontent.com/jack1142/e8f1cb483f109240658cca8a324605b0/raw/github-dark-zenhub.user.css
@license Public Domain
@author jack1142
==/UserStyle== */
@-moz-document regexp("^https?://((gist|guides|help|launch-editor|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$") {
from typing import NamedTuple, Optional, Union
import asyncio
import json
import time
import aiohttp
class RedditException(Exception):
"""Base exception class for Reddit API."""
May 12 17:38:26 lucifer-bot python[13512]: [2020-05-12 17:38:26] [ERROR] red: Exception in command 'leaderboard'
May 12 17:38:26 lucifer-bot python[13512]: Traceback (most recent call last):
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/redbot/core/utils/menus.py", line 92, in menu
May 12 17:38:26 lucifer-bot python[13512]: react, user = await ctx.bot.wait_for(
May 12 17:38:26 lucifer-bot python[13512]: File "/usr/lib/python3.8/asyncio/tasks.py", line 490, in wait_for
May 12 17:38:26 lucifer-bot python[13512]: raise exceptions.TimeoutError()
May 12 17:38:26 lucifer-bot python[13512]: asyncio.exceptions.TimeoutError
May 12 17:38:26 lucifer-bot python[13512]: During handling of the above exception, another exception occurred:
May 12 17:38:26 lucifer-bot python[13512]: Traceback (most recent call last):
May 12 17:38:26 lucifer-bot python[13512]: File "/home/ubuntu/red-venv/lib/python3.8/site-packages/discord/ext/commands/core.py", line 83, in wra
/* ==UserStyle==
@name Stop GitHub from rounding every single thing in their interface
@namespace jack1142
@version 1.0.11
@homepageURL https://gist.github.com/jack1142/a099527205dc5c2216566f32d7fca17d
@updateURL https://gist.github.com/jack1142/a099527205dc5c2216566f32d7fca17d/raw/github-stop-rounding.user.css
@license MIT License
@author jack1142
==/UserStyle== */
@-moz-document domain("github.com") {
# list26s
from datetime import date
from collections import Counter
from redbot.core.utils.chat_formatting import box, pagify
from tabulate import tabulate
@commands.command()
async def list26s(ctx):