Skip to content

Instantly share code, notes, and snippets.

@Epicpkmn11
Epicpkmn11 / bannergif.py
Last active July 30, 2025 21:20
bannergif.py - Extracts a DS(i) ROM's icon to an image
#!/usr/bin/env python3
# Requirements:
# pip3 install libscrc pillow
"""
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
@foxbot
foxbot / ReliabilityService.cs
Last active May 15, 2021 12:52
Discord.Net Reliability Service (until connection issues are resolved)
using System;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
// Change this namespace if desired
namespace foxboat.Services
{
// This service requires that your bot is being run by a daemon that handles